Best licenses for Open Hardware - Chiphacker most recent 30 from http://chiphacker.com2010-09-07T01:44:41Zhttp://chiphacker.com/feeds/question/1128http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://chiphacker.com/questions/1128/best-licenses-for-open-hardwareBest licenses for Open Hardwareedebill2009-12-19T19:00:55Z2009-12-20T17:09:56Z
<p>Can anyone give me a rundown of the various licenses that are well-suited to open hardware? I've designed a few circuit boards and would like to make them available for others to use, so I need to choose a license for them.</p>
<p>Things I'm concerned about:</p>
<ol>
<li><p>Attribution. Are others required to credit me? If so, how? I know this turned out to be a big issue with some BSD licenses for software.</p></li>
<li><p>Commercial use. Can folks copies of my work, or not? I don't really care if they do, but I'd like some credit if so :)</p></li>
<li><p>Can others take my work and make "closed" derivatives of it? Similar to #2, but for when people start changing things.</p></li>
<li><p>How "strong" is this license? 2 lines made up by a random hacker can constitute a license, but I'd prefer someone with legal training to have looked at it.</p></li>
</ol>
http://chiphacker.com/questions/1128/best-licenses-for-open-hardware/1129#1129Answer by jluciani for Best licenses for Open Hardwarejluciani2009-12-19T19:18:35Z2009-12-19T19:18:35Z<p>Have you looked at the Creative Commons license pages <a href="http://creativecommons.org" rel="nofollow">http://creativecommons.org</a> ?
The first three items in your list are condition options on the license page.
It almost sounds like the -- "by attribution" "share alike" license meets your requirements. You can also add other terms and conditions to the license.</p>
<p>Unless there are patents involved in your work there may not be a lot of protection
anyways. Although someone may not be able to create derivative works using your
schematics or layout files they could redraw the schematics and do their own layout
of the board. Of course if you have a 12 layer board with 4/4 design rules and buried
vias not many people will have the resources to copy it anyways ;)</p>
<p>(* jcl *)</p>
http://chiphacker.com/questions/1128/best-licenses-for-open-hardware/1130#1130Answer by Jim for Best licenses for Open HardwareJim2009-12-20T00:03:29Z2009-12-20T00:08:38Z<p>I use the creative commons license and the GNU LGPL version 3, which is normally used for software but has now been extended to hardware also. <a href="http://www.gnu.org/licenses/lgpl.html" rel="nofollow">http://www.gnu.org/licenses/lgpl.html</a></p>
<p>Even though people can copy your work, the license will protect you if someone rips off your idea without accrediting you even if they take your idea and change it (proving this could be difficult). The license also protects against people copying your work for any commercial exploits.</p>
<p>As with all licenses, trademarks and copyright they are only a strong as the legal team you can afford to back them up with.</p>
<p>Even a patent is pretty pathetic when faced with the legal team of a large corporation. A company I used to work for in the UK had £50,000 worth of patents on a new loud speaker system, just to have some big company bring out an almost identical, but slightly different system, 6 months after.
Patents and Licenses are all good, if your a massive company, for the average joe it's a waste of cash.</p>
<p>I make and sell all my work with both the CC and LGPL licenses - <a href="http://www.sonodrome.co.uk" rel="nofollow">http://www.sonodrome.co.uk</a> </p>
<p>As far as I know they are the most comprehensive free licenses available online. </p>
http://chiphacker.com/questions/1128/best-licenses-for-open-hardware/1141#1141Answer by endolith for Best licenses for Open Hardwareendolith2009-12-20T17:04:18Z2009-12-20T17:09:56Z<p>One thing to remember is that you, as copyright holder, can multi-license things. You can release it to the general public under a CC non-commercial license, for instance, and then turn around and sell it to a corporation under whatever terms you want.</p>
<blockquote>
<p>So if you choose to license your work under a Creative Commons license that includes the “noncommercial use” option, you impose the ”noncommercial” condition on the users (licensees). However, you, the creator of the work and/or licensor, may at any time decide to use it commercially. People who want to copy or adapt your work, "primarily for monetary compensation or financial gain" must get your separate permission first. - <a href="http://wiki.creativecommons.org/Frequently%5FAsked%5FQuestions" rel="nofollow">wiki</a></p>
</blockquote>
<p>Another thing to remember is that you're only copyrighting the schematics and PCB layout. Anyone can "paraphrase" your work by re-drawing it, and it won't be a copyright violation. If you patent it, on the other hand, they can't duplicate the same functionality regardless of PCB layout. (The idea that source code and PCB layouts can be covered by copyright law has always seemed flawed to me. They're utilitarian designs, not creative works.)</p>