summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-17 11:38:02 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-17 11:38:02 -0400
commit896fdc18c430d8f6a5e5bd417b9ab0d3254941da (patch)
treed8747e8c782b82723e7489e9785c0ed84891cbf1 /Makefile
parent0a04bbf224e4721697e24100434117690a71a0fc (diff)
simplify licenses to match what LICENSE.txt says
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile22
1 files changed, 8 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index da11652..d7cee40 100644
--- a/Makefile
+++ b/Makefile
@@ -1,23 +1,17 @@
# Copyright 2015-2016 Luke Shumaker <lukeshu@sbcglobal.net>.
#
-# This 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 free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# The GNU General Public License's references to "object code" and
-# "executables" are to be interpreted to also include the output of
-# any document formatting or typesetting system, including
-# intermediate and printed output.
-#
-# This software is distributed in the hope that it will be useful,
+# 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.
+# GNU Affero General Public License for more details.
#
-# You should have received a copy of the GNU General Public
-# License along with this manual; if not, see
-# <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
prefix=/usr
bindir=$(libexecdir)/$(PACKAGE)