+20 Feb 2004 Aron Griffis <agriffis@gentoo.org>
+ * Only update copyrights on modified ebuilds, otherwise if you run
+ echangelog again, it reports that all the ebuilds have been updated!
+ The copyright year issue would be better solved on Jan 1 of each year by
+ a separate script.
+
17 Feb 2004 Aron Griffis <agriffis@gentoo.org>
* Update copyrights on all ebuilds, not just the modified ones
close O or die "Can't close ChangeLog.new: $!\n";
# Update affected ebuild copyright dates
-#for my $e (grep /\.ebuild$/, @files) {
+for my $e (grep /\.ebuild$/, @files) {
# Update all ebuild copyright dates -- according to Mr_Bones_ this is
# the right thing to do
-for my $e (<*.ebuild>) {
+#for my $e (<*.ebuild>) {
my ($etext, $netext);
open E, "<$e" or warn("Can't read $e to update copyright year\n"), next;
{ local $/ = undef; $etext = <E>; }