Skip to content

Commit da30500

Browse files
committed
Fix a few more license reference issues
1 parent c3707c1 commit da30500

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resolver = "2"
1010

1111
# Updated in the CI with a `sed` command
1212
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"
1414
package.authors = ["Element Backend Team"]
1515
package.edition = "2024"
1616
package.homepage = "https://element-hq.github.io/matrix-authentication-service/"

crates/i18n/src/sprintf/grammar.pest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

77
message = _{ (text | percent | placeholder)* ~ EOI }

crates/iana-codegen/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)]

0 commit comments

Comments
 (0)