-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
collective licensing #6
Comments
Would be interested if you listed the specific repositories that you have under consideration, so that we may invite those authors to the discussion directly, and also list what each project has for license. |
Yes can do that, I'd be interested if you did the same as well. |
I'm only using FLAC and WAV encoders/decoders, so will list those below:
|
I don't think there is an issue to keep this code base in BSD and still use projects being in Apache and vice versa. See: https://www.apache.org/legal/resolved.html#category-a
|
I'm no lawyer and so tend to proceed with caution "you can include BSD 3-clause under apache license" goes in only one sense. Where did you see the other sense? Also, such imports would place the licenses under mixed author, mixed license. Although we can research and verify that that is ok with what we want, and present something simple to consumers, it is still perhaps more complicated than necessary. For the research, I didn't see in your apache link anything about difference in patents, for which IRI France, SAS could provide the equivalent of the Google Go Patent grant for zc or adopt APACHE, which has patent protection (maybe stronger protection than Google Go Patent grant to my understanding). In fact, it seems not having patent protection for IFS is a liability that would be nice to address. Other APACHE licensed audio code: Other licenses All these licenses are similar in spirit to me. But compatability still scares me due mostly to patents but also to the fact that once we start considering a set of licenses, it indicates we may change that later and so may scare off some potential consumers who might think our idea of what is ok might stray outside theirs. At the same time, IRI France SAS disposition w.r.t. to all this is to work by consensus of those involved. At present, IFS's name is on the collective license in more pronounced way, like Google in the Go license. Apache shared author license differs in this respect, placing all authors under the same conditions. Some may prefer that, and it would also be more reflective of the IFS disposition to work by consensus. For info, earlier, @mattetti suggested to keep the list at MIT/Apache. |
Just asked @hajimehoshi about go-mp3 here |
It looks to me like both azul3d and go-audio wav support more wav functionality than zc/codec/wav. |
And of course, (I didn't see earlier) there is the GitHub.com/ljud organsition planned. |
Like the flac lib, anything my brother and I develop we release into the public domain. |
Note that public domain might be problematic in some countries since the license might not be valid as a legal contract: https://opensource.stackexchange.com/questions/5736/sqlite-is-illegal-in-germany-really |
Is this a disposition against participating in a collective license that is not public domain, or just a preference for how you release your work independently of collectively deciding an open source license? |
Just a preference. BSD, MIT, Apache works well also. |
I read somewhere that Free software foundation/GPL recommended a standard wikipedia license for public domain grants for legal reasons I don't understand. |
I don't think it's an issue, Apache and BSD are commonly used licenses that people use together all the time. I say keep going until we find a real issue with the license |
Yes, some research I did (sorry lost the links) indicated that, for example the FSF recommended the CCL
I see 2 "real" issues now.
Second, it may be harder to address later, as a larger consensus would have to be reached. |
After reading everyone's comments, I propose to
To me, it seems that would facilitate collaborations, guarantee simple licensing, and provide IFS with standard open source patent protection. It would also be less risky than waiting, when doing this might be harder. For 1) zc would need the explicit approval of @mewmew, and possibly @jfreymuth if he wants (ext only). |
I'm fine with the code I contributed being relicensed under any permissive license. |
Likewise. |
just in case he wants to follow, this is a ping to @nf |
Referencing 4.4 of the apache license: https://www.apache.org/licenses/LICENSE-2.0#redistribution
This allows one to license a derivative work based on the original work under a license other than the original work. This is an explicit statement in the apache license for what's otherwise implicit in the bsd license. Note that zc is not even a derivative work since you are not altering the work being imported, so it would suffice to then only fulfill 4.1 of the apache license for redistribution purposes. This can be done via a This By providing a If zc distributed a shared library with a bsd Where the hangup occurs is that this will never likely be the sole case for zc distribution. To be a good citizen to the importers of zc, providing a collection of attribution notices for 3rd party libraries used by zc and the requirements said importers must fulfill when importing zc for their end product would be ideal just as one wants to provide a good api for the importer to code with. One could write a nice little message stating all this but there's not legal force behind it, plus that language is already in the apache license. More simply, zc could simply be licensed under apache and ask importers to comply. Providing a Consider also Then as an importer of zc, I can simply bundle zc's |
There are a lot of existing Go projects whose involvement and interoperability with zc would create synergy. ZC has a 3-clause BSD shared author license, which is in the form of Go. However, it seems most projects use Apache 2.
This issue is to invite discussion on the possibility of changing the license of zc to Apache or somehow offering both Apache and 3-BSD shared author licenses. If zc had a shared author Apache license, it seems it might be easier to arrive at a single collective license which more components could be distributed under.
The text was updated successfully, but these errors were encountered: