diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-09-03 11:37:26 +0200 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-09-03 11:37:26 +0200 |
commit | e4b18269474d4095aa0a3bff0eebe7fdd7610777 (patch) | |
tree | 2e66fd689853aaf62343e9c18ac8b46d1dfdd524 | |
parent | 515228a607de7453891dd4de9c7cfdc5415190b4 (diff) |
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.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | metaentry.c | 2 | ||||
-rw-r--r-- | metaentry.h | 2 | ||||
-rw-r--r-- | metastore.c | 2 | ||||
-rw-r--r-- | metastore.h | 2 | ||||
-rw-r--r-- | settings.h | 2 | ||||
-rw-r--r-- | utils.c | 2 | ||||
-rw-r--r-- | utils.h | 2 |
8 files changed, 8 insertions, 8 deletions
@@ -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 @@ -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 @@ -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 @@ -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 |