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:23:53 UTC

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

Author: mrglavas
Date: Sun Sep 17 22:23:52 2006
New Revision: 447247

URL: http://svn.apache.org/viewvc?view=rev&rev=447247
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/Augmentations.java
    xerces/java/trunk/src/org/apache/xerces/xni/NamespaceContext.java
    xerces/java/trunk/src/org/apache/xerces/xni/QName.java
    xerces/java/trunk/src/org/apache/xerces/xni/XMLAttributes.java
    xerces/java/trunk/src/org/apache/xerces/xni/XMLDTDContentModelHandler.java
    xerces/java/trunk/src/org/apache/xerces/xni/XMLDTDHandler.java
    xerces/java/trunk/src/org/apache/xerces/xni/XMLDocumentFragmentHandler.java
    xerces/java/trunk/src/org/apache/xerces/xni/XMLDocumentHandler.java
    xerces/java/trunk/src/org/apache/xerces/xni/XMLLocator.java
    xerces/java/trunk/src/org/apache/xerces/xni/XMLResourceIdentifier.java
    xerces/java/trunk/src/org/apache/xerces/xni/XMLString.java
    xerces/java/trunk/src/org/apache/xerces/xni/XNIException.java

Modified: xerces/java/trunk/src/org/apache/xerces/xni/Augmentations.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/Augmentations.java?view=diff&rev=447247&r1=447246&r2=447247
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/Augmentations.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/Augmentations.java Sun Sep 17 22:23:52 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/NamespaceContext.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/NamespaceContext.java?view=diff&rev=447247&r1=447246&r2=447247
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/NamespaceContext.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/NamespaceContext.java Sun Sep 17 22:23:52 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/QName.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/QName.java?view=diff&rev=447247&r1=447246&r2=447247
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/QName.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/QName.java Sun Sep 17 22:23:52 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/XMLAttributes.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/XMLAttributes.java?view=diff&rev=447247&r1=447246&r2=447247
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/XMLAttributes.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/XMLAttributes.java Sun Sep 17 22:23:52 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/XMLDTDContentModelHandler.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/XMLDTDContentModelHandler.java?view=diff&rev=447247&r1=447246&r2=447247
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/XMLDTDContentModelHandler.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/XMLDTDContentModelHandler.java Sun Sep 17 22:23:52 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/XMLDTDHandler.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/XMLDTDHandler.java?view=diff&rev=447247&r1=447246&r2=447247
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/XMLDTDHandler.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/XMLDTDHandler.java Sun Sep 17 22:23:52 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/XMLDocumentFragmentHandler.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/XMLDocumentFragmentHandler.java?view=diff&rev=447247&r1=447246&r2=447247
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/XMLDocumentFragmentHandler.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/XMLDocumentFragmentHandler.java Sun Sep 17 22:23:52 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/XMLDocumentHandler.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/XMLDocumentHandler.java?view=diff&rev=447247&r1=447246&r2=447247
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/XMLDocumentHandler.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/XMLDocumentHandler.java Sun Sep 17 22:23:52 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/XMLLocator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/XMLLocator.java?view=diff&rev=447247&r1=447246&r2=447247
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/XMLLocator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/XMLLocator.java Sun Sep 17 22:23:52 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/xni/XMLResourceIdentifier.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/XMLResourceIdentifier.java?view=diff&rev=447247&r1=447246&r2=447247
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/XMLResourceIdentifier.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/XMLResourceIdentifier.java Sun Sep 17 22:23:52 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/xerces/xni/XMLString.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/XMLString.java?view=diff&rev=447247&r1=447246&r2=447247
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/XMLString.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/XMLString.java Sun Sep 17 22:23:52 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/XNIException.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/XNIException.java?view=diff&rev=447247&r1=447246&r2=447247
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/XNIException.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/XNIException.java Sun Sep 17 22:23:52 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