Skip to content

Commit fbea9c0

Browse files
committed
fix licenses on all packages
Signed-off-by: karthik2804 <[email protected]>
1 parent 7b12ab8 commit fbea9c0

37 files changed

+37
-37
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (c) Fermyon Technologies. All Rights Reserved.
189+
Copyright (c) The Spin Framework ContributorsAll Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/build-tools/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (c) Fermyon Technologies. All Rights Reserved.
189+
Copyright (c) The Spin Framework ContributorsAll Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/build-tools/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"keywords": [],
1515
"author": "",
16-
"license": "ISC",
16+
"license": "Apache-2.0 WITH LLVM-exception",
1717
"type": "module",
1818
"devDependencies": {
1919
"@types/chai": "^5.0.1",

packages/http-trigger/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (c) Fermyon Technologies. All Rights Reserved.
189+
Copyright (c) The Spin Framework ContributorsAll Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/http-trigger/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/http-trigger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"keywords": [],
1212
"author": "",
13-
"license": "Apache-2.0",
13+
"license": " Apache-2.0 WITH LLVM-exception",
1414
"devDependencies": {
1515
"typescript": "^5.7.3"
1616
},

packages/spin-kv/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (c) Fermyon Technologies. All Rights Reserved.
189+
Copyright (c) The Spin Framework ContributorsAll Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/spin-kv/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/spin-kv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"keywords": [],
1212
"author": "",
13-
"license": "Apache-2.0",
13+
"license": " Apache-2.0 WITH LLVM-exception",
1414
"devDependencies": {
1515
"typescript": "^5.7.3"
1616
},

0 commit comments

Comments
 (0)