skelrc: Stanza for the GNU Affero General Public License. 1.2.4.1
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Feb 2013 23:08:31 +0000 (23:08 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 7 Feb 2013 00:02:56 +0000 (00:02 +0000)
Release as 1.2.4.1.

debian/changelog
skelrc

index dde02f3..5f9685c 100644 (file)
@@ -1,3 +1,9 @@
+skel (1.2.4.1) experimental; urgency=low
+
+  * Add header text for the GNU Affero General Public License.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Wed, 06 Feb 2013 23:09:43 +0000
+
 skel (1.2.4) experimental; urgency=low
 
   * Several new skeletons (TeX, LaTeX, general shebangy scripts).
diff --git a/skelrc b/skelrc
index 86096cf..045075b 100644 (file)
--- a/skelrc
+++ b/skelrc
@@ -125,6 +125,21 @@ License along with [[library-name]]; if not, write to the Free
 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 MA 02111-1307, USA."))
 
+(setq skelrc-agpl (skelrc-prefix-lines "[[cont-comment]] "
+"[[Program-name]] 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.
+
+\[[Program-name]] 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public
+License along with [[program-name]]; if not, see
+<http://www.gnu.org/licenses/>."))
+
 (setq skelrc-bsd (skelrc-prefix-lines "[[cont-comment]] "
 "Copyright (c) [[year]] [[author]]
 All rights reserved.
@@ -195,6 +210,7 @@ option) any later version."))
         (gpl . skelrc-gpl)
         (wide-gpl . skelrc-wide-gpl)
         (lgpl . skelrc-lgpl)
+        (agpl . skelrc-agpl)
         (bsd . skelrc-bsd)
         (revisions . ,(concat "[[revision-banner]]\n"
                               "[[cont-comment]]\n"