From 9485619ec0ca24e9ed2cde5c6e843273a3f0c796 Mon Sep 17 00:00:00 2001 From: TheRealBrofessor <196406002+TheRealBrofessor@users.noreply.github.com> Date: Mon, 6 Jul 2026 23:35:07 -0400 Subject: [PATCH] Replace MIT with a source-available, view-only license The code may be read and the hosted app used for personal/educational purposes, but copying, modification, redistribution, and reuse in other projects are not permitted. Third-party dependencies keep their own licenses. Co-Authored-By: Claude Fable 5 --- LICENSE | 63 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/LICENSE b/LICENSE index 748ce22..5dc393d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,42 @@ -MIT License - -Copyright (c) 2026 TheRealBrofessor - -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. +Coding Circus — Source-Available, View-Only License + +Copyright (c) 2026 TheRealBrofessor (Owlsec). All rights reserved. + +1. Grant. Permission is granted, free of charge, to view and read the source + code in this repository and to use the hosted Coding Circus application at + its official URL for personal, educational, non-commercial purposes. + +2. Restrictions. Except as expressly permitted above or by prior written + permission of the copyright holder, you may NOT: + a. copy, reproduce, or redistribute this software or its source code, in + whole or in part, in any form; + b. modify, adapt, translate, or create derivative works of this software; + c. use this software or any part of it in your own projects, products, or + services, whether commercial or non-commercial; + d. sublicense, sell, rent, lease, or otherwise transfer rights to this + software; + e. present this software, or any part of it, as your own work, or remove + or alter copyright notices, attribution, or this license. + +3. GitHub. Forking within GitHub is tolerated solely to the extent required + by the GitHub Terms of Service for repository viewing; such forks convey + no rights beyond those granted in Section 1. + +4. Third-party components. This project depends on third-party software + (including Blockly, Pyodide, React, and other npm packages) that is NOT + covered by this license and remains under its own respective licenses. + Nothing in this license restricts your rights to that third-party + software as granted by its own licenses. + +5. Termination. Any violation of these terms automatically terminates the + permissions granted in Section 1. + +6. No warranty. 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 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES + OR OTHER LIABILITY ARISING FROM THE USE OF OR INABILITY TO USE THE + SOFTWARE. + +For licensing inquiries or written permission, contact the copyright holder +via the GitHub repository: https://github.com/TheRealBrofessor/coding-circus