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:45:37 UTC

svn commit: r151412 [1/3] - in apr/apr/trunk: ./ atomic/netware/ atomic/os390/ atomic/unix/ atomic/win32/ 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/unix/ misc/win32/ mmap/unix/ mmap/win32/ network_io/beos/ network_io/os2/ network_io/unix/ network_io/win32/ passwd/ poll/os2/ poll/unix/ random/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/

Author: jerenkrantz
Date: Fri Feb  4 12:44:01 2005
New Revision: 151412

URL: http://svn.apache.org/viewcvs?view=rev&rev=151412
Log:
Update copyright year to 2005 and standardize on current copyright owner line.

Modified:
    apr/apr/trunk/apr-config.in
    apr/apr/trunk/atomic/netware/apr_atomic.c
    apr/apr/trunk/atomic/os390/atomic.c
    apr/apr/trunk/atomic/unix/apr_atomic.c
    apr/apr/trunk/atomic/win32/apr_atomic.c
    apr/apr/trunk/build/aplibtool.c
    apr/apr/trunk/build/apr_rules.mk.in
    apr/apr/trunk/build/pkg/buildpkg.sh
    apr/apr/trunk/dso/aix/dso.c
    apr/apr/trunk/dso/beos/dso.c
    apr/apr/trunk/dso/netware/dso.c
    apr/apr/trunk/dso/os2/dso.c
    apr/apr/trunk/dso/os390/dso.c
    apr/apr/trunk/dso/unix/dso.c
    apr/apr/trunk/dso/win32/dso.c
    apr/apr/trunk/file_io/netware/filestat.c
    apr/apr/trunk/file_io/netware/filesys.c
    apr/apr/trunk/file_io/netware/flock.c
    apr/apr/trunk/file_io/netware/mktemp.c
    apr/apr/trunk/file_io/netware/pipe.c
    apr/apr/trunk/file_io/os2/dir.c
    apr/apr/trunk/file_io/os2/dir_make_recurse.c
    apr/apr/trunk/file_io/os2/fileacc.c
    apr/apr/trunk/file_io/os2/filedup.c
    apr/apr/trunk/file_io/os2/filepath.c
    apr/apr/trunk/file_io/os2/filestat.c
    apr/apr/trunk/file_io/os2/filesys.c
    apr/apr/trunk/file_io/os2/flock.c
    apr/apr/trunk/file_io/os2/maperrorcode.c
    apr/apr/trunk/file_io/os2/open.c
    apr/apr/trunk/file_io/os2/pipe.c
    apr/apr/trunk/file_io/os2/readwrite.c
    apr/apr/trunk/file_io/os2/seek.c
    apr/apr/trunk/file_io/unix/copy.c
    apr/apr/trunk/file_io/unix/dir.c
    apr/apr/trunk/file_io/unix/fileacc.c
    apr/apr/trunk/file_io/unix/filedup.c
    apr/apr/trunk/file_io/unix/filepath.c
    apr/apr/trunk/file_io/unix/filepath_util.c
    apr/apr/trunk/file_io/unix/filestat.c
    apr/apr/trunk/file_io/unix/flock.c
    apr/apr/trunk/file_io/unix/fullrw.c
    apr/apr/trunk/file_io/unix/mktemp.c
    apr/apr/trunk/file_io/unix/open.c
    apr/apr/trunk/file_io/unix/pipe.c
    apr/apr/trunk/file_io/unix/readwrite.c
    apr/apr/trunk/file_io/unix/seek.c
    apr/apr/trunk/file_io/unix/tempdir.c
    apr/apr/trunk/file_io/win32/dir.c
    apr/apr/trunk/file_io/win32/filedup.c
    apr/apr/trunk/file_io/win32/filepath.c
    apr/apr/trunk/file_io/win32/filestat.c
    apr/apr/trunk/file_io/win32/filesys.c
    apr/apr/trunk/file_io/win32/flock.c
    apr/apr/trunk/file_io/win32/open.c
    apr/apr/trunk/file_io/win32/pipe.c
    apr/apr/trunk/file_io/win32/readwrite.c
    apr/apr/trunk/file_io/win32/seek.c
    apr/apr/trunk/include/apr_allocator.h
    apr/apr/trunk/include/apr_atomic.h
    apr/apr/trunk/include/apr_dso.h
    apr/apr/trunk/include/apr_env.h
    apr/apr/trunk/include/apr_errno.h
    apr/apr/trunk/include/apr_file_info.h
    apr/apr/trunk/include/apr_file_io.h
    apr/apr/trunk/include/apr_general.h
    apr/apr/trunk/include/apr_getopt.h
    apr/apr/trunk/include/apr_global_mutex.h
    apr/apr/trunk/include/apr_hash.h
    apr/apr/trunk/include/apr_inherit.h
    apr/apr/trunk/include/apr_lib.h
    apr/apr/trunk/include/apr_mmap.h
    apr/apr/trunk/include/apr_network_io.h
    apr/apr/trunk/include/apr_poll.h
    apr/apr/trunk/include/apr_pools.h
    apr/apr/trunk/include/apr_portable.h
    apr/apr/trunk/include/apr_proc_mutex.h
    apr/apr/trunk/include/apr_random.h
    apr/apr/trunk/include/apr_ring.h
    apr/apr/trunk/include/apr_shm.h
    apr/apr/trunk/include/apr_signal.h
    apr/apr/trunk/include/apr_strings.h
    apr/apr/trunk/include/apr_support.h
    apr/apr/trunk/include/apr_tables.h
    apr/apr/trunk/include/apr_thread_cond.h
    apr/apr/trunk/include/apr_thread_mutex.h
    apr/apr/trunk/include/apr_thread_proc.h
    apr/apr/trunk/include/apr_thread_rwlock.h
    apr/apr/trunk/include/apr_time.h
    apr/apr/trunk/include/apr_user.h
    apr/apr/trunk/include/apr_version.h
    apr/apr/trunk/include/apr_want.h
    apr/apr/trunk/include/arch/aix/apr_arch_dso.h
    apr/apr/trunk/include/arch/apr_private_common.h
    apr/apr/trunk/include/arch/beos/apr_arch_dso.h
    apr/apr/trunk/include/arch/beos/apr_arch_proc_mutex.h
    apr/apr/trunk/include/arch/beos/apr_arch_thread_cond.h
    apr/apr/trunk/include/arch/beos/apr_arch_thread_mutex.h
    apr/apr/trunk/include/arch/beos/apr_arch_thread_rwlock.h
    apr/apr/trunk/include/arch/beos/apr_arch_threadproc.h
    apr/apr/trunk/include/arch/netware/apr_arch_dso.h
    apr/apr/trunk/include/arch/netware/apr_arch_file_io.h
    apr/apr/trunk/include/arch/netware/apr_arch_global_mutex.h
    apr/apr/trunk/include/arch/netware/apr_arch_internal_time.h
    apr/apr/trunk/include/arch/netware/apr_arch_networkio.h
    apr/apr/trunk/include/arch/netware/apr_arch_pre_nw.h
    apr/apr/trunk/include/arch/netware/apr_arch_proc_mutex.h
    apr/apr/trunk/include/arch/netware/apr_arch_thread_cond.h
    apr/apr/trunk/include/arch/netware/apr_arch_thread_mutex.h
    apr/apr/trunk/include/arch/netware/apr_arch_thread_rwlock.h
    apr/apr/trunk/include/arch/netware/apr_arch_threadproc.h
    apr/apr/trunk/include/arch/netware/apr_private.h
    apr/apr/trunk/include/arch/os2/apr_arch_dso.h
    apr/apr/trunk/include/arch/os2/apr_arch_file_io.h
    apr/apr/trunk/include/arch/os2/apr_arch_networkio.h
    apr/apr/trunk/include/arch/os2/apr_arch_os2calls.h
    apr/apr/trunk/include/arch/os2/apr_arch_proc_mutex.h
    apr/apr/trunk/include/arch/os2/apr_arch_thread_cond.h
    apr/apr/trunk/include/arch/os2/apr_arch_thread_mutex.h
    apr/apr/trunk/include/arch/os2/apr_arch_thread_rwlock.h
    apr/apr/trunk/include/arch/os2/apr_arch_threadproc.h
    apr/apr/trunk/include/arch/os390/apr_arch_dso.h
    apr/apr/trunk/include/arch/unix/apr_arch_dso.h
    apr/apr/trunk/include/arch/unix/apr_arch_file_io.h
    apr/apr/trunk/include/arch/unix/apr_arch_global_mutex.h
    apr/apr/trunk/include/arch/unix/apr_arch_inherit.h
    apr/apr/trunk/include/arch/unix/apr_arch_internal_time.h
    apr/apr/trunk/include/arch/unix/apr_arch_misc.h
    apr/apr/trunk/include/arch/unix/apr_arch_networkio.h
    apr/apr/trunk/include/arch/unix/apr_arch_poll_private.h
    apr/apr/trunk/include/arch/unix/apr_arch_proc_mutex.h
    apr/apr/trunk/include/arch/unix/apr_arch_shm.h
    apr/apr/trunk/include/arch/unix/apr_arch_thread_cond.h
    apr/apr/trunk/include/arch/unix/apr_arch_thread_mutex.h
    apr/apr/trunk/include/arch/unix/apr_arch_thread_rwlock.h
    apr/apr/trunk/include/arch/unix/apr_arch_threadproc.h
    apr/apr/trunk/include/arch/win32/apr_arch_atime.h
    apr/apr/trunk/include/arch/win32/apr_arch_dso.h
    apr/apr/trunk/include/arch/win32/apr_arch_file_io.h
    apr/apr/trunk/include/arch/win32/apr_arch_inherit.h
    apr/apr/trunk/include/arch/win32/apr_arch_misc.h
    apr/apr/trunk/include/arch/win32/apr_arch_networkio.h
    apr/apr/trunk/include/arch/win32/apr_arch_proc_mutex.h
    apr/apr/trunk/include/arch/win32/apr_arch_thread_cond.h
    apr/apr/trunk/include/arch/win32/apr_arch_thread_mutex.h
    apr/apr/trunk/include/arch/win32/apr_arch_thread_rwlock.h
    apr/apr/trunk/include/arch/win32/apr_arch_threadproc.h
    apr/apr/trunk/include/arch/win32/apr_arch_utf8.h
    apr/apr/trunk/include/arch/win32/apr_dbg_win32_handles.h
    apr/apr/trunk/include/arch/win32/apr_private.h
    apr/apr/trunk/locks/beos/proc_mutex.c
    apr/apr/trunk/locks/beos/thread_cond.c
    apr/apr/trunk/locks/beos/thread_mutex.c
    apr/apr/trunk/locks/beos/thread_rwlock.c
    apr/apr/trunk/locks/netware/proc_mutex.c
    apr/apr/trunk/locks/netware/thread_cond.c
    apr/apr/trunk/locks/netware/thread_mutex.c
    apr/apr/trunk/locks/netware/thread_rwlock.c
    apr/apr/trunk/locks/os2/proc_mutex.c
    apr/apr/trunk/locks/os2/thread_cond.c
    apr/apr/trunk/locks/os2/thread_mutex.c
    apr/apr/trunk/locks/os2/thread_rwlock.c
    apr/apr/trunk/locks/unix/global_mutex.c
    apr/apr/trunk/locks/unix/proc_mutex.c
    apr/apr/trunk/locks/unix/thread_cond.c
    apr/apr/trunk/locks/unix/thread_mutex.c
    apr/apr/trunk/locks/unix/thread_rwlock.c
    apr/apr/trunk/locks/win32/proc_mutex.c
    apr/apr/trunk/locks/win32/thread_cond.c
    apr/apr/trunk/locks/win32/thread_mutex.c
    apr/apr/trunk/locks/win32/thread_rwlock.c
    apr/apr/trunk/memory/unix/apr_pools.c
    apr/apr/trunk/misc/netware/charset.c
    apr/apr/trunk/misc/netware/libprews.c
    apr/apr/trunk/misc/netware/rand.c
    apr/apr/trunk/misc/netware/start.c
    apr/apr/trunk/misc/unix/charset.c
    apr/apr/trunk/misc/unix/env.c
    apr/apr/trunk/misc/unix/errorcodes.c
    apr/apr/trunk/misc/unix/otherchild.c
    apr/apr/trunk/misc/unix/rand.c
    apr/apr/trunk/misc/unix/start.c
    apr/apr/trunk/misc/unix/version.c
    apr/apr/trunk/misc/win32/apr_app.c
    apr/apr/trunk/misc/win32/charset.c
    apr/apr/trunk/misc/win32/env.c
    apr/apr/trunk/misc/win32/internal.c
    apr/apr/trunk/misc/win32/misc.c
    apr/apr/trunk/misc/win32/rand.c
    apr/apr/trunk/misc/win32/start.c
    apr/apr/trunk/misc/win32/utf8.c
    apr/apr/trunk/mmap/unix/common.c
    apr/apr/trunk/mmap/unix/mmap.c
    apr/apr/trunk/mmap/win32/mmap.c
    apr/apr/trunk/network_io/beos/sendrecv.c
    apr/apr/trunk/network_io/os2/os2calls.c
    apr/apr/trunk/network_io/os2/sendrecv.c
    apr/apr/trunk/network_io/os2/sendrecv_udp.c
    apr/apr/trunk/network_io/os2/sockets.c
    apr/apr/trunk/network_io/os2/sockopt.c
    apr/apr/trunk/network_io/unix/sendrecv.c
    apr/apr/trunk/network_io/unix/sockaddr.c
    apr/apr/trunk/network_io/unix/sockets.c
    apr/apr/trunk/network_io/unix/sockopt.c
    apr/apr/trunk/network_io/win32/sendrecv.c
    apr/apr/trunk/network_io/win32/sockets.c
    apr/apr/trunk/network_io/win32/sockopt.c
    apr/apr/trunk/passwd/apr_getpass.c
    apr/apr/trunk/poll/os2/poll.c
    apr/apr/trunk/poll/os2/pollset.c
    apr/apr/trunk/poll/unix/epoll.c
    apr/apr/trunk/poll/unix/kqueue.c
    apr/apr/trunk/poll/unix/poll.c
    apr/apr/trunk/poll/unix/port.c
    apr/apr/trunk/poll/unix/select.c
    apr/apr/trunk/random/unix/apr_random.c
    apr/apr/trunk/random/unix/sha2.c
    apr/apr/trunk/random/unix/sha2.h
    apr/apr/trunk/shmem/beos/shm.c
    apr/apr/trunk/shmem/os2/shm.c
    apr/apr/trunk/shmem/unix/shm.c
    apr/apr/trunk/shmem/win32/shm.c
    apr/apr/trunk/strings/apr_cpystrn.c
    apr/apr/trunk/strings/apr_snprintf.c
    apr/apr/trunk/strings/apr_strings.c
    apr/apr/trunk/strings/apr_strtok.c
    apr/apr/trunk/support/unix/waitio.c
    apr/apr/trunk/tables/apr_hash.c
    apr/apr/trunk/tables/apr_tables.c
    apr/apr/trunk/test/abts_tests.h
    apr/apr/trunk/test/globalmutexchild.c
    apr/apr/trunk/test/internal/testregex.c
    apr/apr/trunk/test/internal/testucs.c
    apr/apr/trunk/test/mod_test.c
    apr/apr/trunk/test/readchild.c
    apr/apr/trunk/test/sendfile.c
    apr/apr/trunk/test/sockchild.c
    apr/apr/trunk/test/testargs.c
    apr/apr/trunk/test/testatomic.c
    apr/apr/trunk/test/testdir.c
    apr/apr/trunk/test/testdso.c
    apr/apr/trunk/test/testdup.c
    apr/apr/trunk/test/testenv.c
    apr/apr/trunk/test/testfile.c
    apr/apr/trunk/test/testfilecopy.c
    apr/apr/trunk/test/testfileinfo.c
    apr/apr/trunk/test/testflock.c
    apr/apr/trunk/test/testflock.h
    apr/apr/trunk/test/testfmt.c
    apr/apr/trunk/test/testfnmatch.c
    apr/apr/trunk/test/testglobalmutex.c
    apr/apr/trunk/test/testglobalmutex.h
    apr/apr/trunk/test/testhash.c
    apr/apr/trunk/test/testipsub.c
    apr/apr/trunk/test/testlock.c
    apr/apr/trunk/test/testlockperf.c
    apr/apr/trunk/test/testmmap.c
    apr/apr/trunk/test/testmutexscope.c
    apr/apr/trunk/test/testnames.c
    apr/apr/trunk/test/testoc.c
    apr/apr/trunk/test/testpath.c
    apr/apr/trunk/test/testpipe.c
    apr/apr/trunk/test/testpoll.c
    apr/apr/trunk/test/testpools.c
    apr/apr/trunk/test/testproc.c
    apr/apr/trunk/test/testprocmutex.c
    apr/apr/trunk/test/testrand.c
    apr/apr/trunk/test/testrand2.c
    apr/apr/trunk/test/testshm.c
    apr/apr/trunk/test/testshm.h
    apr/apr/trunk/test/testshmconsumer.c
    apr/apr/trunk/test/testshmproducer.c
    apr/apr/trunk/test/testsleep.c
    apr/apr/trunk/test/testsock.c
    apr/apr/trunk/test/testsock.h
    apr/apr/trunk/test/testsockets.c
    apr/apr/trunk/test/testsockopt.c
    apr/apr/trunk/test/teststr.c
    apr/apr/trunk/test/teststrnatcmp.c
    apr/apr/trunk/test/testtable.c
    apr/apr/trunk/test/testtemp.c
    apr/apr/trunk/test/testthread.c
    apr/apr/trunk/test/testtime.c
    apr/apr/trunk/test/testud.c
    apr/apr/trunk/test/testuser.c
    apr/apr/trunk/test/testutil.c
    apr/apr/trunk/test/testutil.h
    apr/apr/trunk/test/testvsn.c
    apr/apr/trunk/test/tryread.c
    apr/apr/trunk/threadproc/beos/apr_proc_stub.c
    apr/apr/trunk/threadproc/beos/proc.c
    apr/apr/trunk/threadproc/beos/thread.c
    apr/apr/trunk/threadproc/beos/threadpriv.c
    apr/apr/trunk/threadproc/beos/threadproc_common.c
    apr/apr/trunk/threadproc/netware/proc.c
    apr/apr/trunk/threadproc/netware/procsup.c
    apr/apr/trunk/threadproc/netware/signals.c
    apr/apr/trunk/threadproc/netware/thread.c
    apr/apr/trunk/threadproc/netware/threadpriv.c
    apr/apr/trunk/threadproc/os2/proc.c
    apr/apr/trunk/threadproc/os2/thread.c
    apr/apr/trunk/threadproc/os2/threadpriv.c
    apr/apr/trunk/threadproc/unix/proc.c
    apr/apr/trunk/threadproc/unix/procsup.c
    apr/apr/trunk/threadproc/unix/signals.c
    apr/apr/trunk/threadproc/unix/thread.c
    apr/apr/trunk/threadproc/unix/threadpriv.c
    apr/apr/trunk/threadproc/win32/proc.c
    apr/apr/trunk/threadproc/win32/signals.c
    apr/apr/trunk/threadproc/win32/thread.c
    apr/apr/trunk/threadproc/win32/threadpriv.c
    apr/apr/trunk/time/unix/time.c
    apr/apr/trunk/time/unix/timestr.c
    apr/apr/trunk/time/win32/access.c
    apr/apr/trunk/time/win32/time.c
    apr/apr/trunk/time/win32/timestr.c
    apr/apr/trunk/user/netware/groupinfo.c
    apr/apr/trunk/user/netware/userinfo.c
    apr/apr/trunk/user/unix/groupinfo.c
    apr/apr/trunk/user/unix/userinfo.c
    apr/apr/trunk/user/win32/groupinfo.c
    apr/apr/trunk/user/win32/userinfo.c

Modified: apr/apr/trunk/apr-config.in
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/apr-config.in?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/apr-config.in (original)
+++ apr/apr/trunk/apr-config.in Fri Feb  4 12:44:01 2005
@@ -1,11 +1,12 @@
 #!/bin/sh
-# 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.
 # You may obtain a copy of the License at
 #
-#    http://www.apache.org/licenses/LICENSE-2.0
+#     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,

Modified: apr/apr/trunk/atomic/netware/apr_atomic.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/atomic/netware/apr_atomic.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/atomic/netware/apr_atomic.c (original)
+++ apr/apr/trunk/atomic/netware/apr_atomic.c Fri Feb  4 12:44:01 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/trunk/atomic/os390/atomic.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/atomic/os390/atomic.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/atomic/os390/atomic.c (original)
+++ apr/apr/trunk/atomic/os390/atomic.c Fri Feb  4 12:44:01 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/trunk/atomic/unix/apr_atomic.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/atomic/unix/apr_atomic.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/atomic/unix/apr_atomic.c (original)
+++ apr/apr/trunk/atomic/unix/apr_atomic.c Fri Feb  4 12:44:01 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/trunk/atomic/win32/apr_atomic.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/atomic/win32/apr_atomic.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/atomic/win32/apr_atomic.c (original)
+++ apr/apr/trunk/atomic/win32/apr_atomic.c Fri Feb  4 12:44:01 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/trunk/build/aplibtool.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/build/aplibtool.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/build/aplibtool.c (original)
+++ apr/apr/trunk/build/aplibtool.c Fri Feb  4 12:44:01 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/trunk/build/apr_rules.mk.in
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/build/apr_rules.mk.in?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/build/apr_rules.mk.in (original)
+++ apr/apr/trunk/build/apr_rules.mk.in Fri Feb  4 12:44:01 2005
@@ -1,10 +1,11 @@
-# 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.
 # You may obtain a copy of the License at
 #
-#    http://www.apache.org/licenses/LICENSE-2.0
+#     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,

Modified: apr/apr/trunk/build/pkg/buildpkg.sh
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/build/pkg/buildpkg.sh?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/build/pkg/buildpkg.sh (original)
+++ apr/apr/trunk/build/pkg/buildpkg.sh Fri Feb  4 12:44:01 2005
@@ -1,11 +1,12 @@
 #!/bin/sh
-# 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.
 # You may obtain a copy of the License at
 #
-#    http://www.apache.org/licenses/LICENSE-2.0
+#     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,

Modified: apr/apr/trunk/dso/aix/dso.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/dso/aix/dso.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/dso/aix/dso.c (original)
+++ apr/apr/trunk/dso/aix/dso.c Fri Feb  4 12:44:01 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/trunk/dso/beos/dso.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/dso/beos/dso.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/dso/beos/dso.c (original)
+++ apr/apr/trunk/dso/beos/dso.c Fri Feb  4 12:44:01 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/trunk/dso/netware/dso.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/dso/netware/dso.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/dso/netware/dso.c (original)
+++ apr/apr/trunk/dso/netware/dso.c Fri Feb  4 12:44:01 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/trunk/dso/os2/dso.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/dso/os2/dso.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/dso/os2/dso.c (original)
+++ apr/apr/trunk/dso/os2/dso.c Fri Feb  4 12:44:01 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/trunk/dso/os390/dso.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/dso/os390/dso.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/dso/os390/dso.c (original)
+++ apr/apr/trunk/dso/os390/dso.c Fri Feb  4 12:44:01 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/trunk/dso/unix/dso.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/dso/unix/dso.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/dso/unix/dso.c (original)
+++ apr/apr/trunk/dso/unix/dso.c Fri Feb  4 12:44:01 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/trunk/dso/win32/dso.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/dso/win32/dso.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/dso/win32/dso.c (original)
+++ apr/apr/trunk/dso/win32/dso.c Fri Feb  4 12:44:01 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/trunk/file_io/netware/filestat.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/netware/filestat.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/netware/filestat.c (original)
+++ apr/apr/trunk/file_io/netware/filestat.c Fri Feb  4 12:44:01 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/trunk/file_io/netware/filesys.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/netware/filesys.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/netware/filesys.c (original)
+++ apr/apr/trunk/file_io/netware/filesys.c Fri Feb  4 12:44:01 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/trunk/file_io/netware/flock.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/netware/flock.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/netware/flock.c (original)
+++ apr/apr/trunk/file_io/netware/flock.c Fri Feb  4 12:44:01 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/trunk/file_io/netware/mktemp.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/netware/mktemp.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/netware/mktemp.c (original)
+++ apr/apr/trunk/file_io/netware/mktemp.c Fri Feb  4 12:44:01 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/trunk/file_io/netware/pipe.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/netware/pipe.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/netware/pipe.c (original)
+++ apr/apr/trunk/file_io/netware/pipe.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/dir.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/dir.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/dir.c (original)
+++ apr/apr/trunk/file_io/os2/dir.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/dir_make_recurse.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/dir_make_recurse.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/dir_make_recurse.c (original)
+++ apr/apr/trunk/file_io/os2/dir_make_recurse.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/fileacc.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/fileacc.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/fileacc.c (original)
+++ apr/apr/trunk/file_io/os2/fileacc.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/filedup.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/filedup.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/filedup.c (original)
+++ apr/apr/trunk/file_io/os2/filedup.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/filepath.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/filepath.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/filepath.c (original)
+++ apr/apr/trunk/file_io/os2/filepath.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/filestat.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/filestat.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/filestat.c (original)
+++ apr/apr/trunk/file_io/os2/filestat.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/filesys.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/filesys.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/filesys.c (original)
+++ apr/apr/trunk/file_io/os2/filesys.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/flock.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/flock.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/flock.c (original)
+++ apr/apr/trunk/file_io/os2/flock.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/maperrorcode.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/maperrorcode.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/maperrorcode.c (original)
+++ apr/apr/trunk/file_io/os2/maperrorcode.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/open.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/open.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/open.c (original)
+++ apr/apr/trunk/file_io/os2/open.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/pipe.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/pipe.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/pipe.c (original)
+++ apr/apr/trunk/file_io/os2/pipe.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/readwrite.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/readwrite.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/readwrite.c (original)
+++ apr/apr/trunk/file_io/os2/readwrite.c Fri Feb  4 12:44:01 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/trunk/file_io/os2/seek.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/os2/seek.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/os2/seek.c (original)
+++ apr/apr/trunk/file_io/os2/seek.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/copy.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/copy.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/copy.c (original)
+++ apr/apr/trunk/file_io/unix/copy.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/dir.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/dir.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/dir.c (original)
+++ apr/apr/trunk/file_io/unix/dir.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/fileacc.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/fileacc.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/fileacc.c (original)
+++ apr/apr/trunk/file_io/unix/fileacc.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/filedup.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/filedup.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/filedup.c (original)
+++ apr/apr/trunk/file_io/unix/filedup.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/filepath.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/filepath.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/filepath.c (original)
+++ apr/apr/trunk/file_io/unix/filepath.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/filepath_util.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/filepath_util.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/filepath_util.c (original)
+++ apr/apr/trunk/file_io/unix/filepath_util.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/filestat.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/filestat.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/filestat.c (original)
+++ apr/apr/trunk/file_io/unix/filestat.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/flock.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/flock.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/flock.c (original)
+++ apr/apr/trunk/file_io/unix/flock.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/fullrw.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/fullrw.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/fullrw.c (original)
+++ apr/apr/trunk/file_io/unix/fullrw.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/mktemp.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/mktemp.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/mktemp.c (original)
+++ apr/apr/trunk/file_io/unix/mktemp.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/open.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/open.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/open.c (original)
+++ apr/apr/trunk/file_io/unix/open.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/pipe.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/pipe.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/pipe.c (original)
+++ apr/apr/trunk/file_io/unix/pipe.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/readwrite.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/readwrite.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/readwrite.c (original)
+++ apr/apr/trunk/file_io/unix/readwrite.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/seek.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/seek.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/seek.c (original)
+++ apr/apr/trunk/file_io/unix/seek.c Fri Feb  4 12:44:01 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/trunk/file_io/unix/tempdir.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/unix/tempdir.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/unix/tempdir.c (original)
+++ apr/apr/trunk/file_io/unix/tempdir.c Fri Feb  4 12:44:01 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/trunk/file_io/win32/dir.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/win32/dir.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/win32/dir.c (original)
+++ apr/apr/trunk/file_io/win32/dir.c Fri Feb  4 12:44:01 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/trunk/file_io/win32/filedup.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/win32/filedup.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/win32/filedup.c (original)
+++ apr/apr/trunk/file_io/win32/filedup.c Fri Feb  4 12:44:01 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/trunk/file_io/win32/filepath.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/win32/filepath.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/win32/filepath.c (original)
+++ apr/apr/trunk/file_io/win32/filepath.c Fri Feb  4 12:44:01 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/trunk/file_io/win32/filestat.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/win32/filestat.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/win32/filestat.c (original)
+++ apr/apr/trunk/file_io/win32/filestat.c Fri Feb  4 12:44:01 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/trunk/file_io/win32/filesys.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/win32/filesys.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/win32/filesys.c (original)
+++ apr/apr/trunk/file_io/win32/filesys.c Fri Feb  4 12:44:01 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/trunk/file_io/win32/flock.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/win32/flock.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/win32/flock.c (original)
+++ apr/apr/trunk/file_io/win32/flock.c Fri Feb  4 12:44:01 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/trunk/file_io/win32/open.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/win32/open.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/win32/open.c (original)
+++ apr/apr/trunk/file_io/win32/open.c Fri Feb  4 12:44:01 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/trunk/file_io/win32/pipe.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/win32/pipe.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/win32/pipe.c (original)
+++ apr/apr/trunk/file_io/win32/pipe.c Fri Feb  4 12:44:01 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/trunk/file_io/win32/readwrite.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/win32/readwrite.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/win32/readwrite.c (original)
+++ apr/apr/trunk/file_io/win32/readwrite.c Fri Feb  4 12:44:01 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/trunk/file_io/win32/seek.c
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/file_io/win32/seek.c?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/file_io/win32/seek.c (original)
+++ apr/apr/trunk/file_io/win32/seek.c Fri Feb  4 12:44:01 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/trunk/include/apr_allocator.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_allocator.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_allocator.h (original)
+++ apr/apr/trunk/include/apr_allocator.h Fri Feb  4 12:44:01 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/trunk/include/apr_atomic.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_atomic.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_atomic.h (original)
+++ apr/apr/trunk/include/apr_atomic.h Fri Feb  4 12:44:01 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/trunk/include/apr_dso.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_dso.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_dso.h (original)
+++ apr/apr/trunk/include/apr_dso.h Fri Feb  4 12:44:01 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/trunk/include/apr_env.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_env.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_env.h (original)
+++ apr/apr/trunk/include/apr_env.h Fri Feb  4 12:44:01 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/trunk/include/apr_errno.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_errno.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_errno.h (original)
+++ apr/apr/trunk/include/apr_errno.h Fri Feb  4 12:44:01 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/trunk/include/apr_file_info.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_file_info.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_file_info.h (original)
+++ apr/apr/trunk/include/apr_file_info.h Fri Feb  4 12:44:01 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/trunk/include/apr_file_io.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_file_io.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_file_io.h (original)
+++ apr/apr/trunk/include/apr_file_io.h Fri Feb  4 12:44:01 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/trunk/include/apr_general.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_general.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_general.h (original)
+++ apr/apr/trunk/include/apr_general.h Fri Feb  4 12:44:01 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/trunk/include/apr_getopt.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_getopt.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_getopt.h (original)
+++ apr/apr/trunk/include/apr_getopt.h Fri Feb  4 12:44:01 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/trunk/include/apr_global_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_global_mutex.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_global_mutex.h (original)
+++ apr/apr/trunk/include/apr_global_mutex.h Fri Feb  4 12:44:01 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/trunk/include/apr_hash.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_hash.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_hash.h (original)
+++ apr/apr/trunk/include/apr_hash.h Fri Feb  4 12:44:01 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/trunk/include/apr_inherit.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_inherit.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_inherit.h (original)
+++ apr/apr/trunk/include/apr_inherit.h Fri Feb  4 12:44:01 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/trunk/include/apr_lib.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_lib.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_lib.h (original)
+++ apr/apr/trunk/include/apr_lib.h Fri Feb  4 12:44:01 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/trunk/include/apr_mmap.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_mmap.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_mmap.h (original)
+++ apr/apr/trunk/include/apr_mmap.h Fri Feb  4 12:44:01 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/trunk/include/apr_network_io.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_network_io.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_network_io.h (original)
+++ apr/apr/trunk/include/apr_network_io.h Fri Feb  4 12:44:01 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/trunk/include/apr_poll.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_poll.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_poll.h (original)
+++ apr/apr/trunk/include/apr_poll.h Fri Feb  4 12:44:01 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/trunk/include/apr_pools.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_pools.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_pools.h (original)
+++ apr/apr/trunk/include/apr_pools.h Fri Feb  4 12:44:01 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/trunk/include/apr_portable.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_portable.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_portable.h (original)
+++ apr/apr/trunk/include/apr_portable.h Fri Feb  4 12:44:01 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/trunk/include/apr_proc_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_proc_mutex.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_proc_mutex.h (original)
+++ apr/apr/trunk/include/apr_proc_mutex.h Fri Feb  4 12:44:01 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/trunk/include/apr_random.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_random.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_random.h (original)
+++ apr/apr/trunk/include/apr_random.h Fri Feb  4 12:44:01 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/trunk/include/apr_ring.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_ring.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_ring.h (original)
+++ apr/apr/trunk/include/apr_ring.h Fri Feb  4 12:44:01 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/trunk/include/apr_shm.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_shm.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_shm.h (original)
+++ apr/apr/trunk/include/apr_shm.h Fri Feb  4 12:44:01 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/trunk/include/apr_signal.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_signal.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_signal.h (original)
+++ apr/apr/trunk/include/apr_signal.h Fri Feb  4 12:44:01 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/trunk/include/apr_strings.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_strings.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_strings.h (original)
+++ apr/apr/trunk/include/apr_strings.h Fri Feb  4 12:44:01 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/trunk/include/apr_support.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_support.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_support.h (original)
+++ apr/apr/trunk/include/apr_support.h Fri Feb  4 12:44:01 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/trunk/include/apr_tables.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_tables.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_tables.h (original)
+++ apr/apr/trunk/include/apr_tables.h Fri Feb  4 12:44:01 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/trunk/include/apr_thread_cond.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_thread_cond.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_thread_cond.h (original)
+++ apr/apr/trunk/include/apr_thread_cond.h Fri Feb  4 12:44:01 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/trunk/include/apr_thread_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_thread_mutex.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_thread_mutex.h (original)
+++ apr/apr/trunk/include/apr_thread_mutex.h Fri Feb  4 12:44:01 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/trunk/include/apr_thread_proc.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_thread_proc.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_thread_proc.h (original)
+++ apr/apr/trunk/include/apr_thread_proc.h Fri Feb  4 12:44:01 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/trunk/include/apr_thread_rwlock.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_thread_rwlock.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_thread_rwlock.h (original)
+++ apr/apr/trunk/include/apr_thread_rwlock.h Fri Feb  4 12:44:01 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/trunk/include/apr_time.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_time.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_time.h (original)
+++ apr/apr/trunk/include/apr_time.h Fri Feb  4 12:44:01 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/trunk/include/apr_user.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_user.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_user.h (original)
+++ apr/apr/trunk/include/apr_user.h Fri Feb  4 12:44:01 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/trunk/include/apr_version.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_version.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_version.h (original)
+++ apr/apr/trunk/include/apr_version.h Fri Feb  4 12:44:01 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/trunk/include/apr_want.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_want.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/apr_want.h (original)
+++ apr/apr/trunk/include/apr_want.h Fri Feb  4 12:44:01 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/trunk/include/arch/aix/apr_arch_dso.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/aix/apr_arch_dso.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/aix/apr_arch_dso.h (original)
+++ apr/apr/trunk/include/arch/aix/apr_arch_dso.h Fri Feb  4 12:44:01 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/trunk/include/arch/apr_private_common.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/apr_private_common.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/apr_private_common.h (original)
+++ apr/apr/trunk/include/arch/apr_private_common.h Fri Feb  4 12:44:01 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/trunk/include/arch/beos/apr_arch_dso.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/beos/apr_arch_dso.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/beos/apr_arch_dso.h (original)
+++ apr/apr/trunk/include/arch/beos/apr_arch_dso.h Fri Feb  4 12:44:01 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/trunk/include/arch/beos/apr_arch_proc_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/beos/apr_arch_proc_mutex.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/beos/apr_arch_proc_mutex.h (original)
+++ apr/apr/trunk/include/arch/beos/apr_arch_proc_mutex.h Fri Feb  4 12:44:01 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/trunk/include/arch/beos/apr_arch_thread_cond.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/beos/apr_arch_thread_cond.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/beos/apr_arch_thread_cond.h (original)
+++ apr/apr/trunk/include/arch/beos/apr_arch_thread_cond.h Fri Feb  4 12:44:01 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/trunk/include/arch/beos/apr_arch_thread_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/beos/apr_arch_thread_mutex.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/beos/apr_arch_thread_mutex.h (original)
+++ apr/apr/trunk/include/arch/beos/apr_arch_thread_mutex.h Fri Feb  4 12:44:01 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/trunk/include/arch/beos/apr_arch_thread_rwlock.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/beos/apr_arch_thread_rwlock.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/beos/apr_arch_thread_rwlock.h (original)
+++ apr/apr/trunk/include/arch/beos/apr_arch_thread_rwlock.h Fri Feb  4 12:44:01 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/trunk/include/arch/beos/apr_arch_threadproc.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/beos/apr_arch_threadproc.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/beos/apr_arch_threadproc.h (original)
+++ apr/apr/trunk/include/arch/beos/apr_arch_threadproc.h Fri Feb  4 12:44:01 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/trunk/include/arch/netware/apr_arch_dso.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/netware/apr_arch_dso.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_arch_dso.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_arch_dso.h Fri Feb  4 12:44:01 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/trunk/include/arch/netware/apr_arch_file_io.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/netware/apr_arch_file_io.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_arch_file_io.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_arch_file_io.h Fri Feb  4 12:44:01 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/trunk/include/arch/netware/apr_arch_global_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/netware/apr_arch_global_mutex.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_arch_global_mutex.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_arch_global_mutex.h Fri Feb  4 12:44:01 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/trunk/include/arch/netware/apr_arch_internal_time.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/netware/apr_arch_internal_time.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_arch_internal_time.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_arch_internal_time.h Fri Feb  4 12:44:01 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/trunk/include/arch/netware/apr_arch_networkio.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/netware/apr_arch_networkio.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_arch_networkio.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_arch_networkio.h Fri Feb  4 12:44:01 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/trunk/include/arch/netware/apr_arch_pre_nw.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/netware/apr_arch_pre_nw.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_arch_pre_nw.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_arch_pre_nw.h Fri Feb  4 12:44:01 2005
@@ -11,7 +11,8 @@
 
 #define N_PLAT_NLM
 
-/* 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/trunk/include/arch/netware/apr_arch_proc_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/netware/apr_arch_proc_mutex.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_arch_proc_mutex.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_arch_proc_mutex.h Fri Feb  4 12:44:01 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/trunk/include/arch/netware/apr_arch_thread_cond.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/netware/apr_arch_thread_cond.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_arch_thread_cond.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_arch_thread_cond.h Fri Feb  4 12:44:01 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/trunk/include/arch/netware/apr_arch_thread_mutex.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/netware/apr_arch_thread_mutex.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_arch_thread_mutex.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_arch_thread_mutex.h Fri Feb  4 12:44:01 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/trunk/include/arch/netware/apr_arch_thread_rwlock.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/netware/apr_arch_thread_rwlock.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_arch_thread_rwlock.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_arch_thread_rwlock.h Fri Feb  4 12:44:01 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/trunk/include/arch/netware/apr_arch_threadproc.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/netware/apr_arch_threadproc.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_arch_threadproc.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_arch_threadproc.h Fri Feb  4 12:44:01 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/trunk/include/arch/netware/apr_private.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/netware/apr_private.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_private.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_private.h Fri Feb  4 12:44:01 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/trunk/include/arch/os2/apr_arch_dso.h
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/arch/os2/apr_arch_dso.h?view=diff&r1=151411&r2=151412
==============================================================================
--- apr/apr/trunk/include/arch/os2/apr_arch_dso.h (original)
+++ apr/apr/trunk/include/arch/os2/apr_arch_dso.h Fri Feb  4 12:44:01 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.