diff options
Diffstat (limited to 'src/org/apache/wml/WMLDOMImplementation.java')
| -rw-r--r-- | src/org/apache/wml/WMLDOMImplementation.java | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/org/apache/wml/WMLDOMImplementation.java b/src/org/apache/wml/WMLDOMImplementation.java index e41f510..02ae789 100644 --- a/src/org/apache/wml/WMLDOMImplementation.java +++ b/src/org/apache/wml/WMLDOMImplementation.java @@ -1,9 +1,10 @@ /* - * Copyright 1999,2000,2004 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -23,7 +24,7 @@ import org.w3c.dom.*; * <a href="http://www.wapforum.org/DTD/wml_1.1.xml"> * http://www.wapforum.org/DTD/wml_1.1.xml</a></p> * - * @version $Id: WMLDOMImplementation.java 319808 2004-02-24 23:34:05Z mrglavas $ + * @version $Id: WMLDOMImplementation.java 447258 2006-09-18 05:41:23Z mrglavas $ * @author <a href="mailto:david@topware.com.tw">David Li</a> */ public interface WMLDOMImplementation extends DOMImplementation { |
