Commit graph

8 commits

Author SHA1 Message Date
Eli Peter
fd65360818
Update licensing to GPL-3: (#19)
* Update licensing to GPL-3:

- Changed project license from "MIT OR Apache-2.0" to "GPL-3".
- Added LICENSE file with GNU GPL-3 full text.
- Removed MIT and Apache-2.0 license files from the repository.

* docs: Update license badge in README to reflect GPL v3

* Update Cargo.toml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* docs: updated README.md for new license

* docs: update license information to GPL-3.0 in README and Cargo.toml

---------

Co-authored-by: elipeter <eli.peter@es.fcm.travel>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-25 17:23:31 +02:00
elipeter
cdd89dab4a docs: Update badges in README to reflect crates.io links and license information 2025-06-25 03:56:07 +02:00
Eli Peter
423e6bffd1
fix: Clarify changelog entry for Windows zip command issue in release pipeline (#17) 2025-06-25 03:37:39 +02:00
Eli Peter
d50684e31b
docs: Add section on advantages of using Nyx in README (#10)
* docs: Add section on advantages of using Nyx in README

* ci: Update branch references from 'main' to 'master' in CI configuration

* docs: Add third-party licenses documentation and update build process

* Update .github/workflows/release-build.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* docs: Add third-party licenses documentation and update build process

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-25 01:42:10 +02:00
elipeter
0efc26d28d chore: Add dual licensing information and contribution guidelines 2025-06-25 00:24:05 +02:00
elipeter
6126cfef36 Expand README with detailed project description, features, usage examples, configuration guide, and license section. Add new TypeScript vulnerability patterns to improve scanning capabilities. 2025-06-17 11:20:19 +02:00
elipeter
8543b62216 Remove credit section from README.md as it is no longer applicable 2025-06-16 23:48:58 +02:00
elipeter
ada7835efa - Remove unused filetypes.rs and walk.rs modules
- Introduce `index.rs` for file indexing using SQLite
- Expand configuration options in `config.rs`, including `excluded_files`
- Update dependencies in `Cargo.toml` to include SQLite, hashing, and regex libraries
2025-06-16 23:48:04 +02:00