Skip to content
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
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BSD 3-Clause License

Copyright (c) 2026, Andrea Borghi
Copyright (c) 2026, Hexus Contributors

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ Looking for the nitty-gritty details? We moved the heavy technical stuff into th
* 🔙 [Rollback Guide](docs/ROLLBACK.md) - In case you change your mind (but you won't!).

---
*License: [BSD 3-Clause](LICENSE) © 2026 Hexus Contributors.*
*License: [BSD 3-Clause](LICENSE)*
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ readme = "README.md"
requires-python = ">=3.11"
license = { text = "BSD-3-Clause" }
authors = [
{ name = "Toby (fork maintainer)" },
{ name = "Andrea Borghi", email = "andrea@example.invalid" },
{ name = "Toby", email = "codenamekt@gmail.com" },
{ name = "Andrea Borghi" },
]
keywords = [
"hermes-agent",
Expand Down
Loading