-
Notifications
You must be signed in to change notification settings - Fork 0
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
Licensing considerations / recommendations for the Smart Columbus OS #3
Comments
We may or may not create graphics as part of this effort. I think creative commons is a good call out. It shouldn't be a primary objective, but we should evaluate it, too, if we have the bandwidth. |
I’m happy to see that list. I think it makes sense to limit our evaluation to those. |
Yea many of them were either linked directly to opensource.org or I followed to the original source and linked there. They do a nice job at collecting the various open source licenses. I'm not against at least considering additional licenses but I suspect for our own sanity we will likely narrow down to just a few licenses. That said, if anyone feels strongly about a license not being included here please comment so we can add to the list. |
We should also be differentiating between the type of software we're building. We build a few different things:
To me, it makes sense for those things to fall under different licenses. I would prefer something like:
These are the licenses that I'm most familiar with, so maybe there are better fits. But the general idea is that the more generic stuff is built with licenses that allow anyone to pick them up and use them, and the Columbus-specific stuff has to be open downstream. |
You just made this hard for me @jdenen. That is pretty much exactly the recommendation I would make, but now I have to retroactively justify that opinion.
and I'm completely on board with that recommendation. Probably need to ask this out loud though.... Also, if we're going to recommend GPL for application/platform level code, should we be recommending the LGPL for libraries? |
I updated the wiki page to reflect some of the conversation here. https://github.com/SmartColumbusOS/TechnicalWorkingGroup/wiki/Licensing-Models |
Have folks here read the Debian Social Contract? It's a good end-user friendly document that articulates Debian's positions on licensing, which may be useful to this discussion. I am not keen on employing different licenses for different aspects of this work. What, exactly, does that gain us? What, exactly, does it gain any future users of our work? Regarding GPL phobia, do we care? Do we think that a company will contribute something to our work only if our work is not copyleft? Does anyone have first hand knowledge of this kind of thing, or is this just hypothetical?
The enhancement bit there is a surprise. That does suggest that something like SQLite's example is not a good model for our work here. It doesn't advocate specifically for a GPL solution, but it's more forward-thinking than it reads at first blush. For our deliverable, we are asked to identify risks associated with open source licenses, and potential mitigations. What risks do folks see with each of ASL, BSD, and GPL? |
I really like this idea of a social contract! Reading over the Debian contract right now and this feels very much like what we should be working towards |
I've seen companies be averse to using GPL licensed software. I've seen other open source projects be averse to incorporating GPL licensed projects because companies would then be averse to using the original project. For example, tomas-abrahamsson/gpb#152.
I'm not sure. I certainly don't care when it comes to our applications. But I'd like the libraries we build to be reusable by all, as that's (IMO) the best way for them to garner contributions and be the best libraries they can be. If GPL phobia causes a company to not use one of our libraries, that seems like a miss. From #1:
I'm cool if all our software is licensed under Apache. |
I agree with the Apache License. I think that's the one that most organizations will be both familiar and comfortable with. |
Just so we’re clear on this, the discussion in #1 suggests people want a Free (Libre) license. Apache is an Open license, not Libre. I’m ok with that. I’m just getting conflicting signals here. |
I still favor the Apache license but I'm open to discussion. |
@rubberduck203 can you provide a link showing that ASL is not a free-as-in-freedom license? Apache claims otherwise:
|
The point of a software license is to explicitly declare what a user can and cannot do with the software and source code. Are there any considerations or assumptions within the SCOS that have not been declared here?
If GPL is selected, what benefits and drawbacks does that introduce for adoption of the software? If LGPL is selected, what benefits and drawbacks does that introduce for adoption of the software? |
Also, are there specific pieces of existing code that are desirable to use for SCOS? If so, that may greatly influence the decision. |
We should also explicitly state the need (or not) for patent and copyright grants and trademark restrictions - which are included in the Apache and GPL licenses but not the MIT license. These are legal issues but have an impact on selection. |
I prefer to actually not close this issue. The issues you created ( thank you, great idea! ) inform the over-all result. There are possibly a few additional issues. For sure we should discuss the idea expressed in #3 (comment) and what logic / reasoning we would want to apply there |
Then lets open an issue to answer a question around that. These open-ended discussions are useful up and to the point of generating more concrete questions to answer. If we believe this discussion has more questions to generate, then we should keep it open. But let's not conflate generating questions and answering them all in this issue. |
I disagree. I view this issue like an epic with a number of dependent issues / items which we then come back here to aggregate and possibly continue a with additional issues. I view the definition of done on this issue to be consolidation into the wiki document. |
If #3 is the overarching issue, what is missing for me is the concise
criteria to compare the license attributes, e.g., our preferences on
permissiveness , commercial and government uptake, contributor agreements
including copyright and patent grants, etc. independent of the licenses
themselves. Such a document, clearly stated, should help clarify the pros
and cons. Perhaps a short issue pointing to a wiki page, “Open Source
Licensing Criteria” that we could edit would help us out. I am happy to
work on that if others feel it is helpful.
…On Wed, Nov 14, 2018 at 2:56 PM Bill Schwanitz ***@***.***> wrote:
I disagree. I view this issue like an epic with a number of dependent
issues / items which we then come back here to aggregate and possibly
continue a with additional issues
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AeOsMDOj8VkUIJbSVinDrO7G5qHIAofzks5uvHVPgaJpZM4X9uPy>
.
|
I can buy into that analogy. But that means almost no discussion should happen in this issue, yes? All the discussion should be happening in sub-issues. This issue should just be a list of child issues with check boxes. My problem with this issue is that it is too open ended. Nothing definitive is (currently) going to come of it, IMO. That said, I'm not opposed to repurposing it to track sub-decisions. |
I think @PhilNorman2 's comment about the criteria we should evaluate each license against is the first step to do here before we discuss each license individually. Thoughts?
Agreed lets try to focus on ^^ to come up with our criteria to them focus on the individual licenses and then consolidate / make the wiki doc and recommendation |
@PhilNorman2 yes. Please do! |
If folks haven't seen, useful reference: https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licenses |
@warnerAWESOMEmoore That is a great starting point. I seeded a table of TWG preferences based on these criteria at: I also added a Copyright Grant critieria as I understand the MIT license is not as explicit on this. I started with dropbox as I didn't want to do the wiki markup if this is not what folks are looking for. |
On second thought, the Copyright Grant criteria is not needed, as the Copyright components of use, modification and distribution are called out as separate critieria. |
I bit the bullet an added the table markup for a new github page. https://github.com/SmartColumbusOS/TechnicalWorkingGroup/wiki/Open-Source-Licensing-Criteria This replaces the dropbox page above (now deleted). Feel free to comment or make changes. I plan to share this with the slack channel to get more feedback. |
I’m not certain that’s what sub-licensing means. I’m pretty sure sub-licensing means a person granted rights under a license may grant those rights to others. This snippet is talking about “relicensing”, which no FLOSS license I know of allows. https://softwareengineering.stackexchange.com/a/189704/142319 |
I'm still curious what the thinking is behind a comment from @jdenen regarding choosing different licenses based on the type of repo as discussed in #3 (comment) ( and I think elsewhere ). Has the thinking behind this been captured anywhere? |
Reading over #3 (comment) and the wiki Open Source Licensing Criteria I really like the table created. One item which struck out at me a little bit has to do with patents. Below is a copy of the content. Each line is a column from the row on patents:
While at rubyconf I had a very interesting conversation with someone who works on government funded scientific research. He mentioned something really interesting that I was not aware of. I had always held the opinion that government funded research was not able to be patented but he mentioned there is a specific requirement for it to not be patent-able. I'm far from a legal expert but are the works created for this subject to the Bayh-Dole Act or equivalent? |
As part of the Smart Columbus Program Management Plan under section 13.4 titled "Partner Awards" the "USDOT strongly prefers that the Recipient acquire and develop open source technologies throughout the course of the SCC Demonstration and that any code developed for the project is, via contract or equivalent mechanism, open source and available for license-free use and enhancement by third parties"
Full quote:
The platform developed is already considering open source technologies and tools. We must also research and evaluate the various open source / free software licenses. We should end with choosing at least 1 license for the software produced but also allow for different licenses to be utilized. The primary concern / thought on multiple licenses is if, for instance, we are extending or linking against software which has restrictions for doing so.
A non-exhaustive list of possible licenses we should be evaluating:
We could look at the creative commons however these are not really geared towards software and more towards documents and artistic creations ( drawings, graphics, audio and the like)
The text was updated successfully, but these errors were encountered: