lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Copyright/licensing action plan + a sample [PATCH]


From: Joseph Wakeling
Subject: Copyright/licensing action plan + a sample [PATCH]
Date: Sun, 13 Sep 2009 01:08:34 +0200
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Hello everyone,

A word or more about the action plan to deal with the
copyright/licensing issue raised earlier.

The main aim is not relicensing but just to try and get a handle on who
wrote what parts of Lilypond.  So, for each code file, I'm using git
shortlog to get the list of contributors (thanks to Francisco's .mailmap
file this is much simplified) and then using gitk to browse the commit
history of the file.

I'm dividing commits into Tweaks and Contributions.  Tweaks are things
like removing whitespace, changing a version statement, changing the
name of a symbol or function -- small editorial changes in other words.
 Contributions involve addition of a reasonable amount of novel
material.  Following the GNU guidelines at:
http://www.gnu.org/prep/maintain/html_node/Legally-Significant.html#Legally-Significant
I've taken the line that tweaks are not significant for copyright
purposes unless there are a lot of them (i.e. 10+).  So far anyone with
10+ tweaks has also got at least one commit that counts as a
'contribution' anyway.

For each significant contributor (C) I note their earliest and most
recent commit and use that to date their copyright.  In the event a
contributor already has a copyright notice in the file, I take the
earliest starting date of the two.  For tweakers (T) I note the number
of tweaks (in commits).

I'm then entering these details into a Google Docs spreadsheet (which
I'll share with anyone who requests it).  The same spreadsheet also
contains a complete list of contributors (from Francisco's .mailmap) and
a note on whether they support switching the license to GPLv2+ and
whether they are willing to dual-license doc contributions as GPLv2+.

The attached patch for lily/accidental.cc shows one result.  A git
shortlog shows that the contributors are Han-Wen (68 commits), Jan (17),
Joe Neeman (8), and Mats Bengtsson and Neil Puttock (1 each) and Werner
Lemberg (2).  Mats', Neil's and Werner's contributions are all small
tweaks, while Han-Wen, Jan and Joe have all made at least one
significant contribution.  Han-Wen's first patch is dated from 2002, but
the existing copyright notice puts the beginning of his work in 2001; so
I've taken the earlier date, but kept the final date at 2008 with his
last commit.  Jan's commits date from 2002-2009 and Joe's from
2007-2009.  The proposed copyright/licensing notice gives copyright to
all 3 for the appropriate dates, and credits contributors of tweaks and
corrections without declaring copyright for them.

Feedback (most of all from the authors!) on whether this notice is
acceptable would be gratefully received.

The docs are much more difficult to trace than code, with material
having been moved and copied and pasted all over the place.  :-(   But
when the code parts are finished, I'll see what I can do with them.

Best wishes,

    -- Joe

Attachment: 0005-accidental.cc-licensing-and-copyright-notice.patch.txt
Description: Text document


reply via email to

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