Skip to content

Commit

Permalink
Update some files
Browse files Browse the repository at this point in the history
  • Loading branch information
nandolawson committed Dec 20, 2024
1 parent 3895626 commit 64bd3d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to LinkLoom
# Contributing to keyforge95

Thank you for your interest in contributing to this project! All kinds of contributions are welcome, whether it's in the form of code, documentation, bug reports, or feature requests.

Expand Down Expand Up @@ -29,4 +29,4 @@ To ensure that all contributions are of high quality and fit in with the project

If you have any questions or need help, you can contact us in the [Issue Tracker](https://github.com/nandolawson/keyforge95/issues).

Thank you for your contributions!
Thank you for your contributions!
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ exclude = [
"pkg/",
"target/",
".gitignore",
"CONTRIBUTING.md",
"Dockerfile",
]
keywords = ["generator", "no_std", "product_key", "validator", "wasm"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

This library is a cross-platform generator and validator for Windows 95 keys written in Rust. As it turned out, however, it supposedly works for all Microsoft products that require a 10-digit product key in the following format: _`XXX-XXXXXXX`_. In addition to these, Windows 95 OEM keys (_`XXXXX-OEM-XXXXXXX-XXXXX`_) can also be generated and validated. Keyforge95 can not only be easily added to any Rust project via Cargo, but can also be compiled into WebAssembly for JavaScript/TypeScript using wasm-pack or obtained via npm.

This project is primarily a learning experience for me, and it's unlikely to see many updates moving forward. However, this project should fulfill all the benefits that are expected.
This project is primarily a learning experience for me, and it's unlikely to see updates moving forward. However, this project should fulfill all the benefits that are expected.

> ⚠️ **Note**: keyforge95 and I are in no way associated with Microsoft or their products. Only [publicly available information](https://en.wikipedia.org/wiki/Product_key#Examples) from the internet has been used to create this project. It neither bypasses effective copy measures nor constitutes a "crack." The purpose of this repository, from my perspective, is solely to gain experience in programming and enhance my skills and knowledge.
Expand Down Expand Up @@ -71,4 +71,4 @@ Install wasm32 as a target in rustup: _`rustup target add wasm32-unknown-unknown
## Contributing

Anyone who wants to contribute is more than welcome to do so. I would be delighted to learn from the contributions of other users. If you find a bug or have a feature in mind that you think would be useful, please feel free to create a pull request on GitHub.
If you decide to fork this project, please make sure to adhere to the [license](https://github.com/nandolawson/keyforge95/blob/master/LICENSE). Your involvement and feedback are highly appreciated!
If you decide to fork this project, please make sure to adhere to the [license](https://github.com/nandolawson/keyforge95/blob/master/LICENSE) and the [contribution guidelines](https://github.com/nandolawson/keyforge95/blob/master/CONTRIBUTING.md). Your involvement and feedback are highly appreciated!

0 comments on commit 64bd3d2

Please sign in to comment.