diff options
author | Colm MacCarthaigh <colm@apache.org> | 2006-04-19 14:23:42 +0200 |
---|---|---|
committer | Colm MacCarthaigh <colm@apache.org> | 2006-04-19 14:23:42 +0200 |
commit | ebe24d48c7e78c9799ee0dfe92622d2bd48f5add (patch) | |
tree | 8fdbc2705e1af340dfebfa40054d8e3780a918cc /build | |
parent | Update the copyright year in all .c, .h and .xml files (diff) | |
download | apache2-ebe24d48c7e78c9799ee0dfe92622d2bd48f5add.tar.xz apache2-ebe24d48c7e78c9799ee0dfe92622d2bd48f5add.zip |
Update the last year of copyright.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/NWGNUtail.inc | 2 | ||||
-rwxr-xr-x | build/binbuild.sh | 2 | ||||
-rwxr-xr-x | build/bsd_makefile | 2 | ||||
-rw-r--r-- | build/build-modules-c.awk | 2 | ||||
-rwxr-xr-x | build/buildinfo.sh | 2 | ||||
-rwxr-xr-x | build/fastgen.sh | 2 | ||||
-rwxr-xr-x | build/get-version.sh | 2 | ||||
-rwxr-xr-x | build/install-bindist.sh.in | 2 | ||||
-rwxr-xr-x | build/install.sh | 2 | ||||
-rwxr-xr-x | build/instdso.sh | 2 | ||||
-rw-r--r-- | build/library.mk | 2 | ||||
-rw-r--r-- | build/ltlib.mk | 2 | ||||
-rw-r--r-- | build/make_exports.awk | 2 | ||||
-rw-r--r-- | build/make_nw_export.awk | 2 | ||||
-rw-r--r-- | build/make_var_export.awk | 2 | ||||
-rw-r--r-- | build/mkconfNW.awk | 2 | ||||
-rwxr-xr-x | build/mkdir.sh | 2 | ||||
-rw-r--r-- | build/nw_ver.awk | 2 | ||||
-rwxr-xr-x | build/pkg/buildpkg.sh | 2 | ||||
-rw-r--r-- | build/program.mk | 2 | ||||
-rwxr-xr-x | build/rpm/httpd.init | 2 | ||||
-rw-r--r-- | build/rules.mk.in | 2 | ||||
-rw-r--r-- | build/special.mk | 2 | ||||
-rwxr-xr-x | build/sysv_makefile | 2 | ||||
-rw-r--r-- | build/win32/win32ver.awk | 2 |
25 files changed, 25 insertions, 25 deletions
diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index 3a44d646f3..adef0d755b 100644 --- a/build/NWGNUtail.inc +++ b/build/NWGNUtail.inc @@ -25,7 +25,7 @@ NLM_SCREEN_NAME = DEFAULT endif ifndef NLM_COPYRIGHT -NLM_COPYRIGHT = Copyright 2000-2005 The Apache Software Foundation or its licensors as applicable. Licensed under the Apache License Version 2.0. +NLM_COPYRIGHT = Copyright 2000-2006 The Apache Software Foundation or its licensors as applicable. Licensed under the Apache License Version 2.0. endif # diff --git a/build/binbuild.sh b/build/binbuild.sh index 15ee27ea7a..6f63adce3f 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 1999-2005 The Apache Software Foundation or its licensors, as +# Copyright 1999-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/bsd_makefile b/build/bsd_makefile index d4e81fe703..9f389135ac 100755 --- a/build/bsd_makefile +++ b/build/bsd_makefile @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright 2000-2005 The Apache Software Foundation or its licensors, as +# Copyright 2000-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/build-modules-c.awk b/build/build-modules-c.awk index b696a52680..7c749f9705 100644 --- a/build/build-modules-c.awk +++ b/build/build-modules-c.awk @@ -1,4 +1,4 @@ -# Copyright 1999-2005 The Apache Software Foundation or its licensors, as +# Copyright 1999-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/buildinfo.sh b/build/buildinfo.sh index 6de75fa476..e16abf3ac6 100755 --- a/build/buildinfo.sh +++ b/build/buildinfo.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2000-2005 The Apache Software Foundation or its licensors, as +# Copyright 2000-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/fastgen.sh b/build/fastgen.sh index 28c6e57b2e..d4301d7ccb 100755 --- a/build/fastgen.sh +++ b/build/fastgen.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright 2000-2005 The Apache Software Foundation or its licensors, as +# Copyright 2000-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/get-version.sh b/build/get-version.sh index e3ba69c513..b83750c207 100755 --- a/build/get-version.sh +++ b/build/get-version.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2003-2005 The Apache Software Foundation or its licensors, as +# Copyright 2003-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/install-bindist.sh.in b/build/install-bindist.sh.in index ca6860417d..72c0560b72 100755 --- a/build/install-bindist.sh.in +++ b/build/install-bindist.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2001-2005 The Apache Software Foundation or its licensors, as +# Copyright 2001-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/install.sh b/build/install.sh index 6195768bd6..279e6fc97a 100755 --- a/build/install.sh +++ b/build/install.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 1999-2005 The Apache Software Foundation or its licensors, as +# Copyright 1999-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/instdso.sh b/build/instdso.sh index c46eca212c..84900e2d02 100755 --- a/build/instdso.sh +++ b/build/instdso.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2001-2005 The Apache Software Foundation or its licensors, as +# Copyright 2001-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/library.mk b/build/library.mk index 62e2d4816b..4d79845d07 100644 --- a/build/library.mk +++ b/build/library.mk @@ -1,4 +1,4 @@ -# Copyright 2000-2005 The Apache Software Foundation or its licensors, as +# Copyright 2000-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/ltlib.mk b/build/ltlib.mk index 51f5ad2cd1..dc50213ca5 100644 --- a/build/ltlib.mk +++ b/build/ltlib.mk @@ -1,4 +1,4 @@ -# Copyright 2000-2005 The Apache Software Foundation or its licensors, as +# Copyright 2000-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/make_exports.awk b/build/make_exports.awk index 2b1b1d4ea2..c2352074c2 100644 --- a/build/make_exports.awk +++ b/build/make_exports.awk @@ -1,4 +1,4 @@ -# Copyright 2001-2005 The Apache Software Foundation or its licensors, as +# Copyright 2001-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk index ac7f97323b..d6a1d83051 100644 --- a/build/make_nw_export.awk +++ b/build/make_nw_export.awk @@ -1,4 +1,4 @@ -# Copyright 2001-2005 The Apache Software Foundation or its licensors, as +# Copyright 2001-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/make_var_export.awk b/build/make_var_export.awk index 374afa381e..369f8b2d45 100644 --- a/build/make_var_export.awk +++ b/build/make_var_export.awk @@ -1,4 +1,4 @@ -# Copyright 2001-2005 The Apache Software Foundation or its licensors, as +# Copyright 2001-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index b9d175b593..88c5bfccfd 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -1,4 +1,4 @@ -# Copyright 2002-2005 The Apache Software Foundation or its licensors, as +# Copyright 2002-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/mkdir.sh b/build/mkdir.sh index 889667b820..2ec34886a8 100755 --- a/build/mkdir.sh +++ b/build/mkdir.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 1999-2005 The Apache Software Foundation or its licensors, as +# Copyright 1999-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/nw_ver.awk b/build/nw_ver.awk index ba6d298f4c..a6e93daf9b 100644 --- a/build/nw_ver.awk +++ b/build/nw_ver.awk @@ -1,4 +1,4 @@ -# Copyright 2002-2005 The Apache Software Foundation or its licensors, as +# Copyright 2002-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/pkg/buildpkg.sh b/build/pkg/buildpkg.sh index 4dd7d81756..2bcd1577dd 100755 --- a/build/pkg/buildpkg.sh +++ b/build/pkg/buildpkg.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2000-2005 The Apache Software Foundation or its licensors, as +# Copyright 2000-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/program.mk b/build/program.mk index af376139ef..95e285d803 100644 --- a/build/program.mk +++ b/build/program.mk @@ -1,4 +1,4 @@ -# Copyright 2000-2005 The Apache Software Foundation or its licensors, as +# Copyright 2000-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/rpm/httpd.init b/build/rpm/httpd.init index 38f2a92b52..c6190fcc9f 100755 --- a/build/rpm/httpd.init +++ b/build/rpm/httpd.init @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2003-2005 The Apache Software Foundation or its licensors, as +# Copyright 2003-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/rules.mk.in b/build/rules.mk.in index b22d3357c1..de82572498 100644 --- a/build/rules.mk.in +++ b/build/rules.mk.in @@ -1,4 +1,4 @@ -# Copyright 2001-2005 The Apache Software Foundation or its licensors, as +# Copyright 2001-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/special.mk b/build/special.mk index 548656a62f..06bc16a43d 100644 --- a/build/special.mk +++ b/build/special.mk @@ -1,4 +1,4 @@ -# Copyright 2000-2005 The Apache Software Foundation +# Copyright 2000-2006 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/sysv_makefile b/build/sysv_makefile index 63530755f9..1c7dc44e5e 100755 --- a/build/sysv_makefile +++ b/build/sysv_makefile @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright 2000-2005 The Apache Software Foundation or its licensors, as +# Copyright 2000-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/win32/win32ver.awk b/build/win32/win32ver.awk index 0f4f8de24e..409a832dfc 100644 --- a/build/win32/win32ver.awk +++ b/build/win32/win32ver.awk @@ -1,4 +1,4 @@ -# Copyright 2001-2005 The Apache Software Foundation or its licensors, as +# Copyright 2001-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); |