summaryrefslogtreecommitdiff
path: root/file_io
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2005-02-04 20:36:31 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2005-02-04 20:36:31 +0000
commitac575244db348f46b69be72a1534bc5ae0c66dd5 (patch)
tree763f60f64faaabe4dbd3ecadbde56ce3ddc4ed7d /file_io
parent7c9f9f0c75f59acb913099b07552973d25d4b46f (diff)
downloadlibapr-ac575244db348f46b69be72a1534bc5ae0c66dd5.tar.gz
Update copyright year to 2005 and standardize on current copyright owner line.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@151409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io')
-rw-r--r--file_io/netware/filestat.c3
-rw-r--r--file_io/netware/filesys.c3
-rw-r--r--file_io/netware/flock.c3
-rw-r--r--file_io/netware/mktemp.c3
-rw-r--r--file_io/netware/pipe.c3
-rw-r--r--file_io/os2/dir.c3
-rw-r--r--file_io/os2/fileacc.c3
-rw-r--r--file_io/os2/filedup.c3
-rw-r--r--file_io/os2/filepath.c3
-rw-r--r--file_io/os2/filestat.c3
-rw-r--r--file_io/os2/filesys.c3
-rw-r--r--file_io/os2/flock.c3
-rw-r--r--file_io/os2/maperrorcode.c3
-rw-r--r--file_io/os2/open.c3
-rw-r--r--file_io/os2/pipe.c3
-rw-r--r--file_io/os2/readwrite.c3
-rw-r--r--file_io/os2/seek.c3
-rw-r--r--file_io/unix/copy.c3
-rw-r--r--file_io/unix/dir.c3
-rw-r--r--file_io/unix/fileacc.c3
-rw-r--r--file_io/unix/filedup.c3
-rw-r--r--file_io/unix/filepath.c3
-rw-r--r--file_io/unix/filepath_util.c3
-rw-r--r--file_io/unix/filestat.c3
-rw-r--r--file_io/unix/flock.c3
-rw-r--r--file_io/unix/fullrw.c3
-rw-r--r--file_io/unix/mktemp.c3
-rw-r--r--file_io/unix/open.c3
-rw-r--r--file_io/unix/pipe.c3
-rw-r--r--file_io/unix/readwrite.c3
-rw-r--r--file_io/unix/seek.c3
-rw-r--r--file_io/unix/tempdir.c3
-rw-r--r--file_io/win32/dir.c3
-rw-r--r--file_io/win32/filedup.c3
-rw-r--r--file_io/win32/filepath.c3
-rw-r--r--file_io/win32/filestat.c3
-rw-r--r--file_io/win32/filesys.c3
-rw-r--r--file_io/win32/flock.c3
-rw-r--r--file_io/win32/open.c3
-rw-r--r--file_io/win32/pipe.c3
-rw-r--r--file_io/win32/readwrite.c3
-rw-r--r--file_io/win32/seek.c3
42 files changed, 84 insertions, 42 deletions
diff --git a/file_io/netware/filestat.c b/file_io/netware/filestat.c
index a9472cf48..c53237ce7 100644
--- a/file_io/netware/filestat.c
+++ b/file_io/netware/filestat.c
@@ -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.
diff --git a/file_io/netware/filesys.c b/file_io/netware/filesys.c
index 532bee7c1..500976442 100644
--- a/file_io/netware/filesys.c
+++ b/file_io/netware/filesys.c
@@ -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.
diff --git a/file_io/netware/flock.c b/file_io/netware/flock.c
index 7e7d771cf..bd4beb037 100644
--- a/file_io/netware/flock.c
+++ b/file_io/netware/flock.c
@@ -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.
diff --git a/file_io/netware/mktemp.c b/file_io/netware/mktemp.c
index 58e89386b..f1568bdd6 100644
--- a/file_io/netware/mktemp.c
+++ b/file_io/netware/mktemp.c
@@ -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.
diff --git a/file_io/netware/pipe.c b/file_io/netware/pipe.c
index eaf5196a6..21957f354 100644
--- a/file_io/netware/pipe.c
+++ b/file_io/netware/pipe.c
@@ -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.
diff --git a/file_io/os2/dir.c b/file_io/os2/dir.c
index eb73dd99d..2e930e5a2 100644
--- a/file_io/os2/dir.c
+++ b/file_io/os2/dir.c
@@ -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.
diff --git a/file_io/os2/fileacc.c b/file_io/os2/fileacc.c
index 870c5ddd8..0b0c26d24 100644
--- a/file_io/os2/fileacc.c
+++ b/file_io/os2/fileacc.c
@@ -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.
diff --git a/file_io/os2/filedup.c b/file_io/os2/filedup.c
index bcc61b3e3..df1da3b82 100644
--- a/file_io/os2/filedup.c
+++ b/file_io/os2/filedup.c
@@ -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.
diff --git a/file_io/os2/filepath.c b/file_io/os2/filepath.c
index f4f84f76b..827a6551d 100644
--- a/file_io/os2/filepath.c
+++ b/file_io/os2/filepath.c
@@ -1,4 +1,5 @@
-/* Copyright 2004 The Apache Software Foundation
+/* Copyright 2004-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.
diff --git a/file_io/os2/filestat.c b/file_io/os2/filestat.c
index f3d39a137..0899dd229 100644
--- a/file_io/os2/filestat.c
+++ b/file_io/os2/filestat.c
@@ -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.
diff --git a/file_io/os2/filesys.c b/file_io/os2/filesys.c
index ef597b38e..cf3b83298 100644
--- a/file_io/os2/filesys.c
+++ b/file_io/os2/filesys.c
@@ -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.
diff --git a/file_io/os2/flock.c b/file_io/os2/flock.c
index 9e452821d..4c5e54d93 100644
--- a/file_io/os2/flock.c
+++ b/file_io/os2/flock.c
@@ -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.
diff --git a/file_io/os2/maperrorcode.c b/file_io/os2/maperrorcode.c
index 9848a6e58..2ea84bb4d 100644
--- a/file_io/os2/maperrorcode.c
+++ b/file_io/os2/maperrorcode.c
@@ -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.
diff --git a/file_io/os2/open.c b/file_io/os2/open.c
index bf541c6ab..1c0f0622e 100644
--- a/file_io/os2/open.c
+++ b/file_io/os2/open.c
@@ -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.
diff --git a/file_io/os2/pipe.c b/file_io/os2/pipe.c
index df3511223..1e1894684 100644
--- a/file_io/os2/pipe.c
+++ b/file_io/os2/pipe.c
@@ -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.
diff --git a/file_io/os2/readwrite.c b/file_io/os2/readwrite.c
index 38855b035..81f50f978 100644
--- a/file_io/os2/readwrite.c
+++ b/file_io/os2/readwrite.c
@@ -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.
diff --git a/file_io/os2/seek.c b/file_io/os2/seek.c
index 98f2ea5b0..40b02a815 100644
--- a/file_io/os2/seek.c
+++ b/file_io/os2/seek.c
@@ -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.
diff --git a/file_io/unix/copy.c b/file_io/unix/copy.c
index a9452611c..2e30eba47 100644
--- a/file_io/unix/copy.c
+++ b/file_io/unix/copy.c
@@ -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.
diff --git a/file_io/unix/dir.c b/file_io/unix/dir.c
index 11dd76f68..86bd43761 100644
--- a/file_io/unix/dir.c
+++ b/file_io/unix/dir.c
@@ -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.
diff --git a/file_io/unix/fileacc.c b/file_io/unix/fileacc.c
index 2f20c0bfb..542d90db8 100644
--- a/file_io/unix/fileacc.c
+++ b/file_io/unix/fileacc.c
@@ -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.
diff --git a/file_io/unix/filedup.c b/file_io/unix/filedup.c
index 3ba64f1ba..48e97a6c3 100644
--- a/file_io/unix/filedup.c
+++ b/file_io/unix/filedup.c
@@ -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.
diff --git a/file_io/unix/filepath.c b/file_io/unix/filepath.c
index dd2720e36..fd0b6a250 100644
--- a/file_io/unix/filepath.c
+++ b/file_io/unix/filepath.c
@@ -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.
diff --git a/file_io/unix/filepath_util.c b/file_io/unix/filepath_util.c
index 40d0cd770..ec9b42609 100644
--- a/file_io/unix/filepath_util.c
+++ b/file_io/unix/filepath_util.c
@@ -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.
diff --git a/file_io/unix/filestat.c b/file_io/unix/filestat.c
index 2097e7339..07d55de49 100644
--- a/file_io/unix/filestat.c
+++ b/file_io/unix/filestat.c
@@ -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.
diff --git a/file_io/unix/flock.c b/file_io/unix/flock.c
index 2ee7bc63e..9aeb4fe3e 100644
--- a/file_io/unix/flock.c
+++ b/file_io/unix/flock.c
@@ -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.
diff --git a/file_io/unix/fullrw.c b/file_io/unix/fullrw.c
index af7b70e38..8c2aaaf8d 100644
--- a/file_io/unix/fullrw.c
+++ b/file_io/unix/fullrw.c
@@ -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.
diff --git a/file_io/unix/mktemp.c b/file_io/unix/mktemp.c
index ff23a2f7b..f5af85411 100644
--- a/file_io/unix/mktemp.c
+++ b/file_io/unix/mktemp.c
@@ -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.
diff --git a/file_io/unix/open.c b/file_io/unix/open.c
index f28f13b2a..e2ea32ea1 100644
--- a/file_io/unix/open.c
+++ b/file_io/unix/open.c
@@ -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.
diff --git a/file_io/unix/pipe.c b/file_io/unix/pipe.c
index cc9f9dfd9..7df01790f 100644
--- a/file_io/unix/pipe.c
+++ b/file_io/unix/pipe.c
@@ -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.
diff --git a/file_io/unix/readwrite.c b/file_io/unix/readwrite.c
index 1e6a6e665..5e163ec7a 100644
--- a/file_io/unix/readwrite.c
+++ b/file_io/unix/readwrite.c
@@ -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.
diff --git a/file_io/unix/seek.c b/file_io/unix/seek.c
index d7dfbda31..97b31b95c 100644
--- a/file_io/unix/seek.c
+++ b/file_io/unix/seek.c
@@ -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.
diff --git a/file_io/unix/tempdir.c b/file_io/unix/tempdir.c
index 8f0594d2c..eb835e5f2 100644
--- a/file_io/unix/tempdir.c
+++ b/file_io/unix/tempdir.c
@@ -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.
diff --git a/file_io/win32/dir.c b/file_io/win32/dir.c
index ab2d08047..c794a589e 100644
--- a/file_io/win32/dir.c
+++ b/file_io/win32/dir.c
@@ -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.
diff --git a/file_io/win32/filedup.c b/file_io/win32/filedup.c
index 851e9c8c7..9d41a602f 100644
--- a/file_io/win32/filedup.c
+++ b/file_io/win32/filedup.c
@@ -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.
diff --git a/file_io/win32/filepath.c b/file_io/win32/filepath.c
index ff412b74f..601a6c64d 100644
--- a/file_io/win32/filepath.c
+++ b/file_io/win32/filepath.c
@@ -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.
diff --git a/file_io/win32/filestat.c b/file_io/win32/filestat.c
index 9389d4fe4..64cd60b3b 100644
--- a/file_io/win32/filestat.c
+++ b/file_io/win32/filestat.c
@@ -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.
diff --git a/file_io/win32/filesys.c b/file_io/win32/filesys.c
index da5244baf..6d6c2bce8 100644
--- a/file_io/win32/filesys.c
+++ b/file_io/win32/filesys.c
@@ -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.
diff --git a/file_io/win32/flock.c b/file_io/win32/flock.c
index 65a158e8c..cdbd7e174 100644
--- a/file_io/win32/flock.c
+++ b/file_io/win32/flock.c
@@ -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.
diff --git a/file_io/win32/open.c b/file_io/win32/open.c
index c2ee1f14d..43794598b 100644
--- a/file_io/win32/open.c
+++ b/file_io/win32/open.c
@@ -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.
diff --git a/file_io/win32/pipe.c b/file_io/win32/pipe.c
index acd249985..4fd3a7187 100644
--- a/file_io/win32/pipe.c
+++ b/file_io/win32/pipe.c
@@ -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.
diff --git a/file_io/win32/readwrite.c b/file_io/win32/readwrite.c
index b8a5e4be8..ea7dd4534 100644
--- a/file_io/win32/readwrite.c
+++ b/file_io/win32/readwrite.c
@@ -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.
diff --git a/file_io/win32/seek.c b/file_io/win32/seek.c
index 3ba03542f..a278cbd8b 100644
--- a/file_io/win32/seek.c
+++ b/file_io/win32/seek.c
@@ -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.