From 1abb7a8e56dc75a2ba44885dcb9b88a6309d4579 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Sun, 6 Oct 2024 16:09:09 -1000 Subject: [PATCH] Update LICENSE to LGPL (#233) See examples inspiring the licensing: https://github.com/sidekiq/sidekiq/blob/main/COMM-LICENSE.txt https://github.com/sidekiq/sidekiq/blob/main/LICENSE.txt --- COMM-LICENSE.txt | 9 +++++++++ LICENSE | 25 ++++++------------------- 2 files changed, 15 insertions(+), 19 deletions(-) create mode 100644 COMM-LICENSE.txt diff --git a/COMM-LICENSE.txt b/COMM-LICENSE.txt new file mode 100644 index 00000000..832d1875 --- /dev/null +++ b/COMM-LICENSE.txt @@ -0,0 +1,9 @@ +Control Plane Flow - Commercial Licensing + +Control Plane Flow is currently licensed under the GNU Lesser General Public License v3.0, which allows for broad use, including integration with proprietary software, as long as modifications to Control Plane Flow itself are open-sourced. + +While there are no current commercial license offerings, ShakaCode LLC reserves the right to offer commercial licenses or additional options in the future. This may include support packages, premium features, or alternative licensing terms. + +For any inquiries or expressions of interest in potential commercial licensing, please reach out to ShakaCode LLC at justin@shakacode.com. + +You can find the full terms of the GNU Lesser General Public License v3.0 at . diff --git a/LICENSE b/LICENSE index aae87db6..99edc994 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,8 @@ -MIT License +Copyright (c) 2024 ShakaCode LLC -Copyright (c) 2022 ShakaCode +Control Plane Flow is an Open Source project licensed under the terms of +the LGPLv3 license. Please see for license text. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Control Plane Flow may offer commercial-friendly licensing options in the future. +You can find any applicable commercial license terms in COMM-LICENSE.txt. +For inquiries, please contact justin@shakacode.com.