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:12:59 UTC

svn commit: r447241 - /xerces/java/trunk/src/org/apache/xerces/util/

Author: mrglavas
Date: Sun Sep 17 22:12:57 2006
New Revision: 447241

URL: http://svn.apache.org/viewvc?view=rev&rev=447241
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/util/AttributesProxy.java
    xerces/java/trunk/src/org/apache/xerces/util/AugmentationsImpl.java
    xerces/java/trunk/src/org/apache/xerces/util/DOMEntityResolverWrapper.java
    xerces/java/trunk/src/org/apache/xerces/util/DOMErrorHandlerWrapper.java
    xerces/java/trunk/src/org/apache/xerces/util/DOMInputSource.java
    xerces/java/trunk/src/org/apache/xerces/util/DOMUtil.java
    xerces/java/trunk/src/org/apache/xerces/util/DatatypeMessageFormatter.java
    xerces/java/trunk/src/org/apache/xerces/util/DefaultErrorHandler.java
    xerces/java/trunk/src/org/apache/xerces/util/EncodingMap.java
    xerces/java/trunk/src/org/apache/xerces/util/EntityResolver2Wrapper.java
    xerces/java/trunk/src/org/apache/xerces/util/EntityResolverWrapper.java
    xerces/java/trunk/src/org/apache/xerces/util/ErrorHandlerProxy.java
    xerces/java/trunk/src/org/apache/xerces/util/ErrorHandlerWrapper.java
    xerces/java/trunk/src/org/apache/xerces/util/HTTPInputSource.java
    xerces/java/trunk/src/org/apache/xerces/util/IntStack.java
    xerces/java/trunk/src/org/apache/xerces/util/JAXPNamespaceContextWrapper.java
    xerces/java/trunk/src/org/apache/xerces/util/LocatorProxy.java
    xerces/java/trunk/src/org/apache/xerces/util/MessageFormatter.java
    xerces/java/trunk/src/org/apache/xerces/util/NamespaceSupport.java
    xerces/java/trunk/src/org/apache/xerces/util/ParserConfigurationSettings.java
    xerces/java/trunk/src/org/apache/xerces/util/SAXInputSource.java
    xerces/java/trunk/src/org/apache/xerces/util/SAXLocatorWrapper.java
    xerces/java/trunk/src/org/apache/xerces/util/SAXMessageFormatter.java
    xerces/java/trunk/src/org/apache/xerces/util/SecurityManager.java
    xerces/java/trunk/src/org/apache/xerces/util/ShadowedSymbolTable.java
    xerces/java/trunk/src/org/apache/xerces/util/SymbolHash.java
    xerces/java/trunk/src/org/apache/xerces/util/SymbolTable.java
    xerces/java/trunk/src/org/apache/xerces/util/SynchronizedSymbolTable.java
    xerces/java/trunk/src/org/apache/xerces/util/URI.java
    xerces/java/trunk/src/org/apache/xerces/util/XML11Char.java
    xerces/java/trunk/src/org/apache/xerces/util/XMLAttributesImpl.java
    xerces/java/trunk/src/org/apache/xerces/util/XMLCatalogResolver.java
    xerces/java/trunk/src/org/apache/xerces/util/XMLChar.java
    xerces/java/trunk/src/org/apache/xerces/util/XMLEntityDescriptionImpl.java
    xerces/java/trunk/src/org/apache/xerces/util/XMLErrorCode.java
    xerces/java/trunk/src/org/apache/xerces/util/XMLGrammarPoolImpl.java
    xerces/java/trunk/src/org/apache/xerces/util/XMLResourceIdentifierImpl.java
    xerces/java/trunk/src/org/apache/xerces/util/XMLStringBuffer.java
    xerces/java/trunk/src/org/apache/xerces/util/XMLSymbols.java

Modified: xerces/java/trunk/src/org/apache/xerces/util/AttributesProxy.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/AttributesProxy.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/AttributesProxy.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/AttributesProxy.java Sun Sep 17 22:12:57 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/util/AugmentationsImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/AugmentationsImpl.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/AugmentationsImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/AugmentationsImpl.java Sun Sep 17 22:12:57 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2000-2002,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/util/DOMEntityResolverWrapper.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/DOMEntityResolverWrapper.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/DOMEntityResolverWrapper.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/DOMEntityResolverWrapper.java Sun Sep 17 22:12:57 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/util/DOMErrorHandlerWrapper.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/DOMErrorHandlerWrapper.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/DOMErrorHandlerWrapper.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/DOMErrorHandlerWrapper.java Sun Sep 17 22:12:57 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/util/DOMInputSource.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/DOMInputSource.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/DOMInputSource.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/DOMInputSource.java Sun Sep 17 22:12:57 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/util/DOMUtil.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/DOMUtil.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/DOMUtil.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/DOMUtil.java Sun Sep 17 22:12:57 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/util/DatatypeMessageFormatter.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/DatatypeMessageFormatter.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/DatatypeMessageFormatter.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/DatatypeMessageFormatter.java Sun Sep 17 22:12:57 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/util/DefaultErrorHandler.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/DefaultErrorHandler.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/DefaultErrorHandler.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/DefaultErrorHandler.java Sun Sep 17 22:12:57 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/util/EncodingMap.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/EncodingMap.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/EncodingMap.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/EncodingMap.java Sun Sep 17 22:12:57 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/util/EntityResolver2Wrapper.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/EntityResolver2Wrapper.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/EntityResolver2Wrapper.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/EntityResolver2Wrapper.java Sun Sep 17 22:12:57 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/util/EntityResolverWrapper.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/EntityResolverWrapper.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/EntityResolverWrapper.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/EntityResolverWrapper.java Sun Sep 17 22:12:57 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/util/ErrorHandlerProxy.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/ErrorHandlerProxy.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/ErrorHandlerProxy.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/ErrorHandlerProxy.java Sun Sep 17 22:12:57 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/util/ErrorHandlerWrapper.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/ErrorHandlerWrapper.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/ErrorHandlerWrapper.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/ErrorHandlerWrapper.java Sun Sep 17 22:12:57 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/util/HTTPInputSource.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/HTTPInputSource.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/HTTPInputSource.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/HTTPInputSource.java Sun Sep 17 22:12:57 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/util/IntStack.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/IntStack.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/IntStack.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/IntStack.java Sun Sep 17 22:12:57 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/util/JAXPNamespaceContextWrapper.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/JAXPNamespaceContextWrapper.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/JAXPNamespaceContextWrapper.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/JAXPNamespaceContextWrapper.java Sun Sep 17 22:12:57 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/util/LocatorProxy.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/LocatorProxy.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/LocatorProxy.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/LocatorProxy.java Sun Sep 17 22:12:57 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/util/MessageFormatter.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/MessageFormatter.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/MessageFormatter.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/MessageFormatter.java Sun Sep 17 22:12:57 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/util/NamespaceSupport.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/NamespaceSupport.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/NamespaceSupport.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/NamespaceSupport.java Sun Sep 17 22:12:57 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2000-2002,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/util/ParserConfigurationSettings.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/ParserConfigurationSettings.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/ParserConfigurationSettings.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/ParserConfigurationSettings.java Sun Sep 17 22:12:57 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/util/SAXInputSource.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/SAXInputSource.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/SAXInputSource.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/SAXInputSource.java Sun Sep 17 22:12:57 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/util/SAXLocatorWrapper.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/SAXLocatorWrapper.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/SAXLocatorWrapper.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/SAXLocatorWrapper.java Sun Sep 17 22:12:57 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/util/SAXMessageFormatter.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/SAXMessageFormatter.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/SAXMessageFormatter.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/SAXMessageFormatter.java Sun Sep 17 22:12:57 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/util/SecurityManager.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/SecurityManager.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/SecurityManager.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/SecurityManager.java Sun Sep 17 22:12:57 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,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/util/ShadowedSymbolTable.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/ShadowedSymbolTable.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/ShadowedSymbolTable.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/ShadowedSymbolTable.java Sun Sep 17 22:12:57 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/util/SymbolHash.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/SymbolHash.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/SymbolHash.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/SymbolHash.java Sun Sep 17 22:12:57 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/util/SymbolTable.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/SymbolTable.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/SymbolTable.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/SymbolTable.java Sun Sep 17 22:12:57 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2000-2002,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/util/SynchronizedSymbolTable.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/SynchronizedSymbolTable.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/SynchronizedSymbolTable.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/SynchronizedSymbolTable.java Sun Sep 17 22:12:57 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/util/URI.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/URI.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/URI.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/URI.java Sun Sep 17 22:12:57 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/util/XML11Char.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/XML11Char.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/XML11Char.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/XML11Char.java Sun Sep 17 22:12:57 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/util/XMLAttributesImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/XMLAttributesImpl.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/XMLAttributesImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/XMLAttributesImpl.java Sun Sep 17 22:12:57 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/util/XMLCatalogResolver.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/XMLCatalogResolver.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/XMLCatalogResolver.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/XMLCatalogResolver.java Sun Sep 17 22:12:57 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/util/XMLChar.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/XMLChar.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/XMLChar.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/XMLChar.java Sun Sep 17 22:12:57 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/util/XMLEntityDescriptionImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/XMLEntityDescriptionImpl.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/XMLEntityDescriptionImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/XMLEntityDescriptionImpl.java Sun Sep 17 22:12:57 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/util/XMLErrorCode.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/XMLErrorCode.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/XMLErrorCode.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/XMLErrorCode.java Sun Sep 17 22:12:57 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/util/XMLGrammarPoolImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/XMLGrammarPoolImpl.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/XMLGrammarPoolImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/XMLGrammarPoolImpl.java Sun Sep 17 22:12:57 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/util/XMLResourceIdentifierImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/XMLResourceIdentifierImpl.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/XMLResourceIdentifierImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/XMLResourceIdentifierImpl.java Sun Sep 17 22:12:57 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2002, 2003,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/util/XMLStringBuffer.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/XMLStringBuffer.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/XMLStringBuffer.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/XMLStringBuffer.java Sun Sep 17 22:12:57 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/util/XMLSymbols.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/XMLSymbols.java?view=diff&rev=447241&r1=447240&r2=447241
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/XMLSymbols.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/XMLSymbols.java Sun Sep 17 22:12:57 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 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