Skip to content

Commit 5685851

Browse files
committed
Update our copyright for this year.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93918 13f79535-47bb-0310-9956-ffa450edef68
1 parent bf455af commit 5685851

261 files changed

Lines changed: 268 additions & 268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ====================================================================
22
* The Apache Software License, Version 1.1
33
*
4-
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
4+
* Copyright (c) 2000-2002 The Apache Software Foundation. All rights
55
* reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -314,7 +314,7 @@ For the srclib\apr-util\test\testdbm.c component:
314314
/* ====================================================================
315315
* The Apache Software License, Version 1.1
316316
*
317-
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
317+
* Copyright (c) 2000-2002 The Apache Software Foundation. All rights
318318
* reserved.
319319
*
320320
* Redistribution and use in source and binary forms, with or without

build/bsd_makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ====================================================================
33
# The Apache Software License, Version 1.1
44
#
5-
# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
5+
# Copyright (c) 2000-2002 The Apache Software Foundation. All rights
66
# reserved.
77
#
88
# Redistribution and use in source and binary forms, with or without

build/fastgen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ====================================================================
33
# The Apache Software License, Version 1.1
44
#
5-
# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
5+
# Copyright (c) 2000-2002 The Apache Software Foundation. All rights
66
# reserved.
77
#
88
# Redistribution and use in source and binary forms, with or without

build/library.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ====================================================================
22
# The Apache Software License, Version 1.1
33
#
4-
# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
4+
# Copyright (c) 2000-2002 The Apache Software Foundation. All rights
55
# reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without

build/ltlib.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ====================================================================
22
# The Apache Software License, Version 1.1
33
#
4-
# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
4+
# Copyright (c) 2000-2002 The Apache Software Foundation. All rights
55
# reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without

build/program.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ====================================================================
22
# The Apache Software License, Version 1.1
33
#
4-
# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
4+
# Copyright (c) 2000-2002 The Apache Software Foundation. All rights
55
# reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without

build/rules.mk.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ====================================================================
22
# The Apache Software License, Version 1.1
33
#
4-
# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
4+
# Copyright (c) 2000-2002 The Apache Software Foundation. All rights
55
# reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without

build/special.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ====================================================================
22
# The Apache Software License, Version 1.1
33
#
4-
# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
4+
# Copyright (c) 2000-2002 The Apache Software Foundation. All rights
55
# reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without

build/sysv_makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ====================================================================
33
# The Apache Software License, Version 1.1
44
#
5-
# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
5+
# Copyright (c) 2000-2002 The Apache Software Foundation. All rights
66
# reserved.
77
#
88
# Redistribution and use in source and binary forms, with or without

build/win32/win32ver.awk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ BEGIN {
8585
print " VALUE \"FileDescription\", \"" desc "\\0\"";
8686
print " VALUE \"FileVersion\", \"" ver "\\0\"";
8787
print " VALUE \"InternalName\", \"" file "\\0\"";
88-
print " VALUE \"LegalCopyright\", \"Copyright © 2001 "\
88+
print " VALUE \"LegalCopyright\", \"Copyright © 2000-2002 "\
8989
"The Apache Software Foundation.\\0\"";
9090
print " VALUE \"OriginalFilename\", \"" file ".exe\\0\"";
9191
if (vendor) {

0 commit comments

Comments
 (0)