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

svn commit: r447244 - /xerces/java/trunk/src/org/apache/xerces/xni/parser/

Author: mrglavas
Date: Sun Sep 17 22:20:40 2006
New Revision: 447244

URL: http://svn.apache.org/viewvc?view=rev&rev=447244
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/xni/parser/XMLComponent.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLComponentManager.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLConfigurationException.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDContentModelFilter.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDContentModelSource.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDFilter.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDScanner.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDSource.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDocumentFilter.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDocumentScanner.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDocumentSource.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLEntityResolver.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLErrorHandler.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLInputSource.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLParseException.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLParserConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLPullParserConfiguration.java

Modified: xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLComponent.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLComponent.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLComponent.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLComponent.java Sun Sep 17 22:20:40 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/xni/parser/XMLComponentManager.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLComponentManager.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLComponentManager.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLComponentManager.java Sun Sep 17 22:20:40 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/xni/parser/XMLConfigurationException.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLConfigurationException.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLConfigurationException.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLConfigurationException.java Sun Sep 17 22:20:40 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/xni/parser/XMLDTDContentModelFilter.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDContentModelFilter.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDContentModelFilter.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDContentModelFilter.java Sun Sep 17 22:20:40 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/xni/parser/XMLDTDContentModelSource.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDContentModelSource.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDContentModelSource.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDContentModelSource.java Sun Sep 17 22:20:40 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/xni/parser/XMLDTDFilter.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDFilter.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDFilter.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDFilter.java Sun Sep 17 22:20:40 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/xni/parser/XMLDTDScanner.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDScanner.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDScanner.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDScanner.java Sun Sep 17 22:20:40 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/xni/parser/XMLDTDSource.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDSource.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDSource.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDTDSource.java Sun Sep 17 22:20:40 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/xni/parser/XMLDocumentFilter.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDocumentFilter.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDocumentFilter.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDocumentFilter.java Sun Sep 17 22:20:40 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/xni/parser/XMLDocumentScanner.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDocumentScanner.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDocumentScanner.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDocumentScanner.java Sun Sep 17 22:20:40 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/xni/parser/XMLDocumentSource.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDocumentSource.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDocumentSource.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLDocumentSource.java Sun Sep 17 22:20:40 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/xni/parser/XMLEntityResolver.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLEntityResolver.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLEntityResolver.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLEntityResolver.java Sun Sep 17 22:20:40 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/xni/parser/XMLErrorHandler.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLErrorHandler.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLErrorHandler.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLErrorHandler.java Sun Sep 17 22:20:40 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/xni/parser/XMLInputSource.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLInputSource.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLInputSource.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLInputSource.java Sun Sep 17 22:20:40 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/xni/parser/XMLParseException.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLParseException.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLParseException.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLParseException.java Sun Sep 17 22:20:40 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/xni/parser/XMLParserConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLParserConfiguration.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLParserConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLParserConfiguration.java Sun Sep 17 22:20:40 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/xni/parser/XMLPullParserConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLPullParserConfiguration.java?view=diff&rev=447244&r1=447243&r2=447244
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLPullParserConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLPullParserConfiguration.java Sun Sep 17 22:20:40 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
  * 



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