summaryrefslogtreecommitdiffstats
path: root/tools/tools/tinderbox/tbmaster.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools/tinderbox/tbmaster.pl')
-rw-r--r--tools/tools/tinderbox/tbmaster.pl6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/tools/tinderbox/tbmaster.pl b/tools/tools/tinderbox/tbmaster.pl
index 4902653..3753022 100644
--- a/tools/tools/tinderbox/tbmaster.pl
+++ b/tools/tools/tinderbox/tbmaster.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#-
-# Copyright (c) 2003 Dag-Erling Coïdan Smørgrav
+# Copyright (c) 2003-2006 Dag-Erling Coïdan Smørgrav
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -12,8 +12,6 @@
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# 3. The name of the author may not be used to endorse or promote products
-# derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -36,7 +34,7 @@ use POSIX;
use Getopt::Long;
my $VERSION = "2.3";
-my $COPYRIGHT = "Copyright (c) 2003 Dag-Erling Smørgrav. " .
+my $COPYRIGHT = "Copyright (c) 2003-2006 Dag-Erling Smørgrav. " .
"All rights reserved.";
my @configs; # Names of requested configations
OpenPOWER on IntegriCloud