File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ resolver = "2"
10
10
11
11
# Updated in the CI with a `sed` command
12
12
package.version = " 0.17.0-rc.0"
13
- package.license = " AGPL-3.0-only"
13
+ package.license = " AGPL-3.0-only OR LicenseRef-Element-Commercial "
14
14
package.authors = [" Element Backend Team" ]
15
15
package.edition = " 2024"
16
16
package.homepage = " https://element-hq.github.io/matrix-authentication-service/"
Original file line number Diff line number Diff line change 1
- // Copyright 2024 New Vector Ltd.
1
+ // Copyright 2024, 2025 New Vector Ltd.
2
2
// Copyright 2023, 2024 The Matrix.org Foundation C.I.C.
3
3
//
4
- // SPDX-License-Identifier: AGPL-3.0-only
4
+ // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
5
5
// Please see LICENSE files in the repository root for full details.
6
6
7
7
message = _{ (text | percent | placeholder)* ~ EOI }
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ impl Display for File {
75
75
fn fmt ( & self , f : & mut std:: fmt:: Formatter < ' _ > ) -> std:: fmt:: Result {
76
76
writeln ! (
77
77
f,
78
- r"// Copyright 2024 New Vector Ltd.
78
+ r"// Copyright 2024, 2025 New Vector Ltd.
79
79
// Copyright 2023, 2024 The Matrix.org Foundation C.I.C.
80
80
//
81
- // SPDX-License-Identifier: AGPL-3.0-only
81
+ // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
82
82
// Please see LICENSE files in the repository root for full details.
83
83
84
84
#![allow(clippy::doc_markdown)]
You can’t perform that action at this time.
0 commit comments