File: license.html

package info (click to toggle)
cmt 1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 576 kB
  • sloc: cpp: 7,000; makefile: 98
file content (61 lines) | stat: -rw-r--r-- 1,661 bytes parent folder | download
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
57
58
59
60
61
<HTML>
  <HEAD>
    <TITLE>CMT Documentation</TITLE>
    <META NAME="DESCRIPTION"
          CONTENT="CMT Documentation">
  </HEAD>
  <BODY BGCOLOR=#FFFFFF>
    
    <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>

    <HR/>


<H1>CMT License</H1>

<P>The CMT toolkit is licensed under <A HREF="COPYING">GPL version
2</A>.</P>

<P>As I understand it (I'm not a lawyer) this means that, once built,
the CMT library <EM>may</EM> be used with non-GPL'd applications as
long as it is built and loaded using the standard LADSPA
dynamic-linking approach without modification. In my opinion this is a
good thing for the toolkit, if not for the GPL.</P>

<P>The above may not be correct when built against the LGPL version of
the ladpsa.h header file, but it is certainly the way we would like
things to be. See the <A
HREF="http://www.ladspa.org/ladspa_sdk/license.html">LADPSA
license</A> for further details.</P>

<HR/>

<H1>CMT Index</H1>

<UL>
  <LI><A HREF="overview.html">Overview</A></LI>
  <LI><A HREF="http://www.ladspa.org/download/index.html">Download</A></LI>
  <LI><A HREF="installation.html">Installation</A></LI>
  <LI><A HREF="license.html">License (LGPL)</A></LI>
  <LI><A HREF="plugins.html">Plugins in the Library</A></LI>
  <LI><A HREF="adding_plugins.html">Adding Plugins to the Library</A></LI>
  <LI><A HREF="changes.html">Change History</A></LI>
  <LI><A HREF="bugs.html">Bugs</A></LI>
</UL>

<H2>Other Links</H2>

<UL>
  <LI>
    The <A HREF="http://www.ladspa.org/ladspa_sdk/overview.html">LADSPA
      Software Development Kit</A>
  </LI>
</UL>


    <HR/>

    <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>

  </BODY>
</HTML>