License information for commercial code

This commit is contained in:
Matthew Rathbone
2024-08-20 09:51:19 -05:00
parent 6214ec807c
commit ba69a8550a
3 changed files with 14 additions and 1 deletions

13
LICENSE-COMMERCIAL.md Normal file
View File

@@ -0,0 +1,13 @@
# Commercial Code License
Files in this repository stored in `**/src-commercial` directories is licensed under a commercial license. You may not use this code except in compliance with the License. You may obtain a copy of the License at: https://www.beekeeperstudio.io/legal/commercial-eula.
All other files in this repository are licensed under the terms of the GPLv3 license. See [./LICENSE.md](./LICENSE.md) for more information.
### What this means practically
- You can fork this repository to change or use any of the community code in your own projects in accordance with the GPLv3 license and our [contributor policy](./CONTRIBUTING.md).
- You can legally fork this repository to make changes to the commercial code for the purpose of contributing back to this repository.
- You can't use the forked commercial code in this repository in your own projects, to sell a competing project, or to use in a non-testing environment for any purpose other than suggesting changes or modifications.
If you have any questions about this license, please contact us at [support@beekeeperstudio.io](mailto:support@beekeeperstudio.io).

View File

@@ -13,7 +13,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
NOTE: Code in the repository in the src-commercial directory is managed by the [LICENSE-COMMERCIAL.md](./LICENSE-COMMERCIAL.md) file.
### GNU GENERAL PUBLIC LICENSE V3

View File