summaryrefslogtreecommitdiff
path: root/locks/beos
diff options
context:
space:
mode:
authorthommay <thommay@13f79535-47bb-0310-9956-ffa450edef68>2003-01-01 00:02:01 +0000
committerthommay <thommay@13f79535-47bb-0310-9956-ffa450edef68>2003-01-01 00:02:01 +0000
commit31d9c6f9a2dcaecca277ed978d1824437dc41f8a (patch)
treedd682260996165f4e9bb71d45af7ed2a2258c523 /locks/beos
parent4c1e434095abd67c0bdd9ce7ea55d36084769280 (diff)
downloadlibapr-31d9c6f9a2dcaecca277ed978d1824437dc41f8a.tar.gz
Update copyright notices to 2003.
No functional changes git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64251 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks/beos')
-rw-r--r--locks/beos/proc_mutex.c2
-rw-r--r--locks/beos/thread_cond.c2
-rw-r--r--locks/beos/thread_mutex.c2
-rw-r--r--locks/beos/thread_rwlock.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/locks/beos/proc_mutex.c b/locks/beos/proc_mutex.c
index 455771424..25dc318b1 100644
--- a/locks/beos/proc_mutex.c
+++ b/locks/beos/proc_mutex.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/locks/beos/thread_cond.c b/locks/beos/thread_cond.c
index a1102df83..fdb9a5a65 100644
--- a/locks/beos/thread_cond.c
+++ b/locks/beos/thread_cond.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/locks/beos/thread_mutex.c b/locks/beos/thread_mutex.c
index 0ffd30533..414909b5d 100644
--- a/locks/beos/thread_mutex.c
+++ b/locks/beos/thread_mutex.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/locks/beos/thread_rwlock.c b/locks/beos/thread_rwlock.c
index 48a60a44e..651354a11 100644
--- a/locks/beos/thread_rwlock.c
+++ b/locks/beos/thread_rwlock.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without