savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] administration/infra/elisp savannah.el


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/infra/elisp savannah.el
Date: Mon, 09 May 2005 16:02:09 -0400

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        05/05/09 20:02:09

Modified files:
        infra/elisp    : savannah.el 

Log message:
        Added 2 entries for copyright notices-related issues.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/elisp/savannah.el.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: administration/infra/elisp/savannah.el
diff -u administration/infra/elisp/savannah.el:1.23 
administration/infra/elisp/savannah.el:1.24
--- administration/infra/elisp/savannah.el:1.23 Mon May  9 19:54:46 2005
+++ administration/infra/elisp/savannah.el      Mon May  9 20:02:08 2005
@@ -65,7 +65,7 @@
 ;;   sv-closing-resubmit, and added sv-deleted-pending and
 ;;   sv-problem-fdl-info.
 ;;
-;; $Id: savannah.el,v 1.23 2005/05/09 19:54:46 Beuc Exp $
+;; $Id: savannah.el,v 1.24 2005/05/09 20:02:08 Beuc Exp $
 
 ;;
 ;; General
@@ -237,6 +237,26 @@
   (message "Inserted sv-problem-fdl-info text.")
   )
 
+(defun sv-problem-copyright-notices ()
+  (interactive)
+  ""
+  (insert "You added the license notices, but did not add appropriate 
copyright notices.
+
+Please check http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html 
for more information, and update your files.
+\n\n")
+  (message "Inserted sv-problem-copyright-notices text.")
+  )
+
+(defun sv-problem-copyright-holder ()
+  (interactive)
+  ""
+  (insert "Is the copyright holder refered to in the copyright notices, a 
legal entity that can be assigned copyright? If not, you need to add the 
author(s)' name(s) instead.
+
+Check http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html for 
more information, and update your files.
+\n\n")
+  (message "Inserted sv-problem-copyright-holder text.")
+  )
+
 ;; Ask the user to update the FSF address (noted in their sources)
 
 (defun sv-problem-fsf-address ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]