From 4b8650318fa67227b21de4421be97aa51bb2e277 Mon Sep 17 00:00:00 2001 From: Nathan Gillett Date: Sat, 30 May 2026 17:38:11 -0500 Subject: [PATCH] Remove TRADEMARK, SECURITY, and NOTICE files --- NOTICE | 4 ---- README.md | 6 +++--- SECURITY.md | 9 --------- TRADEMARK.md | 9 --------- 4 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 NOTICE delete mode 100644 SECURITY.md delete mode 100644 TRADEMARK.md diff --git a/NOTICE b/NOTICE deleted file mode 100644 index 0e1e882..0000000 --- a/NOTICE +++ /dev/null @@ -1,4 +0,0 @@ -IntentProof Python SDK -Copyright (c) 2026 Nathan Gillett - -Licensed under the MIT License (see LICENSE). diff --git a/README.md b/README.md index df96c07..3a0ffe8 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ Golden vectors: [`intentproof-spec`](https://github.com/IntentProof/intentproof- ## Support [GitHub Issues](https://github.com/IntentProof/intentproof-sdk-python/issues) — -see [CONTRIBUTING.md](CONTRIBUTING.md). Security: -[SECURITY.md](SECURITY.md). +see [CONTRIBUTING.md](CONTRIBUTING.md). Security reports: +`security@intentproof.io` or a private GitHub Security Advisory. ## License -MIT — see [LICENSE](LICENSE) and [TRADEMARK.md](TRADEMARK.md). +MIT — see [LICENSE](LICENSE). diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index fff366a..0000000 --- a/SECURITY.md +++ /dev/null @@ -1,9 +0,0 @@ -# Security - -Report suspected vulnerabilities to `security@intentproof.io` or open a -private [GitHub Security Advisory](https://github.com/IntentProof/intentproof-sdk-python/security/advisories/new) -on this repository. - -Do not post exploit details on public issues. - -This is an OSS project without a paid security SLA. diff --git a/TRADEMARK.md b/TRADEMARK.md deleted file mode 100644 index 3c736df..0000000 --- a/TRADEMARK.md +++ /dev/null @@ -1,9 +0,0 @@ -# Trademark notice - -"IntentProof" is the project name for this open-source work. - -The MIT License grants copyright permission for the code; it does **not** -grant trademark rights. Do not imply endorsement, sponsorship, or certification -by the maintainer. - -See [CONTRIBUTING.md](CONTRIBUTING.md) for how to report issues.