-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathLICENSE
More file actions
23 lines (16 loc) · 945 Bytes
/
LICENSE
File metadata and controls
23 lines (16 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SAFE-MCP Dual License
This project uses a dual licensing structure:
1. Documentation License
All documentation, including but not limited to markdown files, technique descriptions,
and written content, is licensed under the Creative Commons Attribution 4.0 International
License (CC BY 4.0).
Full license text: https://creativecommons.org/licenses/by/4.0/
License file: LICENSE-CC-BY-4.0
2. Code License
All code, including but not limited to scripts, detection rules, and software implementations,
is licensed under the Apache License, Version 2.0.
Full license text: https://www.apache.org/licenses/LICENSE-2.0
License file: LICENSE-APACHE-2.0
The full text of each license is provided in the respective files within this repository.
By contributing to this project, you agree that your contributions will be licensed under
the applicable license based on the type of content (documentation or code).