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:03:11 UTC

svn commit: r447237 - /xerces/java/trunk/src/org/apache/xerces/jaxp/

Author: mrglavas
Date: Sun Sep 17 22:03:10 2006
New Revision: 447237

URL: http://svn.apache.org/viewvc?view=rev&rev=447237
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/jaxp/DefaultValidationErrorHandler.java
    xerces/java/trunk/src/org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.java
    xerces/java/trunk/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java
    xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPConstants.java
    xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPValidatorComponent.java
    xerces/java/trunk/src/org/apache/xerces/jaxp/SAXParserFactoryImpl.java
    xerces/java/trunk/src/org/apache/xerces/jaxp/SAXParserImpl.java
    xerces/java/trunk/src/org/apache/xerces/jaxp/SchemaValidatorConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/jaxp/TeeXMLDocumentFilterImpl.java
    xerces/java/trunk/src/org/apache/xerces/jaxp/UnparsedEntityHandler.java

Modified: xerces/java/trunk/src/org/apache/xerces/jaxp/DefaultValidationErrorHandler.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/DefaultValidationErrorHandler.java?view=diff&rev=447237&r1=447236&r2=447237
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/jaxp/DefaultValidationErrorHandler.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/jaxp/DefaultValidationErrorHandler.java Sun Sep 17 22:03:10 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/jaxp/DocumentBuilderFactoryImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.java?view=diff&rev=447237&r1=447236&r2=447237
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.java Sun Sep 17 22:03:10 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2000-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/jaxp/DocumentBuilderImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java?view=diff&rev=447237&r1=447236&r2=447237
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java Sun Sep 17 22:03:10 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/jaxp/JAXPConstants.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPConstants.java?view=diff&rev=447237&r1=447236&r2=447237
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPConstants.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPConstants.java Sun Sep 17 22:03:10 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/jaxp/JAXPValidatorComponent.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPValidatorComponent.java?view=diff&rev=447237&r1=447236&r2=447237
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPValidatorComponent.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPValidatorComponent.java Sun Sep 17 22:03:10 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/jaxp/SAXParserFactoryImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/SAXParserFactoryImpl.java?view=diff&rev=447237&r1=447236&r2=447237
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/jaxp/SAXParserFactoryImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/jaxp/SAXParserFactoryImpl.java Sun Sep 17 22:03:10 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2000-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/jaxp/SAXParserImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/SAXParserImpl.java?view=diff&rev=447237&r1=447236&r2=447237
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/jaxp/SAXParserImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/jaxp/SAXParserImpl.java Sun Sep 17 22:03:10 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/jaxp/SchemaValidatorConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/SchemaValidatorConfiguration.java?view=diff&rev=447237&r1=447236&r2=447237
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/jaxp/SchemaValidatorConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/jaxp/SchemaValidatorConfiguration.java Sun Sep 17 22:03:10 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/jaxp/TeeXMLDocumentFilterImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/TeeXMLDocumentFilterImpl.java?view=diff&rev=447237&r1=447236&r2=447237
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/jaxp/TeeXMLDocumentFilterImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/jaxp/TeeXMLDocumentFilterImpl.java Sun Sep 17 22:03:10 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/jaxp/UnparsedEntityHandler.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/UnparsedEntityHandler.java?view=diff&rev=447237&r1=447236&r2=447237
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/jaxp/UnparsedEntityHandler.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/jaxp/UnparsedEntityHandler.java Sun Sep 17 22:03:10 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