[Top][All Lists]
[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: |
Mon, 17 Sep 2007 18:06:04 +0000 |
CVSROOT: /sources/administration
Module name: administration
Changes by: Frouin Jean-Michel <snoogie> 07/09/17 18:06:04
Modified files:
infra/elisp : savannah.el savannah.vim
Log message:
sv-problem-copyright-holder's comments
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/administration/infra/elisp/savannah.el?cvsroot=administration&r1=1.58&r2=1.59
http://cvs.savannah.gnu.org/viewcvs/administration/infra/elisp/savannah.vim?cvsroot=administration&r1=1.5&r2=1.6
Patches:
Index: savannah.el
===================================================================
RCS file: /sources/administration/administration/infra/elisp/savannah.el,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- savannah.el 6 Sep 2007 19:59:44 -0000 1.58
+++ savannah.el 17 Sep 2007 18:06:03 -0000 1.59
@@ -73,9 +73,10 @@
;; 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 renammed
-;; sv-approve-without-source-code in sv-problem-without-source-code.
+;; sv-approve-without-source-code in sv-problem-without-source-code and
+;; add comments on sv-problem-copyright-holder
;;
-;; $Id: savannah.el,v 1.58 2007/09/06 19:59:44 snoogie Exp $
+;; $Id: savannah.el,v 1.59 2007/09/17 18:06:03 snoogie Exp $
;;
;; General
@@ -289,6 +290,8 @@
(message "Inserted sv-problem-copyright-notices text.")
)
+;; This problem apply when a copyright older is not a legal entity, for
example : (C) Pseudo or (C) scleaner project.
+;; Submitter have to change it for a real legal entity like : (C) Jean-Michel
Frouin, (C) FSF or (C) My Firm
(defun sv-problem-copyright-holder ()
(interactive)
""
Index: savannah.vim
===================================================================
RCS file: /sources/administration/administration/infra/elisp/savannah.vim,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- savannah.vim 6 Sep 2007 20:17:32 -0000 1.5
+++ savannah.vim 17 Sep 2007 18:06:03 -0000 1.6
@@ -45,8 +45,9 @@
" 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 and renammed sv-approve-without-source-code
-" in sv-problem-without-source-code.
+" it to vim, renammed sv-approve-without-source-code
+" in sv-problem-without-source-code and add comments on
+" SV_problem_copyright_holder
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" For debug:
@@ -146,6 +147,9 @@
echo "Inserted sv-problem-copyright-notices text."
endfu
+
+" This problem apply when a copyright older is not a legal entity, for example
: (C) Pseudo or (C) scleaner project.
+" Submitter have to change it for a real legal entity like : (C) Jean-Michel
Frouin, (C) FSF or (C) My Firm
fu! SV_problem_copyright_holder()
execute "normal IIs the copyright holder referred to in the
copyright notices, a legal entity that can be assigned copyright? If not, you
need to add the author(s)' name(s) instead.
Check http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html for
more information, and update your files.
"
echo "Inserted sv-problem-copyright-holder text."