Skip to content

Commit aae8b2d

Browse files
Use SPDX 2.1 license expression. (#321)
This improves the usage of automated tooling which consumes the license information.
1 parent 178ed26 commit aae8b2d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

fluent-bundle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
"Staś Małolepszy <stas@mozilla.com>"
1212
]
1313
homepage = "http://www.projectfluent.org"
14-
license = "Apache-2.0/MIT"
14+
license = "Apache-2.0 OR MIT"
1515
repository = "https://github.com/projectfluent/fluent-rs"
1616
readme = "README.md"
1717
keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]

fluent-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
"Staś Małolepszy <stas@mozilla.com>"
1212
]
1313
homepage = "http://www.projectfluent.org"
14-
license = "Apache-2.0/MIT"
14+
license = "Apache-2.0 OR MIT"
1515
repository = "https://github.com/projectfluent/fluent-rs"
1616
readme = "README.md"
1717
keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]

fluent-fallback/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
"Staś Małolepszy <stas@mozilla.com>"
1212
]
1313
homepage = "http://www.projectfluent.org"
14-
license = "Apache-2.0/MIT"
14+
license = "Apache-2.0 OR MIT"
1515
repository = "https://github.com/projectfluent/fluent-rs"
1616
readme = "README.md"
1717
keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]

fluent-pseudo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
"Staś Małolepszy <stas@mozilla.com>"
1111
]
1212
homepage = "http://www.projectfluent.org"
13-
license = "Apache-2.0/MIT"
13+
license = "Apache-2.0 OR MIT"
1414
repository = "https://github.com/projectfluent/fluent-rs"
1515
readme = "README.md"
1616
keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]

fluent-resmgr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
edition = "2021"
1212
homepage = "http://www.projectfluent.org"
13-
license = "Apache-2.0/MIT"
13+
license = "Apache-2.0 OR MIT"
1414
repository = "https://github.com/projectfluent/fluent-rs"
1515
readme = "README.md"
1616
keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]

fluent-syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
"Staś Małolepszy <stas@mozilla.com>"
1111
]
1212
homepage = "http://www.projectfluent.org"
13-
license = "Apache-2.0/MIT"
13+
license = "Apache-2.0 OR MIT"
1414
repository = "https://github.com/projectfluent/fluent-rs"
1515
readme = "README.md"
1616
keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]

fluent-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
edition = "2021"
1212
homepage = "https://www.projectfluent.org"
13-
license = "Apache-2.0/MIT"
13+
license = "Apache-2.0 OR MIT"
1414
repository = "https://github.com/projectfluent/fluent-rs"
1515
readme = "README.md"
1616
keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]

fluent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
"Staś Małolepszy <stas@mozilla.com>"
1212
]
1313
homepage = "http://www.projectfluent.org"
14-
license = "Apache-2.0/MIT"
14+
license = "Apache-2.0 OR MIT"
1515
repository = "https://github.com/projectfluent/fluent-rs"
1616
readme = "README.md"
1717
keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]

intl-memoizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
"Manish Goregaokar <manishsmail@gmail.com>"
1212
]
1313
homepage = "http://www.projectfluent.org"
14-
license = "Apache-2.0/MIT"
14+
license = "Apache-2.0 OR MIT"
1515
repository = "https://github.com/projectfluent/fluent-rs"
1616
readme = "README.md"
1717
keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]

0 commit comments

Comments
 (0)