diff options
author | thommay <thommay@13f79535-47bb-0310-9956-ffa450edef68> | 2003-01-01 00:02:01 +0000 |
---|---|---|
committer | thommay <thommay@13f79535-47bb-0310-9956-ffa450edef68> | 2003-01-01 00:02:01 +0000 |
commit | 31d9c6f9a2dcaecca277ed978d1824437dc41f8a (patch) | |
tree | dd682260996165f4e9bb71d45af7ed2a2258c523 /locks/netware | |
parent | 4c1e434095abd67c0bdd9ce7ea55d36084769280 (diff) | |
download | libapr-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/netware')
-rw-r--r-- | locks/netware/proc_mutex.c | 2 | ||||
-rw-r--r-- | locks/netware/thread_cond.c | 2 | ||||
-rw-r--r-- | locks/netware/thread_mutex.c | 2 | ||||
-rw-r--r-- | locks/netware/thread_rwlock.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/locks/netware/proc_mutex.c b/locks/netware/proc_mutex.c index 6d4c9968f..3e610a6d6 100644 --- a/locks/netware/proc_mutex.c +++ b/locks/netware/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/netware/thread_cond.c b/locks/netware/thread_cond.c index 3701c44c5..190c9a39c 100644 --- a/locks/netware/thread_cond.c +++ b/locks/netware/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/netware/thread_mutex.c b/locks/netware/thread_mutex.c index 1c892feb3..b4edf2efd 100644 --- a/locks/netware/thread_mutex.c +++ b/locks/netware/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/netware/thread_rwlock.c b/locks/netware/thread_rwlock.c index dd1aa9a0d..3c2740278 100644 --- a/locks/netware/thread_rwlock.c +++ b/locks/netware/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 |