]> git.alrj.org Git - brioche.git/blobdiff - brioche
Licensing, documentation.
[brioche.git] / brioche
diff --git a/brioche b/brioche
index 2ccf1c3608769a6dc5a1b8a536a3cca7cd36850a..cedd8ed7b54fa9b92dcee36a167b79ddac2b6897 100644 (file)
--- a/brioche
+++ b/brioche
@@ -3,10 +3,20 @@
 # Brioche Backup
 # Full and Incremental backup script with tar and LVM snapshots.
 #
-# Copyright Amand Tihon, 2008, 2009 <amand.tihon@alrj.org>
-# Licensed under GNU GPL version 2.0.
-# Inspired by
-# http://blog.kagesenshi.org/2008/01/automated-tar-and-dump-incremental.html
+# Copyright (C) 2008, 2009 Amand Tihon <amand.tihon@alrj.org>
+#
+# 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 3 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 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, see <http://www.gnu.org/licenses/>.
 #
 # Note: This script relies on GNU tar specific options,
 # do not attempt to use it as-is with other tar implementations.