summaryrefslogtreecommitdiff
path: root/locks/os2
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2005-02-04 20:44:01 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2005-02-04 20:44:01 +0000
commit3b3b0a85c16030fab21d17f551298384a2b91dd1 (patch)
tree03c3853b745d9c29e8da6febd6821f8de12c8443 /locks/os2
parentfcd1a6089c45240b3702944fcf3804cc044208fa (diff)
downloadapr-3b3b0a85c16030fab21d17f551298384a2b91dd1.tar.gz
Update copyright year to 2005 and standardize on current copyright owner line.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks/os2')
-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
4 files changed, 8 insertions, 4 deletions
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.