Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 96088 invoked from network); 8 Feb 2004 13:13:12 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Feb 2004 13:13:12 -0000 Received: (qmail 24094 invoked by uid 500); 8 Feb 2004 13:13:09 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 24062 invoked by uid 500); 8 Feb 2004 13:13:09 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 24049 invoked by uid 500); 8 Feb 2004 13:13:09 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 24042 invoked from network); 8 Feb 2004 13:13:09 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 8 Feb 2004 13:13:09 -0000 Received: (qmail 96080 invoked by uid 1569); 8 Feb 2004 13:13:10 -0000 Date: 8 Feb 2004 13:13:10 -0000 Message-ID: <20040208131310.96079.qmail@minotaur.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/os/win32 modules.c os.h util_win32.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N nd 2004/02/08 05:13:10 Modified: os/win32 modules.c os.h util_win32.c Log: fix copyright dates according to the first check in Revision Changes Path 1.15 +1 -1 httpd-2.0/os/win32/modules.c Index: modules.c =================================================================== RCS file: /home/cvs/httpd-2.0/os/win32/modules.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -u -r1.14 -r1.15 --- modules.c 6 Feb 2004 22:38:44 -0000 1.14 +++ modules.c 8 Feb 2004 13:13:10 -0000 1.15 @@ -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.59 +1 -1 httpd-2.0/os/win32/os.h Index: os.h =================================================================== RCS file: /home/cvs/httpd-2.0/os/win32/os.h,v retrieving revision 1.58 retrieving revision 1.59 diff -u -u -r1.58 -r1.59 --- os.h 6 Feb 2004 22:38:44 -0000 1.58 +++ os.h 8 Feb 2004 13:13:10 -0000 1.59 @@ -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/os/win32/util_win32.c Index: util_win32.c =================================================================== RCS file: /home/cvs/httpd-2.0/os/win32/util_win32.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -u -r1.33 -r1.34 --- util_win32.c 6 Feb 2004 22:38:44 -0000 1.33 +++ util_win32.c 8 Feb 2004 13:13:10 -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.