mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:19:59 -04:00
s/2008/2009/
This commit is contained in:
parent
5569e7de51
commit
41329de6d2
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: update_copyrights,v 1.51 2008/01/18 00:43:22 marka Exp $
|
||||
# $Id: update_copyrights,v 1.52 2009/01/06 03:58:29 marka Exp $
|
||||
|
||||
require 5.002;
|
||||
|
||||
|
|
@ -431,7 +431,7 @@ foreach $file (keys %file_types) {
|
|||
print TARGET "\n";
|
||||
}
|
||||
|
||||
if ($type eq "C" && $sysyears =~ /2008/) {
|
||||
if ($type eq "C" && $sysyears =~ /2009/) {
|
||||
my $body = "";
|
||||
while (<SOURCE>) {
|
||||
# Process leading white space.
|
||||
|
|
|
|||
Loading…
Reference in a new issue