From f2a3a327193eff9bf52240912e800bb4df361521 Mon Sep 17 00:00:00 2001 From: leotrs Date: Fri, 29 May 2020 21:15:43 -0400 Subject: [PATCH] add community license as separate from 3b1b original license --- LICENSE | 2 +- LICENSE.community | 21 +++++++++++++++++++++ README.md | 3 +++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 LICENSE.community diff --git a/LICENSE b/LICENSE index a1ee60b9f3..774f596570 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020, the Manim Community Developers +Copyright (c) 2018 3Blue1Brown LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE.community b/LICENSE.community new file mode 100644 index 0000000000..a1ee60b9f3 --- /dev/null +++ b/LICENSE.community @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020, the Manim Community Developers + +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. diff --git a/README.md b/README.md index 1165b7f0f8..8258949152 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Manim is an animation engine for explanatory math videos. It's used to create pr > NOTE: This repository is maintained by the Manim Community, and is not associated with Grant Sanderson or 3Blue1Brown in any way (though we are definitely indebted to him for providing his work to the world). If you want to study how Grant makes his videos, head over to the main repository (3b1b/manim). This is a more frequently updated repository than the main one, and is recommended if you want to use Manim for your own projects. +The software is double-licensed, copyright 3blue1brown LLC (see LICENSE) +and copyright Manim Community Developers (see LICENSE.community). + ## Table of Contents: - [Installation](#installation) * [Windows](#windows)