From e12737465c6e1b1f01bcd5947bd7c170097a6638 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 18 Jun 2024 12:58:40 -0400 Subject: [PATCH 1/2] Update license to match other Plotly projects --- COPYRIGHT | 8 -------- LICENSE | 21 +++++++++++++++++++++ LICENSE-MIT | 25 ------------------------- 3 files changed, 21 insertions(+), 33 deletions(-) delete mode 100644 COPYRIGHT create mode 100644 LICENSE delete mode 100644 LICENSE-MIT diff --git a/COPYRIGHT b/COPYRIGHT deleted file mode 100644 index 2593be82..00000000 --- a/COPYRIGHT +++ /dev/null @@ -1,8 +0,0 @@ -Copyrights in the Plotly.rs project are retained by their contributors. No -copyright assignment is required to contribute to the Plotly.rs project. - -For full authorship information, see the version control history. - -Except as otherwise noted (below and/or in individual files), Plotly.rs -licensed under the MIT license - or . diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..d7ee7c8a --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2024 Plotly, Inc + +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. \ No newline at end of file diff --git a/LICENSE-MIT b/LICENSE-MIT deleted file mode 100644 index 3893863b..00000000 --- a/LICENSE-MIT +++ /dev/null @@ -1,25 +0,0 @@ -Copyright (c) 2020-2022 Ioannis Giagkiozis - -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. \ No newline at end of file From 9bdee2a7fbe82e050313bcd6f1285fa1d8ba09b7 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 18 Jun 2024 13:00:55 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5a0819..8924c10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a - [[#180](https://github.com/plotly/plotly.rs/pull/180)] Add setter for `Mapbox::domain`. - [[#163](https://github.com/plotly/plotly.rs/pull/163)] Added `DensityMapbox`. - [[#153](https://github.com/plotly/plotly.rs/pull/153)] Added `LayoutScene`. +- [[#212](https://github.com/plotly/plotly.rs/pull/212)] Update LICENSE ## [0.8.4] - 2023-07-09 ### Added