From ccf50eaab1450a37c658f8e535b03393765e3a19 Mon Sep 17 00:00:00 2001 From: Stijn Vermeeren <144008419+stijnvermeeren-swisstopo@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:55:04 +0200 Subject: [PATCH 1/2] Create LICENSE (MIT) --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..7233499d --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 swisstopo + +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. From 639a2c07e76e5e2de1cb3213748c57542e3c6841 Mon Sep 17 00:00:00 2001 From: Stijn Vermeeren Date: Mon, 14 Oct 2024 13:12:01 +0200 Subject: [PATCH 2/2] document license in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c088a9eb..c19ec71d 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ With the current version of the code, groundwater can only be found at depth sma * David Cleres [@dcleres](https://www.github.com/dcleres) (Visium) * Renato Durrer [@redur](https://www.github.com/redur) (Visium) +## License + +The source code of this project is open source software, licensed under the [MIT License](LICENSE). Certain libraries in the project dependencies might be distributed under more restrictive open source licences. Most notably, [PyMuPDF](https://pymupdf.readthedocs.io/en/latest/about.html#license-and-copyright) is available under either the AGPL license or a commercial license. These more restrictive licenses would apply when distributing this project in a single package together with its dependencies. + ## Installation We use pip to manage the packages dependencies. We recommend using a virtual environment within which to install all dependencies.