From b2f78bb741be6b3e6e2af9664277e03d16a617c4 Mon Sep 17 00:00:00 2001 From: Uku Taht <Uku.taht@gmail.com> Date: Fri, 16 Oct 2020 11:08:58 +0300 Subject: [PATCH] Change Javascript license to MIT (#369) --- README.md | 3 +++ tracker/LICENSE.md | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 tracker/LICENSE.md diff --git a/README.md b/README.md index 6e577ff8..534e2f4f 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,6 @@ We welcome feedback from our community. We have a public roadmap driven by the f ### License Plausible is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. You can [find it here](https://github.com/plausible/analytics/blob/master/LICENSE.md). + +The only exception is our javascript tracker which gets included on your website. To avoid issues with AGPL virality, we've +released the tracker under the MIT license. You can [find it here](https://github.com/plausible/analytics/blob/master/tracker/LICENSE.md). diff --git a/tracker/LICENSE.md b/tracker/LICENSE.md new file mode 100644 index 00000000..38d02b46 --- /dev/null +++ b/tracker/LICENSE.md @@ -0,0 +1,7 @@ +Copyright 2020 Plausible Insights OÜ + +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. -- GitLab