gabien-app-r48 icon indicating copy to clipboard operation
gabien-app-r48 copied to clipboard

NOTICE: Changeover from CC0 to another compatible license

Open 20kdc opened this issue 1 year ago • 1 comments

https://lwn.net/ml/fedora-legal/CAC1cPGw1xScGAXo-0NRs92zFB7ptRxTt=oCYi0BxfZDfAgUtYQ@mail.gmail.com/

Need to pick a license just out of courtesy. Note to downstream users: Your existing rights and those to future versions will not be affected by this change. I don't have any patents, period, but switching to a license that implicitly grants them (presumably via the first-party doctrine) would be ideal just as accident avoidance.

20kdc avatar Jul 26 '22 15:07 20kdc

For the record, BSD0's the current one I'm thinking of changing to, though MIT0 is on the table. This change will also affect gabien and therefore by extension the TTS project.

20kdc avatar Jul 26 '22 15:07 20kdc

Another option is the Unlicense, similar to CC0 (Fedora suggests this one as a closer replacement).

fdelapena avatar Dec 12 '22 21:12 fdelapena

@fdelapena Regarding Unlicense: Good point, good point ...I admit I kind of forgot about this license change plan (there's a lot of notices to change over, since R48 has a license header on each file)

20kdc avatar Dec 13 '22 12:12 20kdc

@rohkea You're on the contributors list, so I'm checking this with you before I finally commit this: Is it okay to relicense R48 to the Unlicense? EDIT:

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org>

20kdc avatar Dec 26 '22 11:12 20kdc

I'm totally OK with changing the license, either to Unlicense or to any other license

rohkea avatar Dec 26 '22 13:12 rohkea

I took a while to get around to this, but on the flip-side that just means notice was given for a long time, so that's probably for the best.

20kdc avatar Dec 26 '22 13:12 20kdc

So it turns out that a CC0-based component ( https://github.com/lieff/minimp3/blob/master/minimp3.h ) is also the best shot at MP3 support. There is, at least, the possibility of providing an alternate libmpg123-based configuration should Fedora ever need it, though such a thing would essentially be a separate "classical build" of the natives specific to Linux users. Due to some particularly awkward issues with how the cross-compilation is setup, especially since it needs to be "decoupled" from Linux glibc in order to function properly on all systems, simply pulling in a larger library like libmpg123 might be technically infeasible, not to mention the licensing situation.

20kdc avatar Oct 26 '23 13:10 20kdc