summaryrefslogtreecommitdiff
path: root/include/arch/os2
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 /include/arch/os2
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 'include/arch/os2')
-rw-r--r--include/arch/os2/dso.h2
-rw-r--r--include/arch/os2/fileio.h2
-rw-r--r--include/arch/os2/networkio.h2
-rw-r--r--include/arch/os2/os2calls.h2
-rw-r--r--include/arch/os2/proc_mutex.h2
-rw-r--r--include/arch/os2/thread_cond.h2
-rw-r--r--include/arch/os2/thread_mutex.h2
-rw-r--r--include/arch/os2/thread_rwlock.h2
-rw-r--r--include/arch/os2/threadproc.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/include/arch/os2/dso.h b/include/arch/os2/dso.h
index 4d49ac4cb..86b92678b 100644
--- a/include/arch/os2/dso.h
+++ b/include/arch/os2/dso.h
@@ -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/include/arch/os2/fileio.h b/include/arch/os2/fileio.h
index 6ecfea9e7..3fb44bdd6 100644
--- a/include/arch/os2/fileio.h
+++ b/include/arch/os2/fileio.h
@@ -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/include/arch/os2/networkio.h b/include/arch/os2/networkio.h
index 3f7a812bb..d2ce66502 100644
--- a/include/arch/os2/networkio.h
+++ b/include/arch/os2/networkio.h
@@ -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/include/arch/os2/os2calls.h b/include/arch/os2/os2calls.h
index 9ec583262..518d45b89 100644
--- a/include/arch/os2/os2calls.h
+++ b/include/arch/os2/os2calls.h
@@ -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/include/arch/os2/proc_mutex.h b/include/arch/os2/proc_mutex.h
index e197279fb..f1e03013c 100644
--- a/include/arch/os2/proc_mutex.h
+++ b/include/arch/os2/proc_mutex.h
@@ -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/include/arch/os2/thread_cond.h b/include/arch/os2/thread_cond.h
index ed30755e0..9e31a0af0 100644
--- a/include/arch/os2/thread_cond.h
+++ b/include/arch/os2/thread_cond.h
@@ -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/include/arch/os2/thread_mutex.h b/include/arch/os2/thread_mutex.h
index 7c9018369..2a3979b23 100644
--- a/include/arch/os2/thread_mutex.h
+++ b/include/arch/os2/thread_mutex.h
@@ -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/include/arch/os2/thread_rwlock.h b/include/arch/os2/thread_rwlock.h
index c5036c3e5..460843fd9 100644
--- a/include/arch/os2/thread_rwlock.h
+++ b/include/arch/os2/thread_rwlock.h
@@ -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/include/arch/os2/threadproc.h b/include/arch/os2/threadproc.h
index d152a8484..f077366ab 100644
--- a/include/arch/os2/threadproc.h
+++ b/include/arch/os2/threadproc.h
@@ -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