From: Alexander Barton Date: Wed, 2 Sep 2015 10:09:48 +0000 (+0200) Subject: Add copyright notices to scripts X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c34c8fd3ad4a9d4b6657cd287b88b11cbecd7158;p=MkMySqlDump.git Add copyright notices to scripts --- diff --git a/bin/mkmysqldump b/bin/mkmysqldump index bd76518..15d6657 100755 --- a/bin/mkmysqldump +++ b/bin/mkmysqldump @@ -3,6 +3,12 @@ # mkmysqldump -- dump MySQL (master) data # Copyright (c)2015 Alexander Barton # +# 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") diff --git a/bin/mkmysqlslave b/bin/mkmysqlslave index d2fc332..fa60b93 100755 --- a/bin/mkmysqlslave +++ b/bin/mkmysqlslave @@ -3,6 +3,12 @@ # mkmysqlslave -- import MySQL master data and start slave # Copyright (c)2015 Alexander Barton # +# 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")