Skip to content

Commit 6ba8462

Browse files
committed
fix: Some packages were erroneously marked as MIT license.
1 parent 6299fa8 commit 6ba8462

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/@css-blocks/broccoli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CSS Blocks Broccoli Addon",
55
"main": "dist/src/index.js",
66
"author": "Adam Miller <[email protected]>",
7-
"license": "MIT",
7+
"license": "BSD-2-Clause",
88
"repository": "https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli",
99
"homepage": "https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli#readme",
1010
"keywords": [

packages/@css-blocks/glimmer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"contributors": [
3737
"Tom Dale <[email protected]>"
3838
],
39-
"license": "MIT",
39+
"license": "BSD-2-Clause",
4040
"bugs": {
4141
"url": "https://github.com/linkedin/css-blocks/issues"
4242
},

packages/@css-blocks/jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"CSS Blocks"
3030
],
3131
"author": "Adam Miller <[email protected]>",
32-
"license": "MIT",
32+
"license": "BSD-2-Clause",
3333
"bugs": {
3434
"url": "https://github.com/linkedin/css-blocks/issues"
3535
},

packages/@css-blocks/webpack/examples/jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"main": "index.js",
6-
"license": "MIT",
6+
"license": "BSD-2-Clause",
77
"dependencies": {
88
"@css-blocks/jsx": "file:../../../jsx",
99
"@css-blocks/runtime": "file:../../../runtime",

0 commit comments

Comments
 (0)