From 13678d88ea392c0347081498166860ad1617ad8a Mon Sep 17 00:00:00 2001 Message-Id: <13678d88ea392c0347081498166860ad1617ad8a.1714729468.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 18 Dec 2011 21:01:47 +0000 Subject: [PATCH] Fix up licensing banners on the various files. Organization: Straylight/Edgeware From: Mark Wooding --- .skelrc | 8 ++++++++ Makefile.am | 10 ++++++---- bkp.dump.in | 10 ++++++---- bkp.in | 10 ++++++---- bkpadmin.in | 10 ++++++---- bkpfunc.sh | 8 +++++--- configure.ac | 10 ++++++---- lvm-rmsnap.in | 10 ++++++---- rfreezefs.c | 10 ++++++---- rmt.c | 10 ++++++---- snap.in | 10 ++++++---- snap.lvm | 10 ++++++---- snap.rfreezefs.in | 10 ++++++---- snap.ro | 10 ++++++---- snap.trivial | 10 ++++++---- 15 files changed, 91 insertions(+), 55 deletions(-) create mode 100644 .skelrc diff --git a/.skelrc b/.skelrc new file mode 100644 index 0000000..0974a7b --- /dev/null +++ b/.skelrc @@ -0,0 +1,8 @@ +;;; -*-emacs-lisp-*- + +(setq skel-alist + (append + '((author . "Mark Wooding") + (program . "distorted-backup") + (full-title . "the distorted.org.uk backup suite")) + skel-alist)) diff --git a/Makefile.am b/Makefile.am index d27c011..f637ee5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,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. bin_PROGRAMS = diff --git a/bkp.dump.in b/bkp.dump.in index bb6daa4..5816a55 100755 --- a/bkp.dump.in +++ b/bkp.dump.in @@ -8,18 +8,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. set -e diff --git a/bkp.in b/bkp.in index 842c372..9688b2a 100755 --- a/bkp.in +++ b/bkp.in @@ -7,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 Data::Dumper; diff --git a/bkpadmin.in b/bkpadmin.in index ce7e7cb..fc4c7c0 100755 --- a/bkpadmin.in +++ b/bkpadmin.in @@ -7,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. set -e diff --git a/bkpfunc.sh b/bkpfunc.sh index 99fbbac..459ad80 100755 --- a/bkpfunc.sh +++ b/bkpfunc.sh @@ -7,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, +### along with distorted-backup; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. set -e diff --git a/configure.ac b/configure.ac index 6c76e24..b9de9d7 100644 --- a/configure.ac +++ b/configure.ac @@ -7,18 +7,20 @@ dnl dnl----- Licensing notice --------------------------------------------------- dnl -dnl This program is free software; you can redistribute it and/or modify +dnl This file is part of the distorted.org.uk backup suite. +dnl +dnl distorted-backup is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; either version 2 of the License, or dnl (at your option) any later version. dnl -dnl This program is distributed in the hope that it will be useful, +dnl distorted-backup is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl -dnl You should have received a copy of the GNU General Public License -dnl along with this program; if not, write to the Free Software Foundation, +dnl You should have received a copy of the GNU General Public License along +dnl with distorted-backup; if not, write to the Free Software Foundation, dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl-------------------------------------------------------------------------- diff --git a/lvm-rmsnap.in b/lvm-rmsnap.in index 12b87c7..407e86b 100755 --- a/lvm-rmsnap.in +++ b/lvm-rmsnap.in @@ -7,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 Cwd qw(realpath); diff --git a/rfreezefs.c b/rfreezefs.c index ae023fb..dad6183 100644 --- a/rfreezefs.c +++ b/rfreezefs.c @@ -7,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. */ diff --git a/rmt.c b/rmt.c index 8861686..42e5c58 100644 --- a/rmt.c +++ b/rmt.c @@ -7,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. */ diff --git a/snap.in b/snap.in index 0a9b571..63354d6 100755 --- a/snap.in +++ b/snap.in @@ -7,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); diff --git a/snap.lvm b/snap.lvm index 65d7d9f..147b9b6 100755 --- a/snap.lvm +++ b/snap.lvm @@ -7,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. set -e diff --git a/snap.rfreezefs.in b/snap.rfreezefs.in index a6eca57..4724dfe 100755 --- a/snap.rfreezefs.in +++ b/snap.rfreezefs.in @@ -7,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 Socket; diff --git a/snap.ro b/snap.ro index 30a7806..8db2c99 100755 --- a/snap.ro +++ b/snap.ro @@ -7,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. set -e diff --git a/snap.trivial b/snap.trivial index f33bb05..dad1ead 100755 --- a/snap.trivial +++ b/snap.trivial @@ -7,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. set -e -- [mdw]