From 6574a126ef61aff21b6ecbd15016f4277357f1d9 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 1 Jan 2011 18:20:30 -0500 Subject: [PATCH] spdiff: Ignore copyright differences --- nodist/spdiff | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodist/spdiff b/nodist/spdiff index 6f9850b45..d9bcd222e 100755 --- a/nodist/spdiff +++ b/nodist/spdiff @@ -1,7 +1,7 @@ #!/usr/bin/perl -w ###################################################################### # -# Copyright 2010-2010 by Wilson Snyder. This package is free software; you +# Copyright 2010-2011 by Wilson Snyder. This package is free software; you # can redistribute it and/or modify it under the terms of either the GNU # Lesser General Public License Version 3 or the Perl Artistic License # Version 2.0. @@ -81,6 +81,7 @@ sub prep { $line =~ s/SP_NOTICE.*// if $sp; $line =~ s/vl_fatal.*// if !$sp; $line =~ s/VL_PRINT.*// if !$sp; + $line =~ s/Copyright \d+-\d+/Copyright #-#/g; push @wf, $line;