missing NULL terminator in set_config_x
[geda-gaf.git] / docs / wiki / geda-license.html
blob539703d1c118455786bafdf44945708f068db1d9
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
5 <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
6 <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
7 <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 </head>
11 <body>
13 <h1 class="sectionedit1" id="geda_licensing">gEDA Licensing</h1>
14 <div class="level1">
16 <p>
17 All software components of gEDA/gaf are released under the
18 <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" class="urlextern" title="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" rel="nofollow"> GNU General Public
19 License (GPL) version 2 or later</a>. However, some confusion exists about
20 the schematic symbols. What license do they use? Will <abbr title="GNU General Public License">GPL</abbr> symbols
21 “infect” your design, thereby requiring you to release your design to
22 the public? If you modify the symbols, must you release the modified
23 versions under the <abbr title="GNU General Public License">GPL</abbr>?
24 </p>
26 <p>
27 The goal of the gEDA Project is to provide an open-source EDA Suite
28 which may be used for non-commercial as well as commercial projects.
29 Our tools are aimed for use by students, hobbyists, educators, consultants,
30 and – yes – corporate engineers. We are not interested
31 in exerting any control over your designs, or forcing you to reveal
32 proprietary information contained in your designs.
33 </p>
35 <p>
36 Symbols are similar to the font files used in document
37 processing software – they are graphical objects used to express your
38 ideas. We want you to retain control of your own ideas (your design),
39 while the gEDA Project retains a say in how you redistribute the
40 symbols themselves.
41 </p>
43 <p>
44 There are three ways a symbol might be distributed:
45 </p>
46 <ol>
47 <li class="level1"><div class="li"> As part of a symbol library, or individually as a .sym file (i.e. as a symbol itself).</div>
48 </li>
49 <li class="level1"><div class="li"> Embedded in a .sch file (i.e. part of the soft, or editable copy of a design).</div>
50 </li>
51 <li class="level1"><div class="li"> The resulting graphical expression on a schematic diagram (i.e. as part of the hard, or non-editable copy of a design).</div>
52 </li>
53 </ol>
55 <p>
56 There is a distinction between cases 1 and (2, 3). In case 1, the
57 object of interest is the symbol library (or individual symbol)
58 itself. In case (2, 3), the object of interest is the design.
59 Some label case 1 “distribution”, and case (2, 3) “use” of the symbol.
60 </p>
62 <p>
63 Our goals for the symbols are:
64 </p>
65 <ul>
66 <li class="level1"><div class="li"> We wish to distribute the symbols under a licencing scheme which encourages that you give back to the community if you redistribute the the symbols themselves – whether modified or unmodified. This is case 1 distribution. The <abbr title="GNU General Public License">GPL</abbr> ensures this.</div>
67 </li>
68 </ul>
69 <ul>
70 <li class="level1"><div class="li"> We wish to specifically prohibit anybody from building gEDA&#039;s symbols into their *software* products, and then place restrictions on how the resulting product may be used. If you bundle gEDA symbols– whether modified or unmodified – into your software and then distribute it, then you must allow for the software&#039;s (and symbols&#039;) continued redistribution under the <abbr title="GNU General Public License">GPL</abbr>. Again, this is case 1 distribution; the <abbr title="GNU General Public License">GPL</abbr> ensures this.</div>
71 </li>
72 </ul>
73 <ul>
74 <li class="level1"><div class="li"> However, we do not wish to “infect” your *electronic* design, or force you to release your proprietary design information if you use or embed gEDA symbols in your design. This is case (2, 3) use.</div>
75 </li>
76 </ul>
78 <p>
79 The Free Software Foundation has recognized a possible conflict of
80 the base <abbr title="GNU General Public License">GPL</abbr> with the use of fonts – and, by analogy, symbols used in
81 case (2, 3). Their solution is to use an exemption clause in the <abbr title="GNU General Public License">GPL</abbr>
82 which you explicitly insert for fonts. Read about it here:
83 </p>
85 <p>
86 <a href="http://www.fsf.org/licensing/licenses/gpl-faq.html#FontException" class="urlextern" title="http://www.fsf.org/licensing/licenses/gpl-faq.html#FontException" rel="nofollow"> http://www.fsf.org/licensing/licenses/gpl-faq.html#FontException</a>
87 </p>
89 <p>
90 Therefore, using this as a template, all symbols released with
91 gEDA/gaf are covered under the <abbr title="GNU General Public License">GPL</abbr> with the following exception clause:
92 </p>
93 <pre class="code">As a special exception, if you create a design which uses this symbol,
94 and embed this symbol or unaltered portions of this symbol into the
95 design, this symbol does not by itself cause the resulting design to
96 be covered by the GNU General Public License. This exception does not
97 however invalidate any other reasons why the design itself might be
98 covered by the GNU General Public License. If you modify this
99 symbol, you may extend this exception to your version of the
100 symbol, but you are not obligated to do so. If you do not
101 wish to do so, delete this exception statement from your version.</pre>
104 The idea is that case 1 redistribution is covered under the <abbr title="GNU General Public License">GPL</abbr>, but
105 distribution of your design (case (2, 3) is exempt from the <abbr title="GNU General Public License">GPL</abbr>.
106 This is the scheme which the gEDA Project wishes to use for symbol
107 distribution and use.
108 </p>
110 </div>
111 <!-- EDIT1 SECTION "gEDA Licensing" [2-] --></body>
112 </html>