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 savannah...


From: Frouin Jean-Michel
Subject: [Savannah-cvs] administration/infra/elisp savannah.el savannah...
Date: Thu, 06 Sep 2007 19:59:44 +0000

CVSROOT:        /sources/administration
Module name:    administration
Changes by:     Frouin Jean-Michel <snoogie>    07/09/06 19:59:44

Modified files:
        infra/elisp    : savannah.el savannah.vim 

Log message:
        sv-approve-without-source-code rennamed in 
sv-problem-without-source-code

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/administration/infra/elisp/savannah.el?cvsroot=administration&r1=1.57&r2=1.58
http://cvs.savannah.gnu.org/viewcvs/administration/infra/elisp/savannah.vim?cvsroot=administration&r1=1.3&r2=1.4

Patches:
Index: savannah.el
===================================================================
RCS file: /sources/administration/administration/infra/elisp/savannah.el,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- savannah.el 6 Sep 2007 19:45:48 -0000       1.57
+++ savannah.el 6 Sep 2007 19:59:44 -0000       1.58
@@ -75,7 +75,7 @@
 ;;   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.57 2007/09/06 19:45:48 snoogie Exp $
+;; $Id: savannah.el,v 1.58 2007/09/06 19:59:44 snoogie Exp $
 
 ;;
 ;; General
@@ -487,9 +487,8 @@
   )
 
 
-;; Approve without source code (and will be checked later)
+;; Problem without source code (and will be checked later)
 ;; Once the user acknowledges, use sv-approve().
-
 (defun sv-problem-without-source-code ()
   (interactive)
   ""
@@ -507,7 +506,7 @@
 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.")
+  (message "Inserted sv-problem-without-source-code text.")
   )
 
 ;;

Index: savannah.vim
===================================================================
RCS file: /sources/administration/administration/infra/elisp/savannah.vim,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- savannah.vim        28 Aug 2007 19:54:24 -0000      1.3
+++ savannah.vim        6 Sep 2007 19:59:44 -0000       1.4
@@ -45,7 +45,8 @@
 "   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. Jean-Michel Frouin port
-"   it to vim.
+"   it to vim and renammed sv-approve-without-source-code 
+"   in sv-problem-without-source-code.
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 
 " For debug:
@@ -223,6 +224,13 @@
                echo "Inserted sv-problem-sfnet text."
 endfu
 
+" Problem without source code (and will be checked later)
+" Once the user acknowledges, use sv-approve().
+fu! SV_problem_without_source_code()
+               execute "normal IHi,

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.
"
+               echo "Inserted sv-problem-without-source-code text."
+endfu
+
 " Project rejection
 
 " Reject project that depends on a non-free operating system
@@ -269,14 +277,6 @@
                ehco "Inserted sv-approve-as-nongnu text."
 endfu
 
-" Approve without source code (and will be checked later)
-
-" Once the user acknowledges, use sv-approve().
-fu! SV_approve_without_source_code()
-               execute "normal IHi,

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.
"
-               echo "Inserted sv-approve-without-source-code text."
-endfu
-
 " Confusing statements
 " The user confuses commercial with proprietary
 fu! SV_confusion_commercial_and_proprietary()




reply via email to

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