git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Pearce <spearce@spearce.org>
To: Jon Smirl <jonsmirl@gmail.com>
Cc: git <git@vger.kernel.org>
Subject: Re: Licensing and the library version of git
Date: Wed, 26 Jul 2006 21:40:41 -0400	[thread overview]
Message-ID: <20060727014040.GA32742@spearce.org> (raw)
In-Reply-To: <9e4733910607261436v4c0802e5v7301e904593f9bab@mail.gmail.com>

Jon Smirl <jonsmirl@gmail.com> wrote:
> Can the library version of git be licensed LGPL instead of GPL? If it
> is GPL then it can't be linked into non-GPL projects like Eclipse.

True.  But I have a pure-Java implementation of portions of GIT:

	- pack file reader, including delta decompression;
	- loose object reader (sans new pack header format);
	- loose object writer (blobs, trees, commits, no tags);
	- ref reader/basic resolver;
	- ref writer;
	- new repository creation;
	- tree and commit parsing;
	- n-way tree structure diff (no blob content diff);

and Eclipse UI for:

	- resource decorator showing object state;
	- rename tracking (well, automatic delete then add);
	- add file/folder to repository;
	- delete file/folder from repository;
	- save workspace state to a tree;
	- periodically flush modified files into blobs;

but I need UI still for creating a commit.  I'd like to get that
code finished this week and get the repository posted on the web
for others to start messing around with if they are interested.
This project has just been slow going for me as I'm working looooong
hours at my day job.  :-)

-- 
Shawn.

  reply	other threads:[~2006-07-27  1:40 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-26 21:36 Licensing and the library version of git Jon Smirl
2006-07-27  1:40 ` Shawn Pearce [this message]
2006-07-27 11:41 ` Petr Baudis
2006-07-27 12:02   ` Johannes Schindelin
2006-07-27 12:54     ` Jon Smirl
2006-07-27 13:11       ` Petr Baudis
2006-07-27 16:11         ` Jon Smirl
     [not found]           ` <Pine.LNX.4.64 .0607270936200.4168@g5.osdl.org>
2006-07-27 16:38           ` Johannes Schindelin
2006-07-27 16:41           ` Linus Torvalds
2006-07-27 16:46             ` Linus Torvalds
2006-07-27 16:58               ` Jakub Narebski
2006-07-27 17:47               ` Jon Smirl
2006-07-28  0:25                 ` Anand Kumria
2006-07-27 16:51             ` Grzegorz Kulewski
2006-07-27 17:07               ` Linus Torvalds
2006-07-27 19:31                 ` Daniel Barkalow
2006-07-27 20:41                   ` Johannes Schindelin
2006-07-27 18:42             ` David Lang
2006-07-27 19:44               ` Linus Torvalds
2006-07-27 19:49                 ` David Lang
2006-07-27 20:38                   ` Johannes Schindelin
2006-07-28  0:24           ` Anand Kumria
2006-07-28  0:43             ` Jon Smirl
2006-07-28  9:01               ` Johannes Schindelin
2006-07-27 14:04       ` Johannes Schindelin
2006-07-27 17:20         ` Petr Baudis
2006-07-27 17:23           ` Petr Baudis
2006-07-27 17:44             ` Linus Torvalds
2006-07-27 19:56       ` Wolfgang Denk
2006-07-27 20:39         ` Johannes Schindelin
2006-07-27 20:51           ` Petr Baudis
2006-07-27 21:06             ` Johannes Schindelin
2006-07-27 21:10           ` Wolfgang Denk
2006-07-27 21:16             ` Johannes Schindelin
2006-07-27 21:15           ` Linus Torvalds
2006-07-27 21:19             ` Johannes Schindelin
2006-07-28  5:04         ` Shawn Pearce
2006-07-28  8:44           ` Johannes Schindelin
2006-07-29  3:56             ` Shawn Pearce
2006-07-29  4:31               ` Jon Smirl
2006-07-29 11:21                 ` Johannes Schindelin

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=20060727014040.GA32742@spearce.org \
    --to=spearce@spearce.org \
    --cc=git@vger.kernel.org \
    --cc=jonsmirl@gmail.com \
    /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).