aboutsummaryrefslogtreecommitdiff
path: root/file_io/os2/filepath.c
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2004-02-13 09:38:38 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2004-02-13 09:38:38 +0000
commit638f723c02d61cda991893f0f079b9968bfa844f (patch)
tree701f1c220099762731e6eca7844b565e218d6502 /file_io/os2/filepath.c
parent33f3fbcd86442d8e212ac0b3ead18bf3f73aeb3f (diff)
downloadapr-638f723c02d61cda991893f0f079b9968bfa844f.tar.gz
apr-638f723c02d61cda991893f0f079b9968bfa844f.zip
Relicense APR under Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64904 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/os2/filepath.c')
-rw-r--r--file_io/os2/filepath.c15
1 files changed, 13 insertions, 2 deletions
diff --git a/file_io/os2/filepath.c b/file_io/os2/filepath.c
index 2abaaee33..f4f84f76b 100644
--- a/file_io/os2/filepath.c
+++ b/file_io/os2/filepath.c
@@ -1,4 +1,15 @@
-/* OS/2 & Win32 have much in common with regards to file names (both are
- * DOSish) so it makes sense to share some code
+/* Copyright 2004 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
#include "../win32/filepath.c"