Skip to content

Commit 561c47f

Browse files
committed
Add CERN Open Hardware License and GNU Affero General Public License
- Introduced CERN Open Hardware License Version 2 - Strongly Reciprocal for hardware resources. - Added GNU Affero General Public License Version 3 for software resources.
1 parent 3e859fd commit 561c47f

6 files changed

Lines changed: 1642 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@ Inside `resources/`, you will find (or can add):
2323
- `build-guides/` - assembly and calibration guides
2424
- `assets/` - renders, diagrams, and media for dissemination
2525

26+
## Licensing
27+
- Software: GNU AGPLv3 (see `LICENSE` and `resources/software/LICENSE`)
28+
- Firmware: GNU GPLv3 (see `resources/firmware/LICENSE`)
29+
- Hardware: CERN OHL-S v2 (see `resources/hardware/LICENSE`)
30+
2631
## Contributing
2732
If you want to contribute to the website, see `site/README.md`. For hardware/software contributions, add to the appropriate folder in `resources/` and update the docs.

resources/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ This folder hosts the open-source materials needed to build, customize, and exte
1414
## How to contribute
1515

1616
Add files to the appropriate folder and update documentation in `docs/`. For large design files, prefer GitHub Releases and link them from `docs/`.
17+
18+
## Licensing
19+
20+
- `software/`: GNU AGPLv3 (see `resources/software/LICENSE`)
21+
- `firmware/`: GNU GPLv3 (see `resources/firmware/LICENSE`)
22+
- `hardware/`: CERN OHL-S v2 (see `resources/hardware/LICENSE`)

0 commit comments

Comments
 (0)