Skip to content

Commit e2cf298

Browse files
committed
Change license in package metadata
1 parent 4e63e70 commit e2cf298

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolver = "2"
66
# Updated in the CI with a `sed` command
77
package.version = "0.11.0"
88

9-
package.license = "Apache-2.0"
9+
package.license = "AGPL-3.0-only"
1010
package.authors = ["Quentin Gliech <[email protected]>"]
1111
package.edition = "2021"
1212
package.homepage = "https://matrix-org.github.io/matrix-authentication-service/"

tools/syn2mas/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.

tools/syn2mas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@matrix-org/syn2mas",
33
"version": "0.11.0",
44
"description": "A tool to migrate Synapse users and sessions to the Matrix Authentication Service",
5-
"license": "Apache-2.0",
5+
"license": "AGPL-3.0-only",
66
"author": "Matrix.org",
77
"type": "module",
88
"repository": {

0 commit comments

Comments
 (0)