caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Brian Hurt <bhurt@spnz.org>
To: james woodyatt <jhw@wetware.com>, Caml List <caml-list@inria.fr>,
	<omake@metaprl.org>
Subject: Re: [Omake] Re: [Caml-list] Announcing the OMake build system version 0.9.1
Date: Sun, 5 Sep 2004 22:54:09 -0500 (CDT)	[thread overview]
Message-ID: <Pine.LNX.4.44.0409052228330.5809-100000@localhost.localdomain> (raw)
In-Reply-To: <413BB044.3000007@cs.caltech.edu>

On Sun, 5 Sep 2004, Aleksey Nogin wrote:

> On 05.09.2004 17:12, james woodyatt wrote:
> 
> > I want to be able to extend the functions so that my build system knows 
> > how to use more toolchains than just C and Ocaml, and I want those 
> > extensions to be bundled with my non-GPL code.  If I were to use Omake, 
> > then I expect my code would link to the functions in the Omake 
> > distribution, and I would then be in violation of the GPL if I didn't 
> > use a GPL-compatible license for my distribution.
> 
> There is no "linking" involved when you use the built-in rules of omake. 
> The way it looks is that in your own OMakeroot file you will have 
> something like:
> 
> #
> # Include the standard configuration
> #
> include $(STDROOT)
> 
> (although I do not really know what would be considered "linking" in a 
> case of an interpreted language).

Having actually had a discussion with an IP lawyer over basically this 
issue, fears of the GPL in this case are (I think) unfounded.

First off, the GPL only covers, can only cover, derived works.  The GPL-
nor any copyright license- can not "infect" anything other than derived
works.  No license can- as a copyright holder, you only have rights over
the original work and derivitive works, you have no more rights than that,
period.  So the question becomes one of what is a derived work.  Wether or
not simply *linking* creates a derived work is one that has not been
answered authoritively.  Simply manipulating a work, the original work
being manipulated is the work the result is derived from, not the
manipulator.

Simply because you write a document in Microsoft Word doesn't give 
Microsoft copyright to your document.  Simply because you compile code 
with Microsoft compilers, and run them on Microsoft run times, doesn't 
give Microsoft any rights to your code.  The "transformations" don't 
matter, the original work is where the copyright springs from.  Likewise, 
compiling your code with the GPL'd Gnu C does not mean- can not mean- that 
your code has to be GPL.  THe license on the compiler is irrelevent- you 
own both the original work (the code) and the derivitive work (the 
executable).

And simply because your interpreted code gets run on a GPL'd interpreter
doesn't mean your code has to be GPL'd.

Note that the fact that there is only one place that the work "makes
sense" is irrelevent.  I.e. it doesn't matter if the script you wrote only
makes sense as an Omake build script.  In fact, what you wrote doesn't
have to make sense at all, anywhere, anytime- you still own the copyright
to it.  You wrote it, not "deriving" it from any other source, you own the 
copyright.  This is why it's an open question as to wether simply linking 
code makes the linked code "derivitive" enough for the GPL to cross the 
threshold.  If this becomes important, hire a lawyer.

> I would guess there would be nothing wrong with using a liberal license 
> (BSD or like) on this "global omake file", in order to allow users to 
> borrow pieces of it and freely modify them as needed, while the main 
> omake engine would still stay GPL... Do people feel that a license 
> change of this sort would be helpful?
> 

Yes.  On the core interpreter, no.  On the global omake file, yes.  For 
two reasons.  First off, reimplementing someone else's code (even in a 
different language) does create a derivitive work.  Just like translating 
a novel into a different language creates a derivitive work.  Making it a 
BSD license or similiar quashes this concern.  Also, it encourages people 
to grab the file in whole and just edit it, making an obvious derivitive 
work.

-- 
"Usenet is like a herd of performing elephants with diarrhea -- massive,
difficult to redirect, awe-inspiring, entertaining, and a source of
mind-boggling amounts of excrement when you least expect it."
                                - Gene Spafford 
Brian

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2004-09-06  3:45 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-04 16:26 Jason Hickey
2004-09-04 17:42 ` Nicolas Cannasse
2004-09-04 18:27   ` chris.danx
2004-09-04 19:59     ` Matthieu Dubuget
2004-09-05  5:20       ` skaller
2004-09-05 13:20         ` David Brown
2004-09-05 14:31           ` skaller
2004-09-05 16:02             ` David Brown
2004-09-05 16:14               ` Nicolas Cannasse
2004-09-05 15:07           ` chris.danx
2004-09-05 15:53             ` skaller
2004-09-06  0:25               ` chris.danx
2004-09-06  8:17                 ` skaller
2004-09-05 13:38         ` Marcin 'Qrczak' Kowalczyk
2004-09-05 14:50           ` chris.danx
2004-09-05 15:01             ` Marcin 'Qrczak' Kowalczyk
2004-09-05 15:44               ` chris.danx
2004-09-05 16:10                 ` Marcin 'Qrczak' Kowalczyk
2004-09-05 17:38                   ` skaller
2004-09-05 17:15                 ` skaller
2004-09-05 16:11               ` skaller
2004-09-05 16:21                 ` Marcin 'Qrczak' Kowalczyk
2004-09-05 19:09                   ` skaller
2004-09-05 15:08           ` skaller
2004-09-05 15:38             ` Marcin 'Qrczak' Kowalczyk
2004-09-05 17:04               ` skaller
2004-09-05 18:45                 ` Marcin 'Qrczak' Kowalczyk
2004-09-05 20:12                   ` skaller
2004-09-05 21:30                     ` Marcin 'Qrczak' Kowalczyk
2004-09-05 22:41                       ` Brandon J. Van Every
2004-09-06 12:13                         ` Marcin 'Qrczak' Kowalczyk
2004-09-05 16:09             ` David Brown
2004-09-05 18:31               ` skaller
2004-09-06 10:56                 ` Andreas Rossberg
2004-09-06 15:51                   ` skaller
2004-09-06  7:11           ` Christian Lindig
2004-09-06 12:20             ` Marcin 'Qrczak' Kowalczyk
2004-09-06 14:12               ` Christian Lindig
2004-09-06  1:06         ` Richard Jones
2004-09-06  1:50           ` Brandon J. Van Every
2004-09-06  9:09             ` skaller
2004-09-06  8:59           ` skaller
2004-09-04 23:58     ` Nicolas Cannasse
2004-09-05  1:18       ` james woodyatt
2004-09-05  1:26         ` [Caml-list] Perl Conjury (alternative to Unix make) james woodyatt
2004-09-05  2:03         ` [Caml-list] Announcing the OMake build system version 0.9.1 David Brown
2004-09-05  2:37           ` james woodyatt
2004-09-05  6:24             ` Nathaniel Gray
2004-09-05 20:38         ` Aleksey Nogin
2004-09-06  0:12           ` james woodyatt
2004-09-06  0:33             ` [Omake] " Aleksey Nogin
2004-09-06  3:54               ` Brian Hurt [this message]
2004-09-06  6:39                 ` Jason Hickey
2004-09-06  8:10                   ` james woodyatt
2004-09-06  7:50                 ` [Omake] " Erik de Castro Lopo
2004-09-06 14:52                   ` Brian Hurt
2004-09-06 17:20                     ` skaller
2004-09-06  9:52                 ` skaller
2004-09-06 15:10                   ` Brian Hurt
2004-09-07 13:26                 ` David Brown
2004-09-06  1:14             ` Brandon J. Van Every
2004-09-06  2:35             ` Jacques GARRIGUE
2004-09-06  9:38               ` skaller
2004-09-06 11:34                 ` Jacques Garrigue
2004-09-06 16:28                   ` skaller
2004-09-06 16:42                     ` Christopher A. Watford
2004-09-06 16:59                       ` Richard Jones
2004-09-07  2:21                     ` Jacques GARRIGUE
2004-09-07  6:17                       ` skaller
2004-09-07  8:24                         ` Benjamin Geer
2004-09-07 13:35                     ` David Brown
2004-09-06  7:51             ` Daniel Andor
2004-09-05 20:38   ` Aleksey Nogin
2004-09-05 22:57     ` Olivier Grisel
2004-09-06  0:17       ` Aleksey Nogin
2004-09-06 13:31         ` Olivier Grisel
2004-09-06 19:28           ` [Caml-list] Godi for OMake [Was: Announcing the OMake build system version 0.9.1] Aleksey Nogin
2004-09-06 20:18             ` Olivier Grisel
     [not found]               ` <41537DAE.1050601@cs.caltech.edu>
2004-09-24 13:50                 ` Olivier Grisel
2004-09-24 18:37                   ` [Caml-list] OCamlFind support in OMake [Was: Godi for OMake] Aleksey Nogin
2004-09-04 18:01 ` [Caml-list] Announcing the OMake build system version 0.9.1 Yaron Minsky
2004-09-05  1:38   ` Eray Ozkural
2004-09-05  6:12 ` Yamagata Yoriyuki
2004-09-05 12:48   ` Yaron Minsky
2004-09-05 20:39     ` Aleksey Nogin

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=Pine.LNX.4.44.0409052228330.5809-100000@localhost.localdomain \
    --to=bhurt@spnz.org \
    --cc=caml-list@inria.fr \
    --cc=jhw@wetware.com \
    --cc=omake@metaprl.org \
    /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).