[Top][All Lists]
[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: |
Sun, 15 Jan 2006 16:46:12 +0000 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Sylvain Beucler <address@hidden> 06/01/15 16:46:12
Modified files:
infra/elisp : savannah.el
Log message:
New version of approve-without-source-code, where we ask the user
whether he needs the Savananh services right now. That's something we
discussed, but actually never 'implemented' in a canned text.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/administration/administration/infra/elisp/savannah.el.diff?tr1=1.43&tr2=1.44&r1=text&r2=text
Patches:
Index: administration/infra/elisp/savannah.el
diff -u administration/infra/elisp/savannah.el:1.43
administration/infra/elisp/savannah.el:1.44
--- administration/infra/elisp/savannah.el:1.43 Thu Jan 12 20:12:08 2006
+++ administration/infra/elisp/savannah.el Sun Jan 15 16:46:12 2006
@@ -73,7 +73,7 @@
;; lots of changes tracked via CVS, with suggestions or patches from
;; Jonathan V. Gonzales and Sebastian Wieseler.
;;
-;; $Id: savannah.el,v 1.43 2006/01/12 20:12:08 Beuc Exp $
+;; $Id: savannah.el,v 1.44 2006/01/15 16:46:12 Beuc Exp $
;;
;; General
@@ -600,11 +600,16 @@
Your projects meets the Savannah requirements, except that we cannot review
your source code yet.
-We can approve it, and review the code in the near future (or better, at your
request). We will among other check if the source files contain appropriate
copyright notice and permission-to-copy statements at the beginning of every
copyrightable file, usually any file more than 10 lines long. Our review would
help catch potential legal issues early.
+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 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.
+If you need Savannah right now, please explain us why; otherwise, please
resubmit the project when you have source code.
-Is this ok for you?\n")
+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.")
)