Skip to content

Commit ee771ba

Browse files
authored
Update license references in README and email address in manifests (#341)
* Update Zibi's email address in manifests * Update reference to licenses in README to match manifests
1 parent aae8b2d commit ee771ba

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

fluent-bundle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ natural language translations.
77
version = "0.15.2"
88
edition = "2021"
99
authors = [
10-
"Zibi Braniecki <gandalf@mozilla.com>",
10+
"Zibi Braniecki <zibi@unicode.org>",
1111
"Staś Małolepszy <stas@mozilla.com>"
1212
]
1313
homepage = "http://www.projectfluent.org"

fluent-bundle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ you're a tool author you may be interested in the formal [EBNF grammar][].
9393
Get Involved
9494
------------
9595

96-
`fluent-rs` is open-source, licensed under the Apache License, Version 2.0. We
96+
`fluent-rs` is open-source, licensed under both the Apache 2.0 and MIT licenses. We
9797
encourage everyone to take a look at our code and we'll listen to your
9898
feedback.
9999

fluent-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ for Fluent Localization System.
77
version = "0.0.1"
88
edition = "2021"
99
authors = [
10-
"Zibi Braniecki <gandalf@mozilla.com>",
10+
"Zibi Braniecki <zibi@unicode.org>",
1111
"Staś Małolepszy <stas@mozilla.com>"
1212
]
1313
homepage = "http://www.projectfluent.org"

fluent-fallback/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and runtime localization lifecycle.
77
version = "0.7.0"
88
edition = "2021"
99
authors = [
10-
"Zibi Braniecki <gandalf@mozilla.com>",
10+
"Zibi Braniecki <zibi@unicode.org>",
1111
"Staś Małolepszy <stas@mozilla.com>"
1212
]
1313
homepage = "http://www.projectfluent.org"

fluent-fallback/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ you're a tool author you may be interested in the formal [EBNF grammar][].
8484
Get Involved
8585
------------
8686

87-
`fluent-rs` is open-source, licensed under the Apache License, Version 2.0. We
87+
`fluent-rs` is open-source, licensed under both the Apache 2.0 and MIT licenses. We
8888
encourage everyone to take a look at our code and we'll listen to your
8989
feedback.
9090

fluent-pseudo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pseudolocalization transformation API for use with Project Fluent API.
66
version = "0.3.1"
77
edition = "2021"
88
authors = [
9-
"Zibi Braniecki <gandalf@mozilla.com>",
9+
"Zibi Braniecki <zibi@unicode.org>",
1010
"Staś Małolepszy <stas@mozilla.com>"
1111
]
1212
homepage = "http://www.projectfluent.org"

fluent-resmgr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Resource manager for Fluent localization resources.
55
"""
66
version = "0.0.6"
77
authors = [
8-
"Zibi Braniecki <gandalf@mozilla.com>",
8+
"Zibi Braniecki <zibi@unicode.org>",
99
"Staś Małolepszy <stas@mozilla.com>"
1010
]
1111
edition = "2021"

fluent-resmgr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ you're a tool author you may be interested in the formal [EBNF grammar][].
8181
Get Involved
8282
------------
8383

84-
`fluent-rs` is open-source, licensed under the Apache License, Version 2.0. We
84+
`fluent-rs` is open-source, licensed under both the Apache 2.0 and MIT licenses. We
8585
encourage everyone to take a look at our code and we'll listen to your
8686
feedback.
8787

fluent-syntax/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "fluent-syntax"
33
description = """
4-
Parser/Serializer tools for Fluent Syntax.
4+
Parser/Serializer tools for Fluent Syntax.
55
"""
66
version = "0.11.0"
77
edition = "2021"
88
authors = [
9-
"Zibi Braniecki <gandalf@mozilla.com>",
9+
"Zibi Braniecki <zibi@unicode.org>",
1010
"Staś Małolepszy <stas@mozilla.com>"
1111
]
1212
homepage = "http://www.projectfluent.org"

fluent-syntax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ you're a tool author you may be interested in the formal [EBNF grammar][].
4646
Get Involved
4747
------------
4848

49-
`fluent-rs` is open-source, licensed under the Apache License, Version 2.0. We
49+
`fluent-rs` is open-source, licensed under both the Apache 2.0 and MIT licenses. We
5050
encourage everyone to take a look at our code and we'll listen to your
5151
feedback.
5252

0 commit comments

Comments
 (0)