lintian doesn't like orphan packages with uploaders...
[debian/amanda] / application-src / amzfs-snapshot.pl
index 3872dd49ab50e57123d18229d8a8cf3fc1610bbf..535eeee7aa6585b4bbda4608b5b9d05339638d2d 100644 (file)
@@ -1,9 +1,10 @@
 #!@PERL@
-# Copyright (c) 2008,2009 Zmanda, Inc.  All Rights Reserved.
+# Copyright (c) 2008-2012 Zmanda, Inc.  All Rights Reserved.
 #
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License version 2 as published
-# by the Free Software Foundation.
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful, but
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
@@ -26,6 +27,7 @@
 #
 use lib '@amperldir@';
 use strict;
+use warnings;
 use Getopt::Long;
 
 package Amanda::Script::Amzfs_snapshot;