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/08 14:58:22 UTC

cvs commit: httpd-2.0/server buildmark.c config.c connection.c core.c error_bucket.c gen_test_char.c listen.c log.c main.c protocol.c provider.c request.c scoreboard.c util.c util_md5.c util_script.c vhost.c

nd          2004/02/08 05:58:22

  Modified:    server   buildmark.c config.c connection.c core.c
                        error_bucket.c gen_test_char.c listen.c log.c
                        main.c protocol.c provider.c request.c scoreboard.c
                        util.c util_md5.c util_script.c vhost.c
  Log:
  fix copyright dates according to the first check in
  
  Revision  Changes    Path
  1.10      +1 -1      httpd-2.0/server/buildmark.c
  
  Index: buildmark.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/buildmark.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- buildmark.c	6 Feb 2004 22:52:33 -0000	1.9
  +++ buildmark.c	8 Feb 2004 13:58:22 -0000	1.10
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 1999-2004 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.
  
  
  
  1.171     +1 -1      httpd-2.0/server/config.c
  
  Index: config.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/config.c,v
  retrieving revision 1.170
  retrieving revision 1.171
  diff -u -u -r1.170 -r1.171
  --- config.c	6 Feb 2004 22:52:33 -0000	1.170
  +++ config.c	8 Feb 2004 13:58:22 -0000	1.171
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 1999-2004 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.
  
  
  
  1.113     +1 -1      httpd-2.0/server/connection.c
  
  Index: connection.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/connection.c,v
  retrieving revision 1.112
  retrieving revision 1.113
  diff -u -u -r1.112 -r1.113
  --- connection.c	6 Feb 2004 22:52:33 -0000	1.112
  +++ connection.c	8 Feb 2004 13:58:22 -0000	1.113
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 1999-2004 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.
  
  
  
  1.259     +1 -1      httpd-2.0/server/core.c
  
  Index: core.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/core.c,v
  retrieving revision 1.258
  retrieving revision 1.259
  diff -u -u -r1.258 -r1.259
  --- core.c	6 Feb 2004 22:52:33 -0000	1.258
  +++ core.c	8 Feb 2004 13:58:22 -0000	1.259
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 2001-2004 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.
  
  
  
  1.21      +1 -1      httpd-2.0/server/error_bucket.c
  
  Index: error_bucket.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/error_bucket.c,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -u -r1.20 -r1.21
  --- error_bucket.c	6 Feb 2004 22:52:33 -0000	1.20
  +++ error_bucket.c	8 Feb 2004 13:58:22 -0000	1.21
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 2001-2004 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.
  
  
  
  1.23      +1 -1      httpd-2.0/server/gen_test_char.c
  
  Index: gen_test_char.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/gen_test_char.c,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -u -r1.22 -r1.23
  --- gen_test_char.c	6 Feb 2004 22:52:33 -0000	1.22
  +++ gen_test_char.c	8 Feb 2004 13:58:22 -0000	1.23
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 1999-2004 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.
  
  
  
  1.98      +1 -1      httpd-2.0/server/listen.c
  
  Index: listen.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/listen.c,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -u -r1.97 -r1.98
  --- listen.c	6 Feb 2004 22:52:33 -0000	1.97
  +++ listen.c	8 Feb 2004 13:58:22 -0000	1.98
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 1999-2004 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.
  
  
  
  1.142     +1 -1      httpd-2.0/server/log.c
  
  Index: log.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/log.c,v
  retrieving revision 1.141
  retrieving revision 1.142
  diff -u -u -r1.141 -r1.142
  --- log.c	6 Feb 2004 22:52:33 -0000	1.141
  +++ log.c	8 Feb 2004 13:58:22 -0000	1.142
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 1999-2004 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.
  
  
  
  1.154     +1 -1      httpd-2.0/server/main.c
  
  Index: main.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/main.c,v
  retrieving revision 1.153
  retrieving revision 1.154
  diff -u -u -r1.153 -r1.154
  --- main.c	6 Feb 2004 22:52:33 -0000	1.153
  +++ main.c	8 Feb 2004 13:58:22 -0000	1.154
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 1999-2004 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.
  
  
  
  1.144     +1 -1      httpd-2.0/server/protocol.c
  
  Index: protocol.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/protocol.c,v
  retrieving revision 1.143
  retrieving revision 1.144
  diff -u -u -r1.143 -r1.144
  --- protocol.c	6 Feb 2004 22:52:33 -0000	1.143
  +++ protocol.c	8 Feb 2004 13:58:22 -0000	1.144
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 2001-2004 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.
  
  
  
  1.6       +1 -1      httpd-2.0/server/provider.c
  
  Index: provider.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/provider.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- provider.c	6 Feb 2004 22:52:33 -0000	1.5
  +++ provider.c	8 Feb 2004 13:58:22 -0000	1.6
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 2002-2004 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.
  
  
  
  1.134     +1 -1      httpd-2.0/server/request.c
  
  Index: request.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/request.c,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -u -r1.133 -r1.134
  --- request.c	6 Feb 2004 22:52:33 -0000	1.133
  +++ request.c	8 Feb 2004 13:58:22 -0000	1.134
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 2001-2004 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.
  
  
  
  1.73      +1 -1      httpd-2.0/server/scoreboard.c
  
  Index: scoreboard.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/scoreboard.c,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -u -r1.72 -r1.73
  --- scoreboard.c	6 Feb 2004 22:52:33 -0000	1.72
  +++ scoreboard.c	8 Feb 2004 13:58:22 -0000	1.73
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 2001-2004 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.
  
  
  
  1.146     +1 -1      httpd-2.0/server/util.c
  
  Index: util.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/util.c,v
  retrieving revision 1.145
  retrieving revision 1.146
  diff -u -u -r1.145 -r1.146
  --- util.c	6 Feb 2004 22:52:33 -0000	1.145
  +++ util.c	8 Feb 2004 13:58:22 -0000	1.146
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 1999-2004 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.
  
  
  
  1.34      +1 -1      httpd-2.0/server/util_md5.c
  
  Index: util_md5.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/util_md5.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -u -r1.33 -r1.34
  --- util_md5.c	6 Feb 2004 22:52:33 -0000	1.33
  +++ util_md5.c	8 Feb 2004 13:58:22 -0000	1.34
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 1999-2004 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.
  
  
  
  1.87      +1 -1      httpd-2.0/server/util_script.c
  
  Index: util_script.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/util_script.c,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -u -r1.86 -r1.87
  --- util_script.c	6 Feb 2004 22:52:33 -0000	1.86
  +++ util_script.c	8 Feb 2004 13:58:22 -0000	1.87
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 1999-2004 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.
  
  
  
  1.83      +1 -1      httpd-2.0/server/vhost.c
  
  Index: vhost.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/vhost.c,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -u -r1.82 -r1.83
  --- vhost.c	6 Feb 2004 22:52:34 -0000	1.82
  +++ vhost.c	8 Feb 2004 13:58:22 -0000	1.83
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 Apache Software Foundation
  +/* Copyright 1999-2004 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.