]> arthur.barton.de Git - MkMySqlDump.git/commitdiff
Add copyright notices to scripts
authorAlexander Barton <alex@barton.de>
Wed, 2 Sep 2015 10:09:48 +0000 (12:09 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 2 Sep 2015 10:09:48 +0000 (12:09 +0200)
bin/mkmysqldump
bin/mkmysqlslave

index bd76518a710fa3497237949c92d34d8c8424a9fa..15d6657341671314e6e49beb22d2afcc099a1ce8 100755 (executable)
@@ -3,6 +3,12 @@
 # mkmysqldump -- dump MySQL (master) data
 # Copyright (c)2015 Alexander Barton <alex@barton.de>
 #
+# 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.
+# Please read the file COPYING, README and AUTHORS for more information.
+#
 
 NAME=$(basename "$0")
 
index d2fc33207856865ffe665ec8f530e37657a27d98..fa60b93cd5c3957b25b6d4ade5d7301ea1e11046 100755 (executable)
@@ -3,6 +3,12 @@
 # mkmysqlslave -- import MySQL master data and start slave
 # Copyright (c)2015 Alexander Barton <alex@barton.de>
 #
+# 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.
+# Please read the file COPYING, README and AUTHORS for more information.
+#
 
 NAME=$(basename "$0")