summaryrefslogtreecommitdiff
path: root/locks
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2005-02-04 20:44:01 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2005-02-04 20:44:01 +0000
commite38bbe57c30cc4f1ecfcb746fe50b725599a8187 (patch)
tree03c3853b745d9c29e8da6febd6821f8de12c8443 /locks
parent9ed91d6391d85c9e6c401dcf826e16460512668d (diff)
downloadlibapr-e38bbe57c30cc4f1ecfcb746fe50b725599a8187.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/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks')
-rw-r--r--locks/beos/proc_mutex.c3
-rw-r--r--locks/beos/thread_cond.c3
-rw-r--r--locks/beos/thread_mutex.c3
-rw-r--r--locks/beos/thread_rwlock.c3
-rw-r--r--locks/netware/proc_mutex.c3
-rw-r--r--locks/netware/thread_cond.c3
-rw-r--r--locks/netware/thread_mutex.c3
-rw-r--r--locks/netware/thread_rwlock.c3
-rw-r--r--locks/os2/proc_mutex.c3
-rw-r--r--locks/os2/thread_cond.c3
-rw-r--r--locks/os2/thread_mutex.c3
-rw-r--r--locks/os2/thread_rwlock.c3
-rw-r--r--locks/unix/global_mutex.c3
-rw-r--r--locks/unix/proc_mutex.c3
-rw-r--r--locks/unix/thread_cond.c3
-rw-r--r--locks/unix/thread_mutex.c3
-rw-r--r--locks/unix/thread_rwlock.c3
-rw-r--r--locks/win32/proc_mutex.c3
-rw-r--r--locks/win32/thread_cond.c3
-rw-r--r--locks/win32/thread_mutex.c3
-rw-r--r--locks/win32/thread_rwlock.c3
21 files changed, 42 insertions, 21 deletions
diff --git a/locks/beos/proc_mutex.c b/locks/beos/proc_mutex.c
index 8d3ca31c2..85f4e06e9 100644
--- a/locks/beos/proc_mutex.c
+++ b/locks/beos/proc_mutex.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/locks/beos/thread_cond.c b/locks/beos/thread_cond.c
index 71068facb..dc9ba618c 100644
--- a/locks/beos/thread_cond.c
+++ b/locks/beos/thread_cond.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/locks/beos/thread_mutex.c b/locks/beos/thread_mutex.c
index 350e05b9b..5f488f16f 100644
--- a/locks/beos/thread_mutex.c
+++ b/locks/beos/thread_mutex.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/locks/beos/thread_rwlock.c b/locks/beos/thread_rwlock.c
index 2f8140748..be11017a2 100644
--- a/locks/beos/thread_rwlock.c
+++ b/locks/beos/thread_rwlock.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/locks/netware/proc_mutex.c b/locks/netware/proc_mutex.c
index f05cde6dc..72a8bfcdd 100644
--- a/locks/netware/proc_mutex.c
+++ b/locks/netware/proc_mutex.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/locks/netware/thread_cond.c b/locks/netware/thread_cond.c
index 3942b06f8..fdaa95873 100644
--- a/locks/netware/thread_cond.c
+++ b/locks/netware/thread_cond.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/locks/netware/thread_mutex.c b/locks/netware/thread_mutex.c
index b4f9c66a8..0d41b30e0 100644
--- a/locks/netware/thread_mutex.c
+++ b/locks/netware/thread_mutex.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/locks/netware/thread_rwlock.c b/locks/netware/thread_rwlock.c
index fdee923a0..1631012a2 100644
--- a/locks/netware/thread_rwlock.c
+++ b/locks/netware/thread_rwlock.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/locks/os2/proc_mutex.c b/locks/os2/proc_mutex.c
index e88e35b1e..8527e3f55 100644
--- a/locks/os2/proc_mutex.c
+++ b/locks/os2/proc_mutex.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/locks/os2/thread_cond.c b/locks/os2/thread_cond.c
index ce0150a21..575d91a8d 100644
--- a/locks/os2/thread_cond.c
+++ b/locks/os2/thread_cond.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/locks/os2/thread_mutex.c b/locks/os2/thread_mutex.c
index e7f22cbab..0b21ea4e4 100644
--- a/locks/os2/thread_mutex.c
+++ b/locks/os2/thread_mutex.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/locks/os2/thread_rwlock.c b/locks/os2/thread_rwlock.c
index 5938a9341..653112dab 100644
--- a/locks/os2/thread_rwlock.c
+++ b/locks/os2/thread_rwlock.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/locks/unix/global_mutex.c b/locks/unix/global_mutex.c
index a14673e31..9a72d1438 100644
--- a/locks/unix/global_mutex.c
+++ b/locks/unix/global_mutex.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/locks/unix/proc_mutex.c b/locks/unix/proc_mutex.c
index e7a70a44c..98fb2eb1e 100644
--- a/locks/unix/proc_mutex.c
+++ b/locks/unix/proc_mutex.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/locks/unix/thread_cond.c b/locks/unix/thread_cond.c
index 4eaeaf35f..c1ebb895c 100644
--- a/locks/unix/thread_cond.c
+++ b/locks/unix/thread_cond.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/locks/unix/thread_mutex.c b/locks/unix/thread_mutex.c
index 66de2d196..31a566f6e 100644
--- a/locks/unix/thread_mutex.c
+++ b/locks/unix/thread_mutex.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/locks/unix/thread_rwlock.c b/locks/unix/thread_rwlock.c
index 2a4c4731a..18f374794 100644
--- a/locks/unix/thread_rwlock.c
+++ b/locks/unix/thread_rwlock.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/locks/win32/proc_mutex.c b/locks/win32/proc_mutex.c
index a25059893..9e316506a 100644
--- a/locks/win32/proc_mutex.c
+++ b/locks/win32/proc_mutex.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/locks/win32/thread_cond.c b/locks/win32/thread_cond.c
index 218da537d..dca1e8fb6 100644
--- a/locks/win32/thread_cond.c
+++ b/locks/win32/thread_cond.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/locks/win32/thread_mutex.c b/locks/win32/thread_mutex.c
index 125c2c2b6..0a848fbcf 100644
--- a/locks/win32/thread_mutex.c
+++ b/locks/win32/thread_mutex.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/locks/win32/thread_rwlock.c b/locks/win32/thread_rwlock.c
index c4ced1ea3..75d79bcbe 100644
--- a/locks/win32/thread_rwlock.c
+++ b/locks/win32/thread_rwlock.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.