summaryrefslogtreecommitdiffstats
path: root/website/web/license.xml
blob: 936cf7294c46f04f1826f99abd1635697139ef2a (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Copyright and License</title>
 </head>
 <body>

 <h1>Copyright and License</h1>

 <p>
  Lasso is copyright © 2004-2007 Entr'ouvert.  The Lasso logo, copyright © 2004,
  Entr'ouvert and Florent Monnier.
 </p>

 <p>
  This program is free software; you can redistribute it and/or modify it
  under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html">GNU
  General Public License</a> as published by the Free
  Software Foundation; either version 2 of the License, or (at your option)
  any later version.
 </p>

 <p>
  This program is distributed in the hope that it will be useful, but
  <strong>without any warranty</strong>; without even the implied warranty of
  <strong>merchantability</strong> or <strong>fitness for a particular
  purpose</strong>.  See the GNU General Public License for more details.
 </p>

 <p>
  You should have received a copy of the GNU General Public License along
  with this program; if not, see <a href="http://www.gnu.org/licenses/">
  http://www.gnu.org/licenses/</a>.
 </p>

 <p id="openssl">
  In addition, as a special exception, Entr'ouvert gives permission to link
  the code of its release of Lasso with the OpenSSL project's "OpenSSL"
  library (or with modified versions of it that use the same license as the
  "OpenSSL" library), and distribute the linked executables.  You must obey
  the GNU General Public License in all respects for all of the code used
  other than "OpenSSL".  If you modify this file, you may extend this
  exception to your version of the file, but you are not obligated to do so.
  If you do not wish to do so, delete this exception statement from your
  version.
 </p>

 </body>
</html>