Skip to content

Commit 3acbc92

Browse files
author
Ralph Castain
committed
If everyone is going to start using this script, then let's at least line up the entries
1 parent 4b0b7fd commit 3acbc92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/update-my-copyright.pl

100755100644
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env perl
22
#
33
# Copyright (c) 2010-2014 Cisco Systems, Inc. All rights reserved.
4+
# Copyright (c) 2016 Intel, Inc. All rights reserved.
45
# $COPYRIGHT$
56
#
67

@@ -186,7 +187,7 @@ sub quiet_print {
186187
# Now act on it
187188
if (!defined($my_line_index)) {
188189
quiet_print "--- My copyright line not found; adding:\n";
189-
my $str = "${prefix}Copyright (c) $year $my_formal_name\n";
190+
my $str = "${prefix}Copyright (c) $year $my_formal_name\n";
190191
quiet_print " $str";
191192
$lines[$token_line_index] = $str . $lines[$token_line_index];
192193
} else {

0 commit comments

Comments
 (0)