summaryrefslogtreecommitdiffstats
path: root/src/build/tools/addCopyright.pl
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-01-09 14:38:02 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-10 11:56:40 -0600
commit908baf329747b078d6604741cd4734300a70bacb (patch)
treef864ae4706a51306c6a9753dd94f438629766a7f /src/build/tools/addCopyright.pl
parente4437bf33f4d312758acf07c7b7f1e294f46ddf9 (diff)
downloadtalos-hostboot-908baf329747b078d6604741cd4734300a70bacb.tar.gz
talos-hostboot-908baf329747b078d6604741cd4734300a70bacb.zip
Resolve beginning of year copyright failures.
Change-Id: If7b058cf5540729799790c521ff87a495f14b756 Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/tools/addCopyright.pl')
-rwxr-xr-xsrc/build/tools/addCopyright.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/build/tools/addCopyright.pl b/src/build/tools/addCopyright.pl
index d9311d34c..8973d5a32 100755
--- a/src/build/tools/addCopyright.pl
+++ b/src/build/tools/addCopyright.pl
@@ -6,7 +6,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2011-2012
+# COPYRIGHT International Business Machines Corp. 2011,2014
#
# p1
#
@@ -64,6 +64,8 @@ use lib dirname (__FILE__);
my $ReleaseYear = `date +%Y`;
chomp( $ReleaseYear );
+$ReleaseYear = $ENV{'DATE_OVERRIDE'} if defined $ENV{'DATE_OVERRIDE'};
+
my $copyrightSymbol = "";
# my $copyrightSymbol = "(C)"; # Uncomment if unable to use  character.
OpenPOWER on IntegriCloud