diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-05-13 11:45:19 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-05-13 11:45:19 (EDT) |
commit | f23da27b4b3b80706f28609589c4a94ee7acffe0 (patch) | |
tree | a029371a39dbcd19f21bff114211966a594c2268 | |
parent | fc455b94f7c05cf07aa083c79b2d4b9a98338631 (diff) |
COPYING: New file to refer to COPYING.[23].
-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 \ |