From 1ecc0c9056fdec525207acb21db88260f6622efa Mon Sep 17 00:00:00 2001 From: Ben Summers Date: Mon, 13 Feb 2006 13:42:38 +0000 Subject: Update copyright notice, add SVN revision to distributed files --- infrastructure/makedistribution.pl | 4 +++- lib/common/BannerText.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/infrastructure/makedistribution.pl b/infrastructure/makedistribution.pl index 823aba38..22057959 100755 --- a/infrastructure/makedistribution.pl +++ b/infrastructure/makedistribution.pl @@ -47,7 +47,9 @@ open LICENSE,"$dist_root/LICENSE.txt" or die "Can't open $dist_root/LICENSE.txt" my $license_f; read LICENSE,$license_f,100000; close LICENSE; -my @license = ('distribution '.$base_name,'',split(/\n/,$license_f)); +my $svnversion = `svnversion .`; +chomp $svnversion; +my @license = ('distribution '.$base_name.' (svn version: '.$svnversion.')',split(/\n/,$license_f)); # copy files, make a note of all the modules included my %modules_included; diff --git a/lib/common/BannerText.h b/lib/common/BannerText.h index 8c471171..7e28fa16 100644 --- a/lib/common/BannerText.h +++ b/lib/common/BannerText.h @@ -11,7 +11,7 @@ #define BANNERTEXT__H #define BANNER_TEXT(UtilityName) \ - "Box " UtilityName " v" BOX_VERSION ", (c) Ben Summers 2003, 2004\n" + "Box " UtilityName " v" BOX_VERSION ", (c) Ben Summers and contributors 2003-2006\n" #endif // BANNERTEXT__H -- cgit v1.2.3