Skip to content

Commit 643a452

Browse files
authored
Create LICENSE
1 parent 2b23502 commit 643a452

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

LICENSE

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
Project: IoT System – Open Source Hardware, Firmware, and Documentation
2+
Author: Mutesasira Bashir
3+
Year: 2025
4+
5+
This project is released as open source under the following licenses:
6+
7+
8+
9+
10+
================================================================================
11+
HARDWARE DESIGN FILES
12+
================================================================================
13+
14+
This includes:
15+
- PCB design files (.SchDoc, .PcbDoc, .PrjPcb, .OutJob, Gerbers)
16+
- Enclosure models (.scad, .step, .stl)
17+
- Mechanical drawings and fabrication files
18+
19+
Licensed under the **CERN Open Hardware Licence Version 2 – Strongly Reciprocal (CERN-OHL-S v2.0)**
20+
21+
You may copy, modify, and distribute the hardware, but must distribute any modified versions under the same license and include the source files.
22+
For the full license text, see:
23+
https://gitlab.com/ohwr/project/cernohl/-/wikis/uploads/819d71bea3458f71fba6cf4fb0f2de6b/cern_ohl_s_v2.txt
24+
25+
26+
27+
28+
================================================================================
29+
FIRMWARE / SOFTWARE CODE
30+
================================================================================
31+
32+
This includes:
33+
- Arduino firmware (.ino)
34+
- PHP scripts and server-side code
35+
- Supporting scripts or embedded code
36+
37+
Licensed under the **MIT License**:
38+
39+
Copyright (c) 2025 Mutesasira Bashir
40+
41+
Permission is hereby granted, free of charge, to any person obtaining a copy
42+
of this software and associated documentation files (the “Software”), to deal
43+
in the Software without restriction, including without limitation the rights
44+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
45+
copies of the Software, and to permit persons to whom the Software is
46+
furnished to do so, subject to the following conditions:
47+
48+
The above copyright notice and this permission notice shall be included in
49+
all copies or substantial portions of the Software.
50+
51+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
52+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
53+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
54+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
55+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
56+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
57+
THE SOFTWARE.
58+
59+
Full MIT License: https://opensource.org/license/mit/
60+
61+
62+
63+
64+
================================================================================
65+
DOCUMENTATION & MANUALS
66+
================================================================================
67+
68+
This includes:
69+
- README files
70+
- User and build guides
71+
- Diagrams and written instructions
72+
73+
Licensed under the **Creative Commons Attribution 4.0 International License (CC BY 4.0)**
74+
75+
You are free to:
76+
- Share: copy and redistribute the material in any medium or format
77+
- Adapt: remix, transform, and build upon the material for any purpose, even commercially.
78+
79+
Under the following terms:
80+
- Attribution — You must give appropriate credit, provide a link to the license,
81+
and indicate if changes were made.
82+
83+
For full license text: https://creativecommons.org/licenses/by/4.0/legalcode
84+

0 commit comments

Comments
 (0)