OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 02-Jan-2004 09:59:48
Branch: HEAD Handle: 2004010208594700
Modified files:
openpkg-re speclint.pl
Log:
allow year 2004 ;-)
Summary:
Revision Changes Path
1.57 +6 -6 openpkg-re/speclint.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/speclint.pl
============================================================================
$ cvs diff -u -r1.56 -r1.57 speclint.pl
--- openpkg-re/speclint.pl 25 Nov 2003 19:53:03 -0000 1.56
+++ openpkg-re/speclint.pl 2 Jan 2004 08:59:47 -0000 1.57
@@ -3,9 +3,9 @@
if $running_under_some_shell;
##
## speclint -- OpenPKG .spec File Checker
-## Copyright (c) 2003 The OpenPKG Project <http://www.openpkg.org/>
-## Copyright (c) 2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
-## Copyright (c) 2003 Cable & Wireless <http://www.cw.com/>
+## Copyright (c) 2003-2004 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2003-2004 Ralf S. Engelschall <[EMAIL PROTECTED]>
+## Copyright (c) 2003-2004 Cable & Wireless <http://www.cw.com/>
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -302,9 +302,9 @@
my $re = "";
$re .= "##\\n";
$re .= "## [a-z][a-z0-9-]+\\.spec -- OpenPKG RPM Specification\\n";
- $re .= "## Copyright \\(c\\) 200[0-3]-200[0-3] The OpenPKG Project
<http://www\\.openpkg\\.org/>\\n";
- $re .= "## Copyright \\(c\\) 200[0-3]-200[0-3] Ralf S\\. Engelschall <[EMAIL
PROTECTED]>\\n";
- $re .= "## Copyright \\(c\\) 200[0-3]-200[0-3] Cable \\& Wireless
<http://www.cw.com/>\\n";
+ $re .= "## Copyright \\(c\\) 200[0-4]-200[0-4] The OpenPKG Project
<http://www\\.openpkg\\.org/>\\n";
+ $re .= "## Copyright \\(c\\) 200[0-4]-200[0-4] Ralf S\\. Engelschall <[EMAIL
PROTECTED]>\\n";
+ $re .= "## Copyright \\(c\\) 200[0-4]-200[0-4] Cable \\& Wireless
<http://www.cw.com/>\\n";
$re .= "##\\n";
$re .= "## Permission to use, copy, modify, and distribute this software
for\\n";
$re .= "## any purpose with or without fee is hereby granted, provided
that\\n";
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]