From 5d3de9d0e1494d3195b61256a729e95098e585a6 Mon Sep 17 00:00:00 2001 From: Brian Greunke Date: Fri, 25 Sep 2026 07:34:09 -0500 Subject: [PATCH] docs: add MIT license and third-party NOTICE (ADM-454) Adds the root MIT LICENSE that every capability.yaml already declares, and a NOTICE that excludes the vendored third-party docs and reference snapshots from the MIT grant. Co-Authored-By: Claude Opus 5.5 (1M context) --- LICENSE | 21 +++++++++++++++++++++ NOTICE | 24 ++++++++++++++++++++++++ README.md | 2 +- 3 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 LICENSE create mode 100644 NOTICE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d79e88f --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Dreadnode, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..55b425d --- /dev/null +++ b/NOTICE @@ -0,0 +1,24 @@ +Dreadnode Capabilities +Copyright (c) 2026 Dreadnode, Inc. + +This repository is licensed under the MIT License in LICENSE, except for the +third-party material listed below. That material is not covered by the MIT +grant. Each item keeps its upstream owner's copyright and license. + +capabilities/bloodhound/docs/ + BloodHound documentation by SpecterOps. + License: Apache-2.0. See capabilities/bloodhound/docs/LICENSE. + +capabilities/mythic-c2/docs/apollo/ + Apollo agent documentation from MythicAgents/Apollo. + Copyright (c) 2022, Dwight Hohnstein. + License: BSD-3-Clause. See capabilities/mythic-c2/docs/apollo/LICENSE. + +capabilities/sliver-c2/docs/sliver/ + Sliver documentation by Bishop Fox. + License: GPL-3.0. See capabilities/sliver-c2/docs/sliver/LICENSE. + +capabilities/binary-analysis/skills/binary-analysis/references/external/ + Point-in-time snapshots of third-party reference material. Each file keeps + its upstream owner's terms. Sources are listed in + capabilities/binary-analysis/skills/binary-analysis/references/SOURCES.md. diff --git a/README.md b/README.md index 22d1b68..c9175d1 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ This repo is published for reference, not as a contribution target — we don't ## License -Each capability declares its license in its `capability.yaml`. +This repository is licensed under the [MIT License](LICENSE). Third-party material listed in [NOTICE](NOTICE) keeps its own license and is not covered by the MIT grant.