We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0b7fd commit 3acbc92Copy full SHA for 3acbc92
contrib/update-my-copyright.pl
100755
100644
@@ -1,6 +1,7 @@
1
#!/usr/bin/env perl
2
#
3
# Copyright (c) 2010-2014 Cisco Systems, Inc. All rights reserved.
4
+# Copyright (c) 2016 Intel, Inc. All rights reserved.
5
# $COPYRIGHT$
6
7
@@ -186,7 +187,7 @@ sub quiet_print {
186
187
# Now act on it
188
if (!defined($my_line_index)) {
189
quiet_print "--- My copyright line not found; adding:\n";
- my $str = "${prefix}Copyright (c) $year $my_formal_name\n";
190
+ my $str = "${prefix}Copyright (c) $year $my_formal_name\n";
191
quiet_print " $str";
192
$lines[$token_line_index] = $str . $lines[$token_line_index];
193
} else {
0 commit comments