Navigation Menu

Skip to content

Commit

Permalink
Adds mit and apache2 license
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiquejane committed Aug 11, 2020
1 parent 299b982 commit 0f30911
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 7 deletions.
13 changes: 13 additions & 0 deletions LICENSE-APACHE2.md
@@ -0,0 +1,13 @@
Copyright 2020 Indefinite Integral Incorporated

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.
8 changes: 8 additions & 0 deletions LICENSE-MIT.md
@@ -0,0 +1,8 @@
Copyright 2020 Indefinite Integral Incorporated

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.

2 changes: 1 addition & 1 deletion bin/package.json
Expand Up @@ -23,7 +23,7 @@
"contributors": [
"Mark Tyneway <mark.tyneway@gmail.com>"
],
"license": "LGPLv3",
"license": "(LGPLv3 OR MIT OR Apache-2.0)",
"dependencies": {
"@summa-tx/bitcoin-spv-js-clients": "file:../js/clients"
},
Expand Down
2 changes: 1 addition & 1 deletion c/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "bitcoin-spv-ckb"
version = "0.1.0"
authors = ["James Prestwich <james@prestwi.ch>", "Summa <team@summa.one>"]
edition = "2018"
license = "LGPL-3.0-or-later"
license = "LGPL-3.0-or-later OR MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion js/clients/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/clients/package.json
@@ -1,6 +1,6 @@
{
"name": "@summa-tx/bitcoin-spv-js-clients",
"version": "0.1.3",
"version": "0.1.4",
"description": "Clients for fetching bitcoin SPV proofs in Javascript",
"main": "lib/index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Expand Up @@ -27,7 +27,7 @@
"Dominique Liau <dominique@summa.one>",
"James Prestwich <james@summa.one>"
],
"license": "LGPLv3",
"license": "(LGPLv3 OR MIT OR Apache-2.0)",
"homepage": "https://github.com/summa-tx/bitcoin-spv/tree/master/js#readme",
"devDependencies": {
"@babel/cli": "^7.6.0",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "bitcoin-spv"
version = "3.0.1"
authors = ["James Prestwich <james@prestwi.ch>"]
edition = "2018"
license="LGPL-3.0-or-later"
license="LGPL-3.0-or-later OR MIT OR Apache-2.0"
description="Bitcoin SPV Proof evaluation"
homepage="https://github.com/summa-tx/bitcoin-spv"
repository="https://github.com/summa-tx/bitcoin-spv"
Expand Down
2 changes: 1 addition & 1 deletion solidity/package.json
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "solium --fix -d contracts/ && eslint --fix ./test"
},
"author": "",
"license": "LGPLv3",
"license": "(LGPLv3 OR MIT OR Apache-2.0)",
"devDependencies": {
"bn.js": "^5.0.0",
"eslint": "^5.16.0",
Expand Down

0 comments on commit 0f30911

Please sign in to comment.