From 95a0abd38cac9d1e68991ab5e1343f3f56b3128d Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:03:45 +0200 Subject: [PATCH 1/2] Add license to package.json --- package-lock.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index bc2c5c7a..4f553074 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,6 +6,7 @@ "packages": { "": { "name": "cosmos-multisig-ui", + "license": "Apache-2.0", "dependencies": { "@cosmjs/amino": "^0.32.2", "@cosmjs/cosmwasm-stargate": "^0.32.2", diff --git a/package.json b/package.json index 3db288d5..87077920 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "cosmos-multisig-ui", + "license": "Apache-2.0", "private": true, "scripts": { "dev": "next dev", From 62df2e1abb2bfee98112f0716d42cf35d7fecc5e Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:03:55 +0200 Subject: [PATCH 2/2] Add NOTICE --- NOTICE | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..31ae9b43 --- /dev/null +++ b/NOTICE @@ -0,0 +1,13 @@ +Copyright 2024 + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.