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: Thu, 03 Feb 2005 15:25:19 -0500

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

Modified files:
        infra/elisp    : savannah.el 

Log message:
        Added sv-approve-without-source-code

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

Patches:
Index: administration/infra/elisp/savannah.el
diff -u administration/infra/elisp/savannah.el:1.6 
administration/infra/elisp/savannah.el:1.7
--- administration/infra/elisp/savannah.el:1.6  Wed Feb  2 09:45:13 2005
+++ administration/infra/elisp/savannah.el      Thu Feb  3 20:25:19 2005
@@ -65,7 +65,7 @@
 ;;   sv-closing-resubmit, and added sv-deleted-pending and
 ;;   sv-problem-fdl-info.
 ;;
-;; $Id: savannah.el,v 1.6 2005/02/02 09:45:13 Beuc Exp $
+;; $Id: savannah.el,v 1.7 2005/02/03 20:25:19 Beuc Exp $
 
 ;;
 ;; General
@@ -614,6 +614,23 @@
   (message "Inserted sv-approve-as-nongnu text.")
   )
 
+;; Approve without source code (and will be checked later)
+
+(defun sv-approve-without-source-code ()
+  (interactive)
+  ""
+  (insert "Hi, 
+
+I have approved your project for inclusion in Savannah.
+
+We will be reviewing the cvs code in a month to check if the source files 
contain appropriate copyright notice and permission-to-copy statements at the 
beginning of every file of source code. Our review would help catch potential 
legal issues early. 
+
+You should get an automated email with more information shortly.
+
+Regards,\n\n")
+  (message "Inserted sv-approve-without-source-code text.")
+  )
+
 ;;
 ;; Confusing statements
 ;;




reply via email to

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