From ca9fa7672aa0f08d6601733fa962f42534bc0a34 Mon Sep 17 00:00:00 2001 From: Egor Chemokhonenko Date: Tue, 9 Jan 2024 16:25:03 +0000 Subject: [PATCH] Add license --- LICENSE | 21 +++++++++++++++++++++ dune-project | 1 + jsonschema2atd.opam | 1 + 3 files changed, 23 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6cc8a34 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Ahrefs + +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/dune-project b/dune-project index 585a758..c3ecfd3 100644 --- a/dune-project +++ b/dune-project @@ -6,6 +6,7 @@ (source (github ahrefs/jsonschema2atd)) (authors "Ahrefs") (maintainers "Egor Chemokhonenko ") +(license "MIT") (package (name jsonschema2atd) (synopsis "Generate ATD types out of JSON Schema and OpenAPI document") diff --git a/jsonschema2atd.opam b/jsonschema2atd.opam index 9206ead..59e14f2 100644 --- a/jsonschema2atd.opam +++ b/jsonschema2atd.opam @@ -5,6 +5,7 @@ synopsis: "Generate ATD types out of JSON Schema and OpenAPI document" description: "Generate ATD types out of JSON Schema and OpenAPI document" maintainer: ["Egor Chemokhonenko "] authors: ["Ahrefs"] +license: "MIT" homepage: "https://github.com/ahrefs/jsonschema2atd" bug-reports: "https://github.com/ahrefs/jsonschema2atd/issues" depends: [