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:41:25 UTC

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

Author: mrglavas
Date: Sun Sep 17 22:41:23 2006
New Revision: 447258

URL: http://svn.apache.org/viewvc?view=rev&rev=447258
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/WMLAElement.java
    xerces/java/trunk/src/org/apache/wml/WMLAccessElement.java
    xerces/java/trunk/src/org/apache/wml/WMLAnchorElement.java
    xerces/java/trunk/src/org/apache/wml/WMLBElement.java
    xerces/java/trunk/src/org/apache/wml/WMLBigElement.java
    xerces/java/trunk/src/org/apache/wml/WMLBrElement.java
    xerces/java/trunk/src/org/apache/wml/WMLCardElement.java
    xerces/java/trunk/src/org/apache/wml/WMLDOMImplementation.java
    xerces/java/trunk/src/org/apache/wml/WMLDoElement.java
    xerces/java/trunk/src/org/apache/wml/WMLDocument.java
    xerces/java/trunk/src/org/apache/wml/WMLElement.java
    xerces/java/trunk/src/org/apache/wml/WMLEmElement.java
    xerces/java/trunk/src/org/apache/wml/WMLFieldsetElement.java
    xerces/java/trunk/src/org/apache/wml/WMLGoElement.java
    xerces/java/trunk/src/org/apache/wml/WMLHeadElement.java
    xerces/java/trunk/src/org/apache/wml/WMLIElement.java
    xerces/java/trunk/src/org/apache/wml/WMLImgElement.java
    xerces/java/trunk/src/org/apache/wml/WMLInputElement.java
    xerces/java/trunk/src/org/apache/wml/WMLMetaElement.java
    xerces/java/trunk/src/org/apache/wml/WMLNoopElement.java
    xerces/java/trunk/src/org/apache/wml/WMLOneventElement.java
    xerces/java/trunk/src/org/apache/wml/WMLOptgroupElement.java
    xerces/java/trunk/src/org/apache/wml/WMLOptionElement.java
    xerces/java/trunk/src/org/apache/wml/WMLPElement.java
    xerces/java/trunk/src/org/apache/wml/WMLPostfieldElement.java
    xerces/java/trunk/src/org/apache/wml/WMLPrevElement.java
    xerces/java/trunk/src/org/apache/wml/WMLRefreshElement.java
    xerces/java/trunk/src/org/apache/wml/WMLSelectElement.java
    xerces/java/trunk/src/org/apache/wml/WMLSetvarElement.java
    xerces/java/trunk/src/org/apache/wml/WMLSmallElement.java
    xerces/java/trunk/src/org/apache/wml/WMLStrongElement.java
    xerces/java/trunk/src/org/apache/wml/WMLTableElement.java
    xerces/java/trunk/src/org/apache/wml/WMLTdElement.java
    xerces/java/trunk/src/org/apache/wml/WMLTemplateElement.java
    xerces/java/trunk/src/org/apache/wml/WMLTimerElement.java
    xerces/java/trunk/src/org/apache/wml/WMLTrElement.java
    xerces/java/trunk/src/org/apache/wml/WMLUElement.java
    xerces/java/trunk/src/org/apache/wml/WMLWmlElement.java

Modified: xerces/java/trunk/src/org/apache/wml/WMLAElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLAElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLAElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLAElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLAccessElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLAccessElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLAccessElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLAccessElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLAnchorElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLAnchorElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLAnchorElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLAnchorElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLBElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLBElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLBElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLBElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLBigElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLBigElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLBigElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLBigElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLBrElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLBrElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLBrElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLBrElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLCardElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLCardElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLCardElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLCardElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLDOMImplementation.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLDOMImplementation.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLDOMImplementation.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLDOMImplementation.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLDoElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLDoElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLDoElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLDoElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLDocument.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLDocument.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLDocument.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLDocument.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLEmElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLEmElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLEmElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLEmElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLFieldsetElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLFieldsetElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLFieldsetElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLFieldsetElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLGoElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLGoElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLGoElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLGoElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLHeadElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLHeadElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLHeadElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLHeadElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLIElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLIElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLIElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLIElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLImgElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLImgElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLImgElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLImgElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLInputElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLInputElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLInputElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLInputElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLMetaElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLMetaElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLMetaElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLMetaElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLNoopElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLNoopElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLNoopElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLNoopElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLOneventElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLOneventElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLOneventElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLOneventElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLOptgroupElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLOptgroupElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLOptgroupElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLOptgroupElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLOptionElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLOptionElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLOptionElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLOptionElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLPElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLPElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLPElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLPElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLPostfieldElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLPostfieldElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLPostfieldElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLPostfieldElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLPrevElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLPrevElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLPrevElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLPrevElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLRefreshElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLRefreshElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLRefreshElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLRefreshElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLSelectElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLSelectElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLSelectElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLSelectElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLSetvarElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLSetvarElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLSetvarElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLSetvarElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLSmallElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLSmallElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLSmallElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLSmallElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLStrongElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLStrongElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLStrongElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLStrongElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLTableElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLTableElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLTableElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLTableElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLTdElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLTdElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLTdElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLTdElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLTemplateElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLTemplateElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLTemplateElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLTemplateElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLTimerElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLTimerElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLTimerElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLTimerElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLTrElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLTrElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLTrElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLTrElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLUElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLUElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLUElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLUElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 

Modified: xerces/java/trunk/src/org/apache/wml/WMLWmlElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLWmlElement.java?view=diff&rev=447258&r1=447257&r2=447258
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLWmlElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLWmlElement.java Sun Sep 17 22:41:23 2006
@@ -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
  * 



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