From 1321e4c7b7b683266ab3f9bf2ad5f0a92fa4e732 Mon Sep 17 00:00:00 2001 From: Rajeev Satish Date: Fri, 8 Dec 2023 09:28:57 +0530 Subject: [PATCH] Issue fix ED-3212 adding license for the repo --- projects/common-form-elements/LICENSE | 21 +++++++++++++++++++++ projects/common-form-elements/package.json | 3 ++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 projects/common-form-elements/LICENSE diff --git a/projects/common-form-elements/LICENSE b/projects/common-form-elements/LICENSE new file mode 100644 index 00000000..5f3a684d --- /dev/null +++ b/projects/common-form-elements/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Sunbird for Education + +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/projects/common-form-elements/package.json b/projects/common-form-elements/package.json index 1a578aaf..5b5dbb4b 100644 --- a/projects/common-form-elements/package.json +++ b/projects/common-form-elements/package.json @@ -1,6 +1,7 @@ { "name": "common-form-elements-v9", - "version": "4.1.0", + "version": "4.1.1", + "license": "MIT", "peerDependencies": { "@angular/common": "^9.1.13", "@angular/core": "^9.1.13",