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. 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",