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: 28-Jan-2004 11:04:24 Branch: HEAD Handle: 2004012810042300 Modified files: openpkg-re speclint.pl Log: be more strict in OpenPKG-CURRENT for now Summary: Revision Changes Path 1.60 +3 -3 openpkg-re/speclint.pl ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-re/speclint.pl ============================================================================ $ cvs diff -u -r1.59 -r1.60 speclint.pl --- openpkg-re/speclint.pl 16 Jan 2004 11:55:45 -0000 1.59 +++ openpkg-re/speclint.pl 28 Jan 2004 10:04:23 -0000 1.60 @@ -302,9 +302,9 @@ my $re = ""; $re .= "##\\n"; $re .= "## [a-z][a-z0-9-]+\\.spec -- OpenPKG RPM Specification\\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 .= "## Copyright \\(c\\) 200[0-4]-2004 The OpenPKG Project <http://www\\.openpkg\\.org/>\\n"; + $re .= "## Copyright \\(c\\) 200[0-4]-2004 Ralf S\\. Engelschall <[EMAIL PROTECTED]>\\n"; + $re .= "## Copyright \\(c\\) 200[0-4]-2004 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]