From de6f9d524c8d8c13b7c53cc7dd78cef6526a9b87 Mon Sep 17 00:00:00 2001 From: fielding Date: Fri, 16 Feb 2001 04:16:24 +0000 Subject: Update copyright to 2001 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61235 13f79535-47bb-0310-9956-ffa450edef68 --- dso/aix/dso.c | 2 +- dso/beos/dso.c | 2 +- dso/os2/dso.c | 2 +- dso/os390/dso.c | 2 +- dso/unix/dso.c | 2 +- dso/win32/dso.c | 2 +- file_io/os2/dir.c | 2 +- file_io/os2/fileacc.c | 2 +- file_io/os2/filedup.c | 2 +- file_io/os2/filestat.c | 2 +- file_io/os2/flock.c | 2 +- file_io/os2/maperrorcode.c | 2 +- file_io/os2/open.c | 2 +- file_io/os2/pipe.c | 2 +- file_io/os2/readwrite.c | 2 +- file_io/os2/seek.c | 2 +- file_io/unix/dir.c | 2 +- file_io/unix/fileacc.c | 2 +- file_io/unix/filedup.c | 2 +- file_io/unix/filestat.c | 2 +- file_io/unix/flock.c | 2 +- file_io/unix/fullrw.c | 2 +- file_io/unix/open.c | 2 +- file_io/unix/pipe.c | 2 +- file_io/unix/readwrite.c | 2 +- file_io/unix/seek.c | 2 +- file_io/win32/dir.c | 2 +- file_io/win32/filedup.c | 2 +- file_io/win32/filestat.c | 2 +- file_io/win32/flock.c | 2 +- file_io/win32/open.c | 2 +- file_io/win32/pipe.c | 2 +- file_io/win32/readwrite.c | 2 +- file_io/win32/seek.c | 2 +- helpers/rules.mk.in | 2 +- i18n/unix/utf8_ucs2.c | 2 +- i18n/unix/xlate.c | 2 +- include/apr.hw | 2 +- include/apr_dso.h | 2 +- include/apr_errno.h | 2 +- include/apr_file_info.h | 2 +- include/apr_file_io.h | 2 +- include/apr_general.h | 2 +- include/apr_getopt.h | 2 +- include/apr_hash.h | 2 +- include/apr_lib.h | 2 +- include/apr_lock.h | 2 +- include/apr_md5.h | 2 +- include/apr_mmap.h | 2 +- include/apr_network_io.h | 2 +- include/apr_pools.h | 2 +- include/apr_portable.h | 2 +- include/apr_shmem.h | 2 +- include/apr_signal.h | 2 +- include/apr_strings.h | 2 +- include/apr_tables.h | 2 +- include/apr_thread_proc.h | 2 +- include/apr_time.h | 2 +- include/apr_user.h | 2 +- include/apr_uuid.h | 2 +- include/apr_want.h | 2 +- include/apr_xlate.h | 2 +- include/arch/aix/dso.h | 2 +- include/arch/beos/dso.h | 2 +- include/arch/beos/locks.h | 2 +- include/arch/beos/threadproc.h | 2 +- include/arch/os2/dso.h | 2 +- include/arch/os2/fileio.h | 2 +- include/arch/os2/locks.h | 2 +- include/arch/os2/networkio.h | 2 +- include/arch/os2/os2calls.h | 2 +- include/arch/os2/threadproc.h | 2 +- include/arch/os390/dso.h | 2 +- include/arch/unix/dso.h | 2 +- include/arch/unix/fileio.h | 2 +- include/arch/unix/i18n.h | 2 +- include/arch/unix/locks.h | 2 +- include/arch/unix/misc.h | 2 +- include/arch/unix/networkio.h | 2 +- include/arch/unix/threadproc.h | 2 +- include/arch/win32/apr_private.h | 2 +- include/arch/win32/atime.h | 2 +- include/arch/win32/dso.h | 2 +- include/arch/win32/fileio.h | 2 +- include/arch/win32/locks.h | 2 +- include/arch/win32/misc.h | 2 +- include/arch/win32/networkio.h | 2 +- include/arch/win32/threadproc.h | 2 +- lib/apr_pools.c | 2 +- lib/apr_signal.c | 2 +- locks/beos/crossproc.c | 2 +- locks/beos/intraproc.c | 2 +- locks/beos/locks.c | 2 +- locks/os2/locks.c | 2 +- locks/unix/crossproc.c | 2 +- locks/unix/intraproc.c | 2 +- locks/unix/locks.c | 2 +- locks/win32/locks.c | 2 +- memory/unix/apr_pools.c | 2 +- misc/unix/errorcodes.c | 2 +- misc/unix/getuuid.c | 2 +- misc/unix/otherchild.c | 2 +- misc/unix/rand.c | 2 +- misc/unix/start.c | 2 +- misc/unix/uuid.c | 2 +- misc/win32/getuuid.c | 2 +- misc/win32/misc.c | 2 +- misc/win32/names.c | 2 +- misc/win32/rand.c | 2 +- mmap/unix/common.c | 2 +- mmap/unix/mmap.c | 2 +- mmap/win32/mmap.c | 2 +- network_io/beos/poll.c | 2 +- network_io/beos/sendrecv.c | 2 +- network_io/os2/os2calls.c | 2 +- network_io/os2/poll.c | 2 +- network_io/os2/sendrecv.c | 2 +- network_io/os2/sockets.c | 2 +- network_io/os2/sockopt.c | 2 +- network_io/unix/poll.c | 2 +- network_io/unix/sa_common.c | 2 +- network_io/unix/sendrecv.c | 2 +- network_io/unix/sockaddr.c | 2 +- network_io/unix/sockets.c | 2 +- network_io/unix/sockopt.c | 2 +- network_io/win32/poll.c | 2 +- network_io/win32/sendrecv.c | 2 +- network_io/win32/sockaddr.c | 2 +- network_io/win32/sockets.c | 2 +- network_io/win32/sockopt.c | 2 +- passwd/apr_getpass.c | 2 +- passwd/apr_md5.c | 2 +- shmem/os2/shmem.c | 2 +- shmem/unix/shmem.c | 2 +- strings/apr_cpystrn.c | 2 +- strings/apr_snprintf.c | 2 +- strings/apr_strings.c | 2 +- tables/apr_hash.c | 2 +- tables/apr_tables.c | 2 +- test/client.c | 2 +- test/sendfile.c | 2 +- test/server.c | 2 +- test/testargs.c | 2 +- test/testcontext.c | 2 +- test/testfile.c | 2 +- test/testflock.c | 2 +- test/testmd5.c | 2 +- test/testmmap.c | 2 +- test/testoc.c | 2 +- test/testpipe.c | 2 +- test/testproc.c | 2 +- test/testproc.rbb | 2 +- test/testshmem.c | 2 +- test/testsock.c | 2 +- test/testsockopt.c | 2 +- test/testthread.c | 2 +- test/testtime.c | 2 +- test/testuuid.c | 2 +- threadproc/beos/apr_proc_stub.c | 2 +- threadproc/beos/proc.c | 2 +- threadproc/beos/thread.c | 2 +- threadproc/beos/threadpriv.c | 2 +- threadproc/beos/threadproc_common.c | 2 +- threadproc/os2/proc.c | 2 +- threadproc/os2/thread.c | 2 +- threadproc/os2/threadpriv.c | 2 +- threadproc/unix/proc.c | 2 +- threadproc/unix/procsup.c | 2 +- threadproc/unix/signals.c | 2 +- threadproc/unix/thread.c | 2 +- threadproc/unix/threadpriv.c | 2 +- threadproc/win32/proc.c | 2 +- threadproc/win32/signals.c | 2 +- threadproc/win32/thread.c | 2 +- threadproc/win32/threadpriv.c | 2 +- time/unix/time.c | 2 +- time/unix/timestr.c | 2 +- time/win32/access.c | 2 +- time/win32/time.c | 2 +- time/win32/timestr.c | 2 +- user/unix/groupinfo.c | 2 +- user/unix/userinfo.c | 2 +- user/win32/groupinfo.c | 2 +- user/win32/userinfo.c | 2 +- 184 files changed, 184 insertions(+), 184 deletions(-) diff --git a/dso/aix/dso.c b/dso/aix/dso.c index 4863107df..4ceb9415c 100644 --- a/dso/aix/dso.c +++ b/dso/aix/dso.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/dso/beos/dso.c b/dso/beos/dso.c index b41d97b75..a19366cfa 100644 --- a/dso/beos/dso.c +++ b/dso/beos/dso.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/dso/os2/dso.c b/dso/os2/dso.c index 50ed0d282..16ae6693f 100644 --- a/dso/os2/dso.c +++ b/dso/os2/dso.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/dso/os390/dso.c b/dso/os390/dso.c index 81fa70389..02a2970bf 100644 --- a/dso/os390/dso.c +++ b/dso/os390/dso.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/dso/unix/dso.c b/dso/unix/dso.c index 9ee57d939..f16467ae4 100644 --- a/dso/unix/dso.c +++ b/dso/unix/dso.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/dso/win32/dso.c b/dso/win32/dso.c index b77f0bfa4..15ffed1a4 100644 --- a/dso/win32/dso.c +++ b/dso/win32/dso.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/os2/dir.c b/file_io/os2/dir.c index 425938cfd..ae7c2c626 100644 --- a/file_io/os2/dir.c +++ b/file_io/os2/dir.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/os2/fileacc.c b/file_io/os2/fileacc.c index 52aef93a5..9e9d05f78 100644 --- a/file_io/os2/fileacc.c +++ b/file_io/os2/fileacc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/os2/filedup.c b/file_io/os2/filedup.c index 7e7f9181e..5829f4f29 100644 --- a/file_io/os2/filedup.c +++ b/file_io/os2/filedup.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/os2/filestat.c b/file_io/os2/filestat.c index ff71b3c1e..71c59bba6 100644 --- a/file_io/os2/filestat.c +++ b/file_io/os2/filestat.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/os2/flock.c b/file_io/os2/flock.c index 9fd7e182f..98e6c52d1 100644 --- a/file_io/os2/flock.c +++ b/file_io/os2/flock.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/os2/maperrorcode.c b/file_io/os2/maperrorcode.c index 36cba058d..eeaf8fccd 100644 --- a/file_io/os2/maperrorcode.c +++ b/file_io/os2/maperrorcode.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/os2/open.c b/file_io/os2/open.c index 16ccb00be..42c798f82 100644 --- a/file_io/os2/open.c +++ b/file_io/os2/open.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/os2/pipe.c b/file_io/os2/pipe.c index 5dd8cab29..2e20caf12 100644 --- a/file_io/os2/pipe.c +++ b/file_io/os2/pipe.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/os2/readwrite.c b/file_io/os2/readwrite.c index e21bb32b2..8f500bcc4 100644 --- a/file_io/os2/readwrite.c +++ b/file_io/os2/readwrite.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/os2/seek.c b/file_io/os2/seek.c index f2027f204..4d4c4d06a 100644 --- a/file_io/os2/seek.c +++ b/file_io/os2/seek.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/unix/dir.c b/file_io/unix/dir.c index 933427258..0bb1cc8dd 100644 --- a/file_io/unix/dir.c +++ b/file_io/unix/dir.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/unix/fileacc.c b/file_io/unix/fileacc.c index 1303beb3d..6addcf9af 100644 --- a/file_io/unix/fileacc.c +++ b/file_io/unix/fileacc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/unix/filedup.c b/file_io/unix/filedup.c index 7f0e94f26..897429248 100644 --- a/file_io/unix/filedup.c +++ b/file_io/unix/filedup.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/unix/filestat.c b/file_io/unix/filestat.c index 5c376b50f..03c4357bf 100644 --- a/file_io/unix/filestat.c +++ b/file_io/unix/filestat.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/unix/flock.c b/file_io/unix/flock.c index fe2892fa0..7765a392a 100644 --- a/file_io/unix/flock.c +++ b/file_io/unix/flock.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/unix/fullrw.c b/file_io/unix/fullrw.c index d432a1d6e..829dc10ef 100644 --- a/file_io/unix/fullrw.c +++ b/file_io/unix/fullrw.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/unix/open.c b/file_io/unix/open.c index 4082e59d9..e13f6b05d 100644 --- a/file_io/unix/open.c +++ b/file_io/unix/open.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/unix/pipe.c b/file_io/unix/pipe.c index c9405abea..c9b543f55 100644 --- a/file_io/unix/pipe.c +++ b/file_io/unix/pipe.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/unix/readwrite.c b/file_io/unix/readwrite.c index c36858dc8..9f4795a73 100644 --- a/file_io/unix/readwrite.c +++ b/file_io/unix/readwrite.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/unix/seek.c b/file_io/unix/seek.c index 459704279..d50cfdc4d 100644 --- a/file_io/unix/seek.c +++ b/file_io/unix/seek.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/win32/dir.c b/file_io/win32/dir.c index 902a2659e..b21f7cda7 100644 --- a/file_io/win32/dir.c +++ b/file_io/win32/dir.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/win32/filedup.c b/file_io/win32/filedup.c index b4a865dbf..e3e048ebe 100644 --- a/file_io/win32/filedup.c +++ b/file_io/win32/filedup.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/win32/filestat.c b/file_io/win32/filestat.c index f784db652..61dc75571 100644 --- a/file_io/win32/filestat.c +++ b/file_io/win32/filestat.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/win32/flock.c b/file_io/win32/flock.c index 6a54fcb07..9308a6c41 100644 --- a/file_io/win32/flock.c +++ b/file_io/win32/flock.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/win32/open.c b/file_io/win32/open.c index 03a9e0167..dc0355683 100644 --- a/file_io/win32/open.c +++ b/file_io/win32/open.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/win32/pipe.c b/file_io/win32/pipe.c index 4f4732d62..bf321ce21 100644 --- a/file_io/win32/pipe.c +++ b/file_io/win32/pipe.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/win32/readwrite.c b/file_io/win32/readwrite.c index f75669c7d..075fddcd2 100644 --- a/file_io/win32/readwrite.c +++ b/file_io/win32/readwrite.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_io/win32/seek.c b/file_io/win32/seek.c index 69e0ff031..ffa309cc7 100644 --- a/file_io/win32/seek.c +++ b/file_io/win32/seek.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/helpers/rules.mk.in b/helpers/rules.mk.in index 56b54e637..c56e4a846 100644 --- a/helpers/rules.mk.in +++ b/helpers/rules.mk.in @@ -1,7 +1,7 @@ # ==================================================================== # The Apache Software License, Version 1.1 # -# Copyright (c) 2000 The Apache Software Foundation. All rights +# Copyright (c) 2000-2001 The Apache Software Foundation. All rights # reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/i18n/unix/utf8_ucs2.c b/i18n/unix/utf8_ucs2.c index a3dddf467..68336c654 100644 --- a/i18n/unix/utf8_ucs2.c +++ b/i18n/unix/utf8_ucs2.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/i18n/unix/xlate.c b/i18n/unix/xlate.c index f9c703430..07ea14650 100644 --- a/i18n/unix/xlate.c +++ b/i18n/unix/xlate.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr.hw b/include/apr.hw index a1b00e13c..aa69284b9 100644 --- a/include/apr.hw +++ b/include/apr.hw @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_dso.h b/include/apr_dso.h index 9c74b6e9f..b34054c8d 100644 --- a/include/apr_dso.h +++ b/include/apr_dso.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_errno.h b/include/apr_errno.h index de6e65809..fa5184dda 100644 --- a/include/apr_errno.h +++ b/include/apr_errno.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_file_info.h b/include/apr_file_info.h index 44e37ee19..eade2a74c 100644 --- a/include/apr_file_info.h +++ b/include/apr_file_info.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_file_io.h b/include/apr_file_io.h index 873029230..b9067f3de 100644 --- a/include/apr_file_io.h +++ b/include/apr_file_io.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_general.h b/include/apr_general.h index 8db5f67b5..33d0a8060 100644 --- a/include/apr_general.h +++ b/include/apr_general.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_getopt.h b/include/apr_getopt.h index f05a1e1e6..579cf9836 100644 --- a/include/apr_getopt.h +++ b/include/apr_getopt.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_hash.h b/include/apr_hash.h index 8cb109606..548c1934c 100644 --- a/include/apr_hash.h +++ b/include/apr_hash.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_lib.h b/include/apr_lib.h index 78683d908..d66d122e5 100644 --- a/include/apr_lib.h +++ b/include/apr_lib.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_lock.h b/include/apr_lock.h index 1cd3cc687..47a091337 100644 --- a/include/apr_lock.h +++ b/include/apr_lock.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_md5.h b/include/apr_md5.h index ebf013d45..4b916ad73 100644 --- a/include/apr_md5.h +++ b/include/apr_md5.h @@ -31,7 +31,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_mmap.h b/include/apr_mmap.h index 67ea0cac0..06288a26b 100644 --- a/include/apr_mmap.h +++ b/include/apr_mmap.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_network_io.h b/include/apr_network_io.h index b267a287b..c641458f5 100644 --- a/include/apr_network_io.h +++ b/include/apr_network_io.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_pools.h b/include/apr_pools.h index 10fc9935f..553a54686 100644 --- a/include/apr_pools.h +++ b/include/apr_pools.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_portable.h b/include/apr_portable.h index ddbc64153..c4428953d 100644 --- a/include/apr_portable.h +++ b/include/apr_portable.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_shmem.h b/include/apr_shmem.h index 64e0604db..a291e730b 100644 --- a/include/apr_shmem.h +++ b/include/apr_shmem.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_signal.h b/include/apr_signal.h index 6b8b5c174..940ed7e0d 100644 --- a/include/apr_signal.h +++ b/include/apr_signal.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_strings.h b/include/apr_strings.h index 41a8f9aff..ecd1789de 100644 --- a/include/apr_strings.h +++ b/include/apr_strings.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_tables.h b/include/apr_tables.h index 00c441ba5..2ff8e0991 100644 --- a/include/apr_tables.h +++ b/include/apr_tables.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_thread_proc.h b/include/apr_thread_proc.h index fc0a89d08..a9d6fde34 100644 --- a/include/apr_thread_proc.h +++ b/include/apr_thread_proc.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_time.h b/include/apr_time.h index 5f01650c8..07b72670e 100644 --- a/include/apr_time.h +++ b/include/apr_time.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_user.h b/include/apr_user.h index 507abd0b7..a4e62e640 100644 --- a/include/apr_user.h +++ b/include/apr_user.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_uuid.h b/include/apr_uuid.h index 3b3e2e156..988ac9700 100644 --- a/include/apr_uuid.h +++ b/include/apr_uuid.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_want.h b/include/apr_want.h index d68d1c6a6..e8a1c10ce 100644 --- a/include/apr_want.h +++ b/include/apr_want.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/apr_xlate.h b/include/apr_xlate.h index caa2d93f4..3a1d0c1d4 100644 --- a/include/apr_xlate.h +++ b/include/apr_xlate.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/aix/dso.h b/include/arch/aix/dso.h index 6b7ca8ea7..2cf9a610b 100644 --- a/include/arch/aix/dso.h +++ b/include/arch/aix/dso.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/beos/dso.h b/include/arch/beos/dso.h index 476e71c8f..112f9aad2 100644 --- a/include/arch/beos/dso.h +++ b/include/arch/beos/dso.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/beos/locks.h b/include/arch/beos/locks.h index fd8557f13..ec3e77538 100644 --- a/include/arch/beos/locks.h +++ b/include/arch/beos/locks.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/beos/threadproc.h b/include/arch/beos/threadproc.h index c53d32e4d..cb77839b1 100644 --- a/include/arch/beos/threadproc.h +++ b/include/arch/beos/threadproc.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/os2/dso.h b/include/arch/os2/dso.h index dd3e9223d..474cf8aef 100644 --- a/include/arch/os2/dso.h +++ b/include/arch/os2/dso.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/os2/fileio.h b/include/arch/os2/fileio.h index a34b05d85..324f30595 100644 --- a/include/arch/os2/fileio.h +++ b/include/arch/os2/fileio.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/os2/locks.h b/include/arch/os2/locks.h index 6864e49be..256fe39b2 100644 --- a/include/arch/os2/locks.h +++ b/include/arch/os2/locks.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/os2/networkio.h b/include/arch/os2/networkio.h index d4e855b00..79534d7c6 100644 --- a/include/arch/os2/networkio.h +++ b/include/arch/os2/networkio.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/os2/os2calls.h b/include/arch/os2/os2calls.h index 2dcb86c67..6dd6ae091 100644 --- a/include/arch/os2/os2calls.h +++ b/include/arch/os2/os2calls.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/os2/threadproc.h b/include/arch/os2/threadproc.h index c14c54aa0..b9808102c 100644 --- a/include/arch/os2/threadproc.h +++ b/include/arch/os2/threadproc.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/os390/dso.h b/include/arch/os390/dso.h index 5e112c13b..62defa84f 100644 --- a/include/arch/os390/dso.h +++ b/include/arch/os390/dso.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/unix/dso.h b/include/arch/unix/dso.h index fc9b8325e..c7472c026 100644 --- a/include/arch/unix/dso.h +++ b/include/arch/unix/dso.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/unix/fileio.h b/include/arch/unix/fileio.h index a230b3e03..5066909e1 100644 --- a/include/arch/unix/fileio.h +++ b/include/arch/unix/fileio.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/unix/i18n.h b/include/arch/unix/i18n.h index da5f58f2c..9b3274649 100644 --- a/include/arch/unix/i18n.h +++ b/include/arch/unix/i18n.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/unix/locks.h b/include/arch/unix/locks.h index 019fe0c72..e1cfc3b7e 100644 --- a/include/arch/unix/locks.h +++ b/include/arch/unix/locks.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/unix/misc.h b/include/arch/unix/misc.h index 7ec92b124..0849b5ef3 100644 --- a/include/arch/unix/misc.h +++ b/include/arch/unix/misc.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/unix/networkio.h b/include/arch/unix/networkio.h index 75791632c..5890de68e 100644 --- a/include/arch/unix/networkio.h +++ b/include/arch/unix/networkio.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/unix/threadproc.h b/include/arch/unix/threadproc.h index d5f0a679f..489bb0114 100644 --- a/include/arch/unix/threadproc.h +++ b/include/arch/unix/threadproc.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/win32/apr_private.h b/include/arch/win32/apr_private.h index 00765bb3a..c993ed771 100644 --- a/include/arch/win32/apr_private.h +++ b/include/arch/win32/apr_private.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/win32/atime.h b/include/arch/win32/atime.h index d4a257315..58588418f 100644 --- a/include/arch/win32/atime.h +++ b/include/arch/win32/atime.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/win32/dso.h b/include/arch/win32/dso.h index 32bf6b7be..645e24547 100644 --- a/include/arch/win32/dso.h +++ b/include/arch/win32/dso.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/win32/fileio.h b/include/arch/win32/fileio.h index 3f095a9d3..6c56a4c15 100644 --- a/include/arch/win32/fileio.h +++ b/include/arch/win32/fileio.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/win32/locks.h b/include/arch/win32/locks.h index a7515f238..38f8f105a 100644 --- a/include/arch/win32/locks.h +++ b/include/arch/win32/locks.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/win32/misc.h b/include/arch/win32/misc.h index 7ec92b124..0849b5ef3 100644 --- a/include/arch/win32/misc.h +++ b/include/arch/win32/misc.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/win32/networkio.h b/include/arch/win32/networkio.h index e3bfd49d4..3e0d950d0 100644 --- a/include/arch/win32/networkio.h +++ b/include/arch/win32/networkio.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arch/win32/threadproc.h b/include/arch/win32/threadproc.h index 24a140bb1..58a718e35 100644 --- a/include/arch/win32/threadproc.h +++ b/include/arch/win32/threadproc.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/apr_pools.c b/lib/apr_pools.c index 67ebe2db6..312cf390d 100644 --- a/lib/apr_pools.c +++ b/lib/apr_pools.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/apr_signal.c b/lib/apr_signal.c index adbc74d88..2fcc77c66 100644 --- a/lib/apr_signal.c +++ b/lib/apr_signal.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/locks/beos/crossproc.c b/locks/beos/crossproc.c index a2052891b..536fa140f 100644 --- a/locks/beos/crossproc.c +++ b/locks/beos/crossproc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/locks/beos/intraproc.c b/locks/beos/intraproc.c index 57f1c9b67..88cae8413 100644 --- a/locks/beos/intraproc.c +++ b/locks/beos/intraproc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/locks/beos/locks.c b/locks/beos/locks.c index da665d4a8..9a915212d 100644 --- a/locks/beos/locks.c +++ b/locks/beos/locks.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/locks/os2/locks.c b/locks/os2/locks.c index 7694fd015..15d721273 100644 --- a/locks/os2/locks.c +++ b/locks/os2/locks.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/locks/unix/crossproc.c b/locks/unix/crossproc.c index 050e9c4e5..8720fcca4 100644 --- a/locks/unix/crossproc.c +++ b/locks/unix/crossproc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/locks/unix/intraproc.c b/locks/unix/intraproc.c index cd9c0f666..d0bad26ee 100644 --- a/locks/unix/intraproc.c +++ b/locks/unix/intraproc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/locks/unix/locks.c b/locks/unix/locks.c index 94e2e280d..52ae5900f 100644 --- a/locks/unix/locks.c +++ b/locks/unix/locks.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/locks/win32/locks.c b/locks/win32/locks.c index 7de4b1217..41856a4fc 100644 --- a/locks/win32/locks.c +++ b/locks/win32/locks.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/memory/unix/apr_pools.c b/memory/unix/apr_pools.c index 67ebe2db6..312cf390d 100644 --- a/memory/unix/apr_pools.c +++ b/memory/unix/apr_pools.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/misc/unix/errorcodes.c b/misc/unix/errorcodes.c index 36bdcb5b1..785bf94f8 100644 --- a/misc/unix/errorcodes.c +++ b/misc/unix/errorcodes.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/misc/unix/getuuid.c b/misc/unix/getuuid.c index 547cc4e2a..f43c99c21 100644 --- a/misc/unix/getuuid.c +++ b/misc/unix/getuuid.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/misc/unix/otherchild.c b/misc/unix/otherchild.c index 40b16b05f..3dc6f6ef2 100644 --- a/misc/unix/otherchild.c +++ b/misc/unix/otherchild.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/misc/unix/rand.c b/misc/unix/rand.c index 2b5b3ffb8..ceb8c8ea6 100644 --- a/misc/unix/rand.c +++ b/misc/unix/rand.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/misc/unix/start.c b/misc/unix/start.c index 61a94b105..9f90db08d 100644 --- a/misc/unix/start.c +++ b/misc/unix/start.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/misc/unix/uuid.c b/misc/unix/uuid.c index 00a533fc5..afccc5e5b 100644 --- a/misc/unix/uuid.c +++ b/misc/unix/uuid.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/misc/win32/getuuid.c b/misc/win32/getuuid.c index e1b5b4b0e..e833472ec 100644 --- a/misc/win32/getuuid.c +++ b/misc/win32/getuuid.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/misc/win32/misc.c b/misc/win32/misc.c index f4b00b074..bb5535102 100644 --- a/misc/win32/misc.c +++ b/misc/win32/misc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/misc/win32/names.c b/misc/win32/names.c index 1e0bf3f5f..dab10984a 100644 --- a/misc/win32/names.c +++ b/misc/win32/names.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/misc/win32/rand.c b/misc/win32/rand.c index e81b2deda..38b794998 100644 --- a/misc/win32/rand.c +++ b/misc/win32/rand.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mmap/unix/common.c b/mmap/unix/common.c index cec98e225..df873c3a7 100644 --- a/mmap/unix/common.c +++ b/mmap/unix/common.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mmap/unix/mmap.c b/mmap/unix/mmap.c index 09ae1da01..32ae8a6d0 100644 --- a/mmap/unix/mmap.c +++ b/mmap/unix/mmap.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mmap/win32/mmap.c b/mmap/win32/mmap.c index b42ab98e8..6060e0c9d 100644 --- a/mmap/win32/mmap.c +++ b/mmap/win32/mmap.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/beos/poll.c b/network_io/beos/poll.c index 6282877cb..cf1a61b72 100644 --- a/network_io/beos/poll.c +++ b/network_io/beos/poll.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/beos/sendrecv.c b/network_io/beos/sendrecv.c index a140844b6..a5380940c 100644 --- a/network_io/beos/sendrecv.c +++ b/network_io/beos/sendrecv.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/os2/os2calls.c b/network_io/os2/os2calls.c index 1acbfa06f..423b7ec22 100644 --- a/network_io/os2/os2calls.c +++ b/network_io/os2/os2calls.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/os2/poll.c b/network_io/os2/poll.c index 5b6850d32..f89253597 100644 --- a/network_io/os2/poll.c +++ b/network_io/os2/poll.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/os2/sendrecv.c b/network_io/os2/sendrecv.c index e21c7c253..29b6190e2 100644 --- a/network_io/os2/sendrecv.c +++ b/network_io/os2/sendrecv.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/os2/sockets.c b/network_io/os2/sockets.c index e3833e418..6b6ba9328 100644 --- a/network_io/os2/sockets.c +++ b/network_io/os2/sockets.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/os2/sockopt.c b/network_io/os2/sockopt.c index c1348546c..b9827a50e 100644 --- a/network_io/os2/sockopt.c +++ b/network_io/os2/sockopt.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/unix/poll.c b/network_io/unix/poll.c index d6ef1fb0a..f2ee4bfcd 100644 --- a/network_io/unix/poll.c +++ b/network_io/unix/poll.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/unix/sa_common.c b/network_io/unix/sa_common.c index 52bd9ed99..8d607c962 100644 --- a/network_io/unix/sa_common.c +++ b/network_io/unix/sa_common.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/unix/sendrecv.c b/network_io/unix/sendrecv.c index f9545f30d..f878f855c 100644 --- a/network_io/unix/sendrecv.c +++ b/network_io/unix/sendrecv.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/unix/sockaddr.c b/network_io/unix/sockaddr.c index e97132661..c3161c45a 100644 --- a/network_io/unix/sockaddr.c +++ b/network_io/unix/sockaddr.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/unix/sockets.c b/network_io/unix/sockets.c index b29f64294..5ab6826ab 100644 --- a/network_io/unix/sockets.c +++ b/network_io/unix/sockets.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/unix/sockopt.c b/network_io/unix/sockopt.c index e7fe8e931..3b3d6d288 100644 --- a/network_io/unix/sockopt.c +++ b/network_io/unix/sockopt.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/win32/poll.c b/network_io/win32/poll.c index 5d01f313a..f9a263243 100644 --- a/network_io/win32/poll.c +++ b/network_io/win32/poll.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/win32/sendrecv.c b/network_io/win32/sendrecv.c index 1aa12dca3..59827bd50 100644 --- a/network_io/win32/sendrecv.c +++ b/network_io/win32/sendrecv.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/win32/sockaddr.c b/network_io/win32/sockaddr.c index b29f41818..db4f18afb 100644 --- a/network_io/win32/sockaddr.c +++ b/network_io/win32/sockaddr.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/win32/sockets.c b/network_io/win32/sockets.c index 21559692f..465e2c6d3 100644 --- a/network_io/win32/sockets.c +++ b/network_io/win32/sockets.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/network_io/win32/sockopt.c b/network_io/win32/sockopt.c index 29d5edae5..6606d10bc 100644 --- a/network_io/win32/sockopt.c +++ b/network_io/win32/sockopt.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/passwd/apr_getpass.c b/passwd/apr_getpass.c index 836438488..1338b0977 100644 --- a/passwd/apr_getpass.c +++ b/passwd/apr_getpass.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/passwd/apr_md5.c b/passwd/apr_md5.c index 8387ff2a6..2264a4bcb 100644 --- a/passwd/apr_md5.c +++ b/passwd/apr_md5.c @@ -34,7 +34,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/shmem/os2/shmem.c b/shmem/os2/shmem.c index 49713f406..4bb279062 100644 --- a/shmem/os2/shmem.c +++ b/shmem/os2/shmem.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/shmem/unix/shmem.c b/shmem/unix/shmem.c index 1abcd7f1f..9c57742da 100644 --- a/shmem/unix/shmem.c +++ b/shmem/unix/shmem.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/strings/apr_cpystrn.c b/strings/apr_cpystrn.c index e8aa7ed00..a51ddef12 100644 --- a/strings/apr_cpystrn.c +++ b/strings/apr_cpystrn.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/strings/apr_snprintf.c b/strings/apr_snprintf.c index 7dfb1384f..5daedc9b6 100644 --- a/strings/apr_snprintf.c +++ b/strings/apr_snprintf.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/strings/apr_strings.c b/strings/apr_strings.c index 1aefc81a2..4e47fa002 100644 --- a/strings/apr_strings.c +++ b/strings/apr_strings.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tables/apr_hash.c b/tables/apr_hash.c index 142e93dd1..c8505087d 100644 --- a/tables/apr_hash.c +++ b/tables/apr_hash.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tables/apr_tables.c b/tables/apr_tables.c index 059f93635..6c97da9bc 100644 --- a/tables/apr_tables.c +++ b/tables/apr_tables.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/client.c b/test/client.c index 70f269c5e..cdb7495b3 100644 --- a/test/client.c +++ b/test/client.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/sendfile.c b/test/sendfile.c index 146a05b82..4a52d9eb1 100644 --- a/test/sendfile.c +++ b/test/sendfile.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/server.c b/test/server.c index c47366b28..69de39867 100644 --- a/test/server.c +++ b/test/server.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testargs.c b/test/testargs.c index 803f3ecca..8a7cc825d 100644 --- a/test/testargs.c +++ b/test/testargs.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testcontext.c b/test/testcontext.c index 7267aac0a..dbaf880bb 100644 --- a/test/testcontext.c +++ b/test/testcontext.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testfile.c b/test/testfile.c index af449742a..9985dd06e 100644 --- a/test/testfile.c +++ b/test/testfile.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testflock.c b/test/testflock.c index 5ada22ee2..3d37b6095 100644 --- a/test/testflock.c +++ b/test/testflock.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testmd5.c b/test/testmd5.c index 7dc02adf5..113f8a5d8 100644 --- a/test/testmd5.c +++ b/test/testmd5.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testmmap.c b/test/testmmap.c index d074a6992..8a4cc8bbd 100644 --- a/test/testmmap.c +++ b/test/testmmap.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testoc.c b/test/testoc.c index 813694df1..f7ee02c3e 100644 --- a/test/testoc.c +++ b/test/testoc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testpipe.c b/test/testpipe.c index 4a6a8cfc1..991abe830 100644 --- a/test/testpipe.c +++ b/test/testpipe.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testproc.c b/test/testproc.c index f4e9e771b..04c0d1ebd 100644 --- a/test/testproc.c +++ b/test/testproc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testproc.rbb b/test/testproc.rbb index ac2c738bc..1ebafee12 100644 --- a/test/testproc.rbb +++ b/test/testproc.rbb @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 2000 The Apache Software Foundation. All rights reserved. + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/test/testshmem.c b/test/testshmem.c index 8e9bb37be..9c0fb5c92 100644 --- a/test/testshmem.c +++ b/test/testshmem.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testsock.c b/test/testsock.c index c9af113b0..360c021c5 100644 --- a/test/testsock.c +++ b/test/testsock.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testsockopt.c b/test/testsockopt.c index 3759f5e3f..b51da23fc 100644 --- a/test/testsockopt.c +++ b/test/testsockopt.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testthread.c b/test/testthread.c index 046e3eabe..852f2fa5d 100644 --- a/test/testthread.c +++ b/test/testthread.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testtime.c b/test/testtime.c index 20f315cf1..c92b9260d 100644 --- a/test/testtime.c +++ b/test/testtime.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/testuuid.c b/test/testuuid.c index 1d4c7e9d4..43ae980ab 100644 --- a/test/testuuid.c +++ b/test/testuuid.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/beos/apr_proc_stub.c b/threadproc/beos/apr_proc_stub.c index ff2ea87cd..7a3726b37 100644 --- a/threadproc/beos/apr_proc_stub.c +++ b/threadproc/beos/apr_proc_stub.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/beos/proc.c b/threadproc/beos/proc.c index 1b33ca06d..063b993ec 100644 --- a/threadproc/beos/proc.c +++ b/threadproc/beos/proc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/beos/thread.c b/threadproc/beos/thread.c index 779ec2b44..041319d9c 100644 --- a/threadproc/beos/thread.c +++ b/threadproc/beos/thread.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/beos/threadpriv.c b/threadproc/beos/threadpriv.c index f6d34f222..949d67afa 100644 --- a/threadproc/beos/threadpriv.c +++ b/threadproc/beos/threadpriv.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/beos/threadproc_common.c b/threadproc/beos/threadproc_common.c index 077f68181..369bd03e7 100644 --- a/threadproc/beos/threadproc_common.c +++ b/threadproc/beos/threadproc_common.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/os2/proc.c b/threadproc/os2/proc.c index d1b340b68..fa27c6efa 100644 --- a/threadproc/os2/proc.c +++ b/threadproc/os2/proc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/os2/thread.c b/threadproc/os2/thread.c index b0682e58a..4bc6d8c4f 100644 --- a/threadproc/os2/thread.c +++ b/threadproc/os2/thread.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/os2/threadpriv.c b/threadproc/os2/threadpriv.c index 24291b8f4..da3989fdd 100644 --- a/threadproc/os2/threadpriv.c +++ b/threadproc/os2/threadpriv.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/unix/proc.c b/threadproc/unix/proc.c index 37be60bc0..355e83b97 100644 --- a/threadproc/unix/proc.c +++ b/threadproc/unix/proc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/unix/procsup.c b/threadproc/unix/procsup.c index 766d947b2..8081e2ed1 100644 --- a/threadproc/unix/procsup.c +++ b/threadproc/unix/procsup.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/unix/signals.c b/threadproc/unix/signals.c index 70dea25e3..6e5f51159 100644 --- a/threadproc/unix/signals.c +++ b/threadproc/unix/signals.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/unix/thread.c b/threadproc/unix/thread.c index d69df3b5a..d6566c9db 100644 --- a/threadproc/unix/thread.c +++ b/threadproc/unix/thread.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/unix/threadpriv.c b/threadproc/unix/threadpriv.c index 0780335f8..e5f520afa 100644 --- a/threadproc/unix/threadpriv.c +++ b/threadproc/unix/threadpriv.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/win32/proc.c b/threadproc/win32/proc.c index 9d2e3a422..6ddeb6264 100644 --- a/threadproc/win32/proc.c +++ b/threadproc/win32/proc.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/win32/signals.c b/threadproc/win32/signals.c index 069487eb5..970ea70a7 100644 --- a/threadproc/win32/signals.c +++ b/threadproc/win32/signals.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/win32/thread.c b/threadproc/win32/thread.c index 98a63d30b..624da55fb 100644 --- a/threadproc/win32/thread.c +++ b/threadproc/win32/thread.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/threadproc/win32/threadpriv.c b/threadproc/win32/threadpriv.c index da0baf216..5163914c8 100644 --- a/threadproc/win32/threadpriv.c +++ b/threadproc/win32/threadpriv.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/time/unix/time.c b/time/unix/time.c index 73ad3b825..9076d77e3 100644 --- a/time/unix/time.c +++ b/time/unix/time.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/time/unix/timestr.c b/time/unix/timestr.c index 9926e23a2..82d39df62 100644 --- a/time/unix/timestr.c +++ b/time/unix/timestr.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/time/win32/access.c b/time/win32/access.c index 2df67fb42..59ad20665 100644 --- a/time/win32/access.c +++ b/time/win32/access.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/time/win32/time.c b/time/win32/time.c index 35ae545e3..9d8836da5 100644 --- a/time/win32/time.c +++ b/time/win32/time.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/time/win32/timestr.c b/time/win32/timestr.c index 9c7cfc106..7c70dec1c 100644 --- a/time/win32/timestr.c +++ b/time/win32/timestr.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/user/unix/groupinfo.c b/user/unix/groupinfo.c index d7719fa66..eac3aa843 100644 --- a/user/unix/groupinfo.c +++ b/user/unix/groupinfo.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/user/unix/userinfo.c b/user/unix/userinfo.c index 38ed8d5c0..307296925 100644 --- a/user/unix/userinfo.c +++ b/user/unix/userinfo.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/user/win32/groupinfo.c b/user/win32/groupinfo.c index 1fbbcf0f6..1f582cf5b 100644 --- a/user/win32/groupinfo.c +++ b/user/win32/groupinfo.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/user/win32/userinfo.c b/user/win32/userinfo.c index 5d423eb1a..1771f9036 100644 --- a/user/win32/userinfo.c +++ b/user/win32/userinfo.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000 The Apache Software Foundation. All rights + * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without -- cgit v1.2.1