File: license.html

package info (click to toggle)
librnd 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,812 kB
  • sloc: ansic: 126,990; sh: 2,602; makefile: 2,145; awk: 7
file content (56 lines) | stat: -rw-r--r-- 3,011 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<title> librnd - license </title>
	<meta http-equiv="Content-Type" content="text/html;charset=us-ascii">
<!--AUTO head begin-->
	<link rel="icon" href="resources/logo16.png">
<!--AUTO head end-->
</head>
<body>

<!--AUTO navbar begin-->
<table border=0 cellspacing=2 cellpadding=10  bgcolor="#eeeeee" width="100%">
<tr>
<th align=center bgcolor="#ccc0cc"> <a href="index.html"> Main </a>
<th align=center bgcolor="#ccc0cc"> <a href="news.html"> News </a>
<th align=center bgcolor="#ccc0cc"> <a href="developer/">Doc</a>&nbsp;&amp;&nbsp;<a href="faq.html">FAQ</a>&nbsp;&amp;&nbsp;<a href="http://repo.hu/projects/pcb-rnd-aux/pool">pool</a>
<th align=center bgcolor="#ccc0cc"> <a href="support.html"> Support </a>
<th align=center bgcolor="#ccc0cc"> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a>&nbsp;&amp;&nbsp;<a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline">timeline</a>
<td align=right width="60%"> <font size="+2"><i>librnd</i></font> <img src="resources/logo32.png" alt="[librnd logo]">
</table>
<!--AUTO navbar end-->

<H1> librnd - license </H1>
librnd is a Free Software, Open source, under the terms of GPL version 2.
<p>
librnd got moved out from pcb-rnd in 2020.
Pcb-rnd started as a fork of gEDA/PCB thus inherited its GPL2+ license.
See file <a href="http://igor2.repo.hu/cgi-bin/minisvn.cgi?cmd=cat&amp;repo=pcb-rnd&amp;path=trunk/COPYING">
trunk/COPYING</a> for more details on the license terms. librnd
incorporates a few mini-libs with various, GPL-compatible licenses, mostly
BSD, MIT and public domain - the official Debian package has a great index of these.
<p>
<b>For users</b>: the resulting software is distributable under the GNU GPL version 2
(or later versions), the usual GPL terms and conditions apply.
<p>
<b>Contribution:</b> by contributing, you agree to submit patches that are conforming
to the license terms (e.g. don't copy random code from other projects). We
are keeping track of copyright: each contributor holds the copyright for and
is responsible for their part. Contributors agree to license their contribution
under the same term as the subproject they are adding to, which is typically
GPL2+ for core and plugins and utilities.
<p>
<b>Re-licensing under different conditions:</b> librnd's GPL2+ allows the user
to upgrade to GPL3 or later versions of the GPL (as long as new versions
don't contradict with the license of the mini-libs). It is not possible to
change librnd's license to anything else unless all past developers agree
(but there's not even a index of all the names!). It is possible to request
relicensing of the files that are brand new in pcb-rnd or librnd (they are all marked
in the copyright banner on the top of the file) - this requires the agreement
of all copyright holders listed in the file, and wouldn't affect other files.
Same rules apply for mini-libs.


</body>
</html>