Skip to content

Commit

Permalink
Update the license to Apache 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 8, 2024
1 parent 3c4231d commit 85bf674
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 180 deletions.
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2024 ChainSafe Systems

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.
172 changes: 0 additions & 172 deletions LICENSE-LGPL

This file was deleted.

2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme",
"license": "LGPL-3.0",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
},
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme",
"license": "LGPL-3.0",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
},
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme",
"license": "LGPL-3.0",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
},
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme",
"license": "LGPL-3.0",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
},
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme",
"license": "LGPL-3.0",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
},
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme",
"license": "LGPL-3.0",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
},
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme",
"license": "LGPL-3.0",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"type": "module",
"description": "A xdelta3 native binding for Nodejs",
"license": "LGPL-3.0",
"license": "Apache-2.0",
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme",
"repository": {
Expand Down

0 comments on commit 85bf674

Please sign in to comment.