1
1
MIT License
2
2
3
- Copyright (c) 2018 Pavel Slama
3
+ Copyright (c) 2019 Pavel Slama
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
@@ -19,3 +19,107 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
SOFTWARE.
22
+
23
+
24
+ Open Source Hardware Definition 1.0
25
+
26
+ Introduction
27
+ Open Source Hardware (OSHW) is a term for tangible artifacts --
28
+ machines, devices, or other physical things -- whose design has been released
29
+ to the public in such a way that anyone can make, modify, distribute, and use
30
+ those things. This definition is intended to help provide guidelines for the
31
+ development and evaluation of licenses for Open Source Hardware. Hardware is
32
+ different from software in that physical resources must always be committed
33
+ for the creation of physical goods. Accordingly, persons or companies
34
+ producing items ("products") under an OSHW license have an obligation to make
35
+ it clear that such products are not manufactured, sold, warrantied, or
36
+ otherwise sanctioned by the original designer and also not to make use of any
37
+ trademarks owned by the original designer. The distribution terms of Open
38
+ Source Hardware must comply with the following criteria:
39
+
40
+ 1. Documentation
41
+ The hardware must be released with documentation including design files, and
42
+ must allow modification and distribution of the design files. Where
43
+ documentation is not furnished with the physical product, there must be a
44
+ well-publicized means of obtaining this documentation for no more than a
45
+ reasonable reproduction cost, preferably downloading via the Internet without
46
+ charge. The documentation must include design files in the preferred format
47
+ for making changes, for example the native file format of a CAD program.
48
+ Deliberately obfuscated design files are not allowed. Intermediate forms
49
+ analogous to compiled computer code -- such as printer-ready copper artwork
50
+ from a CAD program -- are not allowed as substitutes. The license may require
51
+ that the design files are provided in fully-documented, open format(s).
52
+
53
+ 2. Scope
54
+ The documentation for the hardware must clearly specify what portion of the
55
+ design, if not all, is being released under the license.
56
+
57
+ 3. Necessary Software
58
+ If the licensed design requires software, embedded or otherwise, to operate
59
+ properly and fulfill its essential functions, then the license may require
60
+ that one of the following conditions are met: a) The interfaces are
61
+ sufficiently documented such that it could reasonably be considered
62
+ straightforward to write open source software that allows the device to
63
+ operate properly and fulfill its essential functions. For example, this may
64
+ include the use of detailed signal timing diagrams or pseudocode to clearly
65
+ illustrate the interface in operation. b) The necessary software is released
66
+ under an OSI-approved open source license.
67
+
68
+ 4. Derived Works
69
+ The license shall allow modifications and derived works, and shall allow them
70
+ to be distributed under the same terms as the license of the original work.
71
+ The license shall allow for the manufacture, sale, distribution, and use of
72
+ products created from the design files, the design files themselves, and
73
+ derivatives therof.
74
+
75
+ 5. Free redistribution
76
+ The license shall not restrict any party from selling or giving away the
77
+ project documentation. The license shall not require a royalty or other fee
78
+ for such sale. The license shall not require any royalty or fee related to the
79
+ sale of derived works.
80
+
81
+ 6. Attribution
82
+ The license may require derived documents, and copyright notices associated
83
+ with devices, to provide attribution to the licensors when distributing design
84
+ files, manufactured products, and/or derivatives thereof. The license may
85
+ require that this information be accessible to the end-user using the device
86
+ normally, but shall not specify a specific format of display. The license may
87
+ require derived works to carry a different name or version number from the
88
+ original design.
89
+
90
+ 7. No Discrimination Against Persons or Groups
91
+ The license must not discriminate against any person or group of persons.
92
+
93
+ 8. No Discrimination Against Fields of Endeavor
94
+ The license must not restrict anyone from making use of the work (including
95
+ manufactured hardware) in a specific field of endeavor. For example, it must
96
+ not restrict the hardware from being used in a business, or from being used in
97
+ nuclear research.
98
+
99
+ 9. Distribution of License
100
+ The rights granted by the license must apply to all to whom the work is
101
+ redistributed without the need for execution of an additional license by those
102
+ parties.
103
+
104
+ 10. License Must Not Be Specific to a Product
105
+ The rights granted by the license must not depend on the licensed work being
106
+ part of a particular product. If a portion is extracted from a work and used
107
+ or distributed within the terms of the license, all parties to whom that work
108
+ is redistributed should have the same rights as those that are granted for the
109
+ original work.
110
+
111
+ 11. License Must Not Restrict Other Hardware or Software
112
+ The license must not place restrictions on other items that are aggregated
113
+ with the licensed work but not derivative of it. For example, the license must
114
+ not insist that all other hardware sold with the licensed item be open source,
115
+ nor that only open source software be used external to the device.
116
+
117
+ 12. License Must Be Technology-Neutral
118
+ No provision of the license may be predicated on any individual technology,
119
+ specific part or component, material, or style of interface or use thereof.
120
+
121
+ Afterword
122
+ The signatories of this Open Source Hardware definition recognize
123
+ that the open source movement represents only one way of sharing information.
124
+ We encourage and support all forms of openness and collaboration, whether or
125
+ not they fit this definition.
0 commit comments