From 4245e42e9193dac4787fdb8b9dcbd7cd76075380 Mon Sep 17 00:00:00 2001 From: iret77 <63622643+iret77@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:30:23 +0000 Subject: [PATCH] fix: correct copyright holder to byte5 GmbH The copyright holder named the brand/domain 'byte5.ai' rather than the legal entity. Corrects the LICENSE copyright line and the README license line to 'byte5 GmbH'. The byte5.ai website URL in the README author line is left as-is (it is a link to the site, not a rights holder); the SPEC.md author line already reads 'byte5 GmbH'. --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 9cd2664..d8d702e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 byte5.ai +Copyright (c) 2026 byte5 GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0801ba6..5d78ef3 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ ANP is open infrastructure and feedback is welcome — see [`CONTRIBUTING.md`](. ## License -[MIT](./LICENSE) © 2026 byte5.ai +[MIT](./LICENSE) © 2026 byte5 GmbH ---