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:08:27 UTC

svn commit: r447239 - /xerces/java/trunk/src/org/apache/xerces/parsers/

Author: mrglavas
Date: Sun Sep 17 22:08:26 2006
New Revision: 447239

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

Modified:
    xerces/java/trunk/src/org/apache/xerces/parsers/AbstractDOMParser.java
    xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java
    xerces/java/trunk/src/org/apache/xerces/parsers/AbstractXMLDocumentParser.java
    xerces/java/trunk/src/org/apache/xerces/parsers/BasicParserConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/parsers/CachingParserPool.java
    xerces/java/trunk/src/org/apache/xerces/parsers/DOMASBuilderImpl.java
    xerces/java/trunk/src/org/apache/xerces/parsers/DOMParser.java
    xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java
    xerces/java/trunk/src/org/apache/xerces/parsers/DTDConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/parsers/DTDParser.java
    xerces/java/trunk/src/org/apache/xerces/parsers/IntegratedParserConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/parsers/NonValidatingConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/parsers/ObjectFactory.java
    xerces/java/trunk/src/org/apache/xerces/parsers/SAXParser.java
    xerces/java/trunk/src/org/apache/xerces/parsers/SecurityConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/parsers/SecuritySupport.java
    xerces/java/trunk/src/org/apache/xerces/parsers/StandardParserConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/parsers/XIncludeAwareParserConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/parsers/XIncludeParserConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configurable.java
    xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configuration.java
    xerces/java/trunk/src/org/apache/xerces/parsers/XML11DTDConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/parsers/XML11NonValidatingConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/parsers/XMLDocumentParser.java
    xerces/java/trunk/src/org/apache/xerces/parsers/XMLGrammarCachingConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/parsers/XMLGrammarParser.java
    xerces/java/trunk/src/org/apache/xerces/parsers/XMLGrammarPreparser.java
    xerces/java/trunk/src/org/apache/xerces/parsers/XMLParser.java
    xerces/java/trunk/src/org/apache/xerces/parsers/XPointerParserConfiguration.java

Modified: xerces/java/trunk/src/org/apache/xerces/parsers/AbstractDOMParser.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/AbstractDOMParser.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/AbstractDOMParser.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/AbstractDOMParser.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-2006 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/xerces/parsers/AbstractSAXParser.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-2006 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/xerces/parsers/AbstractXMLDocumentParser.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/AbstractXMLDocumentParser.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/AbstractXMLDocumentParser.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/AbstractXMLDocumentParser.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001, 2002,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/xerces/parsers/BasicParserConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/BasicParserConfiguration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/BasicParserConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/BasicParserConfiguration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-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/xerces/parsers/CachingParserPool.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/CachingParserPool.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/CachingParserPool.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/CachingParserPool.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,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/xerces/parsers/DOMASBuilderImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/DOMASBuilderImpl.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/DOMASBuilderImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/DOMASBuilderImpl.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2000-2002,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/xerces/parsers/DOMParser.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/DOMParser.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/DOMParser.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/DOMParser.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2000-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/xerces/parsers/DOMParserImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2000-2006 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/xerces/parsers/DTDConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/DTDConfiguration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/DTDConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/DTDConfiguration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-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/xerces/parsers/DTDParser.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/DTDParser.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/DTDParser.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/DTDParser.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,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/xerces/parsers/IntegratedParserConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/IntegratedParserConfiguration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/IntegratedParserConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/IntegratedParserConfiguration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001, 2002,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/xerces/parsers/NonValidatingConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/NonValidatingConfiguration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/NonValidatingConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/NonValidatingConfiguration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-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/xerces/parsers/ObjectFactory.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/ObjectFactory.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/ObjectFactory.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/ObjectFactory.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-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/xerces/parsers/SAXParser.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/SAXParser.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/SAXParser.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/SAXParser.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2000-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/xerces/parsers/SecurityConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/SecurityConfiguration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/SecurityConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/SecurityConfiguration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-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/xerces/parsers/SecuritySupport.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/SecuritySupport.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/SecuritySupport.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/SecuritySupport.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2002,2004,2006 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/xerces/parsers/StandardParserConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/StandardParserConfiguration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/StandardParserConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/StandardParserConfiguration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-2006 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/xerces/parsers/XIncludeAwareParserConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XIncludeAwareParserConfiguration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/XIncludeAwareParserConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/XIncludeAwareParserConfiguration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/xerces/parsers/XIncludeParserConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XIncludeParserConfiguration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/XIncludeParserConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/XIncludeParserConfiguration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-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/xerces/parsers/XML11Configurable.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configurable.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configurable.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configurable.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/xerces/parsers/XML11Configuration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configuration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configuration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configuration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-2006 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/xerces/parsers/XML11DTDConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XML11DTDConfiguration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/XML11DTDConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/XML11DTDConfiguration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/xerces/parsers/XML11NonValidatingConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XML11NonValidatingConfiguration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/XML11NonValidatingConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/XML11NonValidatingConfiguration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/xerces/parsers/XMLDocumentParser.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XMLDocumentParser.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/XMLDocumentParser.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/XMLDocumentParser.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-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/xerces/parsers/XMLGrammarCachingConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XMLGrammarCachingConfiguration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/XMLGrammarCachingConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/XMLGrammarCachingConfiguration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-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/xerces/parsers/XMLGrammarParser.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XMLGrammarParser.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/XMLGrammarParser.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/XMLGrammarParser.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/xerces/parsers/XMLGrammarPreparser.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XMLGrammarPreparser.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/XMLGrammarPreparser.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/XMLGrammarPreparser.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001, 2002,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/xerces/parsers/XMLParser.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XMLParser.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/XMLParser.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/XMLParser.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/xerces/parsers/XPointerParserConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XPointerParserConfiguration.java?view=diff&rev=447239&r1=447238&r2=447239
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/XPointerParserConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/XPointerParserConfiguration.java Sun Sep 17 22:08:26 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 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