-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Update license.txt for 1.6.0+ directory structure #2703
base: master
Are you sure you want to change the base?
Conversation
Thanks. Licensing is an issue we'll discuss with our legal team. For devs it's easy to miss a subtle detail that will cause troubles years from now. Hence I won't merge this but I leave it open until I get a legal "go" |
Thanks - yes, of course please review it carefully. I am doing a licensing review for Debian and I saw two specific problems
Thanks again |
Probably needs to be looked at again due to the 1.6.2 directory structure changing (again) |
Hi - I just wanted to ping this to check the status. I'd like to update the debian and ubuntu packages, and right now arduino is not legally distributable. Again, no rush - I just don't want this to fall through the cracks. |
I'm not @maqifrnswa, but AIUI this is blocking the latest Arduino tools' inclusion in Debian. Can we get an update on this work? |
Yes, it is all that is left blocking updating the Debian packages. This is also important for the project as a whole. Arduino is one of (if not the most) visible open source hardware/software projects. The project is very well documented in general. Well documented licensing structure is needed, sets a good example for the community, and also could be a "teaching" tool on OSS for users. |
how is debian going to deal with the weird bundling of arm compilers in hidden directories in $HOME? i guess either patch it to look for a system-wide toolchain debian package or disable the boards manager, or just leave it for the user to handle or not support the arm sam platform? |
ARM SAM can't be supported because a bunch of those files are non-free (the license restricts usage of code compiled with their libraries to ARM processors). And here's debian's rules: I've tried to remove all CMSIS code, but the sam arduino core uses it Eventually there will be packages in the debian non-free archive to support ARM SAM. Those extra ARM tools (bossac, toolchain) will be made available system wide, and system wide arm toolchain will be used. |
Has any progress been made on this yet @ffissore ? I have to say that I'm left a little disappointed that even with lawyers needing to be involved, seven months have nearly passed (four since you assigned yourself to this) on some very minor changes to the license; changes which are completely holding up distribution in some major Linux distributions. |
it does seem like quite a small change to involve the lawyers, and has obviously dropped off the radar |
It seems like it really isn't a change, but clarifying arduino's intentions. I defense of @ffissore, it's possible that this is politically tricky since there are two "arduino" organizations, each contributed significantly. At the same time, Arduino is one of the world's most famous open-source software/hardware platforms; except at the moment it isn't completely open source software since significant portions are not redistributable. Is there anything I can help with? David Cuartielles @dcuartielles mentioned he was looking in to this as well. |
@ffissore What's the status of this issue? 1.0.5 available in Debian repos is really old and should be updated. |
Hi @Avamander sorry that you've missed the news. I don't work for arduino anymore. See https://groups.google.com/a/arduino.cc/forum/#!msg/developers/YJLX6AZHem4/kpsLef7XBAAJ |
@facchinm @cmaglie @matthijskooijman Could you please inform the relevant persons to solve this issue? |
couldn't this just be moved to non-free and updated to a non-paleolithic version? |
Can be done, but that may have a similar problem. Non-free still has
to be distributable, and right now it appears that the arduino project
is not interested in re-distribution. Debian should honor those
wishes. It is copyright theft to distribute work without a license.
Sure that is pedantic, and against the "spirit" of the Arduino project
-- but that is the situation we're in if no explicit license is
granted for redistribution. Non-free doesn't mean that there is no
license or a vague license, it just means you have a license but that
license isn't "free" by DFSG standards.
|
Is CMSIS the only significant problem? |
CMSIS is actually ok, that is clear and can be in non-free for users
that choose it (and thus also agree to the terms)
Right now the problem is the top part of the License.txt file. The
folder layout changed sometime after 1.5, so we don't know what files
are under which license anymore. This was a suggestion to clarify it:
https://github.com/arduino/Arduino/pull/2703/files
|
This pull request isn't quite right. It's close, but the "hardware" and "libraries" folders contain many separately developed pieces of software, each with their own license. Many are LGPL or GPL or MIT. A simple blanket summary doesn't really apply. |
Yes, thus the line "Unless otherwise explicitly stated in a file or directory"
|
Any updates on this issue? I want to package arduino for archlinux and I am unsure if thats now okay or not. |
Just as a heads-up: Debian Testing also still has 1.0.5 AFAIK due to this issue. Given the plentiful improvements since that release, it would be good time to fix this and get 1.6.x on board in a timely manner. Debian Stretch: https://wiki.debian.org/DebianStretch |
@cmaglie @facchinm @damellis @tigoe @matthijskooijman @sandeepmistry @mbanzi I've also wrote an email to arduino.cc now. It would be nice if anyone of you could help us clarify the licensing and redistribution issue to provide latest arduino software in the linux distributions. |
@nico, any chance you could highlight what files are with a
dodgy/nonexistent license?
|
I think the problem is that arduino consists of so many subprojects that you cannot clearly list all licenses correct to everyone. To me it seems clear which licenses the software uses and I've split them in those packages: I am not a lawyer and I am not debian. Maybe those who claim the licenses are unclear should give statement of what needs to be changed. I was just wondering if its okay if I package arduino like that, because a few people questioned it. But it seems okay, and if anything is incorrect with the license people can tell me and I will fix it. The problem why no (up to date) debian/ubuntu package exist is possibly just laziness. |
This new project layout (post 1.8) is clear. I think that the debian package can be updated now. Thanks for reorganizing it (whomever did that)! |
Using @maqifrnswa's text as inspiration I come up to this: BTW I'm wondering how useful is this file? It seems that, besides the Java IDE (that is GPL-2+ without any doubt), all the other contributions have mixed licensing:
IMHO we can wipe out all the text and just leave something like:
what do you think? |
@cmaglie, even though that would satisfy some licenses, (though probably not all, since I think a binary distribution also needs to provide notices for some licenses, and the ones in the source code are removed during compilation), it would not be practical for distributions. As a Debian maintainer, I know that Debian packages are required to have a copyright file that collects copyright and licensing information for the entire package. If no central licensing information is provided, this means that, for every release, the maintainer has no choice but to go through all files, or the entire git log, to see if anything changes in the licensing. If there is a central licensing file, than it's a matter of updating it whenever a license change is merged, which should hardly be extra work. |
do you have any proposal to move forward? I'm open to suggestions. |
Um, I'm getting really tired of 1.0.5. any progress with this? |
This problem led me to discover atom/platformio. Thankfully I will never touch the arduino IDE (it hardly deserves that name) again. |
@maqifrnswa @matthijskooijman |
@cmaglie, I finally got around to looking at your proposal. On the whole, it seems good to me. It's not as detailed as would be ideal (i.e. listing all specific files and directories with different licenses), but it should be a good start for anyone that needs to figure out the license of something. Some remarks:
|
This still isn't resolved? I've got daily problems with this, as my hackerspace only runs free software, and the new arduino is still undistributable! |
so, no1curr? |
What is preventing this from being fixed? Forcing people to install from snaps simply won't work in many cases, and the Arduino software (despite being cross-architecture capable) is not built for up-and-coming libre software systems (see #8778 for instance). Does anyone have recommendations for an alternative, more secure IDE / development environment that can take an existing Arduino project and allow compilation / upload to the hardware? Downloading dozens of prebuilt files from the central Arduino servers as part of the "build from source" does not engender any confidence. |
Same problem here, but more in terms of not having support for the architecture our CAD systems run on (POWER) because of this licensing problem and Arduino's insistence on not allowing a full build from source without extreme difficulty. In turn, this makes it very difficult to use or recommend Arduino products, as it is nearly impossible to build a properly audited version of the software (at minimum, the multiple eyes principle is completely broken here, since most people rely on the prebuilt packages alone). |
Really guys, it's a bit of shame not being able to provide a common solution in the Raspbian repos. |
|
This is just to clarify the license since the folders were renamed. Also removes all ambiguity while allowing individual files and folders to be licensed appropriately (e.g., the catch-all GPL license covers all the scripts in build/).