unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: tumashu <tumashu@163.com>
To: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Some question about code line count when sign GPL paper
Date: Wed, 17 Feb 2021 10:18:07 +0800 (CST)	[thread overview]
Message-ID: <302331ef.4d5.177adc7caae.Coremail.tumashu@163.com> (raw)


* Case 1

** I have a function in my package.
(defun test1 ()
  (let ((a 1)
        (b 2)
        (c 3)
        (d 4)
        (e 5))
    (print "test1")))


** Contributer add another new function which is very similar test1. 

(defun test2 ()            
  (let ((a 1)
        (b 2)
        (c 3)
        (d 4)
        (e 5))
    (print "test2")))  ;; the only different line from test1


should I count this countribution 7 lines or 1 line?

* Case2

If I can't let a contributer to sign GPL paper, How should I do:

1. just rewrite or revert his code and do not need to wash repo history?
2. remove his commit, by wash repo history?





             reply	other threads:[~2021-02-17  2:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-17  2:18 tumashu [this message]
2021-02-17  4:21 ` Some question about code line count when sign GPL paper Stefan Monnier
2021-02-18  6:02 ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=302331ef.4d5.177adc7caae.Coremail.tumashu@163.com \
    --to=tumashu@163.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).