diff --git a/fluent-bundle/Cargo.toml b/fluent-bundle/Cargo.toml index 987f7074..872ffe13 100644 --- a/fluent-bundle/Cargo.toml +++ b/fluent-bundle/Cargo.toml @@ -7,7 +7,7 @@ natural language translations. version = "0.15.2" edition = "2021" authors = [ - "Zibi Braniecki ", + "Zibi Braniecki ", "Staś Małolepszy " ] homepage = "http://www.projectfluent.org" diff --git a/fluent-bundle/README.md b/fluent-bundle/README.md index e8e15f89..488be2ea 100644 --- a/fluent-bundle/README.md +++ b/fluent-bundle/README.md @@ -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. diff --git a/fluent-cli/Cargo.toml b/fluent-cli/Cargo.toml index 2577049a..c078c18d 100644 --- a/fluent-cli/Cargo.toml +++ b/fluent-cli/Cargo.toml @@ -7,7 +7,7 @@ for Fluent Localization System. version = "0.0.1" edition = "2021" authors = [ - "Zibi Braniecki ", + "Zibi Braniecki ", "Staś Małolepszy " ] homepage = "http://www.projectfluent.org" diff --git a/fluent-fallback/Cargo.toml b/fluent-fallback/Cargo.toml index 52b689d4..0d949d43 100644 --- a/fluent-fallback/Cargo.toml +++ b/fluent-fallback/Cargo.toml @@ -7,7 +7,7 @@ and runtime localization lifecycle. version = "0.7.0" edition = "2021" authors = [ - "Zibi Braniecki ", + "Zibi Braniecki ", "Staś Małolepszy " ] homepage = "http://www.projectfluent.org" diff --git a/fluent-fallback/README.md b/fluent-fallback/README.md index b09809e3..efc50aa5 100644 --- a/fluent-fallback/README.md +++ b/fluent-fallback/README.md @@ -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. diff --git a/fluent-pseudo/Cargo.toml b/fluent-pseudo/Cargo.toml index 851ca335..fb70c1b8 100644 --- a/fluent-pseudo/Cargo.toml +++ b/fluent-pseudo/Cargo.toml @@ -6,7 +6,7 @@ Pseudolocalization transformation API for use with Project Fluent API. version = "0.3.1" edition = "2021" authors = [ - "Zibi Braniecki ", + "Zibi Braniecki ", "Staś Małolepszy " ] homepage = "http://www.projectfluent.org" diff --git a/fluent-resmgr/Cargo.toml b/fluent-resmgr/Cargo.toml index 3df5a40a..c73b843b 100644 --- a/fluent-resmgr/Cargo.toml +++ b/fluent-resmgr/Cargo.toml @@ -5,7 +5,7 @@ Resource manager for Fluent localization resources. """ version = "0.0.6" authors = [ - "Zibi Braniecki ", + "Zibi Braniecki ", "Staś Małolepszy " ] edition = "2021" diff --git a/fluent-resmgr/README.md b/fluent-resmgr/README.md index 97d6b2fa..147615c1 100644 --- a/fluent-resmgr/README.md +++ b/fluent-resmgr/README.md @@ -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. diff --git a/fluent-syntax/Cargo.toml b/fluent-syntax/Cargo.toml index 3c271ad9..9c306381 100644 --- a/fluent-syntax/Cargo.toml +++ b/fluent-syntax/Cargo.toml @@ -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 ", + "Zibi Braniecki ", "Staś Małolepszy " ] homepage = "http://www.projectfluent.org" diff --git a/fluent-syntax/README.md b/fluent-syntax/README.md index 7c2fd45b..e1178bfc 100644 --- a/fluent-syntax/README.md +++ b/fluent-syntax/README.md @@ -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. diff --git a/fluent-testing/README.md b/fluent-testing/README.md index 8bca39a5..007c7ec6 100644 --- a/fluent-testing/README.md +++ b/fluent-testing/README.md @@ -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. diff --git a/fluent/Cargo.toml b/fluent/Cargo.toml index b75d597a..16ae4cc2 100644 --- a/fluent/Cargo.toml +++ b/fluent/Cargo.toml @@ -7,7 +7,7 @@ natural language translations. version = "0.16.0" edition = "2021" authors = [ - "Zibi Braniecki ", + "Zibi Braniecki ", "Staś Małolepszy " ] homepage = "http://www.projectfluent.org" diff --git a/fluent/README.md b/fluent/README.md index 524588a6..875dd50d 100644 --- a/fluent/README.md +++ b/fluent/README.md @@ -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. diff --git a/intl-memoizer/Cargo.toml b/intl-memoizer/Cargo.toml index 6b9f4fae..c1506146 100644 --- a/intl-memoizer/Cargo.toml +++ b/intl-memoizer/Cargo.toml @@ -7,7 +7,7 @@ intl formatters. version = "0.5.1" edition = "2021" authors = [ - "Zibi Braniecki ", + "Zibi Braniecki ", "Manish Goregaokar " ] homepage = "http://www.projectfluent.org" diff --git a/intl-memoizer/README.md b/intl-memoizer/README.md index 8e8c4e6a..69f7e72a 100644 --- a/intl-memoizer/README.md +++ b/intl-memoizer/README.md @@ -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.