You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2005/02/04 21:37:54 UTC

svn commit: r151409 [2/3] - in apr/apr/branches/0.9.x: ./ atomic/netware/ atomic/os390/ atomic/unix/ build/ build/pkg/ dso/aix/ dso/beos/ dso/netware/ dso/os2/ dso/os390/ dso/unix/ dso/win32/ file_io/netware/ file_io/os2/ file_io/unix/ file_io/win32/ include/ include/arch/ include/arch/aix/ include/arch/beos/ include/arch/netware/ include/arch/os2/ include/arch/os390/ include/arch/unix/ include/arch/win32/ locks/beos/ locks/netware/ locks/os2/ locks/unix/ locks/win32/ memory/unix/ misc/netware/ misc/os2/ misc/unix/ misc/win32/ mmap/unix/ mmap/win32/ network_io/beos/ network_io/os2/ network_io/unix/ network_io/win32/ passwd/ poll/os2/ poll/unix/ shmem/beos/ shmem/os2/ shmem/unix/ shmem/win32/ strings/ support/unix/ tables/ test/ test/internal/ threadproc/beos/ threadproc/netware/ threadproc/os2/ threadproc/unix/ threadproc/win32/ time/unix/ time/win32/ user/netware/ user/unix/ user/win32/

Modified: apr/apr/branches/0.9.x/include/arch/netware/apr_arch_thread_cond.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/netware/apr_arch_thread_cond.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/netware/apr_arch_thread_cond.h (original)
+++ apr/apr/branches/0.9.x/include/arch/netware/apr_arch_thread_cond.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/netware/apr_arch_thread_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/netware/apr_arch_thread_mutex.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/netware/apr_arch_thread_mutex.h (original)
+++ apr/apr/branches/0.9.x/include/arch/netware/apr_arch_thread_mutex.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/netware/apr_arch_thread_rwlock.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/netware/apr_arch_thread_rwlock.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/netware/apr_arch_thread_rwlock.h (original)
+++ apr/apr/branches/0.9.x/include/arch/netware/apr_arch_thread_rwlock.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/netware/apr_arch_threadproc.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/netware/apr_arch_threadproc.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/netware/apr_arch_threadproc.h (original)
+++ apr/apr/branches/0.9.x/include/arch/netware/apr_arch_threadproc.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/netware/apr_private.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/netware/apr_private.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/netware/apr_private.h (original)
+++ apr/apr/branches/0.9.x/include/arch/netware/apr_private.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/os2/apr_arch_dso.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/os2/apr_arch_dso.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/os2/apr_arch_dso.h (original)
+++ apr/apr/branches/0.9.x/include/arch/os2/apr_arch_dso.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/os2/apr_arch_file_io.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/os2/apr_arch_file_io.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/os2/apr_arch_file_io.h (original)
+++ apr/apr/branches/0.9.x/include/arch/os2/apr_arch_file_io.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/os2/apr_arch_networkio.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/os2/apr_arch_networkio.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/os2/apr_arch_networkio.h (original)
+++ apr/apr/branches/0.9.x/include/arch/os2/apr_arch_networkio.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/os2/apr_arch_os2calls.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/os2/apr_arch_os2calls.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/os2/apr_arch_os2calls.h (original)
+++ apr/apr/branches/0.9.x/include/arch/os2/apr_arch_os2calls.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/os2/apr_arch_proc_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/os2/apr_arch_proc_mutex.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/os2/apr_arch_proc_mutex.h (original)
+++ apr/apr/branches/0.9.x/include/arch/os2/apr_arch_proc_mutex.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/os2/apr_arch_thread_cond.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/os2/apr_arch_thread_cond.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/os2/apr_arch_thread_cond.h (original)
+++ apr/apr/branches/0.9.x/include/arch/os2/apr_arch_thread_cond.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/os2/apr_arch_thread_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/os2/apr_arch_thread_mutex.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/os2/apr_arch_thread_mutex.h (original)
+++ apr/apr/branches/0.9.x/include/arch/os2/apr_arch_thread_mutex.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/os2/apr_arch_thread_rwlock.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/os2/apr_arch_thread_rwlock.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/os2/apr_arch_thread_rwlock.h (original)
+++ apr/apr/branches/0.9.x/include/arch/os2/apr_arch_thread_rwlock.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/os2/apr_arch_threadproc.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/os2/apr_arch_threadproc.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/os2/apr_arch_threadproc.h (original)
+++ apr/apr/branches/0.9.x/include/arch/os2/apr_arch_threadproc.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/os390/apr_arch_dso.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/os390/apr_arch_dso.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/os390/apr_arch_dso.h (original)
+++ apr/apr/branches/0.9.x/include/arch/os390/apr_arch_dso.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_dso.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_dso.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_dso.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_dso.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_file_io.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_file_io.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_file_io.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_file_io.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_global_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_global_mutex.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_global_mutex.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_global_mutex.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_inherit.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_inherit.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_inherit.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_inherit.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_internal_time.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_internal_time.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_internal_time.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_internal_time.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_misc.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_misc.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_misc.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_misc.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_networkio.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_networkio.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_networkio.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_networkio.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_proc_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_proc_mutex.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_proc_mutex.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_proc_mutex.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_shm.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_shm.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_shm.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_shm.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_thread_cond.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_thread_cond.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_thread_cond.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_thread_cond.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_thread_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_thread_mutex.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_thread_mutex.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_thread_mutex.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_thread_rwlock.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_thread_rwlock.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_thread_rwlock.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_thread_rwlock.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/unix/apr_arch_threadproc.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/unix/apr_arch_threadproc.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/unix/apr_arch_threadproc.h (original)
+++ apr/apr/branches/0.9.x/include/arch/unix/apr_arch_threadproc.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_atime.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_atime.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_atime.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_atime.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_dso.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_dso.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_dso.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_dso.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_file_io.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_file_io.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_file_io.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_file_io.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_inherit.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_inherit.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_inherit.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_inherit.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_misc.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_misc.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_misc.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_misc.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_networkio.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_networkio.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_networkio.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_networkio.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_proc_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_proc_mutex.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_proc_mutex.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_proc_mutex.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_thread_cond.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_thread_cond.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_thread_cond.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_thread_cond.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_thread_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_thread_mutex.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_thread_mutex.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_thread_mutex.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_thread_rwlock.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_thread_rwlock.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_thread_rwlock.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_thread_rwlock.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_threadproc.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_threadproc.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_threadproc.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_threadproc.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_utf8.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_utf8.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_utf8.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_utf8.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_dbg_win32_handles.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_dbg_win32_handles.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_dbg_win32_handles.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_dbg_win32_handles.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_private.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_private.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_private.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_private.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/beos/proc_mutex.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/beos/proc_mutex.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/beos/proc_mutex.c (original)
+++ apr/apr/branches/0.9.x/locks/beos/proc_mutex.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/beos/thread_cond.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/beos/thread_cond.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/beos/thread_cond.c (original)
+++ apr/apr/branches/0.9.x/locks/beos/thread_cond.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/beos/thread_mutex.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/beos/thread_mutex.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/beos/thread_mutex.c (original)
+++ apr/apr/branches/0.9.x/locks/beos/thread_mutex.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/beos/thread_rwlock.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/beos/thread_rwlock.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/beos/thread_rwlock.c (original)
+++ apr/apr/branches/0.9.x/locks/beos/thread_rwlock.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/netware/proc_mutex.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/netware/proc_mutex.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/netware/proc_mutex.c (original)
+++ apr/apr/branches/0.9.x/locks/netware/proc_mutex.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/netware/thread_cond.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/netware/thread_cond.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/netware/thread_cond.c (original)
+++ apr/apr/branches/0.9.x/locks/netware/thread_cond.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/netware/thread_mutex.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/netware/thread_mutex.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/netware/thread_mutex.c (original)
+++ apr/apr/branches/0.9.x/locks/netware/thread_mutex.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/netware/thread_rwlock.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/netware/thread_rwlock.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/netware/thread_rwlock.c (original)
+++ apr/apr/branches/0.9.x/locks/netware/thread_rwlock.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/os2/proc_mutex.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/os2/proc_mutex.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/os2/proc_mutex.c (original)
+++ apr/apr/branches/0.9.x/locks/os2/proc_mutex.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/os2/thread_cond.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/os2/thread_cond.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/os2/thread_cond.c (original)
+++ apr/apr/branches/0.9.x/locks/os2/thread_cond.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/os2/thread_mutex.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/os2/thread_mutex.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/os2/thread_mutex.c (original)
+++ apr/apr/branches/0.9.x/locks/os2/thread_mutex.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/os2/thread_rwlock.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/os2/thread_rwlock.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/os2/thread_rwlock.c (original)
+++ apr/apr/branches/0.9.x/locks/os2/thread_rwlock.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/unix/global_mutex.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/unix/global_mutex.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/unix/global_mutex.c (original)
+++ apr/apr/branches/0.9.x/locks/unix/global_mutex.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/unix/proc_mutex.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/unix/proc_mutex.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/unix/proc_mutex.c (original)
+++ apr/apr/branches/0.9.x/locks/unix/proc_mutex.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/unix/thread_cond.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/unix/thread_cond.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/unix/thread_cond.c (original)
+++ apr/apr/branches/0.9.x/locks/unix/thread_cond.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/unix/thread_mutex.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/unix/thread_mutex.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/unix/thread_mutex.c (original)
+++ apr/apr/branches/0.9.x/locks/unix/thread_mutex.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/unix/thread_rwlock.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/unix/thread_rwlock.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/unix/thread_rwlock.c (original)
+++ apr/apr/branches/0.9.x/locks/unix/thread_rwlock.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/win32/proc_mutex.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/win32/proc_mutex.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/win32/proc_mutex.c (original)
+++ apr/apr/branches/0.9.x/locks/win32/proc_mutex.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/win32/thread_cond.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/win32/thread_cond.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/win32/thread_cond.c (original)
+++ apr/apr/branches/0.9.x/locks/win32/thread_cond.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/win32/thread_mutex.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/win32/thread_mutex.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/win32/thread_mutex.c (original)
+++ apr/apr/branches/0.9.x/locks/win32/thread_mutex.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/locks/win32/thread_rwlock.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/locks/win32/thread_rwlock.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/locks/win32/thread_rwlock.c (original)
+++ apr/apr/branches/0.9.x/locks/win32/thread_rwlock.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/memory/unix/apr_pools.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/memory/unix/apr_pools.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/memory/unix/apr_pools.c (original)
+++ apr/apr/branches/0.9.x/memory/unix/apr_pools.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/netware/charset.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/netware/charset.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/netware/charset.c (original)
+++ apr/apr/branches/0.9.x/misc/netware/charset.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/netware/libprews.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/netware/libprews.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/netware/libprews.c (original)
+++ apr/apr/branches/0.9.x/misc/netware/libprews.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright  2004 The Apache Software Foundation
+/* Copyright  2004-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/netware/rand.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/netware/rand.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/netware/rand.c (original)
+++ apr/apr/branches/0.9.x/misc/netware/rand.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/netware/start.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/netware/start.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/netware/start.c (original)
+++ apr/apr/branches/0.9.x/misc/netware/start.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/os2/randbyte.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/os2/randbyte.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/os2/randbyte.c (original)
+++ apr/apr/branches/0.9.x/misc/os2/randbyte.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/unix/charset.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/unix/charset.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/unix/charset.c (original)
+++ apr/apr/branches/0.9.x/misc/unix/charset.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/unix/env.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/unix/env.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/unix/env.c (original)
+++ apr/apr/branches/0.9.x/misc/unix/env.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/unix/errorcodes.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/unix/errorcodes.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/unix/errorcodes.c (original)
+++ apr/apr/branches/0.9.x/misc/unix/errorcodes.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/unix/otherchild.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/unix/otherchild.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/unix/otherchild.c (original)
+++ apr/apr/branches/0.9.x/misc/unix/otherchild.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/unix/rand.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/unix/rand.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/unix/rand.c (original)
+++ apr/apr/branches/0.9.x/misc/unix/rand.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/unix/start.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/unix/start.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/unix/start.c (original)
+++ apr/apr/branches/0.9.x/misc/unix/start.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/unix/version.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/unix/version.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/unix/version.c (original)
+++ apr/apr/branches/0.9.x/misc/unix/version.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/win32/apr_app.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/win32/apr_app.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/win32/apr_app.c (original)
+++ apr/apr/branches/0.9.x/misc/win32/apr_app.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/win32/charset.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/win32/charset.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/win32/charset.c (original)
+++ apr/apr/branches/0.9.x/misc/win32/charset.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/win32/env.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/win32/env.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/win32/env.c (original)
+++ apr/apr/branches/0.9.x/misc/win32/env.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/win32/internal.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/win32/internal.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/win32/internal.c (original)
+++ apr/apr/branches/0.9.x/misc/win32/internal.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/win32/misc.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/win32/misc.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/win32/misc.c (original)
+++ apr/apr/branches/0.9.x/misc/win32/misc.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/win32/rand.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/win32/rand.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/win32/rand.c (original)
+++ apr/apr/branches/0.9.x/misc/win32/rand.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/win32/start.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/win32/start.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/win32/start.c (original)
+++ apr/apr/branches/0.9.x/misc/win32/start.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/misc/win32/utf8.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/win32/utf8.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/misc/win32/utf8.c (original)
+++ apr/apr/branches/0.9.x/misc/win32/utf8.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/mmap/unix/common.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/mmap/unix/common.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/mmap/unix/common.c (original)
+++ apr/apr/branches/0.9.x/mmap/unix/common.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/mmap/unix/mmap.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/mmap/unix/mmap.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/mmap/unix/mmap.c (original)
+++ apr/apr/branches/0.9.x/mmap/unix/mmap.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/mmap/win32/mmap.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/mmap/win32/mmap.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/mmap/win32/mmap.c (original)
+++ apr/apr/branches/0.9.x/mmap/win32/mmap.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/beos/sendrecv.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/beos/sendrecv.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/beos/sendrecv.c (original)
+++ apr/apr/branches/0.9.x/network_io/beos/sendrecv.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/os2/os2calls.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/os2/os2calls.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/os2/os2calls.c (original)
+++ apr/apr/branches/0.9.x/network_io/os2/os2calls.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/os2/sendrecv.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/os2/sendrecv.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/os2/sendrecv.c (original)
+++ apr/apr/branches/0.9.x/network_io/os2/sendrecv.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/os2/sendrecv_udp.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/os2/sendrecv_udp.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/os2/sendrecv_udp.c (original)
+++ apr/apr/branches/0.9.x/network_io/os2/sendrecv_udp.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/os2/sockets.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/os2/sockets.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/os2/sockets.c (original)
+++ apr/apr/branches/0.9.x/network_io/os2/sockets.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/os2/sockopt.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/os2/sockopt.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/os2/sockopt.c (original)
+++ apr/apr/branches/0.9.x/network_io/os2/sockopt.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/unix/sendrecv.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/unix/sendrecv.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/unix/sendrecv.c (original)
+++ apr/apr/branches/0.9.x/network_io/unix/sendrecv.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/unix/sockaddr.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/unix/sockaddr.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/unix/sockaddr.c (original)
+++ apr/apr/branches/0.9.x/network_io/unix/sockaddr.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/unix/sockets.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/unix/sockets.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/unix/sockets.c (original)
+++ apr/apr/branches/0.9.x/network_io/unix/sockets.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/unix/sockopt.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/unix/sockopt.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/unix/sockopt.c (original)
+++ apr/apr/branches/0.9.x/network_io/unix/sockopt.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/win32/sendrecv.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/win32/sendrecv.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/win32/sendrecv.c (original)
+++ apr/apr/branches/0.9.x/network_io/win32/sendrecv.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/win32/sockets.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/win32/sockets.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/win32/sockets.c (original)
+++ apr/apr/branches/0.9.x/network_io/win32/sockets.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/network_io/win32/sockopt.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/network_io/win32/sockopt.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/network_io/win32/sockopt.c (original)
+++ apr/apr/branches/0.9.x/network_io/win32/sockopt.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/passwd/apr_getpass.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/passwd/apr_getpass.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/passwd/apr_getpass.c (original)
+++ apr/apr/branches/0.9.x/passwd/apr_getpass.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/poll/os2/poll.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/poll/os2/poll.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/poll/os2/poll.c (original)
+++ apr/apr/branches/0.9.x/poll/os2/poll.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/poll/os2/pollset.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/poll/os2/pollset.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/poll/os2/pollset.c (original)
+++ apr/apr/branches/0.9.x/poll/os2/pollset.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/poll/unix/poll.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/poll/unix/poll.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/poll/unix/poll.c (original)
+++ apr/apr/branches/0.9.x/poll/unix/poll.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/poll/unix/pollacc.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/poll/unix/pollacc.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/poll/unix/pollacc.c (original)
+++ apr/apr/branches/0.9.x/poll/unix/pollacc.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/shmem/beos/shm.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/shmem/beos/shm.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/shmem/beos/shm.c (original)
+++ apr/apr/branches/0.9.x/shmem/beos/shm.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/shmem/os2/shm.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/shmem/os2/shm.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/shmem/os2/shm.c (original)
+++ apr/apr/branches/0.9.x/shmem/os2/shm.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/shmem/unix/shm.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/shmem/unix/shm.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/shmem/unix/shm.c (original)
+++ apr/apr/branches/0.9.x/shmem/unix/shm.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/shmem/win32/shm.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/shmem/win32/shm.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/shmem/win32/shm.c (original)
+++ apr/apr/branches/0.9.x/shmem/win32/shm.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/strings/apr_cpystrn.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/strings/apr_cpystrn.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/strings/apr_cpystrn.c (original)
+++ apr/apr/branches/0.9.x/strings/apr_cpystrn.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/strings/apr_snprintf.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/strings/apr_snprintf.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/strings/apr_snprintf.c (original)
+++ apr/apr/branches/0.9.x/strings/apr_snprintf.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/strings/apr_strings.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/strings/apr_strings.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/strings/apr_strings.c (original)
+++ apr/apr/branches/0.9.x/strings/apr_strings.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/strings/apr_strtok.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/strings/apr_strtok.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/strings/apr_strtok.c (original)
+++ apr/apr/branches/0.9.x/strings/apr_strtok.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/support/unix/waitio.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/support/unix/waitio.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/support/unix/waitio.c (original)
+++ apr/apr/branches/0.9.x/support/unix/waitio.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/tables/apr_hash.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/tables/apr_hash.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/tables/apr_hash.c (original)
+++ apr/apr/branches/0.9.x/tables/apr_hash.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/tables/apr_tables.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/tables/apr_tables.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/tables/apr_tables.c (original)
+++ apr/apr/branches/0.9.x/tables/apr_tables.c Fri Feb  4 12:36:31 2005
@@ -1,5 +1,6 @@
 #include <stdio.h>
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/test/aprtest.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/test/aprtest.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/test/aprtest.h (original)
+++ apr/apr/branches/0.9.x/test/aprtest.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/test/client.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/test/client.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/test/client.c (original)
+++ apr/apr/branches/0.9.x/test/client.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/test/internal/testregex.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/test/internal/testregex.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/test/internal/testregex.c (original)
+++ apr/apr/branches/0.9.x/test/internal/testregex.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/test/internal/testucs.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/test/internal/testucs.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/test/internal/testucs.c (original)
+++ apr/apr/branches/0.9.x/test/internal/testucs.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/test/mod_test.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/test/mod_test.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/test/mod_test.c (original)
+++ apr/apr/branches/0.9.x/test/mod_test.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/test/readchild.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/test/readchild.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/test/readchild.c (original)
+++ apr/apr/branches/0.9.x/test/readchild.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/test/sendfile.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/test/sendfile.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/test/sendfile.c (original)
+++ apr/apr/branches/0.9.x/test/sendfile.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/test/server.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/test/server.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/test/server.c (original)
+++ apr/apr/branches/0.9.x/test/server.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/test/test_apr.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/test/test_apr.h?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/test/test_apr.h (original)
+++ apr/apr/branches/0.9.x/test/test_apr.h Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/test/testall.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/test/testall.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/test/testall.c (original)
+++ apr/apr/branches/0.9.x/test/testall.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: apr/apr/branches/0.9.x/test/testargs.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/test/testargs.c?view=diff&r1=151408&r2=151409
==============================================================================
--- apr/apr/branches/0.9.x/test/testargs.c (original)
+++ apr/apr/branches/0.9.x/test/testargs.c Fri Feb  4 12:36:31 2005
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.