Replies: 4 comments 5 replies
-
less restrictive license like MIT or BSD basically means that some corporate entity can make a proprietary fork of amber and pour a lot of resources into it, rendering our original project obsolete. or add changes to it and distribute it in its app store with a proprietary license GPL doesnt allow sublicensing, though. meaning every fork or derivative must be licensed under GPL corporate app stores that don't like copyleft licenses and will ban apps that may use amber is a way too small issue imo to switch to a permissive license just for this. especially since they can not include amber in the app itself, and download it after the user installs the app thus not actually distributing GPL-licensed content in the app store |
Beta Was this translation helpful? Give feedback.
-
Maybe not impossible, but certainly questionable.
You can sell your GPL software so long as you provide source code on request from the client. https://www.gnu.org/philosophy/selling.html Honestly, I couldn't care less to support proprietary applications and/or their authors. But we can settle for LGPL:
|
Beta Was this translation helpful? Give feedback.
-
I had this idea to build an app that is an Amber code editor that can SSH into a server and run an Amber script. Thanks for clarifying this @mks-h. We can keep the GPLv3 license then |
Beta Was this translation helpful? Give feedback.
-
Though this does not relate to the publishing you talked about, How about the dual licensing? |
Beta Was this translation helpful? Give feedback.
-
Problem
Someone might want to publish an app on the AppStore, GooglePlay or any other store that uses Amber compiler under the hood. Currently GPLv3 makes it impossible to do so and I don't like it. I was wondering if we can switch GPLv3 to some less restrictive license. I want other people to sell their apps that utilize amber compiler for money if that will help them maintain the app and maybe earn some extra. Just like they can with Python for instance (there is an app Pythonista)
Question
As I'm not too experienced with licensing, what license would be perfect for this project? Apache License 2.0, Unicode v3, MIT, BSD?
Beta Was this translation helpful? Give feedback.
All reactions