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 /Makefile | |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 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 |