From 638f723c02d61cda991893f0f079b9968bfa844f Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Fri, 13 Feb 2004 09:38:38 +0000 Subject: 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 --- file_io/os2/filepath.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'file_io/os2/filepath.c') 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" -- cgit v1.2.3