mailing list of musl libc
 help / color / mirror / code / Atom feed
From: FRIGN <dev@frign.de>
To: musl@lists.openwall.com
Subject: Re: musl licensing
Date: Wed, 16 Mar 2016 15:01:05 +0100	[thread overview]
Message-ID: <20160316150105.24308e914032d545429048ab@frign.de> (raw)
In-Reply-To: <20160316123413.GC9862@port70.net>

On Wed, 16 Mar 2016 13:34:14 +0100
Szabolcs Nagy <nsz@port70.net> wrote:

Hey Szabolcs,

> it trains programmers to ignore source comments because they contain
> redundant legal gibberish instead of technically relevant content.

hold your horses there for a second. It is pretty much consent that
the current licensing of musl can be described as erratic at best, with
many different licenses conflicting in the codebase in a small degree.

You for instance have done the following exception
:: The BSD PRNG implementation (src/prng/random.c) and XSI search API
:: (src/search/*.c) functions are Copyright © 2011 Szabolcs Nagy and
:: licensed under following terms: "Permission to use, copy, modify,
:: and/or distribute this code for any purpose with or without fee is
:: hereby granted. There is no warranty."
(taken from COPYRIGHT)

This is basically the poor-man's version of BSD-0, so why not just
declare it as such and be on the safe side? I'm not sure if
"there is no warranty" really protects you from warranty claims.

Also, all code sections which fall under the public domain because they
are not copyrightable: I would not go this direction and instead just
publish those sections as BSD-0.
My stance is: Public domain is worse than a proper non-copyleft license
in many countries, and BSD-0 goes as far as possible.
I could literally take a BSD-0 code, remove all the licensing and do
whatever the fuck I want with it. This is public domain for me, and
in BSD-0 the author explicitly states that he doesn't give a damn about
attribution.

> i kept the copyright notices of src/math/* files because there are
> too many variations to describe them all in a separate file, but i
> have to note that they do not represent the real authors and year of
> authorship.. which is the usual case for copyright notices..
> (some try to clarify the situation by assigning all the copyright
> to one entity, but that makes it worse: that's clearly not about the
> rights of an author, but pure coercive monopoly over ideas.)

:: Much of the math library code (src/math/* and src/complex/*) is
:: Copyright (...)
:: and labelled as such in comments in the individual source files. All
:: have been licensed under extremely permissive terms.

Now, when I take a look at src/math/lrintf.c for instance, there is
no copyright notice. And "extremely permissive terms" is vague at best.

> why?

Because there is a difference between machine generated code and
hand-written code, but both can be considered a grey-zone.
I also don't feel comfortable if an argument is given against a
more consistent licensing practice by looking at a project which
obviously has licensing issues as well.

> > Also, there's no reason not to just use ISC or BSD-0.
> there are things that should not be the intellectual property
> of any person and you should not claim ownership of those things.

If you publish source code under the BSD-0, anybody can take it,
remove the license and republish it under his name. Anybody can
sell it for any amount thinkable, modify it, release it, release
modifications and burn copies of it on a big pile without ever
having to worry that you would leverage your intellectual property.

Even if you wanted, you could not do anything about it, that's the
beauty. In my opinion, the BSD-0 _is_ a public domain license, as
it literally sets no limits on the usage of the program, except
making you not liable for any damages (which is common sense man).
And other than a public domain license, the judicial context is clear
in any country, and even the companies are happy when the terms are
clear.

---

I think everyone here should be concerned that the COPYRIGHT-file
of musl is approaching the length of the GPLv2, and if in the future
more things are added to musl, It's not unlikely that contributors will
chime in and add special clauses to this file as well.
The goal of a non-copyleft-licensed project is foremost to allow
scavenging the code if you find something that is useful without having
to go through great lengths of finding out what you are allowed to do
and what not.
Currently, this ease of use is not directly given with musl, while
at least for a GPL-licensed project the restrictions are mostly laid
out clearly due to its cancerous nature of self-proclamation.

Cheers

FRIGN

-- 
FRIGN <dev@frign.de>


  parent reply	other threads:[~2016-03-16 14:01 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-15 21:59 Petr Hosek
2016-03-15 22:17 ` croco
2016-03-16 16:32   ` Alexander Cherepanov
2016-03-16 22:50     ` Petr Hosek
2016-03-16 22:55       ` Josiah Worcester
2016-03-16 23:46       ` Rich Felker
2016-03-17  2:06         ` Christopher Lane
2016-03-17  3:04           ` Rich Felker
2016-03-17  8:17           ` u-uy74
2016-03-17 15:14             ` Christopher Lane
2016-03-17 15:28               ` FRIGN
2016-03-17 15:49                 ` Hugues Bruant
2016-03-17 15:57                   ` Rich Felker
2016-03-17 16:01               ` Rich Felker
2016-03-17 23:32                 ` Christopher Lane
2016-03-18  4:21                   ` Rich Felker
2016-03-18  4:47                     ` Christopher Lane
2016-03-18 18:07                       ` Rich Felker
2016-03-18 18:16                     ` Christopher Lane
2016-03-18 19:12                       ` Rich Felker
2016-03-18 19:47                         ` George Kulakowski
2016-03-19  4:35                           ` Rich Felker
2016-03-21 22:46                             ` Christopher Lane
2016-03-23  2:32                               ` Rich Felker
2016-03-23 20:35                                 ` Christopher Lane
2016-03-23 22:53                                   ` Rob Landley
2016-03-29 17:18                                     ` Christopher Lane
2016-03-29 17:21                                   ` Christopher Lane
2016-03-29 20:03                                     ` Rich Felker
2016-03-29 20:21                                       ` Christopher Lane
2016-03-30  6:56                                     ` u-uy74
2016-03-30 14:11                                       ` Christopher Lane
2016-03-30 14:43                                         ` u-uy74
2016-03-18  8:31               ` u-uy74
2016-03-17  1:26       ` Alexander Cherepanov
2016-03-17  2:20         ` Christopher Lane
2016-03-15 22:20 ` Kurt H Maier
2016-03-15 22:20 ` Josiah Worcester
2016-03-15 22:41 ` Rich Felker
2016-03-15 22:49   ` Shiz
2016-03-16  4:54   ` Isaac Dunham
2016-03-16  8:00   ` u-uy74
2016-03-16 10:31   ` Szabolcs Nagy
2016-03-16 10:55     ` FRIGN
2016-03-16 12:34       ` Szabolcs Nagy
2016-03-16 12:46         ` Anthony J. Bentley
2016-03-16 13:49           ` u-uy74
2016-03-16 14:07             ` FRIGN
2016-03-16 14:01         ` FRIGN [this message]
2016-03-16 14:47           ` Szabolcs Nagy
2016-03-16 10:22 ` FRIGN
2016-03-16 20:13 ` Rich Felker
2016-03-16 20:19   ` FRIGN
2016-03-16 20:34     ` Rich Felker
2016-03-16 21:11       ` Jens Gustedt
2016-03-16 21:15       ` FRIGN
2016-03-16 21:35         ` Rich Felker
2016-03-16 21:50           ` FRIGN
2016-03-16 21:34       ` John Levine
2016-03-16 21:38       ` Christopher Lane
2016-03-17  2:01       ` Ed Maste
2016-03-17  3:19         ` Rich Felker
2016-03-17 18:49           ` Ed Maste
2016-03-17 19:16             ` Rich Felker
2016-03-17 21:16               ` Wink Saville
2016-03-17 21:25                 ` Petr Hosek
2016-03-17 22:56                   ` Ruediger Meier
2016-03-17 23:07                     ` Anthony J. Bentley
2016-03-17 23:19                       ` Kurt H Maier
2016-03-17 23:31                         ` Anthony J. Bentley
2016-03-17 23:46                           ` Ruediger Meier
2016-03-18  3:30                           ` Kurt H Maier
2016-03-18  3:41                             ` Rich Felker
2016-03-18  3:55                               ` Christopher Lane
2016-03-17 21:42               ` Ed Maste
2016-03-17 23:37               ` Luca Barbato
2016-03-18  8:01             ` u-uy74
2016-03-18 12:35 ` chromium with musl libc (was: [musl] musl licensing) Natanael Copa

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=20160316150105.24308e914032d545429048ab@frign.de \
    --to=dev@frign.de \
    --cc=musl@lists.openwall.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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).