diff --git a/LICENSE-COMMERCIAL.md b/LICENSE-COMMERCIAL.md new file mode 100644 index 000000000..95aa3bc2a --- /dev/null +++ b/LICENSE-COMMERCIAL.md @@ -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). diff --git a/LICENSE.md b/LICENSE.md index a3beb4ec2..3445a8148 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 . - +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 diff --git a/apps/studio/src-commercial/.keep b/apps/studio/src-commercial/.keep new file mode 100644 index 000000000..e69de29bb