Skip to content

Commit

Permalink
Changing of project LICENSE (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Apr 22, 2024
1 parent 7e5daba commit fcc2f19
Show file tree
Hide file tree
Showing 8 changed files with 393 additions and 45 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ members = [
default-members = ["service"]
resolver = "2"

[workspace.package]
repository = "https://github.com/pythonbrad/afrim"
license = "MPL-2.0"
readme = "README.md"
authors = ["Brady Fomegne <[email protected]>"]

383 changes: 362 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Afrim ⌨️

Afrim is an input method for African languages. It is designed to protect the native language of various local dialects of Africa and is a universal phonetic-based input method platform.

License
---
[MIT](LICENSE) license.

History
---
AFRIM is the abbreviation of *AFRICA IME* or *Africa Input Method Engine*.
Expand Down Expand Up @@ -89,6 +85,11 @@ Try it in the console
🧑🏿‍🤝‍🧑🏿 Community:
- Feel free to propose your own.

Licence
===

All the code in this repository is released under the Mozilla Public License v2.0, for more information take a look at the [LICENSE](LICENSE) file.

Contributing
===

Expand Down
8 changes: 4 additions & 4 deletions config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
description = "Handle the configuration of the afrim input method."
keywords = ["ime", "config"]
categories = ["config"]
repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "README.md"
authors = ["Brady Fomegne <[email protected]>"]
repository.workspace = true
license.workspace = true
readme.workspace = true
authors.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
Expand Down
8 changes: 4 additions & 4 deletions engine/preprocessor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
description = "A preprocessor to process keyboard events for an input method."
keywords = ["ime", "processor", "keyboard"]
categories = ["hardware-support"]
repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "README.md"
authors = ["Brady Fomegne <[email protected]>"]
repository.workspace = true
license.workspace = true
readme.workspace = true
authors.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
Expand Down
8 changes: 4 additions & 4 deletions engine/translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
description = "Manage the predication system of the afrim input method."
keywords = ["auto-complete", "ime", "predication"]
categories = ["text-processing"]
repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "README.md"
authors = ["Brady Fomegne <[email protected]>"]
repository.workspace = true
license.workspace = true
readme.workspace = true
authors.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
8 changes: 4 additions & 4 deletions memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
description = "Make the handle of sequential codes easier for an input method."
keywords = ["ime", "memory", "data-structure"]
categories = ["data-structures", "text-processing"]
repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "README.md"
authors = ["Brady Fomegne <[email protected]>"]
repository.workspace = true
license.workspace = true
readme.workspace = true
authors.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
8 changes: 4 additions & 4 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
description = "Core library of the afrim input method."
keywords = ["ime", "keyboard"]
categories = ["accessibility"]
repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "../README.md"
authors = ["Brady Fomegne <[email protected]>"]
repository.workspace = true
license.workspace = true
readme.workspace = true
authors.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit fcc2f19

Please sign in to comment.