You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/02/20 21:53:47 UTC

cvs commit: apache-1.3/src/os/os2 os-inline.c os.c os.h util_os2.c

nd          2004/02/20 12:53:47

  Modified:    src/os/os2 os-inline.c os.c os.h util_os2.c
  Log:
  apply Apache License, Version 2.0
  
  Revision  Changes    Path
  1.8       +15 -0     apache-1.3/src/os/os2/os-inline.c
  
  Index: os-inline.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/os2/os-inline.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- os-inline.c	22 Sep 2000 18:22:43 -0000	1.7
  +++ os-inline.c	20 Feb 2004 20:53:47 -0000	1.8
  @@ -1,3 +1,18 @@
  +/* Copyright 1999-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.
  + */
  +
   /*
    * This file contains functions which can be inlined if the compiler
    * has an "inline" modifier. Because of this, this file is both a
  
  
  
  1.6       +15 -0     apache-1.3/src/os/os2/os.c
  
  Index: os.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/os2/os.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- os.c	27 Nov 1999 15:06:21 -0000	1.5
  +++ os.c	20 Feb 2004 20:53:47 -0000	1.6
  @@ -1,3 +1,18 @@
  +/* Copyright 1999-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.
  + */
  +
   /*
    * This file will include OS specific functions which are not inlineable.
    * Any inlineable functions should be defined in os-inline.c instead.
  
  
  
  1.21      +15 -0     apache-1.3/src/os/os2/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/os2/os.h,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -u -r1.20 -r1.21
  --- os.h	18 Jun 2002 11:58:24 -0000	1.20
  +++ os.h	20 Feb 2004 20:53:47 -0000	1.21
  @@ -1,3 +1,18 @@
  +/* Copyright 1999-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.
  + */
  +
   #ifndef APACHE_OS_H
   #define APACHE_OS_H
   
  
  
  
  1.12      +15 -0     apache-1.3/src/os/os2/util_os2.c
  
  Index: util_os2.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/os2/util_os2.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- util_os2.c	10 May 2001 04:07:57 -0000	1.11
  +++ util_os2.c	20 Feb 2004 20:53:47 -0000	1.12
  @@ -1,3 +1,18 @@
  +/* Copyright 1999-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.
  + */
  +
   #define INCL_DOS
   #define INCL_DOSERRORS
   #include <os2.h>