[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/infra savannah.el
From: |
Elfyn McBratney |
Subject: |
[Savannah-cvs] administration/infra savannah.el |
Date: |
Sat, 11 Sep 2004 23:41:48 -0400 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Elfyn McBratney <address@hidden> 04/09/12 03:36:24
Modified files:
infra : savannah.el
Log message:
New sv-problem-fdl-info defun.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/savannah.el.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
Patches:
Index: administration/infra/savannah.el
diff -u administration/infra/savannah.el:1.19
administration/infra/savannah.el:1.20
--- administration/infra/savannah.el:1.19 Sat Sep 11 22:56:47 2004
+++ administration/infra/savannah.el Sun Sep 12 03:36:24 2004
@@ -53,7 +53,7 @@
;; the changes that Paul A. Crable suggested and added the sections
;; about the LGPL.
;;
-;; $Id: savannah.el,v 1.19 2004/09/11 22:56:47 beu Exp $
+;; $Id: savannah.el,v 1.20 2004/09/12 03:36:24 beu Exp $
;; GENERAL
@@ -178,6 +178,23 @@
(message "Inserted \(savannah.el\)")
)
+(defun sv-problem-fdl-info ()
+ (interactive)
+ "License stuff is missing"
+ (insert "In order to release your project properly and unambiguously under
the FDL,
+please place copyright notices and permission-to-copy statements after the
+title page of each work.
+
+In addition, if you haven't already, please copy a copy of the plain text
+version of the FDL, available from http://www.gnu.org/licenses/fdl.txt, into
+a file named "COPYING".
+
+Additional instructions are available from
+http://www.gnu.org/licenses/fdl.html.
+\n\n")
+ (message "Inserted \(savannah.el\)")
+)
+
(defun sv-problem-fsf-address ()
(interactive)
"Old FSF address used"