You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2006/09/18 07:40:09 UTC

svn commit: r447257 - /xerces/java/trunk/src/org/apache/wml/dom/

Author: mrglavas
Date: Sun Sep 17 22:40:07 2006
New Revision: 447257

URL: http://svn.apache.org/viewvc?view=rev&rev=447257
Log:
Update to the latest ASF license header. See http://www.apache.org/legal/src-headers.html.

Modified:
    xerces/java/trunk/src/org/apache/wml/dom/WMLAElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLAccessElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLAnchorElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLBElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLBigElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLBrElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLCardElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLDOMImplementationImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLDoElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLDocumentImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLEmElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLFieldsetElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLGoElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLHeadElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLIElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLImgElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLInputElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLMetaElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLNoopElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLOneventElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLOptgroupElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLOptionElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLPElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLPostfieldElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLPrevElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLRefreshElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLSelectElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLSetvarElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLSmallElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLStrongElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLTableElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLTdElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLTemplateElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLTimerElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLTrElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLUElementImpl.java
    xerces/java/trunk/src/org/apache/wml/dom/WMLWmlElementImpl.java

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLAElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLAElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLAElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLAElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLAccessElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLAccessElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLAccessElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLAccessElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLAnchorElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLAnchorElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLAnchorElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLAnchorElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLBElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLBElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLBElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLBElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLBigElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLBigElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLBigElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLBigElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLBrElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLBrElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLBrElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLBrElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLCardElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLCardElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLCardElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLCardElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLDOMImplementationImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLDOMImplementationImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLDOMImplementationImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLDOMImplementationImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLDoElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLDoElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLDoElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLDoElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLDocumentImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLDocumentImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLDocumentImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLDocumentImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLEmElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLEmElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLEmElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLEmElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLFieldsetElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLFieldsetElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLFieldsetElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLFieldsetElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLGoElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLGoElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLGoElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLGoElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLHeadElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLHeadElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLHeadElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLHeadElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLIElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLIElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLIElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLIElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLImgElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLImgElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLImgElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLImgElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLInputElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLInputElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLInputElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLInputElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLMetaElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLMetaElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLMetaElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLMetaElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLNoopElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLNoopElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLNoopElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLNoopElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLOneventElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLOneventElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLOneventElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLOneventElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLOptgroupElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLOptgroupElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLOptgroupElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLOptgroupElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLOptionElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLOptionElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLOptionElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLOptionElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLPElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLPElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLPElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLPElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLPostfieldElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLPostfieldElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLPostfieldElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLPostfieldElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLPrevElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLPrevElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLPrevElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLPrevElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLRefreshElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLRefreshElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLRefreshElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLRefreshElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLSelectElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLSelectElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLSelectElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLSelectElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLSetvarElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLSetvarElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLSetvarElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLSetvarElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLSmallElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLSmallElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLSmallElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLSmallElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLStrongElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLStrongElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLStrongElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLStrongElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLTableElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLTableElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLTableElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLTableElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLTdElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLTdElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLTdElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLTdElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLTemplateElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLTemplateElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLTemplateElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLTemplateElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLTimerElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLTimerElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLTimerElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLTimerElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLTrElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLTrElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLTrElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLTrElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLUElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLUElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLUElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLUElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/dom/WMLWmlElementImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/dom/WMLWmlElementImpl.java?view=diff&rev=447257&r1=447256&r2=447257
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/dom/WMLWmlElementImpl.java (original)
+++ xerces/java/trunk/src/org/apache/wml/dom/WMLWmlElementImpl.java Sun Sep 17 22:40:07 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2000,2004,2005 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
  * 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org