Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update license references in README and email address in manifests #341

Merged
merged 2 commits into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fluent-bundle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ natural language translations.
version = "0.15.2"
edition = "2021"
authors = [
"Zibi Braniecki <[email protected]>",
"Zibi Braniecki <[email protected]>",
"Staś Małolepszy <[email protected]>"
]
homepage = "http://www.projectfluent.org"
Expand Down
2 changes: 1 addition & 1 deletion fluent-bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ you're a tool author you may be interested in the formal [EBNF grammar][].
Get Involved
------------

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

Expand Down
2 changes: 1 addition & 1 deletion fluent-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for Fluent Localization System.
version = "0.0.1"
edition = "2021"
authors = [
"Zibi Braniecki <[email protected]>",
"Zibi Braniecki <[email protected]>",
"Staś Małolepszy <[email protected]>"
]
homepage = "http://www.projectfluent.org"
Expand Down
2 changes: 1 addition & 1 deletion fluent-fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and runtime localization lifecycle.
version = "0.7.0"
edition = "2021"
authors = [
"Zibi Braniecki <[email protected]>",
"Zibi Braniecki <[email protected]>",
"Staś Małolepszy <[email protected]>"
]
homepage = "http://www.projectfluent.org"
Expand Down
2 changes: 1 addition & 1 deletion fluent-fallback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ you're a tool author you may be interested in the formal [EBNF grammar][].
Get Involved
------------

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

Expand Down
2 changes: 1 addition & 1 deletion fluent-pseudo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pseudolocalization transformation API for use with Project Fluent API.
version = "0.3.1"
edition = "2021"
authors = [
"Zibi Braniecki <[email protected]>",
"Zibi Braniecki <[email protected]>",
"Staś Małolepszy <[email protected]>"
]
homepage = "http://www.projectfluent.org"
Expand Down
2 changes: 1 addition & 1 deletion fluent-resmgr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Resource manager for Fluent localization resources.
"""
version = "0.0.6"
authors = [
"Zibi Braniecki <[email protected]>",
"Zibi Braniecki <[email protected]>",
"Staś Małolepszy <[email protected]>"
]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion fluent-resmgr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ you're a tool author you may be interested in the formal [EBNF grammar][].
Get Involved
------------

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

Expand Down
4 changes: 2 additions & 2 deletions fluent-syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "fluent-syntax"
description = """
Parser/Serializer tools for Fluent Syntax.
Parser/Serializer tools for Fluent Syntax.
"""
version = "0.11.0"
edition = "2021"
authors = [
"Zibi Braniecki <[email protected]>",
"Zibi Braniecki <[email protected]>",
"Staś Małolepszy <[email protected]>"
]
homepage = "http://www.projectfluent.org"
Expand Down
2 changes: 1 addition & 1 deletion fluent-syntax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ you're a tool author you may be interested in the formal [EBNF grammar][].
Get Involved
------------

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

Expand Down
2 changes: 1 addition & 1 deletion fluent-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ you're a tool author you may be interested in the formal [EBNF grammar][].
Get Involved
------------

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

Expand Down
2 changes: 1 addition & 1 deletion fluent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ natural language translations.
version = "0.16.0"
edition = "2021"
authors = [
"Zibi Braniecki <[email protected]>",
"Zibi Braniecki <[email protected]>",
"Staś Małolepszy <[email protected]>"
]
homepage = "http://www.projectfluent.org"
Expand Down
2 changes: 1 addition & 1 deletion fluent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ you're a tool author you may be interested in the formal [EBNF grammar][].
Get Involved
------------

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

Expand Down
2 changes: 1 addition & 1 deletion intl-memoizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ intl formatters.
version = "0.5.1"
edition = "2021"
authors = [
"Zibi Braniecki <[email protected]>",
"Zibi Braniecki <[email protected]>",
"Manish Goregaokar <[email protected]>"
]
homepage = "http://www.projectfluent.org"
Expand Down
2 changes: 1 addition & 1 deletion intl-memoizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ assert_eq!(text, "2.000");
Get Involved
------------

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

Expand Down