]> code.delx.au - gnu-emacs/blobdiff - admin/make-emacs
Update copyright year to 2015
[gnu-emacs] / admin / make-emacs
index 688f5c196bffb7e6ad95a887f6a76cb299e98c3f..f0c5370496e21f0a8e548bdc91c7018e924e8924 100755 (executable)
@@ -2,7 +2,7 @@
 # Build Emacs with various options for profiling, debugging,
 # with and without warnings enabled etc.
 
-# Copyright (C) 2001-201 Free Software Foundation, Inc.
+# Copyright (C) 2001-2015 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -21,6 +21,8 @@
 
 
 require 5;
+use strict;
+use warnings;
 use Getopt::Long;
 use File::Basename;
 use Cwd;