summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-06-14 14:22:46 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-06-14 14:22:46 +0000
commit66e201f131a4a833f47dc2f87b0f0f31f5948a26 (patch)
treed87b16848f72ee85fdec9526f0d9fee60fc3612a /threadproc
parente3d65e4dfe30bb519a3c4c3157a943ab51ee9663 (diff)
downloadlibapr-66e201f131a4a833f47dc2f87b0f0f31f5948a26.tar.gz
Update copyright notices for 2005.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@190596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc')
-rw-r--r--threadproc/beos/apr_proc_stub.c3
-rw-r--r--threadproc/beos/proc.c3
-rw-r--r--threadproc/beos/thread.c3
-rw-r--r--threadproc/beos/threadpriv.c3
-rw-r--r--threadproc/beos/threadproc_common.c3
-rw-r--r--threadproc/netware/proc.c3
-rw-r--r--threadproc/netware/procsup.c3
-rw-r--r--threadproc/netware/signals.c3
-rw-r--r--threadproc/netware/thread.c3
-rw-r--r--threadproc/netware/threadpriv.c3
-rw-r--r--threadproc/os2/proc.c3
-rw-r--r--threadproc/os2/thread.c3
-rw-r--r--threadproc/os2/threadpriv.c3
-rw-r--r--threadproc/unix/proc.c3
-rw-r--r--threadproc/unix/procsup.c3
-rw-r--r--threadproc/unix/thread.c3
-rw-r--r--threadproc/unix/threadpriv.c3
-rw-r--r--threadproc/win32/proc.c3
-rw-r--r--threadproc/win32/signals.c3
-rw-r--r--threadproc/win32/thread.c3
-rw-r--r--threadproc/win32/threadpriv.c3
21 files changed, 42 insertions, 21 deletions
diff --git a/threadproc/beos/apr_proc_stub.c b/threadproc/beos/apr_proc_stub.c
index dce3add73..0c069f7ec 100644
--- a/threadproc/beos/apr_proc_stub.c
+++ b/threadproc/beos/apr_proc_stub.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/threadproc/beos/proc.c b/threadproc/beos/proc.c
index 9f1dd4cbb..1bde8e3c9 100644
--- a/threadproc/beos/proc.c
+++ b/threadproc/beos/proc.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/threadproc/beos/thread.c b/threadproc/beos/thread.c
index 7c63bf7af..68cbdf1d8 100644
--- a/threadproc/beos/thread.c
+++ b/threadproc/beos/thread.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/threadproc/beos/threadpriv.c b/threadproc/beos/threadpriv.c
index 5f1077762..15dcd3a07 100644
--- a/threadproc/beos/threadpriv.c
+++ b/threadproc/beos/threadpriv.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/threadproc/beos/threadproc_common.c b/threadproc/beos/threadproc_common.c
index 04ea270de..96c6e8a4e 100644
--- a/threadproc/beos/threadproc_common.c
+++ b/threadproc/beos/threadproc_common.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/threadproc/netware/proc.c b/threadproc/netware/proc.c
index e72234f74..2622ba895 100644
--- a/threadproc/netware/proc.c
+++ b/threadproc/netware/proc.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/threadproc/netware/procsup.c b/threadproc/netware/procsup.c
index 6bd4c9183..008dcaae0 100644
--- a/threadproc/netware/procsup.c
+++ b/threadproc/netware/procsup.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/threadproc/netware/signals.c b/threadproc/netware/signals.c
index 1ac51c70a..c2903251b 100644
--- a/threadproc/netware/signals.c
+++ b/threadproc/netware/signals.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/threadproc/netware/thread.c b/threadproc/netware/thread.c
index 466d99115..35ae8c88c 100644
--- a/threadproc/netware/thread.c
+++ b/threadproc/netware/thread.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/threadproc/netware/threadpriv.c b/threadproc/netware/threadpriv.c
index 7f7297dd1..2e99e522f 100644
--- a/threadproc/netware/threadpriv.c
+++ b/threadproc/netware/threadpriv.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/threadproc/os2/proc.c b/threadproc/os2/proc.c
index 7fa9dc7c2..3ea770d0a 100644
--- a/threadproc/os2/proc.c
+++ b/threadproc/os2/proc.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/threadproc/os2/thread.c b/threadproc/os2/thread.c
index 582ad78a2..8235bff8a 100644
--- a/threadproc/os2/thread.c
+++ b/threadproc/os2/thread.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/threadproc/os2/threadpriv.c b/threadproc/os2/threadpriv.c
index 4e5de4480..041ff182f 100644
--- a/threadproc/os2/threadpriv.c
+++ b/threadproc/os2/threadpriv.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/threadproc/unix/proc.c b/threadproc/unix/proc.c
index cf7576247..ce32b09bf 100644
--- a/threadproc/unix/proc.c
+++ b/threadproc/unix/proc.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/threadproc/unix/procsup.c b/threadproc/unix/procsup.c
index a787f5308..5165a8f9e 100644
--- a/threadproc/unix/procsup.c
+++ b/threadproc/unix/procsup.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/threadproc/unix/thread.c b/threadproc/unix/thread.c
index ef0aa21b9..c32869c60 100644
--- a/threadproc/unix/thread.c
+++ b/threadproc/unix/thread.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/threadproc/unix/threadpriv.c b/threadproc/unix/threadpriv.c
index 5fbc450a6..77088a1b4 100644
--- a/threadproc/unix/threadpriv.c
+++ b/threadproc/unix/threadpriv.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/threadproc/win32/proc.c b/threadproc/win32/proc.c
index 7ff680f8c..df75b836b 100644
--- a/threadproc/win32/proc.c
+++ b/threadproc/win32/proc.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/threadproc/win32/signals.c b/threadproc/win32/signals.c
index 12d865edb..d4d8a6402 100644
--- a/threadproc/win32/signals.c
+++ b/threadproc/win32/signals.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/threadproc/win32/thread.c b/threadproc/win32/thread.c
index 95132cb4b..33e9afcde 100644
--- a/threadproc/win32/thread.c
+++ b/threadproc/win32/thread.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/threadproc/win32/threadpriv.c b/threadproc/win32/threadpriv.c
index 17687169d..0d45b0da2 100644
--- a/threadproc/win32/threadpriv.c
+++ b/threadproc/win32/threadpriv.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.