diff options
-rw-r--r-- | COPYING | 13 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,13 @@ +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 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received copies of the GNU General Public License +along with this program in the files "COPYING.2" and "COPYING.3". +If not, see <http://www.gnu.org/licenses/>. diff --git a/Makefile.in b/Makefile.in index 93e95af..eb23d2f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,6 +66,7 @@ distfiles = \ configure \ Makefile.in \ mksysconf.in \ + COPYING \ COPYING.2 \ COPYING.3 \ README \ |