You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2006/11/01 21:35:15 UTC

svn commit: r470088 - in /xerces/c/trunk/tests: ./ src/DOM/DOMMemTest/ src/DOM/DOMTest/ src/DOM/Normalizer/ src/DOM/RangeTest/ src/DOM/Traversal/ src/DOM/TypeInfo/ src/EncodingTest/ src/InitTermTest/ src/MemHandlerTest/ src/NetAccessorTest/ src/ParserT...

Author: amassari
Date: Wed Nov  1 12:35:12 2006
New Revision: 470088

URL: http://svn.apache.org/viewvc?view=rev&rev=470088
Log:
Update license header as per http://www.apache.org/legal/src-headers.html

Modified:
    xerces/c/trunk/tests/Makefile.am
    xerces/c/trunk/tests/Makefile.in
    xerces/c/trunk/tests/src/DOM/DOMMemTest/DOMMemTest.cpp
    xerces/c/trunk/tests/src/DOM/DOMTest/DTest.cpp
    xerces/c/trunk/tests/src/DOM/DOMTest/DTest.h
    xerces/c/trunk/tests/src/DOM/Normalizer/Normalizer.cpp
    xerces/c/trunk/tests/src/DOM/Normalizer/Normalizer.hpp
    xerces/c/trunk/tests/src/DOM/RangeTest/RangeTest.cpp
    xerces/c/trunk/tests/src/DOM/Traversal/Traversal.cpp
    xerces/c/trunk/tests/src/DOM/TypeInfo/TypeInfo.cpp
    xerces/c/trunk/tests/src/DOM/TypeInfo/TypeInfo.hpp
    xerces/c/trunk/tests/src/EncodingTest/EncodingTest.cpp
    xerces/c/trunk/tests/src/InitTermTest/InitTermTest.cpp
    xerces/c/trunk/tests/src/InitTermTest/InitTermTest.hpp
    xerces/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.cpp
    xerces/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.hpp
    xerces/c/trunk/tests/src/MemHandlerTest/SimpleHashPtr.cpp
    xerces/c/trunk/tests/src/MemHandlerTest/SimpleHashPtr.hpp
    xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.c
    xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.hpp
    xerces/c/trunk/tests/src/NetAccessorTest/NetAccessorTest.cpp
    xerces/c/trunk/tests/src/ParserTest/ParserTest.cpp
    xerces/c/trunk/tests/src/ParserTest/ParserTest.hpp
    xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.cpp
    xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.hpp
    xerces/c/trunk/tests/src/ThreadTest/ThreadTest.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests.hpp
    xerces/c/trunk/tests/src/UtilTests/CoreTestsMain.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests_BitSet.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests_CountedPointer.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests_RefArray.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests_RefHashTable.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests_RefStack.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests_RefVector.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests_String.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests_Transcoders.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests_URL.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests_ValueArray.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests_ValueStack.cpp
    xerces/c/trunk/tests/src/UtilTests/CoreTests_ValueVector.cpp
    xerces/c/trunk/tests/src/XSTSHarness/XSTSHarness.cpp
    xerces/c/trunk/tests/src/XSTSHarness/XSTSHarness.hpp
    xerces/c/trunk/tests/src/XSTSHarness/XSTSHarnessHandlers.cpp
    xerces/c/trunk/tests/src/XSTSHarness/XSTSHarnessHandlers.hpp
    xerces/c/trunk/tests/src/XSValueTest/XSValueTest.cpp
    xerces/c/trunk/tests/src/XSValueTest/XSValueTest.hpp
    xerces/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.cpp
    xerces/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.hpp
    xerces/c/trunk/tests/src/XSerializerTest/XSerializerTest.cpp
    xerces/c/trunk/tests/src/XSerializerTest/XSerializerTest.hpp

Modified: xerces/c/trunk/tests/Makefile.am
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/Makefile.am?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/Makefile.am (original)
+++ xerces/c/trunk/tests/Makefile.am Wed Nov  1 12:35:12 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/c/trunk/tests/Makefile.in
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/Makefile.in?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/Makefile.in (original)
+++ xerces/c/trunk/tests/Makefile.in Wed Nov  1 12:35:12 2006
@@ -15,11 +15,12 @@
 @SET_MAKE@
 
 #
-# 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/c/trunk/tests/src/DOM/DOMMemTest/DOMMemTest.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/DOM/DOMMemTest/DOMMemTest.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/DOM/DOMMemTest/DOMMemTest.cpp (original)
+++ xerces/c/trunk/tests/src/DOM/DOMMemTest/DOMMemTest.cpp Wed Nov  1 12:35:12 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
  * 

Modified: xerces/c/trunk/tests/src/DOM/DOMTest/DTest.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/DOM/DOMTest/DTest.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/DOM/DOMTest/DTest.cpp (original)
+++ xerces/c/trunk/tests/src/DOM/DOMTest/DTest.cpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/DOM/DOMTest/DTest.h
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/DOM/DOMTest/DTest.h?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/DOM/DOMTest/DTest.h (original)
+++ xerces/c/trunk/tests/src/DOM/DOMTest/DTest.h Wed Nov  1 12:35:12 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/c/trunk/tests/src/DOM/Normalizer/Normalizer.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/DOM/Normalizer/Normalizer.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/DOM/Normalizer/Normalizer.cpp (original)
+++ xerces/c/trunk/tests/src/DOM/Normalizer/Normalizer.cpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/DOM/Normalizer/Normalizer.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/DOM/Normalizer/Normalizer.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/DOM/Normalizer/Normalizer.hpp (original)
+++ xerces/c/trunk/tests/src/DOM/Normalizer/Normalizer.hpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/DOM/RangeTest/RangeTest.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/DOM/RangeTest/RangeTest.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/DOM/RangeTest/RangeTest.cpp (original)
+++ xerces/c/trunk/tests/src/DOM/RangeTest/RangeTest.cpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/DOM/Traversal/Traversal.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/DOM/Traversal/Traversal.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/DOM/Traversal/Traversal.cpp (original)
+++ xerces/c/trunk/tests/src/DOM/Traversal/Traversal.cpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/DOM/TypeInfo/TypeInfo.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/DOM/TypeInfo/TypeInfo.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/DOM/TypeInfo/TypeInfo.cpp (original)
+++ xerces/c/trunk/tests/src/DOM/TypeInfo/TypeInfo.cpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/DOM/TypeInfo/TypeInfo.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/DOM/TypeInfo/TypeInfo.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/DOM/TypeInfo/TypeInfo.hpp (original)
+++ xerces/c/trunk/tests/src/DOM/TypeInfo/TypeInfo.hpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/EncodingTest/EncodingTest.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/EncodingTest/EncodingTest.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/EncodingTest/EncodingTest.cpp (original)
+++ xerces/c/trunk/tests/src/EncodingTest/EncodingTest.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/InitTermTest/InitTermTest.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/InitTermTest/InitTermTest.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/InitTermTest/InitTermTest.cpp (original)
+++ xerces/c/trunk/tests/src/InitTermTest/InitTermTest.cpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/InitTermTest/InitTermTest.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/InitTermTest/InitTermTest.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/InitTermTest/InitTermTest.hpp (original)
+++ xerces/c/trunk/tests/src/InitTermTest/InitTermTest.hpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.cpp (original)
+++ xerces/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.cpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.hpp (original)
+++ xerces/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.hpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/MemHandlerTest/SimpleHashPtr.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/MemHandlerTest/SimpleHashPtr.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/MemHandlerTest/SimpleHashPtr.cpp (original)
+++ xerces/c/trunk/tests/src/MemHandlerTest/SimpleHashPtr.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/MemHandlerTest/SimpleHashPtr.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/MemHandlerTest/SimpleHashPtr.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/MemHandlerTest/SimpleHashPtr.hpp (original)
+++ xerces/c/trunk/tests/src/MemHandlerTest/SimpleHashPtr.hpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.c
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.c?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.c (original)
+++ xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.c Wed Nov  1 12:35:12 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
  * 

Modified: xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.hpp (original)
+++ xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.hpp Wed Nov  1 12:35:12 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
  * 

Modified: xerces/c/trunk/tests/src/NetAccessorTest/NetAccessorTest.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/NetAccessorTest/NetAccessorTest.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/NetAccessorTest/NetAccessorTest.cpp (original)
+++ xerces/c/trunk/tests/src/NetAccessorTest/NetAccessorTest.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/ParserTest/ParserTest.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/ParserTest/ParserTest.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/ParserTest/ParserTest.cpp (original)
+++ xerces/c/trunk/tests/src/ParserTest/ParserTest.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/ParserTest/ParserTest.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/ParserTest/ParserTest.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/ParserTest/ParserTest.hpp (original)
+++ xerces/c/trunk/tests/src/ParserTest/ParserTest.hpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/ParserTest/ParserTest_Parser.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.cpp (original)
+++ xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/ParserTest/ParserTest_Parser.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.hpp (original)
+++ xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.hpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/ThreadTest/ThreadTest.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/ThreadTest/ThreadTest.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/ThreadTest/ThreadTest.cpp (original)
+++ xerces/c/trunk/tests/src/ThreadTest/ThreadTest.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests.hpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests.hpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTestsMain.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTestsMain.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTestsMain.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTestsMain.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests_BitSet.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests_BitSet.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_BitSet.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_BitSet.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests_CountedPointer.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests_CountedPointer.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_CountedPointer.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_CountedPointer.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests_RefArray.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests_RefArray.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_RefArray.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_RefArray.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests_RefHashTable.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests_RefHashTable.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_RefHashTable.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_RefHashTable.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests_RefStack.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests_RefStack.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_RefStack.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_RefStack.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests_RefVector.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests_RefVector.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_RefVector.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_RefVector.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests_String.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests_String.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_String.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_String.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests_Transcoders.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests_Transcoders.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_Transcoders.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_Transcoders.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests_URL.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests_URL.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_URL.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_URL.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests_ValueArray.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests_ValueArray.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_ValueArray.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_ValueArray.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests_ValueStack.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests_ValueStack.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_ValueStack.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_ValueStack.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/UtilTests/CoreTests_ValueVector.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/UtilTests/CoreTests_ValueVector.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_ValueVector.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_ValueVector.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/XSTSHarness/XSTSHarness.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/XSTSHarness/XSTSHarness.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/XSTSHarness/XSTSHarness.cpp (original)
+++ xerces/c/trunk/tests/src/XSTSHarness/XSTSHarness.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/XSTSHarness/XSTSHarness.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/XSTSHarness/XSTSHarness.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/XSTSHarness/XSTSHarness.hpp (original)
+++ xerces/c/trunk/tests/src/XSTSHarness/XSTSHarness.hpp Wed Nov  1 12:35:12 2006
@@ -1,18 +1,19 @@
-/*
- * Copyright 1999-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
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+/*
+ * 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
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 /*
  * $Id: SAX2Count.hpp 191045 2005-06-17 01:29:55Z jberry $

Modified: xerces/c/trunk/tests/src/XSTSHarness/XSTSHarnessHandlers.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/XSTSHarness/XSTSHarnessHandlers.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/XSTSHarness/XSTSHarnessHandlers.cpp (original)
+++ xerces/c/trunk/tests/src/XSTSHarness/XSTSHarnessHandlers.cpp Wed Nov  1 12:35:12 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/c/trunk/tests/src/XSTSHarness/XSTSHarnessHandlers.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/XSTSHarness/XSTSHarnessHandlers.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/XSTSHarness/XSTSHarnessHandlers.hpp (original)
+++ xerces/c/trunk/tests/src/XSTSHarness/XSTSHarnessHandlers.hpp Wed Nov  1 12:35:12 2006
@@ -1,18 +1,19 @@
-/*
- * Copyright 1999-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
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+/*
+ * 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
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 /*
  * $Id: XSTSHarnessHandlers.hpp 314887 2005-10-12 13:18:24Z cargilld $

Modified: xerces/c/trunk/tests/src/XSValueTest/XSValueTest.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/XSValueTest/XSValueTest.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/XSValueTest/XSValueTest.cpp (original)
+++ xerces/c/trunk/tests/src/XSValueTest/XSValueTest.cpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/XSValueTest/XSValueTest.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/XSValueTest/XSValueTest.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/XSValueTest/XSValueTest.hpp (original)
+++ xerces/c/trunk/tests/src/XSValueTest/XSValueTest.hpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.cpp (original)
+++ xerces/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.cpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.hpp (original)
+++ xerces/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.hpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/XSerializerTest/XSerializerTest.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/XSerializerTest/XSerializerTest.cpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/XSerializerTest/XSerializerTest.cpp (original)
+++ xerces/c/trunk/tests/src/XSerializerTest/XSerializerTest.cpp Wed Nov  1 12:35:12 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/c/trunk/tests/src/XSerializerTest/XSerializerTest.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/XSerializerTest/XSerializerTest.hpp?view=diff&rev=470088&r1=470087&r2=470088
==============================================================================
--- xerces/c/trunk/tests/src/XSerializerTest/XSerializerTest.hpp (original)
+++ xerces/c/trunk/tests/src/XSerializerTest/XSerializerTest.hpp Wed Nov  1 12:35:12 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
  * 



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