From: "Shawn O. Pearce" <spearce@spearce.org>
To: Robin Rosenberg <robin.rosenberg@dewire.com>
Cc: Dave Watson <dwatson@mimvista.com>,
Marek Zawirski <marek.zawirski@gmail.com>,
git@vger.kernel.org,
"Roger C. Soares" <rogersoares@intelinet.com.br>
Subject: Re: [ANNOUNCE] Java Git (aka jgit) has switched to 3-clause BSD
Date: Sat, 7 Jun 2008 12:02:04 -0400 [thread overview]
Message-ID: <20080607160204.GF12896@spearce.org> (raw)
In-Reply-To: <200806071303.11737.robin.rosenberg@dewire.com>
Robin Rosenberg <robin.rosenberg@dewire.com> wrote:
> I looked through the licensing info and it is inconsistent. In
> the feature.xml copyright section you dropped the mention of
> the GPL while the full license itself was retained later in the
> section. The latter is correct as we have do have the GPL code
> that you wrote in the visualization part .
Oy. I thought I was correcting it, but I forgot code that I
wrote myself. Not good. Very bad mistake.
> Either we reintroduce mentioning GPL at the start or (you)
> relicense the graph parts.
It is my intent to relicense any code I have written in jgit as
3-clause BSD and any code I have written in egit as EPL. The EPL
relicense I didn't start the discussion thread for yet, but its
where I am trying to go.
> To what extent I still have code in there, I have no objections
> to changing it to either EPL (or LGPL for consistency reasons). I
> can do the editorial change the license if you confirm that there
> are no issues.
EPL for egit code please. It trivially makes us compatible with the
Eclipse foundation's own code and simplifies our project proposal
with them.
> $ git ls-files -z |xargs -0 grep -l "GNU G"
> org.spearce.egit-feature/feature.xml
> inconsistent as mentioned above
>
> org.spearce.egit.core/COPYING
> only mentions LGPL
> org.spearce.egit.core/src/org/spearce/egit/core/ResourceList.java
> org.spearce.egit.core/src/org/spearce/egit/core/internal/storage/KidCommit.java
> org.spearce.egit.core/src/org/spearce/egit/core/internal/storage/KidCommitList.java
> org.spearce.egit.core/src/org/spearce/egit/core/internal/storage/KidWalk.java
> org.spearce.egit.core/src/org/spearce/egit/core/op/CloneOperation.java
> GPL licensed
Any of this that I wrote, EPL please.
> org.spearce.egit.ui/COPYING
> only mentions LGPL
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/CommitFileDiffViewer.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/CommitGraphTable.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/CommitMessageViewer.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/CommitNavigationListener.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/FileDiff.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/FileDiffContentProvider.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/FileDiffLabelProvider.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/GenerateHistoryJob.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/GitHistoryPage.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/GraphContentProvider.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/GraphLabelProvider.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/SWTCommit.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/SWTCommitList.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/SWTPlotRenderer.java
> org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/SWTWalk.java
> GPL licensed
Any of this that I wrote, EPL please. I'm fairly certain Roger
wrote some of this code as well, and its derived from your original
plotting code. We should make sure it is acceptable to him as well.
Thanks for noticing Robin.
--
Shawn.
next prev parent reply other threads:[~2008-06-07 16:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-26 4:46 [ANNOUNCE] Java Git (aka jgit) has switched to 3-clause BSD Shawn O. Pearce
2008-05-26 8:13 ` Vegard Nossum
2008-05-26 10:08 ` Johannes Schindelin
2008-05-26 11:22 ` Vegard Nossum
2008-05-26 11:32 ` Johannes Schindelin
2008-05-26 18:12 ` Chris Frey
2008-05-26 23:44 ` Shawn O. Pearce
2008-05-27 0:13 ` Martin Langhoff
2008-05-27 22:27 ` Roger C. Soares
2008-05-29 4:19 ` Shawn O. Pearce
2008-05-30 12:07 ` Roger C. Soares
2008-05-27 9:14 ` Jakub Narebski
2008-05-27 12:11 ` Florian Köberle
2008-05-28 23:26 ` Shawn O. Pearce
2008-06-07 11:03 ` Robin Rosenberg
2008-06-07 16:02 ` Shawn O. Pearce [this message]
2008-06-09 19:39 ` Robin Rosenberg
2008-06-10 2:15 ` Philippe Ombredanne
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080607160204.GF12896@spearce.org \
--to=spearce@spearce.org \
--cc=dwatson@mimvista.com \
--cc=git@vger.kernel.org \
--cc=marek.zawirski@gmail.com \
--cc=robin.rosenberg@dewire.com \
--cc=rogersoares@intelinet.com.br \
/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.
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 NNTP newsgroup(s).