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"
1010
1111# Updated in the CI with a `sed` command
1212package.version = " 0.17.0-rc.0"
13- package.license = " AGPL-3.0-only"
13+ package.license = " AGPL-3.0-only OR LicenseRef-Element-Commercial "
1414package.authors = [" Element Backend Team" ]
1515package.edition = " 2024"
1616package.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.
22// Copyright 2023, 2024 The Matrix.org Foundation C.I.C.
33//
4- // SPDX-License-Identifier: AGPL-3.0-only
4+ // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
55// Please see LICENSE files in the repository root for full details.
66
77message = _{ (text | percent | placeholder)* ~ EOI }
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ impl Display for File {
7575 fn fmt ( & self , f : & mut std:: fmt:: Formatter < ' _ > ) -> std:: fmt:: Result {
7676 writeln ! (
7777 f,
78- r"// Copyright 2024 New Vector Ltd.
78+ r"// Copyright 2024, 2025 New Vector Ltd.
7979// Copyright 2023, 2024 The Matrix.org Foundation C.I.C.
8080//
81- // SPDX-License-Identifier: AGPL-3.0-only
81+ // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
8282// Please see LICENSE files in the repository root for full details.
8383
8484#![allow(clippy::doc_markdown)]
You can’t perform that action at this time.
0 commit comments