summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commitf23da27b4b3b80706f28609589c4a94ee7acffe0 (patch)
treea029371a39dbcd19f21bff114211966a594c2268
parentfc455b94f7c05cf07aa083c79b2d4b9a98338631 (diff)
COPYING: New file to refer to COPYING.[23].
-rw-r--r--COPYING13
-rw-r--r--Makefile.in1
2 files changed, 14 insertions, 0 deletions
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..927fb38
--- /dev/null
+++ b/COPYING
@@ -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 \