X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-backup/blobdiff_plain/99248ed2ee402c196c3e83a19cfe6c1fa1c3cf98..ded85b765134054b8f53c6d08b100d67afdadf16:/snap.in diff --git a/snap.in b/snap.in index 34e0be5..63354d6 100755 --- a/snap.in +++ b/snap.in @@ -1,5 +1,4 @@ #! @PERL@ -### -*-perl-*- ### ### Create and remove snapshots of block devices ### @@ -8,18 +7,20 @@ ###----- Licensing notice --------------------------------------------------- ### -### This program is free software; you can redistribute it and/or modify +### This file is part of the distorted.org.uk backup suite. +### +### distorted-backup 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, +### distorted-backup is distributed in the hope that it will be useful, ### but WITHOUT ANY WARRANTY; without even the implied warranty of ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ### GNU General Public License for more details. ### -### You should have received a copy of the GNU General Public License -### along with this program; if not, write to the Free Software Foundation, +### You should have received a copy of the GNU General Public License along +### with distorted-backup; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. use Getopt::Long qw(:config gnu_compat bundling no_ignore_case);