Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
-
D--M22687yEthics don't really have a place here. They are open source for a reason. Take a look at their licenses for whether or not you can use it.
Theres a billion types. Generally most let you as long as you mention it on an about and also ship the license with your source+ binaries/whatever -
D--M22687y@sam9669
https://opensource.org/licenses
As well as the individual authors permission. If they havent included a license, you must reach out to them and /ask/ -
Huuugo25207yIt is ethical if the author gives you permission to do so. Software authors give permissions using licenses. Depending on which license a project is distributed with, you are allowed to do what that license says both legally and ethically.
Examples of licenses where people basically allow you almost everything :
Apache
BSD
MIT
CC-0 / CC-by / public domain
When people want you to make OSS from their software, they use GNU GPL. (it doesn't forbid you selling the software though, as long as you share the code) -
Should be fine. I'm not aware of any open-source software license that lays claim over the creative output from its use.
Else there's be mountains of stuff claimed by blender, gimp, even VS code, notepad++. -
Polarina1217yYes, it is legal. Any software license that restricts what you can use the software for is in any way whatsoever is a proprietary software license! No exceptions. See the Open Source Definition.
Whether software is open source or proprietary has nothing to do with the ethicality of what you do with said software. Do what you want with he tools that work best for you. -
wtho837yIt's not illegal or unethical to write proprietary software using Linux Kernel.
Which is open source.
The question about using open source tools is silly, even in an ethical way. -
rik610726817yAbsolutely, if u use Google's play music for example, In the app they have this option to see open source licenses. So if the license agrees the way ur developing it and ur giving credit to the developers then no that ain't unethical but actually supports the concept of OSS
-
I'm working on a big corporation in my country and some Web tools that are for use of the company only have tons of js code that is open source. Although they aren't selling the Web tools it is registered under the company IP
Related Rants
Is it legal and ethical if I make closed source software using open source tools ?
undefined
wassup