[Box Backup-dev] COMMIT r458 - in box/trunk: infrastructure lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Mon Feb 13 13:42:39 GMT 2006


Author: ben
Date: 2006-02-13 13:42:38 +0000 (Mon, 13 Feb 2006)
New Revision: 458

Modified:
   box/trunk/infrastructure/makedistribution.pl
   box/trunk/lib/common/BannerText.h
Log:
Update copyright notice, add SVN revision to distributed files

Modified: box/trunk/infrastructure/makedistribution.pl
===================================================================
--- box/trunk/infrastructure/makedistribution.pl	2006-02-13 13:35:51 UTC (rev 457)
+++ box/trunk/infrastructure/makedistribution.pl	2006-02-13 13:42:38 UTC (rev 458)
@@ -47,7 +47,9 @@
 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;

Modified: box/trunk/lib/common/BannerText.h
===================================================================
--- box/trunk/lib/common/BannerText.h	2006-02-13 13:35:51 UTC (rev 457)
+++ box/trunk/lib/common/BannerText.h	2006-02-13 13:42:38 UTC (rev 458)
@@ -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
 




More information about the Boxbackup-dev mailing list