[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/infra/elisp savannah.el
From: |
Frouin Jean-Michel |
Subject: |
[Savannah-cvs] administration/infra/elisp savannah.el |
Date: |
Thu, 06 Sep 2007 19:45:48 +0000 |
CVSROOT: /sources/administration
Module name: administration
Changes by: Frouin Jean-Michel <snoogie> 07/09/06 19:45:48
Modified files:
infra/elisp : savannah.el
Log message:
Renamming sv-approve-without-source-code to
sv-problem-without-source-code
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/administration/infra/elisp/savannah.el?cvsroot=administration&r1=1.56&r2=1.57
Patches:
Index: savannah.el
===================================================================
RCS file: /sources/administration/administration/infra/elisp/savannah.el,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- savannah.el 28 Aug 2007 07:08:06 -0000 1.56
+++ savannah.el 6 Sep 2007 19:45:48 -0000 1.57
@@ -8,6 +8,7 @@
;;
;; Copyright (c) 2004 Elfyn McBratney <address@hidden>
;; Copyright (c) 2004, 2005, 2007 Sylvain Beucler <address@hidden>
+;; Copyright (c) 2007 Jean-Michel Frouin <address@hidden>
;;
;; http://savannah.gnu.org & http://savannah.nongnu.org
;;
@@ -71,9 +72,10 @@
;; sv-closing-reply and sv-closing-resubmit, and added
;; sv-deleted-pending and sv-problem-fdl-info. Sylvain Beucler made
;; lots of changes tracked via CVS, with suggestions or patches from
-;; Jonathan V. Gonzales and Sebastian Wieseler.
+;; Jonathan V. Gonzales and Sebastian Wieseler. Jean-Michel Frouin renammed
+;; sv-approve-without-source-code in sv-problem-without-source-code.
;;
-;; $Id: savannah.el,v 1.56 2007/08/28 07:08:06 Beuc Exp $
+;; $Id: savannah.el,v 1.57 2007/09/06 19:45:48 snoogie Exp $
;;
;; General
@@ -485,6 +487,29 @@
)
+;; Approve without source code (and will be checked later)
+;; Once the user acknowledges, use sv-approve().
+
+(defun sv-problem-without-source-code ()
+ (interactive)
+ ""
+ (insert "Hi,
+
+Your projects meets the Savannah requirements, except that we cannot review
your source code yet.
+
+We prefer to approve project with source code, so we can check it for legal
issues (even non-functional code is OK). We will among others check if the
source files contain appropriate copyright notice and permission-to-copy
statements at the beginning of every copyrightable file. Our review helps catch
potential legal issues early.
+
+If you need Savannah right now, please explain to us why; otherwise, please
resubmit the project when you have source code.
+
+If we approve your project without source code, we will review the code in the
near future (or better, at your request). If then the source code does not meet
our requirements (for example, non-free dependencies), we will then discuss the
issue and possibly remove the project from Savannah.
+
+
+Do you need the Savannah services now, and if yes do you agree with the above
conditions?
+
+Regards.\n")
+ (message "Inserted sv-approve-without-source-code text.")
+ )
+
;;
;; Project rejection
;;
@@ -601,29 +626,6 @@
)
-;; Approve without source code (and will be checked later)
-;; Once the user acknowledges, use sv-approve().
-
-(defun sv-approve-without-source-code ()
- (interactive)
- ""
- (insert "Hi,
-
-Your projects meets the Savannah requirements, except that we cannot review
your source code yet.
-
-We prefer to approve project with source code, so we can check it for legal
issues (even non-functional code is OK). We will among others check if the
source files contain appropriate copyright notice and permission-to-copy
statements at the beginning of every copyrightable file. Our review helps catch
potential legal issues early.
-
-If you need Savannah right now, please explain to us why; otherwise, please
resubmit the project when you have source code.
-
-If we approve your project without source code, we will review the code in the
near future (or better, at your request). If then the source code does not meet
our requirements (for example, non-free dependencies), we will then discuss the
issue and possibly remove the project from Savannah.
-
-
-Do you need the Savannah services now, and if yes do you agree with the above
conditions?
-
-Regards.\n")
- (message "Inserted sv-approve-without-source-code text.")
- )
-
;;
;; Confusing statements
;;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] administration/infra/elisp savannah.el,
Frouin Jean-Michel <=