diff options
author | André Malo <nd@apache.org> | 2004-02-08 13:13:10 +0000 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-02-08 13:13:10 +0000 |
commit | e0d2db5107c2d4a29c74cb7905a0399cbfe776c1 (patch) | |
tree | c08168282005884aa843af7d151340a539cb3513 /os | |
parent | 7b655748ae38ddc69b5409e78787517002dae4fb (diff) | |
download | httpd-e0d2db5107c2d4a29c74cb7905a0399cbfe776c1.tar.gz |
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r-- | os/unix/os.h | 2 | ||||
-rw-r--r-- | os/unix/unixd.c | 2 | ||||
-rw-r--r-- | os/unix/unixd.h | 2 | ||||
-rw-r--r-- | os/win32/modules.c | 2 | ||||
-rw-r--r-- | os/win32/os.h | 2 | ||||
-rw-r--r-- | os/win32/util_win32.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/os/unix/os.h b/os/unix/os.h index 1e6d78fc41..237f973844 100644 --- a/os/unix/os.h +++ b/os/unix/os.h @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 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/os/unix/unixd.c b/os/unix/unixd.c index 90c9909fd3..8c2a2e7ab5 100644 --- a/os/unix/unixd.c +++ b/os/unix/unixd.c @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 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/os/unix/unixd.h b/os/unix/unixd.h index 89b9fad847..a1491ec12e 100644 --- a/os/unix/unixd.h +++ b/os/unix/unixd.h @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 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/os/win32/modules.c b/os/win32/modules.c index 30c944ea9a..18b524eb8b 100644 --- a/os/win32/modules.c +++ b/os/win32/modules.c @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 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/os/win32/os.h b/os/win32/os.h index febcedfa67..c7beb10801 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 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/os/win32/util_win32.c b/os/win32/util_win32.c index 292e8a8931..14a7e585d8 100644 --- a/os/win32/util_win32.c +++ b/os/win32/util_win32.c @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 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. |