Author: jerenkrantz Date: Fri Feb 4 12:45:35 2005 New Revision: 151413 URL: http://svn.apache.org/viewcvs?view=rev&rev=151413 Log: Update copyright year to 2005 and standardize on current copyright owner line. Modified: apr/apr-util/trunk/apu-config.in apr/apr-util/trunk/buckets/apr_brigade.c apr/apr-util/trunk/buckets/apr_buckets.c apr/apr-util/trunk/buckets/apr_buckets_alloc.c apr/apr-util/trunk/buckets/apr_buckets_eos.c apr/apr-util/trunk/buckets/apr_buckets_file.c apr/apr-util/trunk/buckets/apr_buckets_flush.c apr/apr-util/trunk/buckets/apr_buckets_heap.c apr/apr-util/trunk/buckets/apr_buckets_mmap.c apr/apr-util/trunk/buckets/apr_buckets_pipe.c apr/apr-util/trunk/buckets/apr_buckets_pool.c apr/apr-util/trunk/buckets/apr_buckets_refcount.c apr/apr-util/trunk/buckets/apr_buckets_simple.c apr/apr-util/trunk/buckets/apr_buckets_socket.c apr/apr-util/trunk/build/pkg/buildpkg.sh apr/apr-util/trunk/crypto/apr_md4.c apr/apr-util/trunk/crypto/apr_md5.c apr/apr-util/trunk/crypto/apr_sha1.c apr/apr-util/trunk/crypto/getuuid.c apr/apr-util/trunk/crypto/uuid.c apr/apr-util/trunk/dbd/apr_dbd.c apr/apr-util/trunk/dbd/apr_dbd_pgsql.c apr/apr-util/trunk/dbd/apr_dbd_test.c apr/apr-util/trunk/dbm/apr_dbm.c apr/apr-util/trunk/dbm/apr_dbm_berkeleydb.c apr/apr-util/trunk/dbm/apr_dbm_gdbm.c apr/apr-util/trunk/dbm/apr_dbm_ndbm.c apr/apr-util/trunk/dbm/apr_dbm_sdbm.c apr/apr-util/trunk/dbm/sdbm/sdbm.c apr/apr-util/trunk/dbm/sdbm/sdbm_hash.c apr/apr-util/trunk/dbm/sdbm/sdbm_lock.c apr/apr-util/trunk/dbm/sdbm/sdbm_pair.c apr/apr-util/trunk/dbm/sdbm/sdbm_pair.h apr/apr-util/trunk/dbm/sdbm/sdbm_private.h apr/apr-util/trunk/dbm/sdbm/sdbm_tune.h apr/apr-util/trunk/encoding/apr_base64.c apr/apr-util/trunk/hooks/apr_hooks.c apr/apr-util/trunk/include/apr_anylock.h apr/apr-util/trunk/include/apr_base64.h apr/apr-util/trunk/include/apr_buckets.h apr/apr-util/trunk/include/apr_date.h apr/apr-util/trunk/include/apr_dbd.h apr/apr-util/trunk/include/apr_dbm.h apr/apr-util/trunk/include/apr_hooks.h apr/apr-util/trunk/include/apr_ldap_init.h apr/apr-util/trunk/include/apr_ldap_option.h apr/apr-util/trunk/include/apr_ldap_url.h apr/apr-util/trunk/include/apr_md4.h apr/apr-util/trunk/include/apr_md5.h apr/apr-util/trunk/include/apr_optional.h apr/apr-util/trunk/include/apr_optional_hooks.h apr/apr-util/trunk/include/apr_queue.h apr/apr-util/trunk/include/apr_reslist.h apr/apr-util/trunk/include/apr_rmm.h apr/apr-util/trunk/include/apr_sdbm.h apr/apr-util/trunk/include/apr_sha1.h apr/apr-util/trunk/include/apr_strmatch.h apr/apr-util/trunk/include/apr_uri.h apr/apr-util/trunk/include/apr_uuid.h apr/apr-util/trunk/include/apr_xlate.h apr/apr-util/trunk/include/apr_xml.h apr/apr-util/trunk/include/apu_version.h apr/apr-util/trunk/include/private/apr_dbm_private.h apr/apr-util/trunk/ldap/apr_ldap_init.c apr/apr-util/trunk/ldap/apr_ldap_option.c apr/apr-util/trunk/ldap/apr_ldap_url.c apr/apr-util/trunk/misc/apr_date.c apr/apr-util/trunk/misc/apr_queue.c apr/apr-util/trunk/misc/apr_reslist.c apr/apr-util/trunk/misc/apr_rmm.c apr/apr-util/trunk/misc/apu_version.c apr/apr-util/trunk/strmatch/apr_strmatch.c apr/apr-util/trunk/test/abts_tests.h apr/apr-util/trunk/test/test_apu.h apr/apr-util/trunk/test/testbuckets.c apr/apr-util/trunk/test/testdbm.c apr/apr-util/trunk/test/testldap.c apr/apr-util/trunk/test/testmd4.c apr/apr-util/trunk/test/testmd5.c apr/apr-util/trunk/test/testpass.c apr/apr-util/trunk/test/testqueue.c apr/apr-util/trunk/test/testreslist.c apr/apr-util/trunk/test/testrmm.c apr/apr-util/trunk/test/teststrmatch.c apr/apr-util/trunk/test/testuri.c apr/apr-util/trunk/test/testutil.c apr/apr-util/trunk/test/testutil.h apr/apr-util/trunk/test/testuuid.c apr/apr-util/trunk/test/testxlate.c apr/apr-util/trunk/test/testxml.c apr/apr-util/trunk/uri/apr_uri.c apr/apr-util/trunk/uri/gen_uri_delims.c apr/apr-util/trunk/xlate/xlate.c apr/apr-util/trunk/xml/apr_xml.c apr/apr-util/trunk/xml/expat/lib/osd_ebcdic_df04_1.h Modified: apr/apr-util/trunk/apu-config.in URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/apu-config.in?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/apu-config.in (original) +++ apr/apr-util/trunk/apu-config.in Fri Feb 4 12:45:35 2005 @@ -1,11 +1,12 @@ #!/bin/sh -# Copyright 2001-2004 The Apache Software Foundation -# +# Copyright 2001-2005 The Apache Software Foundation or its licensors, as +# applicable. +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, Modified: apr/apr-util/trunk/buckets/apr_brigade.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_brigade.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_brigade.c (original) +++ apr/apr-util/trunk/buckets/apr_brigade.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/buckets/apr_buckets.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_buckets.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_buckets.c (original) +++ apr/apr-util/trunk/buckets/apr_buckets.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/buckets/apr_buckets_alloc.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_buckets_alloc.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_buckets_alloc.c (original) +++ apr/apr-util/trunk/buckets/apr_buckets_alloc.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/buckets/apr_buckets_eos.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_buckets_eos.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_buckets_eos.c (original) +++ apr/apr-util/trunk/buckets/apr_buckets_eos.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/buckets/apr_buckets_file.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_buckets_file.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_buckets_file.c (original) +++ apr/apr-util/trunk/buckets/apr_buckets_file.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/buckets/apr_buckets_flush.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_buckets_flush.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_buckets_flush.c (original) +++ apr/apr-util/trunk/buckets/apr_buckets_flush.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/buckets/apr_buckets_heap.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_buckets_heap.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_buckets_heap.c (original) +++ apr/apr-util/trunk/buckets/apr_buckets_heap.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/buckets/apr_buckets_mmap.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_buckets_mmap.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_buckets_mmap.c (original) +++ apr/apr-util/trunk/buckets/apr_buckets_mmap.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/buckets/apr_buckets_pipe.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_buckets_pipe.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_buckets_pipe.c (original) +++ apr/apr-util/trunk/buckets/apr_buckets_pipe.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/buckets/apr_buckets_pool.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_buckets_pool.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_buckets_pool.c (original) +++ apr/apr-util/trunk/buckets/apr_buckets_pool.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/buckets/apr_buckets_refcount.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_buckets_refcount.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_buckets_refcount.c (original) +++ apr/apr-util/trunk/buckets/apr_buckets_refcount.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/buckets/apr_buckets_simple.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_buckets_simple.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_buckets_simple.c (original) +++ apr/apr-util/trunk/buckets/apr_buckets_simple.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/buckets/apr_buckets_socket.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/buckets/apr_buckets_socket.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/buckets/apr_buckets_socket.c (original) +++ apr/apr-util/trunk/buckets/apr_buckets_socket.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/build/pkg/buildpkg.sh URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/build/pkg/buildpkg.sh?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/build/pkg/buildpkg.sh (original) +++ apr/apr-util/trunk/build/pkg/buildpkg.sh Fri Feb 4 12:45:35 2005 @@ -1,11 +1,12 @@ #!/bin/sh -# Copyright 2000-2004 The Apache Software Foundation -# +# Copyright 2000-2005 The Apache Software Foundation or its licensors, as +# applicable. +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, Modified: apr/apr-util/trunk/crypto/apr_md4.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/crypto/apr_md4.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/crypto/apr_md4.c (original) +++ apr/apr-util/trunk/crypto/apr_md4.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2001-2004 The Apache Software Foundation +/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/crypto/apr_md5.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/crypto/apr_md5.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/crypto/apr_md5.c (original) +++ apr/apr-util/trunk/crypto/apr_md5.c Fri Feb 4 12:45:35 2005 @@ -31,7 +31,8 @@ documentation and/or software. */ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/crypto/apr_sha1.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/crypto/apr_sha1.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/crypto/apr_sha1.c (original) +++ apr/apr-util/trunk/crypto/apr_sha1.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/crypto/getuuid.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/crypto/getuuid.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/crypto/getuuid.c (original) +++ apr/apr-util/trunk/crypto/getuuid.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/crypto/uuid.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/crypto/uuid.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/crypto/uuid.c (original) +++ apr/apr-util/trunk/crypto/uuid.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbd/apr_dbd.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbd/apr_dbd.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbd/apr_dbd.c (original) +++ apr/apr-util/trunk/dbd/apr_dbd.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2005 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbd/apr_dbd_pgsql.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbd/apr_dbd_pgsql.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbd/apr_dbd_pgsql.c (original) +++ apr/apr-util/trunk/dbd/apr_dbd_pgsql.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2005 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbd/apr_dbd_test.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbd/apr_dbd_test.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbd/apr_dbd_test.c (original) +++ apr/apr-util/trunk/dbd/apr_dbd_test.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2005 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbm/apr_dbm.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbm/apr_dbm.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbm/apr_dbm.c (original) +++ apr/apr-util/trunk/dbm/apr_dbm.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbm/apr_dbm_berkeleydb.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbm/apr_dbm_berkeleydb.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbm/apr_dbm_berkeleydb.c (original) +++ apr/apr-util/trunk/dbm/apr_dbm_berkeleydb.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbm/apr_dbm_gdbm.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbm/apr_dbm_gdbm.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbm/apr_dbm_gdbm.c (original) +++ apr/apr-util/trunk/dbm/apr_dbm_gdbm.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbm/apr_dbm_ndbm.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbm/apr_dbm_ndbm.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbm/apr_dbm_ndbm.c (original) +++ apr/apr-util/trunk/dbm/apr_dbm_ndbm.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbm/apr_dbm_sdbm.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbm/apr_dbm_sdbm.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbm/apr_dbm_sdbm.c (original) +++ apr/apr-util/trunk/dbm/apr_dbm_sdbm.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbm/sdbm/sdbm.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbm/sdbm/sdbm.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbm/sdbm/sdbm.c (original) +++ apr/apr-util/trunk/dbm/sdbm/sdbm.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbm/sdbm/sdbm_hash.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbm/sdbm/sdbm_hash.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbm/sdbm/sdbm_hash.c (original) +++ apr/apr-util/trunk/dbm/sdbm/sdbm_hash.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbm/sdbm/sdbm_lock.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbm/sdbm/sdbm_lock.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbm/sdbm/sdbm_lock.c (original) +++ apr/apr-util/trunk/dbm/sdbm/sdbm_lock.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbm/sdbm/sdbm_pair.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbm/sdbm/sdbm_pair.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbm/sdbm/sdbm_pair.c (original) +++ apr/apr-util/trunk/dbm/sdbm/sdbm_pair.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbm/sdbm/sdbm_pair.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbm/sdbm/sdbm_pair.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbm/sdbm/sdbm_pair.h (original) +++ apr/apr-util/trunk/dbm/sdbm/sdbm_pair.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbm/sdbm/sdbm_private.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbm/sdbm/sdbm_private.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbm/sdbm/sdbm_private.h (original) +++ apr/apr-util/trunk/dbm/sdbm/sdbm_private.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/dbm/sdbm/sdbm_tune.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbm/sdbm/sdbm_tune.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/dbm/sdbm/sdbm_tune.h (original) +++ apr/apr-util/trunk/dbm/sdbm/sdbm_tune.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/encoding/apr_base64.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/encoding/apr_base64.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/encoding/apr_base64.c (original) +++ apr/apr-util/trunk/encoding/apr_base64.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/hooks/apr_hooks.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/hooks/apr_hooks.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/hooks/apr_hooks.c (original) +++ apr/apr-util/trunk/hooks/apr_hooks.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_anylock.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_anylock.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_anylock.h (original) +++ apr/apr-util/trunk/include/apr_anylock.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_base64.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_base64.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_base64.h (original) +++ apr/apr-util/trunk/include/apr_base64.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_buckets.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_buckets.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_buckets.h (original) +++ apr/apr-util/trunk/include/apr_buckets.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_date.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_date.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_date.h (original) +++ apr/apr-util/trunk/include/apr_date.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_dbd.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_dbd.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_dbd.h (original) +++ apr/apr-util/trunk/include/apr_dbd.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2005 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_dbm.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_dbm.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_dbm.h (original) +++ apr/apr-util/trunk/include/apr_dbm.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_hooks.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_hooks.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_hooks.h (original) +++ apr/apr-util/trunk/include/apr_hooks.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_ldap_init.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_ldap_init.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_ldap_init.h (original) +++ apr/apr-util/trunk/include/apr_ldap_init.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_ldap_option.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_ldap_option.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_ldap_option.h (original) +++ apr/apr-util/trunk/include/apr_ldap_option.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_ldap_url.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_ldap_url.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_ldap_url.h (original) +++ apr/apr-util/trunk/include/apr_ldap_url.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_md4.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_md4.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_md4.h (original) +++ apr/apr-util/trunk/include/apr_md4.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2001-2004 The Apache Software Foundation +/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_md5.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_md5.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_md5.h (original) +++ apr/apr-util/trunk/include/apr_md5.h Fri Feb 4 12:45:35 2005 @@ -28,7 +28,8 @@ documentation and/or software. */ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_optional.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_optional.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_optional.h (original) +++ apr/apr-util/trunk/include/apr_optional.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2001-2004 The Apache Software Foundation +/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_optional_hooks.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_optional_hooks.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_optional_hooks.h (original) +++ apr/apr-util/trunk/include/apr_optional_hooks.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_queue.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_queue.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_queue.h (original) +++ apr/apr-util/trunk/include/apr_queue.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_reslist.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_reslist.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_reslist.h (original) +++ apr/apr-util/trunk/include/apr_reslist.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_rmm.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_rmm.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_rmm.h (original) +++ apr/apr-util/trunk/include/apr_rmm.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_sdbm.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_sdbm.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_sdbm.h (original) +++ apr/apr-util/trunk/include/apr_sdbm.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_sha1.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_sha1.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_sha1.h (original) +++ apr/apr-util/trunk/include/apr_sha1.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2001-2004 The Apache Software Foundation +/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_strmatch.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_strmatch.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_strmatch.h (original) +++ apr/apr-util/trunk/include/apr_strmatch.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_uri.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_uri.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_uri.h (original) +++ apr/apr-util/trunk/include/apr_uri.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_uuid.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_uuid.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_uuid.h (original) +++ apr/apr-util/trunk/include/apr_uuid.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_xlate.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_xlate.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_xlate.h (original) +++ apr/apr-util/trunk/include/apr_xlate.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apr_xml.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_xml.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apr_xml.h (original) +++ apr/apr-util/trunk/include/apr_xml.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/apu_version.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apu_version.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/apu_version.h (original) +++ apr/apr-util/trunk/include/apu_version.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/include/private/apr_dbm_private.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/private/apr_dbm_private.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/include/private/apr_dbm_private.h (original) +++ apr/apr-util/trunk/include/private/apr_dbm_private.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/ldap/apr_ldap_init.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/ldap/apr_ldap_init.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/ldap/apr_ldap_init.c (original) +++ apr/apr-util/trunk/ldap/apr_ldap_init.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/ldap/apr_ldap_option.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/ldap/apr_ldap_option.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/ldap/apr_ldap_option.c (original) +++ apr/apr-util/trunk/ldap/apr_ldap_option.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2005 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/ldap/apr_ldap_url.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/ldap/apr_ldap_url.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/ldap/apr_ldap_url.c (original) +++ apr/apr-util/trunk/ldap/apr_ldap_url.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/misc/apr_date.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/misc/apr_date.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/misc/apr_date.c (original) +++ apr/apr-util/trunk/misc/apr_date.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/misc/apr_queue.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/misc/apr_queue.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/misc/apr_queue.c (original) +++ apr/apr-util/trunk/misc/apr_queue.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/misc/apr_reslist.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/misc/apr_reslist.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/misc/apr_reslist.c (original) +++ apr/apr-util/trunk/misc/apr_reslist.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/misc/apr_rmm.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/misc/apr_rmm.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/misc/apr_rmm.c (original) +++ apr/apr-util/trunk/misc/apr_rmm.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/misc/apu_version.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/misc/apu_version.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/misc/apu_version.c (original) +++ apr/apr-util/trunk/misc/apu_version.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/strmatch/apr_strmatch.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/strmatch/apr_strmatch.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/strmatch/apr_strmatch.c (original) +++ apr/apr-util/trunk/strmatch/apr_strmatch.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/abts_tests.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/abts_tests.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/abts_tests.h (original) +++ apr/apr-util/trunk/test/abts_tests.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/test_apu.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/test_apu.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/test_apu.h (original) +++ apr/apr-util/trunk/test/test_apu.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testbuckets.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testbuckets.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testbuckets.c (original) +++ apr/apr-util/trunk/test/testbuckets.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testdbm.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testdbm.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testdbm.c (original) +++ apr/apr-util/trunk/test/testdbm.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testldap.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testldap.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testldap.c (original) +++ apr/apr-util/trunk/test/testldap.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2002-2005 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testmd4.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testmd4.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testmd4.c (original) +++ apr/apr-util/trunk/test/testmd4.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testmd5.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testmd5.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testmd5.c (original) +++ apr/apr-util/trunk/test/testmd5.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testpass.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testpass.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testpass.c (original) +++ apr/apr-util/trunk/test/testpass.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testqueue.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testqueue.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testqueue.c (original) +++ apr/apr-util/trunk/test/testqueue.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testreslist.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testreslist.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testreslist.c (original) +++ apr/apr-util/trunk/test/testreslist.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testrmm.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testrmm.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testrmm.c (original) +++ apr/apr-util/trunk/test/testrmm.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/teststrmatch.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/teststrmatch.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/teststrmatch.c (original) +++ apr/apr-util/trunk/test/teststrmatch.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2002-2004 The Apache Software Foundation +/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testuri.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testuri.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testuri.c (original) +++ apr/apr-util/trunk/test/testuri.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testutil.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testutil.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testutil.c (original) +++ apr/apr-util/trunk/test/testutil.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testutil.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testutil.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testutil.h (original) +++ apr/apr-util/trunk/test/testutil.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testuuid.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testuuid.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testuuid.c (original) +++ apr/apr-util/trunk/test/testuuid.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testxlate.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testxlate.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testxlate.c (original) +++ apr/apr-util/trunk/test/testxlate.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/test/testxml.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/testxml.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/test/testxml.c (original) +++ apr/apr-util/trunk/test/testxml.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/uri/apr_uri.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/uri/apr_uri.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/uri/apr_uri.c (original) +++ apr/apr-util/trunk/uri/apr_uri.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/uri/gen_uri_delims.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/uri/gen_uri_delims.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/uri/gen_uri_delims.c (original) +++ apr/apr-util/trunk/uri/gen_uri_delims.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/xlate/xlate.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/xlate/xlate.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/xlate/xlate.c (original) +++ apr/apr-util/trunk/xlate/xlate.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/xml/apr_xml.c URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/xml/apr_xml.c?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/xml/apr_xml.c (original) +++ apr/apr-util/trunk/xml/apr_xml.c Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: apr/apr-util/trunk/xml/expat/lib/osd_ebcdic_df04_1.h URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/xml/expat/lib/osd_ebcdic_df04_1.h?view=diff&r1=151412&r2=151413 ============================================================================== --- apr/apr-util/trunk/xml/expat/lib/osd_ebcdic_df04_1.h (original) +++ apr/apr-util/trunk/xml/expat/lib/osd_ebcdic_df04_1.h Fri Feb 4 12:45:35 2005 @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.