You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by da...@apache.org on 2004/02/24 19:57:20 UTC

cvs commit: httpd-apreq/c apache_cookie.h apache_multipart_buffer.h apache_request.h

davidw      2004/02/24 10:57:20

  Modified:    c        apache_cookie.h apache_multipart_buffer.h
                        apache_request.h
  Log:
  Updated .h files with 2.0 license.
  
  Revision  Changes    Path
  1.4       +16 -0     httpd-apreq/c/apache_cookie.h
  
  Index: apache_cookie.h
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/c/apache_cookie.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- apache_cookie.h	14 Feb 2002 03:13:53 -0000	1.3
  +++ apache_cookie.h	24 Feb 2004 18:57:19 -0000	1.4
  @@ -1,3 +1,19 @@
  +/* 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_COOKIE_H
   #define _APACHE_COOKIE_H
   
  
  
  
  1.5       +15 -0     httpd-apreq/c/apache_multipart_buffer.h
  
  Index: apache_multipart_buffer.h
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/c/apache_multipart_buffer.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- apache_multipart_buffer.h	14 Feb 2002 03:16:17 -0000	1.4
  +++ apache_multipart_buffer.h	24 Feb 2004 18:57:19 -0000	1.5
  @@ -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_MULTIPART_BUFFER_H
   #define _APACHE_MULTIPART_BUFFER_H
   
  
  
  
  1.12      +15 -0     httpd-apreq/c/apache_request.h
  
  Index: apache_request.h
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/c/apache_request.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- apache_request.h	10 Jul 2003 11:08:50 -0000	1.11
  +++ apache_request.h	24 Feb 2004 18:57:19 -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.
  +*/
  +
   #ifndef _APACHE_REQUEST_H
   
   #define _APACHE_REQUEST_H