savannah-cvs
[Top][All Lists]
Advanced

[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 19:01:56 -0400

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Elfyn McBratney <address@hidden>        04/09/11 22:56:47

Modified files:
        infra          : savannah.el 

Log message:
        New sv-problem-uses-gnu-type() defun.

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

Patches:
Index: administration/infra/savannah.el
diff -u administration/infra/savannah.el:1.18 
administration/infra/savannah.el:1.19
--- administration/infra/savannah.el:1.18       Sat Sep 11 22:40:08 2004
+++ administration/infra/savannah.el    Sat Sep 11 22:56:47 2004
@@ -53,7 +53,7 @@
 ;;   the changes that Paul A. Crable suggested and added the sections
 ;;   about the LGPL.
 ;;
-;; $Id: savannah.el,v 1.18 2004/09/11 22:40:08 beu Exp $
+;; $Id: savannah.el,v 1.19 2004/09/11 22:56:47 beu Exp $
 
 ;; GENERAL
 
@@ -242,6 +242,18 @@
   (message "Inserted \(savannah.el\)")
   )
 
+(defun sv-problem-uses-gnu-type ()
+  (interactive)
+  "Project has GNU type, but is not part of the GNU project"
+  (insert "Your project is not part of the GNU project, so we cannot accept 
its current type.
+We want to maintain the distinction between 'GNU' and 'non-GNU' projects. If 
your
+project is approved for inclusion into Savannah, we will set its type to 
'non-GNU'.
+
+If your project is accepted into the GNU project you may change its type.  You 
can
+do this by asking us.\n\n")
+  (message "Inserted \(savannah.el\)")
+  )
+
 (defun sv-problem-license-gplincompatible ()
   (interactive)
   "The license is incompatible with the GPL"




reply via email to

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