caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Stéphane Glondu" <steph@glondu.net>
To: caml-list@inria.fr
Cc: adrien@notk.org
Subject: Re: [Caml-list] Licenses - Confusion
Date: Thu, 23 May 2013 08:36:02 +0200	[thread overview]
Message-ID: <519DB8D2.5080102@glondu.net> (raw)
In-Reply-To: <20130522171907.GA6073@notk.org>

Le 22/05/2013 19:19, Adrien Nader a écrit :
> As Török said, OCaml's checksums can be annoying for such tasks.
> However, *IIRC* (it's been some time), the checksums are on the
> interface of the modules and the LGPL says that you need to allow
> relinking with libraries that are (binary?) compatible and that's what
> the checksums guarantee.

For native code, checksums are also on the implementation approximations
(such as inlined functions, symbol names for direct access). Changing a
library to keep it binary compatible with that is impossible in practice
with the current tools.

But actually, someone linking a closed-source executable using a pure
LGPL library can just remove all *.cmx files of external libraries when
compiling so that the approximations are not used, and the binary
dependency will only be on interfaces. And, obviously, that person would
need also to distribute all the *.{cma,cmxa,a} files needed to link said
executable.

> PS: *I* consider that BSD-style licenses cater for the needs of the
> programmers while the GPL-style ones cater to the users
> (that's my very own opinion)

Keep in mind that programmers may be users but not copyright owners.

I would say BSD-style licenses cater for the needs of organizations, and
GPL-style ones cater for individuals.


Cheers,

-- 
Stéphane



  reply	other threads:[~2013-05-23  6:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-22 12:34 oliver
2013-05-22 12:39 ` Anil Madhavapeddy
2013-05-22 16:40   ` Marek Kubica
2013-05-22 13:02 ` Török Edwin
2013-05-22 17:19   ` Adrien Nader
2013-05-23  6:36     ` Stéphane Glondu [this message]
2013-05-23  8:41       ` Daniel Bünzli
2013-05-23 21:07         ` Marek Kubica
2013-05-23 21:36         ` Stéphane Glondu
2013-05-23 22:28           ` Daniel Bünzli
2013-05-23 21:39         ` Ernesto Posse
2013-05-23 21:45         ` Chet Murthy
2013-05-23 22:11         ` Stefano Zacchiroli
2013-05-23 22:52   ` oliver

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=519DB8D2.5080102@glondu.net \
    --to=steph@glondu.net \
    --cc=adrien@notk.org \
    --cc=caml-list@inria.fr \
    /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).