From 76cfa9db2547578173400bc7db37632842811f78 Mon Sep 17 00:00:00 2001 From: longemen3000 Date: Tue, 24 Sep 2024 03:56:33 -0300 Subject: [PATCH] ClapeyronHANNA: add missing license and compat --- lib/ClapeyronHANNA/LICENSE.md | 21 +++++++++++++++++++++ lib/ClapeyronHANNA/Project.toml | 15 +++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 lib/ClapeyronHANNA/LICENSE.md diff --git a/lib/ClapeyronHANNA/LICENSE.md b/lib/ClapeyronHANNA/LICENSE.md new file mode 100644 index 000000000..0e6a36e7f --- /dev/null +++ b/lib/ClapeyronHANNA/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Sebastian Schmitt + +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/lib/ClapeyronHANNA/Project.toml b/lib/ClapeyronHANNA/Project.toml index 561122bd2..1a92ec5cf 100644 --- a/lib/ClapeyronHANNA/Project.toml +++ b/lib/ClapeyronHANNA/Project.toml @@ -9,3 +9,18 @@ Clapeyron = "7c7805af-46cc-48c9-995b-ed0ed2dc909a" Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" Transformers = "21ca0261-441d-5938-ace7-c90938fde4d4" + +[compat] +CSV = "0.10" +Clapeyron = "0.6" +Flux = "0.14" +JLD2 = "0.5" +Transformers = "0.3" +julia = "1.6" + +[extras] +Clapeyron = "7c7805af-46cc-48c9-995b-ed0ed2dc909a" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Clapeyron", "Test"]