/[svn]/web/trunk/www.linuxsampler.org/downloads.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/downloads.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1219 by schoenebeck, Tue Jun 5 14:53:48 2007 UTC revision 1246 by schoenebeck, Thu Jun 21 17:30:38 2007 UTC
# Line 158  Line 158 
158        <td valign="top" width="100%">        <td valign="top" width="100%">
159        <div id="contents">        <div id="contents">
160    
161        <h2>License</h2>        <h2>Licenses</h2>
162        <p class="default">        <p class="default">
163  LinuxSampler is licensed under the GNU GPL license with the exception that<br>        There are several subprojects, each having its own license terms, as follows:
164          </p>
165          <table class="default">
166          <tbody>
167            <tr>
168              <td class="bordered">
169                <a class="info" href=#gigedit>gigedit<span class='info'>An instrument editor for gig files (written in C++, based on the GTK toolkit).</span></a>
170              </td>
171              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>
172            </tr>
173            <tr>
174              <td class="bordered">
175                 <a class="info" href=#jlscp>jlscp<span class='info'>A java LinuxSampler control protocol API.</span></a>
176              </td>
177              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> v2</td>
178            </tr>
179            <tr>
180              <td class="bordered">
181                  <a class="info" href=#jsampler>JSampler<span class='info'>A graphical frontend to LinuxSampler, written in Java.</span></a>
182              </td>
183              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> v2</td>
184            </tr>
185            <tr>
186              <td class="bordered">
187                <a class="info" href=#libgig>libgig<span class='info'>Gigasampler file access library (C++), for loading, modifying and creating gig files.</span></a>
188              </td>
189              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>
190            </tr>
191            <tr>
192              <td class="bordered">
193                <a class="info" href=#liblscp>liblscp<span class='info'>LinuxSampler Control Protocol (LSCP) wrapper C library.</span></a>
194              </td>
195              <td> -> (pure) <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a></td>
196            </tr>
197            <tr>
198              <td class="bordered">
199                <a class="info" href=#linuxsampler>LinuxSampler<span class='info'>Sampler backend, including sampler engine, audio and MIDI drivers, network layer (LSCP) API and native C++ API.</span></a>
200              </td>
201              <td> -> <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> with <a href="#exception"><u><i>commercial exception</i></u>*</a></td>
202            </tr>
203            <tr>
204              <td class="bordered">
205                <a class="info" href=#qsampler>QSampler<span class='info'>Graphical frontend to LinuxSampler (written in C++, based on the Qt toolkit).</span></a>
206              </td>
207              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>
208            </tr>
209          </tbody>
210          </table>
211          <a name="exception"></a>
212          <p class="default">
213    * LinuxSampler is licensed under the GNU GPL license with the exception that<br>
214  <b>COMMERCIAL USE</b> of the souce code, libraries and applications is<br>  <b>COMMERCIAL USE</b> of the souce code, libraries and applications is<br>
215  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>
216  If you have questions on the subject please <A HREF="developers.html">contact us</A>.<br>  If you have questions on the subject please <A HREF="developers.html">contact us</A>.<br>
# Line 199  libgig before being able to compile and Line 249  libgig before being able to compile and
249        <table class="default">        <table class="default">
250          <tbody>          <tbody>
251            <tr>            <tr>
252              <td> <a              <td>
253                  <a name="libgig"></a>
254                  <a
255   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
256  libgig-3.1.1.tar.bz2 </a> </td>  libgig-3.1.1.tar.bz2 </a> </td>
257              <td> --&gt; </td>              <td> --&gt; </td>
258              <td> Gigasampler file loader library </td>              <td> Gigasampler file access library (C++) </td>
259            </tr>            </tr>
260            <tr>            <tr>
261              <td> <a              <td>
262                  <a name="liblscp"></a>
263                  <a
264   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">
265  liblscp-0.3.3.tar.gz </a> </td>  liblscp-0.3.3.tar.gz </a> </td>
266              <td> --&gt; </td>              <td> --&gt; </td>
267              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>
268            </tr>            </tr>
269            <tr>            <tr>
270              <td> <a              <td>
271                  <a name="linuxsampler"></a>
272                  <a
273   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
274  linuxsampler-0.4.0.tar.bz2 </a> </td>  linuxsampler-0.4.0.tar.bz2 </a> </td>
275              <td> --&gt; </td>              <td> --&gt; </td>
276              <td> sampler backend </td>              <td> sampler engine / backend </td>
277            </tr>            </tr>
278            <tr>            <tr>
279              <td> <a              <td>
280                  <a name="qsampler"></a>
281                  <a
282   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">
283  qsampler-0.1.3.tar.gz </a> </td>  qsampler-0.1.3.tar.gz </a> </td>
284              <td> --&gt; </td>              <td> --&gt; </td>
285              <td> graphical frontend to LinuxSampler </td>              <td> graphical frontend to LinuxSampler </td>
286            </tr>            </tr>
287            <tr>            <tr>
288              <td> <a              <td>
289                  <a name="jlscp"></a>
290                  <a
291   href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">   href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">
292  jlscp-0.3a.tar.bz2 </a> </td>  jlscp-0.3a.tar.bz2 </a> </td>
293              <td> --&gt; </td>              <td> --&gt; </td>
294              <td> a java LinuxSampler control protocol API </td>              <td> a java LinuxSampler control protocol API </td>
295            </tr>            </tr>
296            <tr>            <tr>
297              <td> <a              <td>
298                  <a name="jsampler"></a>
299                  <a
300   href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">   href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">
301  JSampler-0.3a.tar.bz2 </a> </td>  JSampler-0.3a.tar.bz2 </a> </td>
302              <td> --&gt; </td>              <td> --&gt; </td>
# Line 252  JSampler-0.3a.tar.bz2 </a> </td> Line 314  JSampler-0.3a.tar.bz2 </a> </td>
314   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
315  libgig-3.1.1.tar.bz2 </a> </td>  libgig-3.1.1.tar.bz2 </a> </td>
316              <td> --&gt; </td>              <td> --&gt; </td>
317              <td> Gigasampler file access library </td>              <td> Gigasampler file access library (C++) </td>
318            </tr>            </tr>
319            <tr>            <tr>
320              <td> <a              <td> <a
# Line 266  liblscp-0.5.3.tar.gz </a> </td> Line 328  liblscp-0.5.3.tar.gz </a> </td>
328   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
329  linuxsampler-0.4.0.tar.bz2 </a> </td>  linuxsampler-0.4.0.tar.bz2 </a> </td>
330              <td> --&gt; </td>              <td> --&gt; </td>
331              <td> sampler backend </td>              <td> sampler engine / backend </td>
332            </tr>            </tr>
333            <tr>            <tr>
334              <td> <a              <td> <a
# Line 290  JSampler-0.5a.tar.bz2 </a> </td> Line 352  JSampler-0.5a.tar.bz2 </a> </td>
352              <td> a java frontend to LinuxSampler </td>              <td> a java frontend to LinuxSampler </td>
353            </tr>            </tr>
354            <tr>            <tr>
355              <td> <a              <td>
356                  <a name="gigedit"></a>
357                  <a
358   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">
359  gigedit-0.0.3.tar.gz </a> </td>  gigedit-0.0.3.tar.gz </a> </td>
360              <td> --&gt; </td>              <td> --&gt; </td>

Legend:
Removed from v.1219  
changed lines
  Added in v.1246

  ViewVC Help
Powered by ViewVC