From 9fb1c5071cdcb4a1346efb04dea142abd1dcf10b Mon Sep 17 00:00:00 2001 From: Rising Odegua Date: Mon, 8 Mar 2021 12:33:32 +0100 Subject: [PATCH] [Licence][s]: Add license file --- README.md | 5 +++++ license | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 license diff --git a/README.md b/README.md index 4503e86b..14b3e7f9 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,8 @@ A gateway to your data 🌀 `Portal` is the data presentation framework. `Portal` can be used to showcase a single dataset or build full-scale data catalogs/portals. `Portal` is built in Javascript and React on top of the popular Next.js framework. + + + +### License +This project is licensed under the MIT License - see the LICENSE file for details \ No newline at end of file diff --git a/license b/license new file mode 100644 index 00000000..d38b18c6 --- /dev/null +++ b/license @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Datopian + +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