Skip to content

Commit

Permalink
Fix licenses (#31)
Browse files Browse the repository at this point in the history
* fix license

* update

* mising

* Create fix-licenses-2024-8-20-17-55-34.md
  • Loading branch information
timotheeguerin authored Sep 20, 2024
1 parent 9c591f8 commit f31e2ac
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .chronus/changes/fix-licenses-2024-8-20-17-55-34.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
# Change versionKind to one of: breaking, feature, fix, internal
changeKind: fix
packages:
- "@alloy-js/babel-preset"
- "@alloy-js/core"
- "@alloy-js/csharp"
- "@alloy-js/java"
- "@alloy-js/typescript"
---

Update license to MIT
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/babel-preset-alloy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "MIT",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"keywords": [],
"author": "[email protected]",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@babel/core": "catalog:",
"@babel/preset-typescript": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/csharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"keywords": [],
"author": "[email protected]",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@alloy-js/core": "workspace:~",
"change-case": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"keywords": [],
"author": "[email protected]",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@alloy-js/core": "workspace:~",
"change-case": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"keywords": [],
"author": "[email protected]",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@alloy-js/core": "workspace:~",
"change-case": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion samples/basic-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"keywords": [],
"author": "[email protected]",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@alloy-js/core": "workspace:~",
"@alloy-js/typescript": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion samples/client-emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"keywords": [],
"author": "[email protected]",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@alloy-js/core": "workspace:~",
"@alloy-js/typescript": "workspace:~",
Expand Down

0 comments on commit f31e2ac

Please sign in to comment.