]> code.delx.au - gnu-emacs/blobdiff - admin/build-configs
Update copyright year to 2015
[gnu-emacs] / admin / build-configs
index 79ba58aeec0879dbbf13069e9e4bfc08439d17e3..55530b360d48e44331d3ca0cb33f65a23f3c380d 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/perl
 # Build Emacs in several different configurations.
 
-# Copyright (C) 2001-201 Free Software Foundation, Inc.
+# Copyright (C) 2001-2015 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -20,6 +20,8 @@
 
 
 require 5;
+use strict;
+use warnings;
 use Getopt::Long;
 use File::Basename;
 use Cwd;