From: Andreas Ericsson <ae@op5.se>
To: Scott Chacon <schacon@gmail.com>
Cc: git list <git@vger.kernel.org>
Subject: Re: re-licensing pkt-line.c code
Date: Thu, 25 Sep 2008 19:57:40 +0200 [thread overview]
Message-ID: <48DBD114.80805@op5.se> (raw)
In-Reply-To: <d411cc4a0809251017h5509bbdmaef935c61cc0929@mail.gmail.com>
Scott Chacon wrote:
> Hey all,
>
> I am writing a partial implementation of git in Objective-C so I can
> get a git server running on an iphone, and hopefully it could
> eventually be used in a mac desktop app that could be distributed
> without the git binary. If anyone is interested in the project, you
> can get it here:
>
> http://github.com/schacon/objective-git
>
> There are about 20-25 lines of code from pkt-line.c that I think were
> originally written back in 2005 that I would like to use so I don't
> have to re-implement them. It is pretty generic - it is just the code
> that converts an int into a 4 char hex and back that is placed at the
> beginning of several of the network protocol lines.
>
> http://github.com/schacon/objective-git/tree/master/ObjGitServerHandler.m#L554
>
> I have to relicense this, since I can't legally distribute my source
> code for the iphone app due to Apples f**king NDA. I would like to
> release my ObjectiveGit project under the MIT (or, alternately, LGPL).
> Is Linus the right person to ask for this permission? What is the
> best way to do so?
Linus wrote nearly all of pkt-line.c, so yes, he'd be the right person
to ask. If the lines you need were co-authored by someone else, you'll
need to ask that co-author too.
> I could come up with an alternate way to
> accomplish the same thing, but it seems like a waste of time to do so,
> and helpful to nobody.
>
Well, tracking down the original author(s) could turn out to be harder.
--
Andreas Ericsson andreas.ericsson@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
next prev parent reply other threads:[~2008-09-25 17:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-25 17:17 re-licensing pkt-line.c code Scott Chacon
2008-09-25 17:49 ` Implementations of Git (was: re-licensing pkt-line.c code) Jakub Narebski
2008-09-26 11:42 ` git-sharp, was " Johannes Schindelin
2008-09-25 17:57 ` Andreas Ericsson [this message]
2008-09-25 18:01 ` re-licensing pkt-line.c code Shawn O. Pearce
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=48DBD114.80805@op5.se \
--to=ae@op5.se \
--cc=git@vger.kernel.org \
--cc=schacon@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.