From e4b18269474d4095aa0a3bff0eebe7fdd7610777 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Thu, 3 Sep 2015 11:37:26 +0200 Subject: [PATCH] Make all license notices in files explicit about being GPLv2 only. Turn version 2 of the License into only version 2 of the License is applicable and restore the semicolon preceding it. --- Makefile | 2 +- metaentry.c | 2 +- metaentry.h | 2 +- metastore.c | 2 +- metastore.h | 2 +- settings.h | 2 +- utils.c | 2 +- utils.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 39da399..4ee6fb7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # # 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; version 2 of the License. +# Free Software Foundation; only version 2 of the License is applicable. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/metaentry.c b/metaentry.c index 9dacc64..3df000f 100644 --- a/metaentry.c +++ b/metaentry.c @@ -5,7 +5,7 @@ * * 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 version 2 of the License. + * Free Software Foundation; only version 2 of the License is applicable. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/metaentry.h b/metaentry.h index 055a792..f402bc7 100644 --- a/metaentry.h +++ b/metaentry.h @@ -5,7 +5,7 @@ * * 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 version 2 of the License. + * Free Software Foundation; only version 2 of the License is applicable. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/metastore.c b/metastore.c index 32fec90..00676ae 100644 --- a/metastore.c +++ b/metastore.c @@ -5,7 +5,7 @@ * * 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 version 2 of the License. + * Free Software Foundation; only version 2 of the License is applicable. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/metastore.h b/metastore.h index 238ad54..d3bd55f 100644 --- a/metastore.h +++ b/metastore.h @@ -5,7 +5,7 @@ * * 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 version 2 of the License. + * Free Software Foundation; only version 2 of the License is applicable. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/settings.h b/settings.h index 7d64a09..a9ef996 100644 --- a/settings.h +++ b/settings.h @@ -3,7 +3,7 @@ * * 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 version 2 of the License. + * Free Software Foundation; only version 2 of the License is applicable. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/utils.c b/utils.c index 17d6fc6..9b96412 100644 --- a/utils.c +++ b/utils.c @@ -5,7 +5,7 @@ * * 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 version 2 of the License. + * Free Software Foundation; only version 2 of the License is applicable. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/utils.h b/utils.h index 80667a3..e131d1e 100644 --- a/utils.h +++ b/utils.h @@ -5,7 +5,7 @@ * * 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 version 2 of the License. + * Free Software Foundation; only version 2 of the License is applicable. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of -- 2.11.4.GIT