From c34c8fd3ad4a9d4b6657cd287b88b11cbecd7158 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 2 Sep 2015 12:09:48 +0200 Subject: [PATCH] Add copyright notices to scripts --- bin/mkmysqldump | 6 ++++++ bin/mkmysqlslave | 6 ++++++ 2 files changed, 12 insertions(+) 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") -- 2.39.2