unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* t-mouse.el copyright assignment
@ 2006-12-06 18:44 Glenn Morris
  2006-12-06 20:11 ` Nick Roberts
  0 siblings, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2006-12-06 18:44 UTC (permalink / raw)



How did lisp/t-mouse.el get installed with no copyright assignment
from Rubini on file?

;; Copyright (C) 1994,1995 Alessandro Rubini <rubini@linux.it>
;;               parts are by Ian T Zimmermann <itz@rahul.net>, 1995,1998
;; Copyright (C) 2006
;; Free Software Foundation, Inc.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: t-mouse.el copyright assignment
  2006-12-06 18:44 t-mouse.el copyright assignment Glenn Morris
@ 2006-12-06 20:11 ` Nick Roberts
  2006-12-06 21:50   ` Glenn Morris
                     ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Nick Roberts @ 2006-12-06 20:11 UTC (permalink / raw)
  Cc: emacs-devel

 > How did lisp/t-mouse.el get installed with no copyright assignment
 > from Rubini on file?
 > 
 > ;; Copyright (C) 1994,1995 Alessandro Rubini <rubini@linux.it>
 > ;;               parts are by Ian T Zimmermann <itz@rahul.net>, 1995,1998
 > ;; Copyright (C) 2006
 > ;; Free Software Foundation, Inc.

There was a private thread (Subject: t-mouse.el) between myself, RMS and
Alessandro Rubini (around 2005-01-05).  Alessandro said that he had no problems
with t-mouse.el being included and the main difficulty was tracking down Ian T
Zimmerman (actually one n as at start of t-mouse.el).  The FSF clerk contacted
me to say that he had an assignment for Ian in February 2006 (I've lost that
communication) and I committed the file shortly afterwards.

I have no way of checking who has made copyright assignments for Emacs but I'm
surprised Alessandro doesn't have one as his name appears as a developer
for Emacs on the Savannah website:
http://savannah.gnu.org/project/memberlist.php?group=emacs

How can that be?

-- 
Nick                                           http://www.inet.net.nz/~nickrob

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: t-mouse.el copyright assignment
  2006-12-06 20:11 ` Nick Roberts
@ 2006-12-06 21:50   ` Glenn Morris
  2006-12-07  4:07   ` Eli Zaretskii
  2006-12-07 21:02   ` Richard Stallman
  2 siblings, 0 replies; 8+ messages in thread
From: Glenn Morris @ 2006-12-06 21:50 UTC (permalink / raw)
  Cc: emacs-devel

Nick Roberts wrote:

> Zimmerman (actually one n as at start of t-mouse.el). The FSF clerk
> contacted me to say that he had an assignment for Ian in February
> 2006 (I've lost that communication) and I committed the file shortly
> afterwards.

Yes, I can see that assignment:

    EMACS   Ian Zimmerman   USA, 1962       2006-02-29
    Assigns Past Changes and t-mouse.el
    Ian@buug.org, Itz@disorder.primate.net

> I have no way of checking who has made copyright assignments for
> Emacs but I'm surprised Alessandro doesn't have one as his name
> appears as a developer for Emacs on the Savannah website:
> http://savannah.gnu.org/project/memberlist.php?group=emacs
>
> How can that be?

I have no idea. This returns nothing:

  grep -i rubini copyright.list

Nor are there any appropriate matches for "aless".

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: t-mouse.el copyright assignment
  2006-12-06 20:11 ` Nick Roberts
  2006-12-06 21:50   ` Glenn Morris
@ 2006-12-07  4:07   ` Eli Zaretskii
  2006-12-07  5:34     ` Nick Roberts
  2006-12-07 21:03     ` Richard Stallman
  2006-12-07 21:02   ` Richard Stallman
  2 siblings, 2 replies; 8+ messages in thread
From: Eli Zaretskii @ 2006-12-07  4:07 UTC (permalink / raw)
  Cc: rgm, emacs-devel

> From: Nick Roberts <nickrob@snap.net.nz>
> Date: Thu, 7 Dec 2006 09:11:13 +1300
> Cc: emacs-devel@gnu.org
> 
> I'm surprised Alessandro doesn't have one as his name appears as a
> developer for Emacs on the Savannah website:
> http://savannah.gnu.org/project/memberlist.php?group=emacs
> 
> How can that be?

Having an assignment is not a requirement for becoming a member of the
project.

Given your information about the email conversation, I'd guess that
Rubini's name is not in copyright.list due to some clerical error.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: t-mouse.el copyright assignment
  2006-12-07  4:07   ` Eli Zaretskii
@ 2006-12-07  5:34     ` Nick Roberts
  2006-12-07 21:03       ` Richard Stallman
  2006-12-07 21:03     ` Richard Stallman
  1 sibling, 1 reply; 8+ messages in thread
From: Nick Roberts @ 2006-12-07  5:34 UTC (permalink / raw)
  Cc: rgm, emacs-devel

 > Having an assignment is not a requirement for becoming a member of the
 > project.

I guess most members have write access to the repository so I it would be
unusual.

 > Given your information about the email conversation, I'd guess that
 > Rubini's name is not in copyright.list due to some clerical error.

Maybe he has a blanket assignment for all FSF projects somewhere, if that's
possible.

Clearly you don't want to put copyright.list on the Internet but why not have a
CGI form on Savannah for each project where you can type in a person's
name/e-mail address to get confirmation as to whether someone has an assignment
for that project?

-- 
Nick                                           http://www.inet.net.nz/~nickrob

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: t-mouse.el copyright assignment
  2006-12-06 20:11 ` Nick Roberts
  2006-12-06 21:50   ` Glenn Morris
  2006-12-07  4:07   ` Eli Zaretskii
@ 2006-12-07 21:02   ` Richard Stallman
  2 siblings, 0 replies; 8+ messages in thread
From: Richard Stallman @ 2006-12-07 21:02 UTC (permalink / raw)
  Cc: rgm, emacs-devel

It is indeed an anomaly that we installed this without an assignment
by Rubini on file.  Maybe his work was covered by an employer's
assignment.  I will ask him what happened.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: t-mouse.el copyright assignment
  2006-12-07  4:07   ` Eli Zaretskii
  2006-12-07  5:34     ` Nick Roberts
@ 2006-12-07 21:03     ` Richard Stallman
  1 sibling, 0 replies; 8+ messages in thread
From: Richard Stallman @ 2006-12-07 21:03 UTC (permalink / raw)
  Cc: rgm, nickrob, emacs-devel

    Having an assignment is not a requirement for becoming a member of the
    project.

For FSF copyright packages, normally it is a requirement, so something
is strange here.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: t-mouse.el copyright assignment
  2006-12-07  5:34     ` Nick Roberts
@ 2006-12-07 21:03       ` Richard Stallman
  0 siblings, 0 replies; 8+ messages in thread
From: Richard Stallman @ 2006-12-07 21:03 UTC (permalink / raw)
  Cc: rgm, eliz, emacs-devel

    Clearly you don't want to put copyright.list on the Internet but why not have a
    CGI form on Savannah for each project where you can type in a person's
    name/e-mail address to get confirmation as to whether someone has an assignment
    for that project?

I will ask our sysadmins to work on this.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-12-07 21:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-06 18:44 t-mouse.el copyright assignment Glenn Morris
2006-12-06 20:11 ` Nick Roberts
2006-12-06 21:50   ` Glenn Morris
2006-12-07  4:07   ` Eli Zaretskii
2006-12-07  5:34     ` Nick Roberts
2006-12-07 21:03       ` Richard Stallman
2006-12-07 21:03     ` Richard Stallman
2006-12-07 21:02   ` Richard Stallman

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