@naz.R said in Merezhyvo browser:
I’m not a lawyer, but as far as I understand, these permissive licenses (MIT / BSD-style) allow me to keep my own JS/TS code under a more restrictive “source available, free to use” license, as long as I keep the attributions and don’t claim their code as mine. This is what I am doing now.
Yes BSD, MIT and apache license allow you to make derivative with the only obligation to give credit (to simplify).
The source code is published on GitHub so that people can read it and see how the browser works. My own license is a “free to use, source available” license. The only restriction is that reuse, modification or redistribution of my code is not automatically allowed – people should ask me first.
The app on the OpenStore is marked as Proprietary. I don’t see any more suitable option there.
Yes in that case it is indeed proprietary. You might want to add a license file explaining shortly that in you GitHub directory, to make sure everyone understands and respect your conditions.