Version 1.1 of the definition has been released. Please help updating it, contribute translations, and help us with the design of logos and buttons to identify free cultural works and licenses!

OSHW: Difference between revisions

From Definition of Free Cultural Works
Jump to navigation Jump to search
No edit summary
m (Reverted edits by 2600:100A:B1CA:4102:0:1F:EE:2001 (talk) to last revision by Mormegil)
Tag: Rollback
 
(695 intermediate revisions by more than 100 users not shown)
Line 1: Line 1:
This page hosts the current Open Source Hardware (OSHW) Draft Definition.  You might also be interested in the [http://freedomdefined.org/OSHW_draft work-in-progress draft] or in [http://freedomdefined.org/OSHW_older_drafts older versions].
[[File:Oshw-logo.png|thumb|[[#Logo repository|The Open Source Hardware Logo]]]]
This page hosts the current proposed Open Source Hardware (OSHW) Statement of Principles and Definition v1.0The statement of principles is a high-level overview of the ideals of open-source hardware. The definition is an attempt to apply those ideals to a standard by which to evaluate licenses for hardware designs.


Please do not modify the definitions on this page, as they have been endorsed by individuals in their present form. You may, however, add your name to the lists of endorsements if you would like to do so.  
To endorse the Open Source Hardware Definition 1.0, please add your name (and affiliation) [[#Endorsements|below]].


[[OSHW older drafts|Older drafts of the definition are also available]].


== Open Source Hardware (OSHW) Draft Definition version 0.3 ==
Compiled community feedback from previous versions of the Definition can be found [http://www.openhardwaresummit.org/compiled-feedback/ here]


''OSHW Draft Definition 0.3 is based on the [http://opensource.org/docs/osd Open Source Definition] for Open Source Software and [http://freedomdefined.org/OSHW_older_drafts draft OSHW definition 0.2]. The definition is derived from the [http://www.opensource.org/docs/osd Open Source Definition], which was created by Bruce Perens and the Debian developers as the Debian Free Software Guidelines. Videos and Documentation of the Opening Hardware workshop which kicked off the below definition are available [http://www.eyebeam.org/projects/Opening-hardware here].''
If you would like to propose changes to the statement of principles or definition, please do so on the [[OSHW draft|work-in-progress draft]]. And, please edit while signed in, not anonymously.
 
''Please join the conversation about the definition [http://openhardwaresummit.org/forum here]''
 
== Open Source Hardware (OSHW) Statement of Principles 1.0 ==
 
Open source hardware is hardware whose design is made publicly available so that anyone can study, modify, distribute, make, and sell the design or hardware based on that design. The hardware's source, the design from which it is made, is available in the preferred format for making modifications to it.  Ideally, open source hardware uses readily-available components and materials, standard processes, open infrastructure, unrestricted content, and open-source design tools to maximize the ability of individuals to make and use hardware. Open source hardware gives people the freedom to control their technology while sharing knowledge and encouraging commerce through the open exchange of designs.
 
== Open Source Hardware (OSHW) Definition 1.0 ==
 
''OSHW Draft Definition 1.0 is based on the [http://opensource.org/docs/osd Open Source Definition] for Open Source Software and [http://freedomdefined.org/OSHW_older_drafts draft OSHW definition 0.5]. The definition is derived from the [http://www.opensource.org/docs/osd Open Source Definition], which was created by Bruce Perens and the Debian developers as the Debian Free Software Guidelines. Videos and Documentation of the Opening Hardware workshop which kicked off the below definition are available [http://www.eyebeam.org/projects/Opening-hardware here].''
''Please join the conversation about the definition [http://openhardwaresummit.org/forum here]''
''Please join the conversation about the definition [http://openhardwaresummit.org/forum here]''


Line 13: Line 25:
Open Source Hardware (OSHW) is a term for tangible artifacts -- machines, devices, or other physical things -- whose design has been released to the public in such a way that anyone can make, modify, distribute, and use those things. This definition is intended to help provide guidelines for the development and evaluation of licenses for Open Source Hardware.
Open Source Hardware (OSHW) is a term for tangible artifacts -- machines, devices, or other physical things -- whose design has been released to the public in such a way that anyone can make, modify, distribute, and use those things. This definition is intended to help provide guidelines for the development and evaluation of licenses for Open Source Hardware.


It is important to note that hardware is different from software in that physical resources must always be committed for the creation of physical goods. Accordingly, persons or companies producing items ("products") under an OSHW license have an obligation not to imply that such products are manufactured, sold, warrantied, or otherwise sanctioned by the original designer and also not to make use of any trademarks owned by the original designer.
Hardware is different from software in that physical resources must always be committed for the creation of physical goods. Accordingly, persons or companies producing items ("products") under an OSHW license have an obligation to make it clear that such products are not manufactured, sold, warrantied, or otherwise sanctioned by the original designer and also not to make use of any trademarks owned by the original designer.


The distribution terms of Open Source Hardware must comply with the following criteria:
The distribution terms of Open Source Hardware must comply with the following criteria:
Line 19: Line 31:
'''1. Documentation'''
'''1. Documentation'''


The hardware must be released with documentation including design files, and must allow modification and distribution of the design files. Where documentation is not furnished with the physical product, there must be a well-publicized means of obtaining this documentation for no more than a reasonable reproduction cost, preferably downloading via the Internet without charge. The documentation must include design files in the preferred form for which a hardware developer would modify the design. Deliberately obfuscated design files are not allowed. Intermediate forms analogous to compiled computer code -- such as printer-ready copper artwork from a CAD program -- are not allowed as substitutes.  
The hardware must be released with documentation including design files, and must allow modification and distribution of the design files. Where documentation is not furnished with the physical product, there must be a well-publicized means of obtaining this documentation for no more than a reasonable reproduction cost, preferably downloading via the Internet without charge. The documentation must include design files in the preferred format for making changes, for example the native file format of a CAD program.   Deliberately obfuscated design files are not allowed.   Intermediate forms analogous to compiled computer code -- such as printer-ready copper artwork from a CAD program -- are not allowed as substitutes.   The license may require that the design files are provided in fully-documented, open format(s).
 
'''2.  Scope'''


'''2. Necessary Software'''
The documentation for the hardware must clearly specify what portion of the design, if not all, is being released under the license.  


If the hardware requires software, embedded or otherwise, to operate properly and fulfill its essential functions, then the documentation requirement must also include at least one of the following: The necessary software, released under an OSI-approved open source license, or other sufficient documentation such that it could reasonably be considered straightforward to write open source software that allows the device to operate properly and fulfill its essential functions.
'''3. Necessary Software'''


'''3. Derived Works'''
If the licensed design requires software, embedded or otherwise, to operate properly and fulfill its essential functions, then the license may require that one of the following conditions are met:


The license shall allow modifications and derived works, and shall allow them to be distributed under the same terms as the license of the original hardware.  The license shall allow for the manufacture, sale, distribution, and use of products created from the design files or derivatives of the design files.
a)  The interfaces are sufficiently documented such that it could reasonably be considered straightforward to write open source software that allows the device to operate properly and fulfill its essential functions. For example, this may include the use of detailed signal timing diagrams or pseudocode to clearly illustrate the interface in operation.
 
b) The necessary software is released under an [http://www.opensource.org/ OSI]-approved open source license.
 
'''4. Derived Works'''
 
The license shall allow modifications and derived works, and shall allow them to be distributed under the same terms as the license of the original work.  The license shall allow for the manufacture, sale, distribution, and use of products created from the design files, the design files themselves, and derivatives thereof.
   
   
'''4. Free redistribution'''
'''5. Free redistribution'''


The license shall not restrict any party from selling or giving away the project documentation as a component of an aggregate distribution containing designs from several different sources. The license shall not require a royalty or other fee for such sale. The license shall not require any royalty or fee related to the sale of derived works.
The license shall not restrict any party from selling or giving away the project documentation. The license shall not require a royalty or other fee for such sale. The license shall not require any royalty or fee related to the sale of derived works.


'''5. Attribution'''
'''6. Attribution'''


The license may require derived works to provide attribution to the original designer when distributing design files, manufactured products, and/or derivatives thereof. The license may also require derived works to carry a different name or version number from the original design.
The license may require derived documents, and copyright notices associated with devices, to provide attribution to the licensors when distributing design files, manufactured products, and/or derivatives thereof. The license may require that this information be accessible to the end-user using the device normally, but shall not specify a specific format of display. The license may require derived works to carry a different name or version number from the original design.


'''6. No Discrimination Against Persons or Groups'''
'''7. No Discrimination Against Persons or Groups'''


The license must not discriminate against any person or group of persons.
The license must not discriminate against any person or group of persons.


'''7. No Discrimination Against Fields of Endeavor'''
'''8. No Discrimination Against Fields of Endeavor'''


The license must not restrict anyone from making use of the hardware in a specific field of endeavor. For example, it may not restrict the hardware from being used in a business, or from being used in nuclear research.
The license must not restrict anyone from making use of the work (including manufactured hardware) in a specific field of endeavor. For example, it must not restrict the hardware from being used in a business, or from being used in nuclear research.


'''8. Distribution of License'''
'''9. Distribution of License'''


The rights attached to the hardware must apply to all to whom the product or documentation is redistributed without the need for execution of an additional license by those parties.
The rights granted by the license must apply to all to whom the work is redistributed without the need for execution of an additional license by those parties.


'''9. License Must Not Be Specific to a Product'''
'''10. License Must Not Be Specific to a Product'''


The rights attached to the hardware must not depend on the hardware being part of a particular larger product. If the hardware is extracted from that product and used or distributed within the terms of the hardware license, all parties to whom the hardware is redistributed should have the same rights as those that are granted in conjunction with the original distribution.
The rights granted by the license must not depend on the licensed work being part of a particular product. If a portion is extracted from a work and used or distributed within the terms of the license, all parties to whom that work is redistributed should have the same rights as those that are granted for the original work.


'''10. License Must Not Restrict Other Hardware or Software'''
'''11. License Must Not Restrict Other Hardware or Software'''


The license must not place restrictions on other hardware or software that may be distributed or used with the licensed hardware. For example, the license must not insist that all other hardware sold at the same time be open source, nor that only open source software be used in conjunction with the hardware.
The license must not place restrictions on other items that are aggregated with the licensed work but not derivative of it. For example, the license must not insist that all other hardware sold with the licensed item be open source, nor that only open source software be used external to the device.


'''11. License Must Be Technology-Neutral'''
'''12. License Must Be Technology-Neutral'''


No provision of the license may be predicated on any individual technology or style of interface.  
No provision of the license may be predicated on any individual technology, specific part or component, material, or style of interface or use thereof.  




Line 67: Line 87:
The signatories of this Open Source Hardware definition recognize that the open source movement represents only one way of sharing information. We encourage and support all forms of openness and collaboration, whether or not they fit this definition.
The signatories of this Open Source Hardware definition recognize that the open source movement represents only one way of sharing information. We encourage and support all forms of openness and collaboration, whether or not they fit this definition.


== Endorsements ==
== Licenses and Hardware ==
 
In promoting Open Hardware, it is important to make it clear to designers the extent to which their licenses actually can control their designs. Under U.S. law, and law in many other places, copyright does not apply to electronic designs. [[Patent]]s do. The result is that an Open Hardware license can in general be used to restrict the ''plans'' but ''not'' the manufactured devices or even restatements of the same design that are not textual copies of the original. The applicable section of copyright law is 17.102(b), which says:


OSHW Draft Definition 0.3 has been endorsed by the following persons and/or organization as of September 22, 2010.
:''In no case does copyright protection for an original work of authorship extend to any idea, procedure, process, system, method of operation, concept, principle, or discovery, regardless of the form in which it is described, explained, illustrated, or embodied in such work.''
Please feel free to add (''your own'' names) to this section. Listing your affiliation is optional for personal endorsements, and endorsements are presumed to be personal unless the organization name is listed separately.


''Please join the conversation about the definition [http://openhardwaresummit.org/forum here]''
== Translations ==
 
The below translations have been offered by members of the community and should be checked for accuracy and possible language problems.
 
{{:OSHW/translations}}


* David A. Mellis, MIT Media Lab and Arduino
== Logo repository ==
* Leah Buechley, MIT Media Lab
* Nathan Oostendorp, [http://sourceforge.net SourceForge.net]
* John Wilbanks, [http://creativecommons.org Creative Commons]
* Limor Fried, [http://www.adafruit.com Adafruit Industries]
* Phillip Torrone, [http://makezine.com Make] / [http://www.adafruit.com Adafruit Industries]
* Chris Anderson, [http://www.wired.com Wired] / [http://diydrones.com DIY Drones]
* Nathan Seidle, [http://www.sparkfun.com SparkFun Electronics]
* Massimo Banzi, [http://www.arduino.cc Arduino]
* Tom Igoe, [http://www.arduino.cc Arduino] / ITP/NYU
* Eric Pan, [http://www.seeedstudio.com Seeed Studio]
* David Carrier, [http://www.parallax.com Parallax Inc.]
* Ken Gracey, [http://www.parallax.com Parallax Inc.]
* Zach Smith, [http://makerbot.com MakerBot Industries]
* Bre Pettis, [http://makerbot.com MakerBot Industries]
* Justin Huynh [http://www.liquidware.com Liquidware]
* Becky Stern, [http://makezine.com Make]
* Windell Oskay, [http://www.evilmadscientist.com Evil Mad Scientist Laboratories]
* Dave Hrynkiw, [http://www.solarbotics.com/ Solarbotics Ltd.] / [http://www.hvwtech.com HVW Technologies]
* Will Pickering, [http://store.fungizmos.com FunGizmos]
* Alicia Gibb, [http://www.buglabs.net Bug Labs]
* Frank Piller, [http://tim.rwth-aachen.de RWTH Aachen University]
* Jaime Fernández-Caro Belmonte [http://www.microingenia.com/electronics Microingenia Electronics]
* Andrew "bunnie" Huang, [http://bunniestudios.com/ bunniestudios]
* Mitch Altman, [http://www.tvbgone.com/cfe_main.php Cornfield Electronics]
* Jonathan Kuniholm, Open Prosthetics Project/Shared Design Alliance
* Ayah Bdeir, littleBits.cc/Eyebeam/Creative Commons
* David Ford, [http://blue-labs.org/ Blue Labs]
* Vitorino Ramos, LaSEEB - Evolutionary Systems and Biomedical Engineering Lab., IST, Technical University of Lisbon, Lisbon, PORTUGAL.
* Charles Gantt, [http://themakersworkbench.com/ The Makers Workbench]
* Raúl Oviedo, [http://ayudaelectronica.com Ayuda Electrónica] / [http://ayudaelectronica.com/licencia-open-source-hardware-oshw-espanol/ Spanish License]
* Stephen Eaton, Strobotics, Australia
* Brent Picasso, Autosport Labs http://www.autosportlabs.net
* Ronen Kadushin, Open Design [http://www.ronen-kadushin.com/index.asp]
* Aaron Nielsen, .:oomlout:.
* Jay Woods, Woods R&E
* Barton Dring, buildlog.net - Open Source Laser Cutter
* Diego Spinola, Hackeneering
* Shigeru Kobayashi, Gainer and Funnel
* Sean Auriti, Alpha One Labs http://www.alphaonelabs.com
* Shashikiran Ganesh, India
* Sébastien Bourdeauducq, [http://www.milkymist.org Milkymist]
* Paul Youlten, [http://www.openmotox.org Open Moto X]
* Don Wilcher, MaDon Research http://www.family-science.net
* Chris Prince, Regulus Tech
* Daniel Reetz, DIYBookScanner.org
* Harland R. Coles, Energy X Systems Ltd.
* Julián da Silva Gillig, RobotGroup http://robotgroup.com.ar
* Charles Collis, [http://adciv.org AdCiv.org]
* Andy Gelme, [http://hackmelbourne.org Connected Community HackerSpace], Melbourne, Australia and [http://geekscape.org Geekscape Pty. Ltd.]
* Jonathan Oxer, [http://www.freetronics.com Freetronics]
* Daniel Garcia, [http://www.protostack.com Protostack]
* Fletcher McBeth, President, VHDL Inc.
* Joseph S. Terry, Jr., [http://www.VIVEnergySystems.com]
* Marc Alexander, [http://www.freetronics.com Freetronics]
* Rhys Chinchen, Melbourne VIC Australia
* Florin Cocos, Youritronics
* Catarina Mota, [http://openmaterials.org openMaterials]
* Bryan Bishop, [http://groups.google.com/group/openmanufacturing Open Manufacturing Group]
* Lubos Medovarsky, [http://accelera-networks.com Accelera Networks]
* Ben Leduc-Mills, [http://l3d.cs.colorado.edu/~ctg/Craft_Tech.html Craft Technology Lab], CU Boulder
* Chris Walker, Secret Labs
*David Gapen, [http://handmadecircuits.com Handmade Circuits]
* Tiago Rodrigues, [http://lusorobotica.com LusoRobótica] PORTUGAL
* Michael Stephens, [http://www.flakelabs.com FLAKElabs]
* Constantin Craciun, [http://www.harkopen.com Harkopen.com]
* Alessandro Lambardi, [http://www.5volt.eu 5volt.eu]
* Michael Provenzano, CEO Progunn R&D Industries
* Matt Howard, CIO, [http://www.etech.ohio.gov eTech Ohio]
* Michael Eber, CTO, [http://www.kineteka.com Kineteka Systems / PodGizmo]
* Andrew Plumb, [http://clothbot.org/wiki/ ClothBot]
* Dominic Muren, [http://www.humblefactory.com The Humblefactory]
* Brian Jepson, [http://www.jepstone.net Jepstone.net]
* MakerBlock [http://www.makerblock.com MakerBlock]
* Stefan Hechenberger, [http://labs.nortd.com Nortd Labs]
* Steven Gifford, [http://www.chipstobits.com Chips To Bits]
* Roy Mohan Shearer, [http://www.openthing.org Openthing]
* Paul List, [http://www.embeddedjourney.com Embedded Journey]
* Christian Siefkes, [http://www.keimform.de/ keimform.de]
* Kerstin Balka, [http://open-innovation-projects.org/ Open Innovation Projects]
* Joe Pardue, [http://www.smileymicros.com Smiley Micros]
* Jean Demartini, [http://www.demtech.net DEMTECH - FRANCE]
* [http://letters.cunningprojects.com Cathal Garvey], [http://www.shapeways.com/shops/labsfromfabs Labs From Fabs]
* John Lejeune, Louis Montagne, Wim Vandeputte, [http://hackable-devices.org hackable-devices.org]
* Brandon Stafford, [http://rascalmicro.com Rascal Micro]
* Renato G. S. Barcellos, Information Technology of Federal Fluminense University, BRAZIL
* [http://www.linkedin.com/in/jbarkley James A. Barkley ("Jim")]
* C. A. Church [http://openmoco.org OpenMoCo.org]
* John A. Boxall [http://tronixstuff.wordpress.com tronixstuff.com]
* Global Professional IC Market [http://www.chinaicmart.com ChinaICMart]
* Thadeu Lima de Souza Cascardo [http://holoscopio.com Holoscópio Tecnologia Ltda.] BRAZIL
* Samuel R. C. Vale [http://holoscopio.com Holoscópio Tecnologia Ltda.] BRAZIL
* Jeff Osier-Mixon [http://jefro.net Jefro.net]
* Garrett Mace, CTO [http://macetech.com macetech]
* Global IC Trading Platform [http://ww.seekic.com SeekIC]


The open source hardware logo lives at [http://www.oshwa.org/open-source-hardware-logo/ oshwa.org].


''Please join the conversation about the definition [http://openhardwaresummit.org/forum here]''
{{:OSHW/endorsements}}

Latest revision as of 15:39, 26 June 2023

This page hosts the current proposed Open Source Hardware (OSHW) Statement of Principles and Definition v1.0. The statement of principles is a high-level overview of the ideals of open-source hardware. The definition is an attempt to apply those ideals to a standard by which to evaluate licenses for hardware designs.

To endorse the Open Source Hardware Definition 1.0, please add your name (and affiliation) below.

Older drafts of the definition are also available.

Compiled community feedback from previous versions of the Definition can be found here

If you would like to propose changes to the statement of principles or definition, please do so on the work-in-progress draft. And, please edit while signed in, not anonymously.

Please join the conversation about the definition here

Open Source Hardware (OSHW) Statement of Principles 1.0[edit]

Open source hardware is hardware whose design is made publicly available so that anyone can study, modify, distribute, make, and sell the design or hardware based on that design. The hardware's source, the design from which it is made, is available in the preferred format for making modifications to it. Ideally, open source hardware uses readily-available components and materials, standard processes, open infrastructure, unrestricted content, and open-source design tools to maximize the ability of individuals to make and use hardware. Open source hardware gives people the freedom to control their technology while sharing knowledge and encouraging commerce through the open exchange of designs.

Open Source Hardware (OSHW) Definition 1.0[edit]

OSHW Draft Definition 1.0 is based on the Open Source Definition for Open Source Software and draft OSHW definition 0.5. The definition is derived from the Open Source Definition, which was created by Bruce Perens and the Debian developers as the Debian Free Software Guidelines. Videos and Documentation of the Opening Hardware workshop which kicked off the below definition are available here. Please join the conversation about the definition here

Introduction

Open Source Hardware (OSHW) is a term for tangible artifacts -- machines, devices, or other physical things -- whose design has been released to the public in such a way that anyone can make, modify, distribute, and use those things. This definition is intended to help provide guidelines for the development and evaluation of licenses for Open Source Hardware.

Hardware is different from software in that physical resources must always be committed for the creation of physical goods. Accordingly, persons or companies producing items ("products") under an OSHW license have an obligation to make it clear that such products are not manufactured, sold, warrantied, or otherwise sanctioned by the original designer and also not to make use of any trademarks owned by the original designer.

The distribution terms of Open Source Hardware must comply with the following criteria:

1. Documentation

The hardware must be released with documentation including design files, and must allow modification and distribution of the design files. Where documentation is not furnished with the physical product, there must be a well-publicized means of obtaining this documentation for no more than a reasonable reproduction cost, preferably downloading via the Internet without charge. The documentation must include design files in the preferred format for making changes, for example the native file format of a CAD program. Deliberately obfuscated design files are not allowed. Intermediate forms analogous to compiled computer code -- such as printer-ready copper artwork from a CAD program -- are not allowed as substitutes. The license may require that the design files are provided in fully-documented, open format(s).

2. Scope

The documentation for the hardware must clearly specify what portion of the design, if not all, is being released under the license.

3. Necessary Software

If the licensed design requires software, embedded or otherwise, to operate properly and fulfill its essential functions, then the license may require that one of the following conditions are met:

a) The interfaces are sufficiently documented such that it could reasonably be considered straightforward to write open source software that allows the device to operate properly and fulfill its essential functions. For example, this may include the use of detailed signal timing diagrams or pseudocode to clearly illustrate the interface in operation.

b) The necessary software is released under an OSI-approved open source license.

4. Derived Works

The license shall allow modifications and derived works, and shall allow them to be distributed under the same terms as the license of the original work. The license shall allow for the manufacture, sale, distribution, and use of products created from the design files, the design files themselves, and derivatives thereof.

5. Free redistribution

The license shall not restrict any party from selling or giving away the project documentation. The license shall not require a royalty or other fee for such sale. The license shall not require any royalty or fee related to the sale of derived works.

6. Attribution

The license may require derived documents, and copyright notices associated with devices, to provide attribution to the licensors when distributing design files, manufactured products, and/or derivatives thereof. The license may require that this information be accessible to the end-user using the device normally, but shall not specify a specific format of display. The license may require derived works to carry a different name or version number from the original design.

7. No Discrimination Against Persons or Groups

The license must not discriminate against any person or group of persons.

8. No Discrimination Against Fields of Endeavor

The license must not restrict anyone from making use of the work (including manufactured hardware) in a specific field of endeavor. For example, it must not restrict the hardware from being used in a business, or from being used in nuclear research.

9. Distribution of License

The rights granted by the license must apply to all to whom the work is redistributed without the need for execution of an additional license by those parties.

10. License Must Not Be Specific to a Product

The rights granted by the license must not depend on the licensed work being part of a particular product. If a portion is extracted from a work and used or distributed within the terms of the license, all parties to whom that work is redistributed should have the same rights as those that are granted for the original work.

11. License Must Not Restrict Other Hardware or Software

The license must not place restrictions on other items that are aggregated with the licensed work but not derivative of it. For example, the license must not insist that all other hardware sold with the licensed item be open source, nor that only open source software be used external to the device.

12. License Must Be Technology-Neutral

No provision of the license may be predicated on any individual technology, specific part or component, material, or style of interface or use thereof.


Afterword

The signatories of this Open Source Hardware definition recognize that the open source movement represents only one way of sharing information. We encourage and support all forms of openness and collaboration, whether or not they fit this definition.

Licenses and Hardware[edit]

In promoting Open Hardware, it is important to make it clear to designers the extent to which their licenses actually can control their designs. Under U.S. law, and law in many other places, copyright does not apply to electronic designs. Patents do. The result is that an Open Hardware license can in general be used to restrict the plans but not the manufactured devices or even restatements of the same design that are not textual copies of the original. The applicable section of copyright law is 17.102(b), which says:

In no case does copyright protection for an original work of authorship extend to any idea, procedure, process, system, method of operation, concept, principle, or discovery, regardless of the form in which it is described, explained, illustrated, or embodied in such work.

Translations[edit]

The below translations have been offered by members of the community and should be checked for accuracy and possible language problems.

(Edit)

Logo repository[edit]

The open source hardware logo lives at oshwa.org.

Endorsements[edit]

OSHW Draft Definition 1.0 has been endorsed by the following persons and/or organization as of 2023/06/26.

Please feel free to add (your own) name to this section. Listing your affiliation is optional for personal endorsements, and endorsements are presumed to be personal unless the organization name is listed separately.

Please join the conversation about the definition here