Další kousek lokalizace + přidána licence (AGPL)
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun Mar 08 21:48:14 2009 +0100 (2009-03-08)
changeset 6040e3abeac07
parent 5 b0af7f73cb5f
child 7 e82a49a40b57
Další kousek lokalizace + přidána licence (AGPL)
java/UpozorneniEmailem/licence.txt
java/UpozorneniEmailem/src/java/cz/frantovo/upozorneniEmailem/preklady.properties
java/UpozorneniEmailem/src/java/cz/frantovo/upozorneniEmailem/preklady_cs.properties
java/UpozorneniEmailem/src/java/cz/frantovo/upozorneniEmailem/preklady_en.properties
java/UpozorneniEmailem/web/WEB-INF/casti/mojeUpozorneni.jspx
java/UpozorneniEmailem/web/WEB-INF/casti/pridat.jspx
java/UpozorneniEmailem/web/WEB-INF/casti/sablony.jspx
java/UpozorneniEmailem/web/WEB-INF/jspf/mojeUpozorneni.jspf
java/UpozorneniEmailem/web/WEB-INF/jspf/pridat.jspf
java/UpozorneniEmailem/web/WEB-INF/jspf/sablony.jspf
java/UpozorneniEmailem/web/css/styl.css
java/UpozorneniEmailem/web/index.jsp
java/UpozorneniEmailem/web/licence.txt
licence/agpl-3.0.pdf
licence/agpl-3.0.tex
licence/agpl-3.0.txt
licence/licence.txt
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/UpozorneniEmailem/licence.txt	Sun Mar 08 21:48:14 2009 +0100
     1.3 @@ -0,0 +1,1 @@
     1.4 +../../licence/agpl-3.0.txt
     1.5 \ No newline at end of file
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/java/UpozorneniEmailem/src/java/cz/frantovo/upozorneniEmailem/preklady.properties	Sun Mar 08 21:48:14 2009 +0100
     2.3 @@ -0,0 +1,1 @@
     2.4 +preklady_cs.properties
     2.5 \ No newline at end of file
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/java/UpozorneniEmailem/src/java/cz/frantovo/upozorneniEmailem/preklady_cs.properties	Sun Mar 08 21:48:14 2009 +0100
     3.3 @@ -0,0 +1,17 @@
     3.4 +jazyk=\u010De\u0161tina
     3.5 +nazev=Nezapome\u0148!
     3.6 +
     3.7 +licence.program=Program je vyd\u00E1n pod licenc\u00ED
     3.8 +licence.zdrojaky=A zdrojov\u00E9 k\u00F3dy jsou ke sta\u017Een\u00ED
     3.9 +
    3.10 +obecne.kontrolniKod=Kontroln\u00ED k\u00F3d
    3.11 +obecne.email=E-mail
    3.12 +
    3.13 +zalozka.pridat=P\u0159idat upozorn\u011Bn\u00ED
    3.14 +zalozka.sablony=\u0160ablony
    3.15 +zalozka.moje=Moje upozorn\u011Bn\u00ED
    3.16 +
    3.17 +pridat.datum=Datum
    3.18 +pridat.predmet=P\u0159edm\u011Bt
    3.19 +pridat.text=Text
    3.20 +pridat.tlacitko=P\u0159idat upozorn\u011Bn\u00ED!
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/java/UpozorneniEmailem/src/java/cz/frantovo/upozorneniEmailem/preklady_en.properties	Sun Mar 08 21:48:14 2009 +0100
     4.3 @@ -0,0 +1,17 @@
     4.4 +jazyk=angli\u010Dtina
     4.5 +nazev=Don't forget!
     4.6 +
     4.7 +licence.program=This application is under license
     4.8 +licence.zdrojaky=And the source code is available
     4.9 +
    4.10 +obecne.kontrolniKod=Code
    4.11 +obecne.email=E-mail
    4.12 +
    4.13 +zalozka.pridat=Add reminder
    4.14 +zalozka.sablony=Templates
    4.15 +zalozka.moje=My reminders
    4.16 +
    4.17 +pridat.datum=Date
    4.18 +pridat.predmet=Subject
    4.19 +pridat.text=Text
    4.20 +pridat.tlacitko=Add reminder!
    4.21 \ No newline at end of file
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/java/UpozorneniEmailem/web/WEB-INF/casti/mojeUpozorneni.jspx	Sun Mar 08 21:48:14 2009 +0100
     5.3 @@ -0,0 +1,20 @@
     5.4 +<?xml version="1.0" encoding="UTF-8"?>
     5.5 +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
     5.6 +          xmlns:c="http://java.sun.com/jsp/jstl/core"
     5.7 +          xmlns:f="http://java.sun.com/jsp/jstl/functions"
     5.8 +          xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
     5.9 +          version="2.0">
    5.10 +    <form action="?akce=mojeUpozorneni" method="post">
    5.11 +        <fieldset>
    5.12 +            <label title="Tvoje adresa."><fmt:message key="obecne.email"/>: <input type="text" name="email"/></label><br/>
    5.13 +            <img src="protiZlymRobotum.jpg" alt="Kaptcha" id="protiZlymRobotumMojeUpozorneni" class="protiZlymRobotum" title="Pokud je obrázek nečitelný, klikni na něj a vygeneruje se nový."/><br/>
    5.14 +            <script type="text/javascript">
    5.15 +                $(function(){
    5.16 +                    $('#protiZlymRobotumMojeUpozorneni').click(function () { $(this).attr('src', 'protiZlymRobotum.jpg?' + Math.floor(Math.random()*100) ); })
    5.17 +                });
    5.18 +            </script>
    5.19 +            <label title="Opiš kód z obrázku."><fmt:message key="obecne.kontrolniKod"/>: <input type="text" name="protiZlymRobotum"/></label><br/>
    5.20 +            <button title="Odešle informace o existujících upozorněních.">Poslat informace</button>
    5.21 +        </fieldset>
    5.22 +    </form>
    5.23 +</jsp:root>
    5.24 \ No newline at end of file
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/java/UpozorneniEmailem/web/WEB-INF/casti/pridat.jspx	Sun Mar 08 21:48:14 2009 +0100
     6.3 @@ -0,0 +1,23 @@
     6.4 +<?xml version="1.0" encoding="UTF-8"?>
     6.5 +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
     6.6 +          xmlns:c="http://java.sun.com/jsp/jstl/core"
     6.7 +          xmlns:f="http://java.sun.com/jsp/jstl/functions"
     6.8 +          xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
     6.9 +          version="2.0">
    6.10 +    <form action="?akce=zaloz" method="post">
    6.11 +        <fieldset>
    6.12 +            <label title="Tvoje adresa."><fmt:message key="obecne.email"/>: <input type="text" name="email"/></label><br/>
    6.13 +            <label title="Kdy ti má přijít upozornění."><fmt:message key="pridat.datum"/>: <input id="datepicker" type="text" name="datum" value="${f:escapeXml(param.datum)}"/></label><br/>
    6.14 +            <label title="Předmět upozorňovacího e-mailu."><fmt:message key="pridat.predmet"/>: <input type="text" name="predmet" value="${f:escapeXml(param.predmet)}"/></label><br/>
    6.15 +            <label title="Text upozorňovacího e-mailu."><fmt:message key="pridat.text"/>: <textarea name="text" rows="30" cols="60">${f:escapeXml(param.text)}</textarea></label><br/>
    6.16 +            <img src="protiZlymRobotum.jpg" alt="Kaptcha" id="protiZlymRobotumPridat" class="protiZlymRobotum" title="Pokud je obrázek nečitelný, klikni na něj a vygeneruje se nový."/><br/>
    6.17 +            <script type="text/javascript">
    6.18 +                $(function(){
    6.19 +                    $('#protiZlymRobotumPridat').click(function () { $(this).attr('src', 'protiZlymRobotum.jpg?' + Math.floor(Math.random()*100) ); })
    6.20 +                });
    6.21 +            </script>
    6.22 +            <label title="Opiš kód z obrázku."><fmt:message key="obecne.kontrolniKod"/>: <input type="text" name="protiZlymRobotum"/></label><br/>
    6.23 +            <button title="Vytvoří upozornění a pošle ti potvrzovací e-mail."><fmt:message key="pridat.tlacitko"/></button>
    6.24 +        </fieldset>
    6.25 +    </form>
    6.26 +</jsp:root>
    6.27 \ No newline at end of file
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/java/UpozorneniEmailem/web/WEB-INF/casti/sablony.jspx	Sun Mar 08 21:48:14 2009 +0100
     7.3 @@ -0,0 +1,9 @@
     7.4 +<?xml version="1.0" encoding="UTF-8"?>
     7.5 +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
     7.6 +          xmlns:c="http://java.sun.com/jsp/jstl/core"
     7.7 +          xmlns:f="http://java.sun.com/jsp/jstl/functions"
     7.8 +          xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
     7.9 +          version="2.0">
    7.10 +    <p>Šablony</p>
    7.11 +    <p><fmt:message key="jazyk"/></p>
    7.12 +</jsp:root>
    7.13 \ No newline at end of file
     8.1 --- a/java/UpozorneniEmailem/web/WEB-INF/jspf/mojeUpozorneni.jspf	Sat Mar 07 18:24:47 2009 +0100
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,3 +0,0 @@
     8.4 -<!-- any content can be specified here e.g.: -->
     8.5 -<jsp:directive.page pageEncoding="UTF-8"/>
     8.6 -<p>Moje upozornění</p>
     9.1 --- a/java/UpozorneniEmailem/web/WEB-INF/jspf/pridat.jspf	Sat Mar 07 18:24:47 2009 +0100
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,17 +0,0 @@
     9.4 -<jsp:directive.page pageEncoding="UTF-8"/>
     9.5 -<form action="?akce=zaloz" method="post">
     9.6 -    <fieldset>
     9.7 -        <label title="Tvoje adresa.">E-mail: <input type="text" name="email"/></label><br/>
     9.8 -        <label title="Kdy ti má přijít upozornění.">Datum: <input id="datepicker" type="text" name="datum"/></label><br/>
     9.9 -        <label title="Předmět upozorňovacího e-mailu.">Předmět: <input type="text" name="predmet"/></label><br/>
    9.10 -        <label title="Text upozorňovacího e-mailu.">Text: <textarea type="text" name="text">&amp;nbsp;</textarea></label><br/>
    9.11 -        <img src="protiZlymRobotum.jpg" alt="Kaptcha" id="protiZlymRobotum" title="Pokud je obrázek nečitelný, klikněte na něj a vygeneruje se nový."/><br/>
    9.12 -        <script type="text/javascript">
    9.13 -            $(function(){
    9.14 -                $('#protiZlymRobotum').click(function () { $(this).attr('src', 'protiZlymRobotum.jpg?' + Math.floor(Math.random()*100) ); })
    9.15 -            });
    9.16 -        </script>
    9.17 -        <label title="Opiš kód z obrázku.">Kontrolní kód: <input type="text" name="protiZlymRobotum"/></label><br/>
    9.18 -        <button title="Vytvoří upozornění a pošle ti potvrzovací e-mail.">Přidat upozornění!</button>
    9.19 -    </fieldset>
    9.20 -</form>
    10.1 --- a/java/UpozorneniEmailem/web/WEB-INF/jspf/sablony.jspf	Sat Mar 07 18:24:47 2009 +0100
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,3 +0,0 @@
    10.4 -<!-- any content can be specified here e.g.: -->
    10.5 -<jsp:directive.page pageEncoding="UTF-8"/>
    10.6 -<p>Šablony</p>
    11.1 --- a/java/UpozorneniEmailem/web/css/styl.css	Sat Mar 07 18:24:47 2009 +0100
    11.2 +++ b/java/UpozorneniEmailem/web/css/styl.css	Sun Mar 08 21:48:14 2009 +0100
    11.3 @@ -50,18 +50,13 @@
    11.4  }
    11.5  
    11.6  #licence {
    11.7 -    border: 1px solid silver;
    11.8 -    font-size: smaller;
    11.9 -    padding: 3px;
   11.10 -    margin-top: 2em;
   11.11 -    margin-bottom: 1em;
   11.12 -    text-align: center;
   11.13 -    background-color: #e6e6e6;
   11.14 +    margin-top: 20px;
   11.15 +    padding: 0 .7em;
   11.16  }
   11.17  
   11.18  form {
   11.19      text-align: right;
   11.20 -    max-width: 32em;
   11.21 +    max-width: 425px;
   11.22  }
   11.23  
   11.24  fieldset {
   11.25 @@ -75,7 +70,7 @@
   11.26      border: 1px solid silver;
   11.27  }
   11.28  
   11.29 -#protiZlymRobotum {
   11.30 +.protiZlymRobotum {
   11.31      margin: 2px;
   11.32      padding: 2px;
   11.33      border: 1px solid silver;
    12.1 --- a/java/UpozorneniEmailem/web/index.jsp	Sat Mar 07 18:24:47 2009 +0100
    12.2 +++ b/java/UpozorneniEmailem/web/index.jsp	Sun Mar 08 21:48:14 2009 +0100
    12.3 @@ -1,12 +1,15 @@
    12.4  <%@page contentType="text/html" pageEncoding="UTF-8"%>
    12.5  <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    12.6 +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
    12.7  <!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    12.8  
    12.9 +<fmt:setBundle basename="cz.frantovo.upozorneniEmailem.preklady" scope="application"/>
   12.10 +
   12.11  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
   12.12      <head>
   12.13          <meta http-equiv="content-language" content="cs"/>
   12.14          <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
   12.15 -        <title>Nezapomeň!</title>
   12.16 +        <title><fmt:message key="nazev"/></title>
   12.17          <link type="text/css" href="css/ui-lightness/jquery-ui-1.7.custom.css" rel="stylesheet" />
   12.18          <link type="text/css" href="css/styl.css" rel="stylesheet" />
   12.19          <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
   12.20 @@ -14,8 +17,7 @@
   12.21          <script type="text/javascript" src="js/ui.datepicker-cs.js"></script>
   12.22      </head>
   12.23      <body>
   12.24 -        <h1><img src="logo.png" alt="logo" id="logo"/>Nezapomeň!</h1>
   12.25 -
   12.26 +        <h1><img src="logo.png" alt="logo" id="logo"/><fmt:message key="nazev"/></h1>
   12.27  
   12.28          <script type="text/javascript">
   12.29              $(function() {
   12.30 @@ -32,27 +34,24 @@
   12.31  
   12.32          <div id="zalozky">
   12.33              <ul>
   12.34 -                <li><a href="#zalozka-pridat">Přidat upozornění</a></li>
   12.35 -                <li><a href="#zalozka-sablony">Šablony</a></li>
   12.36 -                <li><a href="#zalozka-mojeUpozorneni">Moje upozornění</a></li>
   12.37 +                <li><a href="#zalozka-pridat"><fmt:message key="zalozka.pridat"/></a></li>
   12.38 +                <li><a href="#zalozka-sablony"><fmt:message key="zalozka.sablony"/></a></li>
   12.39 +                <li><a href="#zalozka-mojeUpozorneni"><fmt:message key="zalozka.moje"/></a></li>
   12.40              </ul>
   12.41              <div id="zalozka-pridat">
   12.42 -                <jsp:include page="WEB-INF/jspf/pridat.jspf"/>
   12.43 +                <jsp:include page="WEB-INF/casti/pridat.jspx"/>
   12.44              </div>
   12.45              <div id="zalozka-sablony">
   12.46 -                <jsp:include page="WEB-INF/jspf/sablony.jspf"/>
   12.47 +                <jsp:include page="WEB-INF/casti/sablony.jspx"/>
   12.48              </div>
   12.49              <div id="zalozka-mojeUpozorneni">
   12.50 -                <jsp:include page="WEB-INF/jspf/mojeUpozorneni.jspf"/>
   12.51 +                <jsp:include page="WEB-INF/casti/mojeUpozorneni.jspx"/>
   12.52              </div>
   12.53          </div>
   12.54  
   12.55  
   12.56 -        <div class="ui-widget">
   12.57 -            <div class="ui-state-highlight ui-corner-all" style="margin-top: 20px; padding: 0 .7em;">
   12.58 -                <p>Tady bude informace o licenci.</p>
   12.59 -            </div>
   12.60 +        <div class="ui-state-highlight ui-corner-all" id="licence">
   12.61 +            <p><fmt:message key="licence.program"/>: <a href="licence.txt">GNU Affero GPL</a>. <fmt:message key="licence.zdrojaky"/>: <a href="UpozorneniEmailem-src.zip">UpozorneniEmailem-src.zip</a><a href="UpozorneniEmailem-src.zip.SHA-512">.</a></p>
   12.62          </div>
   12.63 -
   12.64      </body>
   12.65  </html>
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/java/UpozorneniEmailem/web/licence.txt	Sun Mar 08 21:48:14 2009 +0100
    13.3 @@ -0,0 +1,1 @@
    13.4 +../../../licence/agpl-3.0.txt
    13.5 \ No newline at end of file
    14.1 Binary file licence/agpl-3.0.pdf has changed
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/licence/agpl-3.0.tex	Sun Mar 08 21:48:14 2009 +0100
    15.3 @@ -0,0 +1,705 @@
    15.4 +\documentclass[11pt]{article}
    15.5 +
    15.6 +\title{GNU AFFERO GENERAL PUBLIC LICENSE}
    15.7 +\date{Version 3, 19 November 2007}
    15.8 +
    15.9 +\begin{document}
   15.10 +\maketitle
   15.11 +
   15.12 +\begin{center}
   15.13 +{\parindent 0in
   15.14 +
   15.15 +Copyright \copyright\  2007 Free Software Foundation, Inc. \texttt{http://fsf.org/}
   15.16 +
   15.17 +\bigskip
   15.18 +Everyone is permitted to copy and distribute verbatim copies of this
   15.19 +
   15.20 +license document, but changing it is not allowed.}
   15.21 +
   15.22 +\end{center}
   15.23 +
   15.24 +\renewcommand{\abstractname}{Preamble}
   15.25 +\begin{abstract}
   15.26 +The GNU Affero General Public License is a free, copyleft license
   15.27 +for software and other kinds of works, specifically designed to ensure
   15.28 +cooperation with the community in the case of network server software.
   15.29 +
   15.30 +The licenses for most software and other practical works are
   15.31 +designed to take away your freedom to share and change the works.  By
   15.32 +contrast, our General Public Licenses are intended to guarantee your
   15.33 +freedom to share and change all versions of a program--to make sure it
   15.34 +remains free software for all its users.
   15.35 +
   15.36 +When we speak of free software, we are referring to freedom, not
   15.37 +price.  Our General Public Licenses are designed to make sure that you
   15.38 +have the freedom to distribute copies of free software (and charge for
   15.39 +them if you wish), that you receive source code or can get it if you
   15.40 +want it, that you can change the software or use pieces of it in new
   15.41 +free programs, and that you know you can do these things.
   15.42 +
   15.43 +Developers that use our General Public Licenses protect your rights
   15.44 +with two steps: (1) assert copyright on the software, and (2) offer
   15.45 +you this License which gives you legal permission to copy, distribute
   15.46 +and/or modify the software.
   15.47 +
   15.48 +A secondary benefit of defending all users' freedom is that
   15.49 +improvements made in alternate versions of the program, if they
   15.50 +receive widespread use, become available for other developers to
   15.51 +incorporate.  Many developers of free software are heartened and
   15.52 +encouraged by the resulting cooperation.  However, in the case of
   15.53 +software used on network servers, this result may fail to come about.
   15.54 +The GNU General Public License permits making a modified version and
   15.55 +letting the public access it on a server without ever releasing its
   15.56 +source code to the public.
   15.57 +
   15.58 +The GNU Affero General Public License is designed specifically to
   15.59 +ensure that, in such cases, the modified source code becomes available
   15.60 +to the community.  It requires the operator of a network server to
   15.61 +provide the source code of the modified version running there to the
   15.62 +users of that server.  Therefore, public use of a modified version, on
   15.63 +a publicly accessible server, gives the public access to the source
   15.64 +code of the modified version.
   15.65 +
   15.66 +An older license, called the Affero General Public License and
   15.67 +published by Affero, was designed to accomplish similar goals.  This is
   15.68 +a different license, not a version of the Affero GPL, but Affero has
   15.69 +released a new version of the Affero GPL which permits relicensing under
   15.70 +this license.
   15.71 +
   15.72 +The precise terms and conditions for copying, distribution and
   15.73 +modification follow.
   15.74 +\end{abstract}
   15.75 +
   15.76 +\begin{center}
   15.77 +{\Large \sc Terms and Conditions}
   15.78 +\end{center}
   15.79 +
   15.80 +
   15.81 +\begin{enumerate}
   15.82 +
   15.83 +\addtocounter{enumi}{-1}
   15.84 +
   15.85 +\item Definitions.
   15.86 +
   15.87 +``This License'' refers to version 3 of the GNU Affero General Public License.
   15.88 +
   15.89 +``Copyright'' also means copyright-like laws that apply to other kinds of
   15.90 +works, such as semiconductor masks.
   15.91 +
   15.92 +``The Program'' refers to any copyrightable work licensed under this
   15.93 +License.  Each licensee is addressed as ``you''.  ``Licensees'' and
   15.94 +``recipients'' may be individuals or organizations.
   15.95 +
   15.96 +To ``modify'' a work means to copy from or adapt all or part of the work
   15.97 +in a fashion requiring copyright permission, other than the making of an
   15.98 +exact copy.  The resulting work is called a ``modified version'' of the
   15.99 +earlier work or a work ``based on'' the earlier work.
  15.100 +
  15.101 +A ``covered work'' means either the unmodified Program or a work based
  15.102 +on the Program.
  15.103 +
  15.104 +To ``propagate'' a work means to do anything with it that, without
  15.105 +permission, would make you directly or secondarily liable for
  15.106 +infringement under applicable copyright law, except executing it on a
  15.107 +computer or modifying a private copy.  Propagation includes copying,
  15.108 +distribution (with or without modification), making available to the
  15.109 +public, and in some countries other activities as well.
  15.110 +
  15.111 +To ``convey'' a work means any kind of propagation that enables other
  15.112 +parties to make or receive copies.  Mere interaction with a user through
  15.113 +a computer network, with no transfer of a copy, is not conveying.
  15.114 +
  15.115 +An interactive user interface displays ``Appropriate Legal Notices''
  15.116 +to the extent that it includes a convenient and prominently visible
  15.117 +feature that (1) displays an appropriate copyright notice, and (2)
  15.118 +tells the user that there is no warranty for the work (except to the
  15.119 +extent that warranties are provided), that licensees may convey the
  15.120 +work under this License, and how to view a copy of this License.  If
  15.121 +the interface presents a list of user commands or options, such as a
  15.122 +menu, a prominent item in the list meets this criterion.
  15.123 +
  15.124 +\item Source Code.
  15.125 +
  15.126 +The ``source code'' for a work means the preferred form of the work
  15.127 +for making modifications to it.  ``Object code'' means any non-source
  15.128 +form of a work.
  15.129 +
  15.130 +A ``Standard Interface'' means an interface that either is an official
  15.131 +standard defined by a recognized standards body, or, in the case of
  15.132 +interfaces specified for a particular programming language, one that
  15.133 +is widely used among developers working in that language.
  15.134 +
  15.135 +The ``System Libraries'' of an executable work include anything, other
  15.136 +than the work as a whole, that (a) is included in the normal form of
  15.137 +packaging a Major Component, but which is not part of that Major
  15.138 +Component, and (b) serves only to enable use of the work with that
  15.139 +Major Component, or to implement a Standard Interface for which an
  15.140 +implementation is available to the public in source code form.  A
  15.141 +``Major Component'', in this context, means a major essential component
  15.142 +(kernel, window system, and so on) of the specific operating system
  15.143 +(if any) on which the executable work runs, or a compiler used to
  15.144 +produce the work, or an object code interpreter used to run it.
  15.145 +
  15.146 +The ``Corresponding Source'' for a work in object code form means all
  15.147 +the source code needed to generate, install, and (for an executable
  15.148 +work) run the object code and to modify the work, including scripts to
  15.149 +control those activities.  However, it does not include the work's
  15.150 +System Libraries, or general-purpose tools or generally available free
  15.151 +programs which are used unmodified in performing those activities but
  15.152 +which are not part of the work.  For example, Corresponding Source
  15.153 +includes interface definition files associated with source files for
  15.154 +the work, and the source code for shared libraries and dynamically
  15.155 +linked subprograms that the work is specifically designed to require,
  15.156 +such as by intimate data communication or control flow between those
  15.157 +subprograms and other parts of the work.
  15.158 +
  15.159 +The Corresponding Source need not include anything that users
  15.160 +can regenerate automatically from other parts of the Corresponding
  15.161 +Source.
  15.162 +
  15.163 +The Corresponding Source for a work in source code form is that
  15.164 +same work.
  15.165 +
  15.166 +\item Basic Permissions.
  15.167 +
  15.168 +All rights granted under this License are granted for the term of
  15.169 +copyright on the Program, and are irrevocable provided the stated
  15.170 +conditions are met.  This License explicitly affirms your unlimited
  15.171 +permission to run the unmodified Program.  The output from running a
  15.172 +covered work is covered by this License only if the output, given its
  15.173 +content, constitutes a covered work.  This License acknowledges your
  15.174 +rights of fair use or other equivalent, as provided by copyright law.
  15.175 +
  15.176 +You may make, run and propagate covered works that you do not
  15.177 +convey, without conditions so long as your license otherwise remains
  15.178 +in force.  You may convey covered works to others for the sole purpose
  15.179 +of having them make modifications exclusively for you, or provide you
  15.180 +with facilities for running those works, provided that you comply with
  15.181 +the terms of this License in conveying all material for which you do
  15.182 +not control copyright.  Those thus making or running the covered works
  15.183 +for you must do so exclusively on your behalf, under your direction
  15.184 +and control, on terms that prohibit them from making any copies of
  15.185 +your copyrighted material outside their relationship with you.
  15.186 +
  15.187 +Conveying under any other circumstances is permitted solely under
  15.188 +the conditions stated below.  Sublicensing is not allowed; section 10
  15.189 +makes it unnecessary.
  15.190 +
  15.191 +\item Protecting Users' Legal Rights From Anti-Circumvention Law.
  15.192 +
  15.193 +No covered work shall be deemed part of an effective technological
  15.194 +measure under any applicable law fulfilling obligations under article
  15.195 +11 of the WIPO copyright treaty adopted on 20 December 1996, or
  15.196 +similar laws prohibiting or restricting circumvention of such
  15.197 +measures.
  15.198 +
  15.199 +When you convey a covered work, you waive any legal power to forbid
  15.200 +circumvention of technological measures to the extent such circumvention
  15.201 +is effected by exercising rights under this License with respect to
  15.202 +the covered work, and you disclaim any intention to limit operation or
  15.203 +modification of the work as a means of enforcing, against the work's
  15.204 +users, your or third parties' legal rights to forbid circumvention of
  15.205 +technological measures.
  15.206 +
  15.207 +\item Conveying Verbatim Copies.
  15.208 +
  15.209 +You may convey verbatim copies of the Program's source code as you
  15.210 +receive it, in any medium, provided that you conspicuously and
  15.211 +appropriately publish on each copy an appropriate copyright notice;
  15.212 +keep intact all notices stating that this License and any
  15.213 +non-permissive terms added in accord with section 7 apply to the code;
  15.214 +keep intact all notices of the absence of any warranty; and give all
  15.215 +recipients a copy of this License along with the Program.
  15.216 +
  15.217 +You may charge any price or no price for each copy that you convey,
  15.218 +and you may offer support or warranty protection for a fee.
  15.219 +
  15.220 +\item Conveying Modified Source Versions.
  15.221 +
  15.222 +You may convey a work based on the Program, or the modifications to
  15.223 +produce it from the Program, in the form of source code under the
  15.224 +terms of section 4, provided that you also meet all of these conditions:
  15.225 +  \begin{enumerate}
  15.226 +  \item The work must carry prominent notices stating that you modified
  15.227 +  it, and giving a relevant date.
  15.228 +
  15.229 +  \item The work must carry prominent notices stating that it is
  15.230 +  released under this License and any conditions added under section
  15.231 +  7.  This requirement modifies the requirement in section 4 to
  15.232 +  ``keep intact all notices''.
  15.233 +
  15.234 +  \item You must license the entire work, as a whole, under this
  15.235 +  License to anyone who comes into possession of a copy.  This
  15.236 +  License will therefore apply, along with any applicable section 7
  15.237 +  additional terms, to the whole of the work, and all its parts,
  15.238 +  regardless of how they are packaged.  This License gives no
  15.239 +  permission to license the work in any other way, but it does not
  15.240 +  invalidate such permission if you have separately received it.
  15.241 +
  15.242 +  \item If the work has interactive user interfaces, each must display
  15.243 +  Appropriate Legal Notices; however, if the Program has interactive
  15.244 +  interfaces that do not display Appropriate Legal Notices, your
  15.245 +  work need not make them do so.
  15.246 +\end{enumerate}
  15.247 +A compilation of a covered work with other separate and independent
  15.248 +works, which are not by their nature extensions of the covered work,
  15.249 +and which are not combined with it such as to form a larger program,
  15.250 +in or on a volume of a storage or distribution medium, is called an
  15.251 +``aggregate'' if the compilation and its resulting copyright are not
  15.252 +used to limit the access or legal rights of the compilation's users
  15.253 +beyond what the individual works permit.  Inclusion of a covered work
  15.254 +in an aggregate does not cause this License to apply to the other
  15.255 +parts of the aggregate.
  15.256 +
  15.257 +\item Conveying Non-Source Forms.
  15.258 +
  15.259 +You may convey a covered work in object code form under the terms
  15.260 +of sections 4 and 5, provided that you also convey the
  15.261 +machine-readable Corresponding Source under the terms of this License,
  15.262 +in one of these ways:
  15.263 +  \begin{enumerate}
  15.264 +  \item Convey the object code in, or embodied in, a physical product
  15.265 +  (including a physical distribution medium), accompanied by the
  15.266 +  Corresponding Source fixed on a durable physical medium
  15.267 +  customarily used for software interchange.
  15.268 +
  15.269 +  \item Convey the object code in, or embodied in, a physical product
  15.270 +  (including a physical distribution medium), accompanied by a
  15.271 +  written offer, valid for at least three years and valid for as
  15.272 +  long as you offer spare parts or customer support for that product
  15.273 +  model, to give anyone who possesses the object code either (1) a
  15.274 +  copy of the Corresponding Source for all the software in the
  15.275 +  product that is covered by this License, on a durable physical
  15.276 +  medium customarily used for software interchange, for a price no
  15.277 +  more than your reasonable cost of physically performing this
  15.278 +  conveying of source, or (2) access to copy the
  15.279 +  Corresponding Source from a network server at no charge.
  15.280 +
  15.281 +  \item Convey individual copies of the object code with a copy of the
  15.282 +  written offer to provide the Corresponding Source.  This
  15.283 +  alternative is allowed only occasionally and noncommercially, and
  15.284 +  only if you received the object code with such an offer, in accord
  15.285 +  with subsection 6b.
  15.286 +
  15.287 +  \item Convey the object code by offering access from a designated
  15.288 +  place (gratis or for a charge), and offer equivalent access to the
  15.289 +  Corresponding Source in the same way through the same place at no
  15.290 +  further charge.  You need not require recipients to copy the
  15.291 +  Corresponding Source along with the object code.  If the place to
  15.292 +  copy the object code is a network server, the Corresponding Source
  15.293 +  may be on a different server (operated by you or a third party)
  15.294 +  that supports equivalent copying facilities, provided you maintain
  15.295 +  clear directions next to the object code saying where to find the
  15.296 +  Corresponding Source.  Regardless of what server hosts the
  15.297 +  Corresponding Source, you remain obligated to ensure that it is
  15.298 +  available for as long as needed to satisfy these requirements.
  15.299 +
  15.300 +  \item Convey the object code using peer-to-peer transmission, provided
  15.301 +  you inform other peers where the object code and Corresponding
  15.302 +  Source of the work are being offered to the general public at no
  15.303 +  charge under subsection 6d.
  15.304 +  \end{enumerate}
  15.305 +
  15.306 +A separable portion of the object code, whose source code is excluded
  15.307 +from the Corresponding Source as a System Library, need not be
  15.308 +included in conveying the object code work.
  15.309 +
  15.310 +A ``User Product'' is either (1) a ``consumer product'', which means any
  15.311 +tangible personal property which is normally used for personal, family,
  15.312 +or household purposes, or (2) anything designed or sold for incorporation
  15.313 +into a dwelling.  In determining whether a product is a consumer product,
  15.314 +doubtful cases shall be resolved in favor of coverage.  For a particular
  15.315 +product received by a particular user, ``normally used'' refers to a
  15.316 +typical or common use of that class of product, regardless of the status
  15.317 +of the particular user or of the way in which the particular user
  15.318 +actually uses, or expects or is expected to use, the product.  A product
  15.319 +is a consumer product regardless of whether the product has substantial
  15.320 +commercial, industrial or non-consumer uses, unless such uses represent
  15.321 +the only significant mode of use of the product.
  15.322 +
  15.323 +``Installation Information'' for a User Product means any methods,
  15.324 +procedures, authorization keys, or other information required to install
  15.325 +and execute modified versions of a covered work in that User Product from
  15.326 +a modified version of its Corresponding Source.  The information must
  15.327 +suffice to ensure that the continued functioning of the modified object
  15.328 +code is in no case prevented or interfered with solely because
  15.329 +modification has been made.
  15.330 +
  15.331 +If you convey an object code work under this section in, or with, or
  15.332 +specifically for use in, a User Product, and the conveying occurs as
  15.333 +part of a transaction in which the right of possession and use of the
  15.334 +User Product is transferred to the recipient in perpetuity or for a
  15.335 +fixed term (regardless of how the transaction is characterized), the
  15.336 +Corresponding Source conveyed under this section must be accompanied
  15.337 +by the Installation Information.  But this requirement does not apply
  15.338 +if neither you nor any third party retains the ability to install
  15.339 +modified object code on the User Product (for example, the work has
  15.340 +been installed in ROM).
  15.341 +
  15.342 +The requirement to provide Installation Information does not include a
  15.343 +requirement to continue to provide support service, warranty, or updates
  15.344 +for a work that has been modified or installed by the recipient, or for
  15.345 +the User Product in which it has been modified or installed.  Access to a
  15.346 +network may be denied when the modification itself materially and
  15.347 +adversely affects the operation of the network or violates the rules and
  15.348 +protocols for communication across the network.
  15.349 +
  15.350 +Corresponding Source conveyed, and Installation Information provided,
  15.351 +in accord with this section must be in a format that is publicly
  15.352 +documented (and with an implementation available to the public in
  15.353 +source code form), and must require no special password or key for
  15.354 +unpacking, reading or copying.
  15.355 +
  15.356 +\item Additional Terms.
  15.357 +
  15.358 +``Additional permissions'' are terms that supplement the terms of this
  15.359 +License by making exceptions from one or more of its conditions.
  15.360 +Additional permissions that are applicable to the entire Program shall
  15.361 +be treated as though they were included in this License, to the extent
  15.362 +that they are valid under applicable law.  If additional permissions
  15.363 +apply only to part of the Program, that part may be used separately
  15.364 +under those permissions, but the entire Program remains governed by
  15.365 +this License without regard to the additional permissions.
  15.366 +
  15.367 +When you convey a copy of a covered work, you may at your option
  15.368 +remove any additional permissions from that copy, or from any part of
  15.369 +it.  (Additional permissions may be written to require their own
  15.370 +removal in certain cases when you modify the work.)  You may place
  15.371 +additional permissions on material, added by you to a covered work,
  15.372 +for which you have or can give appropriate copyright permission.
  15.373 +
  15.374 +Notwithstanding any other provision of this License, for material you
  15.375 +add to a covered work, you may (if authorized by the copyright holders of
  15.376 +that material) supplement the terms of this License with terms:
  15.377 +  \begin{enumerate}
  15.378 +  \item Disclaiming warranty or limiting liability differently from the
  15.379 +  terms of sections 15 and 16 of this License; or
  15.380 +
  15.381 +  \item Requiring preservation of specified reasonable legal notices or
  15.382 +  author attributions in that material or in the Appropriate Legal
  15.383 +  Notices displayed by works containing it; or
  15.384 +
  15.385 +  \item Prohibiting misrepresentation of the origin of that material, or
  15.386 +  requiring that modified versions of such material be marked in
  15.387 +  reasonable ways as different from the original version; or
  15.388 +
  15.389 +  \item Limiting the use for publicity purposes of names of licensors or
  15.390 +  authors of the material; or
  15.391 +
  15.392 +  \item Declining to grant rights under trademark law for use of some
  15.393 +  trade names, trademarks, or service marks; or
  15.394 +
  15.395 +  \item Requiring indemnification of licensors and authors of that
  15.396 +  material by anyone who conveys the material (or modified versions of
  15.397 +  it) with contractual assumptions of liability to the recipient, for
  15.398 +  any liability that these contractual assumptions directly impose on
  15.399 +  those licensors and authors.
  15.400 +  \end{enumerate}
  15.401 +
  15.402 +All other non-permissive additional terms are considered ``further
  15.403 +restrictions'' within the meaning of section 10.  If the Program as you
  15.404 +received it, or any part of it, contains a notice stating that it is
  15.405 +governed by this License along with a term that is a further
  15.406 +restriction, you may remove that term.  If a license document contains
  15.407 +a further restriction but permits relicensing or conveying under this
  15.408 +License, you may add to a covered work material governed by the terms
  15.409 +of that license document, provided that the further restriction does
  15.410 +not survive such relicensing or conveying.
  15.411 +
  15.412 +If you add terms to a covered work in accord with this section, you
  15.413 +must place, in the relevant source files, a statement of the
  15.414 +additional terms that apply to those files, or a notice indicating
  15.415 +where to find the applicable terms.
  15.416 +
  15.417 +Additional terms, permissive or non-permissive, may be stated in the
  15.418 +form of a separately written license, or stated as exceptions;
  15.419 +the above requirements apply either way.
  15.420 +
  15.421 +\item Termination.
  15.422 +
  15.423 +You may not propagate or modify a covered work except as expressly
  15.424 +provided under this License.  Any attempt otherwise to propagate or
  15.425 +modify it is void, and will automatically terminate your rights under
  15.426 +this License (including any patent licenses granted under the third
  15.427 +paragraph of section 11).
  15.428 +
  15.429 +However, if you cease all violation of this License, then your
  15.430 +license from a particular copyright holder is reinstated (a)
  15.431 +provisionally, unless and until the copyright holder explicitly and
  15.432 +finally terminates your license, and (b) permanently, if the copyright
  15.433 +holder fails to notify you of the violation by some reasonable means
  15.434 +prior to 60 days after the cessation.
  15.435 +
  15.436 +Moreover, your license from a particular copyright holder is
  15.437 +reinstated permanently if the copyright holder notifies you of the
  15.438 +violation by some reasonable means, this is the first time you have
  15.439 +received notice of violation of this License (for any work) from that
  15.440 +copyright holder, and you cure the violation prior to 30 days after
  15.441 +your receipt of the notice.
  15.442 +
  15.443 +Termination of your rights under this section does not terminate the
  15.444 +licenses of parties who have received copies or rights from you under
  15.445 +this License.  If your rights have been terminated and not permanently
  15.446 +reinstated, you do not qualify to receive new licenses for the same
  15.447 +material under section 10.
  15.448 +
  15.449 +\item Acceptance Not Required for Having Copies.
  15.450 +
  15.451 +You are not required to accept this License in order to receive or
  15.452 +run a copy of the Program.  Ancillary propagation of a covered work
  15.453 +occurring solely as a consequence of using peer-to-peer transmission
  15.454 +to receive a copy likewise does not require acceptance.  However,
  15.455 +nothing other than this License grants you permission to propagate or
  15.456 +modify any covered work.  These actions infringe copyright if you do
  15.457 +not accept this License.  Therefore, by modifying or propagating a
  15.458 +covered work, you indicate your acceptance of this License to do so.
  15.459 +
  15.460 +\item Automatic Licensing of Downstream Recipients.
  15.461 +
  15.462 +Each time you convey a covered work, the recipient automatically
  15.463 +receives a license from the original licensors, to run, modify and
  15.464 +propagate that work, subject to this License.  You are not responsible
  15.465 +for enforcing compliance by third parties with this License.
  15.466 +
  15.467 +An ``entity transaction'' is a transaction transferring control of an
  15.468 +organization, or substantially all assets of one, or subdividing an
  15.469 +organization, or merging organizations.  If propagation of a covered
  15.470 +work results from an entity transaction, each party to that
  15.471 +transaction who receives a copy of the work also receives whatever
  15.472 +licenses to the work the party's predecessor in interest had or could
  15.473 +give under the previous paragraph, plus a right to possession of the
  15.474 +Corresponding Source of the work from the predecessor in interest, if
  15.475 +the predecessor has it or can get it with reasonable efforts.
  15.476 +
  15.477 +You may not impose any further restrictions on the exercise of the
  15.478 +rights granted or affirmed under this License.  For example, you may
  15.479 +not impose a license fee, royalty, or other charge for exercise of
  15.480 +rights granted under this License, and you may not initiate litigation
  15.481 +(including a cross-claim or counterclaim in a lawsuit) alleging that
  15.482 +any patent claim is infringed by making, using, selling, offering for
  15.483 +sale, or importing the Program or any portion of it.
  15.484 +
  15.485 +\item Patents.
  15.486 +
  15.487 +A ``contributor'' is a copyright holder who authorizes use under this
  15.488 +License of the Program or a work on which the Program is based.  The
  15.489 +work thus licensed is called the contributor's ``contributor version''.
  15.490 +
  15.491 +A contributor's ``essential patent claims'' are all patent claims
  15.492 +owned or controlled by the contributor, whether already acquired or
  15.493 +hereafter acquired, that would be infringed by some manner, permitted
  15.494 +by this License, of making, using, or selling its contributor version,
  15.495 +but do not include claims that would be infringed only as a
  15.496 +consequence of further modification of the contributor version.  For
  15.497 +purposes of this definition, ``control'' includes the right to grant
  15.498 +patent sublicenses in a manner consistent with the requirements of
  15.499 +this License.
  15.500 +
  15.501 +Each contributor grants you a non-exclusive, worldwide, royalty-free
  15.502 +patent license under the contributor's essential patent claims, to
  15.503 +make, use, sell, offer for sale, import and otherwise run, modify and
  15.504 +propagate the contents of its contributor version.
  15.505 +
  15.506 +In the following three paragraphs, a ``patent license'' is any express
  15.507 +agreement or commitment, however denominated, not to enforce a patent
  15.508 +(such as an express permission to practice a patent or covenant not to
  15.509 +sue for patent infringement).  To ``grant'' such a patent license to a
  15.510 +party means to make such an agreement or commitment not to enforce a
  15.511 +patent against the party.
  15.512 +
  15.513 +If you convey a covered work, knowingly relying on a patent license,
  15.514 +and the Corresponding Source of the work is not available for anyone
  15.515 +to copy, free of charge and under the terms of this License, through a
  15.516 +publicly available network server or other readily accessible means,
  15.517 +then you must either (1) cause the Corresponding Source to be so
  15.518 +available, or (2) arrange to deprive yourself of the benefit of the
  15.519 +patent license for this particular work, or (3) arrange, in a manner
  15.520 +consistent with the requirements of this License, to extend the patent
  15.521 +license to downstream recipients.  ``Knowingly relying'' means you have
  15.522 +actual knowledge that, but for the patent license, your conveying the
  15.523 +covered work in a country, or your recipient's use of the covered work
  15.524 +in a country, would infringe one or more identifiable patents in that
  15.525 +country that you have reason to believe are valid.
  15.526 +
  15.527 +If, pursuant to or in connection with a single transaction or
  15.528 +arrangement, you convey, or propagate by procuring conveyance of, a
  15.529 +covered work, and grant a patent license to some of the parties
  15.530 +receiving the covered work authorizing them to use, propagate, modify
  15.531 +or convey a specific copy of the covered work, then the patent license
  15.532 +you grant is automatically extended to all recipients of the covered
  15.533 +work and works based on it.
  15.534 +
  15.535 +A patent license is ``discriminatory'' if it does not include within
  15.536 +the scope of its coverage, prohibits the exercise of, or is
  15.537 +conditioned on the non-exercise of one or more of the rights that are
  15.538 +specifically granted under this License.  You may not convey a covered
  15.539 +work if you are a party to an arrangement with a third party that is
  15.540 +in the business of distributing software, under which you make payment
  15.541 +to the third party based on the extent of your activity of conveying
  15.542 +the work, and under which the third party grants, to any of the
  15.543 +parties who would receive the covered work from you, a discriminatory
  15.544 +patent license (a) in connection with copies of the covered work
  15.545 +conveyed by you (or copies made from those copies), or (b) primarily
  15.546 +for and in connection with specific products or compilations that
  15.547 +contain the covered work, unless you entered into that arrangement,
  15.548 +or that patent license was granted, prior to 28 March 2007.
  15.549 +
  15.550 +Nothing in this License shall be construed as excluding or limiting
  15.551 +any implied license or other defenses to infringement that may
  15.552 +otherwise be available to you under applicable patent law.
  15.553 +
  15.554 +\item No Surrender of Others' Freedom.
  15.555 +
  15.556 +If conditions are imposed on you (whether by court order, agreement or
  15.557 +otherwise) that contradict the conditions of this License, they do not
  15.558 +excuse you from the conditions of this License.  If you cannot convey a
  15.559 +covered work so as to satisfy simultaneously your obligations under this
  15.560 +License and any other pertinent obligations, then as a consequence you may
  15.561 +not convey it at all.  For example, if you agree to terms that obligate you
  15.562 +to collect a royalty for further conveying from those to whom you convey
  15.563 +the Program, the only way you could satisfy both those terms and this
  15.564 +License would be to refrain entirely from conveying the Program.
  15.565 +
  15.566 +\item Remote Network Interaction; Use with the GNU General Public License.
  15.567 +
  15.568 +Notwithstanding any other provision of this License, if you modify the
  15.569 +Program, your modified version must prominently offer all users interacting
  15.570 +with it remotely through a computer network (if your version supports such
  15.571 +interaction) an opportunity to receive the Corresponding Source of your
  15.572 +version by providing access to the Corresponding Source from a network
  15.573 +server at no charge, through some standard or customary means of
  15.574 +facilitating copying of software.  This Corresponding Source shall include
  15.575 +the Corresponding Source for any work covered by version 3 of the GNU
  15.576 +General Public License that is incorporated pursuant to the following
  15.577 +paragraph.
  15.578 +
  15.579 +Notwithstanding any other provision of this License, you have permission to
  15.580 +link or combine any covered work with a work licensed under version 3 of
  15.581 +the GNU General Public License into a single combined work, and to convey
  15.582 +the resulting work.  The terms of this License will continue to apply to
  15.583 +the part which is the covered work, but the work with which it is combined
  15.584 +will remain governed by version 3 of the GNU General Public License.
  15.585 +
  15.586 +\item Revised Versions of this License.
  15.587 +
  15.588 +The Free Software Foundation may publish revised and/or new versions of
  15.589 +the GNU Affero General Public License from time to time.  Such new versions will
  15.590 +be similar in spirit to the present version, but may differ in detail to
  15.591 +address new problems or concerns.
  15.592 +
  15.593 +Each version is given a distinguishing version number.  If the
  15.594 +Program specifies that a certain numbered version of the GNU Affero General
  15.595 +Public License ``or any later version'' applies to it, you have the
  15.596 +option of following the terms and conditions either of that numbered
  15.597 +version or of any later version published by the Free Software
  15.598 +Foundation.  If the Program does not specify a version number of the
  15.599 +GNU Affero General Public License, you may choose any version ever published
  15.600 +by the Free Software Foundation.
  15.601 +
  15.602 +If the Program specifies that a proxy can decide which future
  15.603 +versions of the GNU Affero General Public License can be used, that proxy's
  15.604 +public statement of acceptance of a version permanently authorizes you
  15.605 +to choose that version for the Program.
  15.606 +
  15.607 +Later license versions may give you additional or different
  15.608 +permissions.  However, no additional obligations are imposed on any
  15.609 +author or copyright holder as a result of your choosing to follow a
  15.610 +later version.
  15.611 +
  15.612 +\item Disclaimer of Warranty.
  15.613 +
  15.614 +\begin{sloppypar}
  15.615 + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  15.616 + APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE
  15.617 + COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM ``AS IS''
  15.618 + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
  15.619 + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  15.620 + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE
  15.621 + RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.
  15.622 + SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
  15.623 + NECESSARY SERVICING, REPAIR OR CORRECTION.
  15.624 +\end{sloppypar}
  15.625 +
  15.626 +\item Limitation of Liability.
  15.627 +
  15.628 + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  15.629 + WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES
  15.630 + AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
  15.631 + DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
  15.632 + DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM
  15.633 + (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
  15.634 + INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE
  15.635 + OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
  15.636 + HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  15.637 + DAMAGES.
  15.638 +
  15.639 +\item Interpretation of Sections 15 and 16.
  15.640 +
  15.641 +If the disclaimer of warranty and limitation of liability provided
  15.642 +above cannot be given local legal effect according to their terms,
  15.643 +reviewing courts shall apply local law that most closely approximates
  15.644 +an absolute waiver of all civil liability in connection with the
  15.645 +Program, unless a warranty or assumption of liability accompanies a
  15.646 +copy of the Program in return for a fee.
  15.647 +
  15.648 +\begin{center}
  15.649 +{\Large\sc End of Terms and Conditions}
  15.650 +
  15.651 +\bigskip
  15.652 +How to Apply These Terms to Your New Programs
  15.653 +\end{center}
  15.654 +
  15.655 +If you develop a new program, and you want it to be of the greatest
  15.656 +possible use to the public, the best way to achieve this is to make it
  15.657 +free software which everyone can redistribute and change under these terms.
  15.658 +
  15.659 +To do so, attach the following notices to the program.  It is safest
  15.660 +to attach them to the start of each source file to most effectively
  15.661 +state the exclusion of warranty; and each file should have at least
  15.662 +the ``copyright'' line and a pointer to where the full notice is found.
  15.663 +
  15.664 +{\footnotesize
  15.665 +\begin{verbatim}
  15.666 +<one line to give the program's name and a brief idea of what it does.>
  15.667 +
  15.668 +Copyright (C) <textyear>  <name of author>
  15.669 +
  15.670 +This program is free software: you can redistribute it and/or modify
  15.671 +it under the terms of the GNU Affero General Public License as published by
  15.672 +the Free Software Foundation, either version 3 of the License, or
  15.673 +(at your option) any later version.
  15.674 +
  15.675 +This program is distributed in the hope that it will be useful,
  15.676 +but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.677 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.678 +GNU Affero General Public License for more details.
  15.679 +
  15.680 +You should have received a copy of the GNU Affero General Public License
  15.681 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
  15.682 +\end{verbatim}
  15.683 +}
  15.684 +
  15.685 +Also add information on how to contact you by electronic and paper mail.
  15.686 +
  15.687 +If your software can interact with users remotely through a computer
  15.688 +network, you should also make sure that it provides a way for users to
  15.689 +get its source.  For example, if your program is a web application, its
  15.690 +interface could display a ``Source'' link that leads users to an archive
  15.691 +of the code.  There are many ways you could offer source, and different
  15.692 +solutions will be better for different programs; see section 13 for the
  15.693 +specific requirements.
  15.694 +
  15.695 +You should also get your employer (if you work as a programmer) or
  15.696 +school, if any, to sign a ``copyright disclaimer'' for the program, if
  15.697 +necessary.  For more information on this, and how to apply and follow
  15.698 +the GNU AGPL, see \texttt{http://www.gnu.org/licenses/}.
  15.699 +
  15.700 +\end{enumerate}
  15.701 +
  15.702 +\end{document}
  15.703 +
  15.704 +%%% Local Variables:
  15.705 +%%% mode: latex
  15.706 +%%% TeX-master: t
  15.707 +%%% End:
  15.708 +
    16.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.2 +++ b/licence/agpl-3.0.txt	Sun Mar 08 21:48:14 2009 +0100
    16.3 @@ -0,0 +1,661 @@
    16.4 +                    GNU AFFERO GENERAL PUBLIC LICENSE
    16.5 +                       Version 3, 19 November 2007
    16.6 +
    16.7 + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
    16.8 + Everyone is permitted to copy and distribute verbatim copies
    16.9 + of this license document, but changing it is not allowed.
   16.10 +
   16.11 +                            Preamble
   16.12 +
   16.13 +  The GNU Affero General Public License is a free, copyleft license for
   16.14 +software and other kinds of works, specifically designed to ensure
   16.15 +cooperation with the community in the case of network server software.
   16.16 +
   16.17 +  The licenses for most software and other practical works are designed
   16.18 +to take away your freedom to share and change the works.  By contrast,
   16.19 +our General Public Licenses are intended to guarantee your freedom to
   16.20 +share and change all versions of a program--to make sure it remains free
   16.21 +software for all its users.
   16.22 +
   16.23 +  When we speak of free software, we are referring to freedom, not
   16.24 +price.  Our General Public Licenses are designed to make sure that you
   16.25 +have the freedom to distribute copies of free software (and charge for
   16.26 +them if you wish), that you receive source code or can get it if you
   16.27 +want it, that you can change the software or use pieces of it in new
   16.28 +free programs, and that you know you can do these things.
   16.29 +
   16.30 +  Developers that use our General Public Licenses protect your rights
   16.31 +with two steps: (1) assert copyright on the software, and (2) offer
   16.32 +you this License which gives you legal permission to copy, distribute
   16.33 +and/or modify the software.
   16.34 +
   16.35 +  A secondary benefit of defending all users' freedom is that
   16.36 +improvements made in alternate versions of the program, if they
   16.37 +receive widespread use, become available for other developers to
   16.38 +incorporate.  Many developers of free software are heartened and
   16.39 +encouraged by the resulting cooperation.  However, in the case of
   16.40 +software used on network servers, this result may fail to come about.
   16.41 +The GNU General Public License permits making a modified version and
   16.42 +letting the public access it on a server without ever releasing its
   16.43 +source code to the public.
   16.44 +
   16.45 +  The GNU Affero General Public License is designed specifically to
   16.46 +ensure that, in such cases, the modified source code becomes available
   16.47 +to the community.  It requires the operator of a network server to
   16.48 +provide the source code of the modified version running there to the
   16.49 +users of that server.  Therefore, public use of a modified version, on
   16.50 +a publicly accessible server, gives the public access to the source
   16.51 +code of the modified version.
   16.52 +
   16.53 +  An older license, called the Affero General Public License and
   16.54 +published by Affero, was designed to accomplish similar goals.  This is
   16.55 +a different license, not a version of the Affero GPL, but Affero has
   16.56 +released a new version of the Affero GPL which permits relicensing under
   16.57 +this license.
   16.58 +
   16.59 +  The precise terms and conditions for copying, distribution and
   16.60 +modification follow.
   16.61 +
   16.62 +                       TERMS AND CONDITIONS
   16.63 +
   16.64 +  0. Definitions.
   16.65 +
   16.66 +  "This License" refers to version 3 of the GNU Affero General Public License.
   16.67 +
   16.68 +  "Copyright" also means copyright-like laws that apply to other kinds of
   16.69 +works, such as semiconductor masks.
   16.70 +
   16.71 +  "The Program" refers to any copyrightable work licensed under this
   16.72 +License.  Each licensee is addressed as "you".  "Licensees" and
   16.73 +"recipients" may be individuals or organizations.
   16.74 +
   16.75 +  To "modify" a work means to copy from or adapt all or part of the work
   16.76 +in a fashion requiring copyright permission, other than the making of an
   16.77 +exact copy.  The resulting work is called a "modified version" of the
   16.78 +earlier work or a work "based on" the earlier work.
   16.79 +
   16.80 +  A "covered work" means either the unmodified Program or a work based
   16.81 +on the Program.
   16.82 +
   16.83 +  To "propagate" a work means to do anything with it that, without
   16.84 +permission, would make you directly or secondarily liable for
   16.85 +infringement under applicable copyright law, except executing it on a
   16.86 +computer or modifying a private copy.  Propagation includes copying,
   16.87 +distribution (with or without modification), making available to the
   16.88 +public, and in some countries other activities as well.
   16.89 +
   16.90 +  To "convey" a work means any kind of propagation that enables other
   16.91 +parties to make or receive copies.  Mere interaction with a user through
   16.92 +a computer network, with no transfer of a copy, is not conveying.
   16.93 +
   16.94 +  An interactive user interface displays "Appropriate Legal Notices"
   16.95 +to the extent that it includes a convenient and prominently visible
   16.96 +feature that (1) displays an appropriate copyright notice, and (2)
   16.97 +tells the user that there is no warranty for the work (except to the
   16.98 +extent that warranties are provided), that licensees may convey the
   16.99 +work under this License, and how to view a copy of this License.  If
  16.100 +the interface presents a list of user commands or options, such as a
  16.101 +menu, a prominent item in the list meets this criterion.
  16.102 +
  16.103 +  1. Source Code.
  16.104 +
  16.105 +  The "source code" for a work means the preferred form of the work
  16.106 +for making modifications to it.  "Object code" means any non-source
  16.107 +form of a work.
  16.108 +
  16.109 +  A "Standard Interface" means an interface that either is an official
  16.110 +standard defined by a recognized standards body, or, in the case of
  16.111 +interfaces specified for a particular programming language, one that
  16.112 +is widely used among developers working in that language.
  16.113 +
  16.114 +  The "System Libraries" of an executable work include anything, other
  16.115 +than the work as a whole, that (a) is included in the normal form of
  16.116 +packaging a Major Component, but which is not part of that Major
  16.117 +Component, and (b) serves only to enable use of the work with that
  16.118 +Major Component, or to implement a Standard Interface for which an
  16.119 +implementation is available to the public in source code form.  A
  16.120 +"Major Component", in this context, means a major essential component
  16.121 +(kernel, window system, and so on) of the specific operating system
  16.122 +(if any) on which the executable work runs, or a compiler used to
  16.123 +produce the work, or an object code interpreter used to run it.
  16.124 +
  16.125 +  The "Corresponding Source" for a work in object code form means all
  16.126 +the source code needed to generate, install, and (for an executable
  16.127 +work) run the object code and to modify the work, including scripts to
  16.128 +control those activities.  However, it does not include the work's
  16.129 +System Libraries, or general-purpose tools or generally available free
  16.130 +programs which are used unmodified in performing those activities but
  16.131 +which are not part of the work.  For example, Corresponding Source
  16.132 +includes interface definition files associated with source files for
  16.133 +the work, and the source code for shared libraries and dynamically
  16.134 +linked subprograms that the work is specifically designed to require,
  16.135 +such as by intimate data communication or control flow between those
  16.136 +subprograms and other parts of the work.
  16.137 +
  16.138 +  The Corresponding Source need not include anything that users
  16.139 +can regenerate automatically from other parts of the Corresponding
  16.140 +Source.
  16.141 +
  16.142 +  The Corresponding Source for a work in source code form is that
  16.143 +same work.
  16.144 +
  16.145 +  2. Basic Permissions.
  16.146 +
  16.147 +  All rights granted under this License are granted for the term of
  16.148 +copyright on the Program, and are irrevocable provided the stated
  16.149 +conditions are met.  This License explicitly affirms your unlimited
  16.150 +permission to run the unmodified Program.  The output from running a
  16.151 +covered work is covered by this License only if the output, given its
  16.152 +content, constitutes a covered work.  This License acknowledges your
  16.153 +rights of fair use or other equivalent, as provided by copyright law.
  16.154 +
  16.155 +  You may make, run and propagate covered works that you do not
  16.156 +convey, without conditions so long as your license otherwise remains
  16.157 +in force.  You may convey covered works to others for the sole purpose
  16.158 +of having them make modifications exclusively for you, or provide you
  16.159 +with facilities for running those works, provided that you comply with
  16.160 +the terms of this License in conveying all material for which you do
  16.161 +not control copyright.  Those thus making or running the covered works
  16.162 +for you must do so exclusively on your behalf, under your direction
  16.163 +and control, on terms that prohibit them from making any copies of
  16.164 +your copyrighted material outside their relationship with you.
  16.165 +
  16.166 +  Conveying under any other circumstances is permitted solely under
  16.167 +the conditions stated below.  Sublicensing is not allowed; section 10
  16.168 +makes it unnecessary.
  16.169 +
  16.170 +  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  16.171 +
  16.172 +  No covered work shall be deemed part of an effective technological
  16.173 +measure under any applicable law fulfilling obligations under article
  16.174 +11 of the WIPO copyright treaty adopted on 20 December 1996, or
  16.175 +similar laws prohibiting or restricting circumvention of such
  16.176 +measures.
  16.177 +
  16.178 +  When you convey a covered work, you waive any legal power to forbid
  16.179 +circumvention of technological measures to the extent such circumvention
  16.180 +is effected by exercising rights under this License with respect to
  16.181 +the covered work, and you disclaim any intention to limit operation or
  16.182 +modification of the work as a means of enforcing, against the work's
  16.183 +users, your or third parties' legal rights to forbid circumvention of
  16.184 +technological measures.
  16.185 +
  16.186 +  4. Conveying Verbatim Copies.
  16.187 +
  16.188 +  You may convey verbatim copies of the Program's source code as you
  16.189 +receive it, in any medium, provided that you conspicuously and
  16.190 +appropriately publish on each copy an appropriate copyright notice;
  16.191 +keep intact all notices stating that this License and any
  16.192 +non-permissive terms added in accord with section 7 apply to the code;
  16.193 +keep intact all notices of the absence of any warranty; and give all
  16.194 +recipients a copy of this License along with the Program.
  16.195 +
  16.196 +  You may charge any price or no price for each copy that you convey,
  16.197 +and you may offer support or warranty protection for a fee.
  16.198 +
  16.199 +  5. Conveying Modified Source Versions.
  16.200 +
  16.201 +  You may convey a work based on the Program, or the modifications to
  16.202 +produce it from the Program, in the form of source code under the
  16.203 +terms of section 4, provided that you also meet all of these conditions:
  16.204 +
  16.205 +    a) The work must carry prominent notices stating that you modified
  16.206 +    it, and giving a relevant date.
  16.207 +
  16.208 +    b) The work must carry prominent notices stating that it is
  16.209 +    released under this License and any conditions added under section
  16.210 +    7.  This requirement modifies the requirement in section 4 to
  16.211 +    "keep intact all notices".
  16.212 +
  16.213 +    c) You must license the entire work, as a whole, under this
  16.214 +    License to anyone who comes into possession of a copy.  This
  16.215 +    License will therefore apply, along with any applicable section 7
  16.216 +    additional terms, to the whole of the work, and all its parts,
  16.217 +    regardless of how they are packaged.  This License gives no
  16.218 +    permission to license the work in any other way, but it does not
  16.219 +    invalidate such permission if you have separately received it.
  16.220 +
  16.221 +    d) If the work has interactive user interfaces, each must display
  16.222 +    Appropriate Legal Notices; however, if the Program has interactive
  16.223 +    interfaces that do not display Appropriate Legal Notices, your
  16.224 +    work need not make them do so.
  16.225 +
  16.226 +  A compilation of a covered work with other separate and independent
  16.227 +works, which are not by their nature extensions of the covered work,
  16.228 +and which are not combined with it such as to form a larger program,
  16.229 +in or on a volume of a storage or distribution medium, is called an
  16.230 +"aggregate" if the compilation and its resulting copyright are not
  16.231 +used to limit the access or legal rights of the compilation's users
  16.232 +beyond what the individual works permit.  Inclusion of a covered work
  16.233 +in an aggregate does not cause this License to apply to the other
  16.234 +parts of the aggregate.
  16.235 +
  16.236 +  6. Conveying Non-Source Forms.
  16.237 +
  16.238 +  You may convey a covered work in object code form under the terms
  16.239 +of sections 4 and 5, provided that you also convey the
  16.240 +machine-readable Corresponding Source under the terms of this License,
  16.241 +in one of these ways:
  16.242 +
  16.243 +    a) Convey the object code in, or embodied in, a physical product
  16.244 +    (including a physical distribution medium), accompanied by the
  16.245 +    Corresponding Source fixed on a durable physical medium
  16.246 +    customarily used for software interchange.
  16.247 +
  16.248 +    b) Convey the object code in, or embodied in, a physical product
  16.249 +    (including a physical distribution medium), accompanied by a
  16.250 +    written offer, valid for at least three years and valid for as
  16.251 +    long as you offer spare parts or customer support for that product
  16.252 +    model, to give anyone who possesses the object code either (1) a
  16.253 +    copy of the Corresponding Source for all the software in the
  16.254 +    product that is covered by this License, on a durable physical
  16.255 +    medium customarily used for software interchange, for a price no
  16.256 +    more than your reasonable cost of physically performing this
  16.257 +    conveying of source, or (2) access to copy the
  16.258 +    Corresponding Source from a network server at no charge.
  16.259 +
  16.260 +    c) Convey individual copies of the object code with a copy of the
  16.261 +    written offer to provide the Corresponding Source.  This
  16.262 +    alternative is allowed only occasionally and noncommercially, and
  16.263 +    only if you received the object code with such an offer, in accord
  16.264 +    with subsection 6b.
  16.265 +
  16.266 +    d) Convey the object code by offering access from a designated
  16.267 +    place (gratis or for a charge), and offer equivalent access to the
  16.268 +    Corresponding Source in the same way through the same place at no
  16.269 +    further charge.  You need not require recipients to copy the
  16.270 +    Corresponding Source along with the object code.  If the place to
  16.271 +    copy the object code is a network server, the Corresponding Source
  16.272 +    may be on a different server (operated by you or a third party)
  16.273 +    that supports equivalent copying facilities, provided you maintain
  16.274 +    clear directions next to the object code saying where to find the
  16.275 +    Corresponding Source.  Regardless of what server hosts the
  16.276 +    Corresponding Source, you remain obligated to ensure that it is
  16.277 +    available for as long as needed to satisfy these requirements.
  16.278 +
  16.279 +    e) Convey the object code using peer-to-peer transmission, provided
  16.280 +    you inform other peers where the object code and Corresponding
  16.281 +    Source of the work are being offered to the general public at no
  16.282 +    charge under subsection 6d.
  16.283 +
  16.284 +  A separable portion of the object code, whose source code is excluded
  16.285 +from the Corresponding Source as a System Library, need not be
  16.286 +included in conveying the object code work.
  16.287 +
  16.288 +  A "User Product" is either (1) a "consumer product", which means any
  16.289 +tangible personal property which is normally used for personal, family,
  16.290 +or household purposes, or (2) anything designed or sold for incorporation
  16.291 +into a dwelling.  In determining whether a product is a consumer product,
  16.292 +doubtful cases shall be resolved in favor of coverage.  For a particular
  16.293 +product received by a particular user, "normally used" refers to a
  16.294 +typical or common use of that class of product, regardless of the status
  16.295 +of the particular user or of the way in which the particular user
  16.296 +actually uses, or expects or is expected to use, the product.  A product
  16.297 +is a consumer product regardless of whether the product has substantial
  16.298 +commercial, industrial or non-consumer uses, unless such uses represent
  16.299 +the only significant mode of use of the product.
  16.300 +
  16.301 +  "Installation Information" for a User Product means any methods,
  16.302 +procedures, authorization keys, or other information required to install
  16.303 +and execute modified versions of a covered work in that User Product from
  16.304 +a modified version of its Corresponding Source.  The information must
  16.305 +suffice to ensure that the continued functioning of the modified object
  16.306 +code is in no case prevented or interfered with solely because
  16.307 +modification has been made.
  16.308 +
  16.309 +  If you convey an object code work under this section in, or with, or
  16.310 +specifically for use in, a User Product, and the conveying occurs as
  16.311 +part of a transaction in which the right of possession and use of the
  16.312 +User Product is transferred to the recipient in perpetuity or for a
  16.313 +fixed term (regardless of how the transaction is characterized), the
  16.314 +Corresponding Source conveyed under this section must be accompanied
  16.315 +by the Installation Information.  But this requirement does not apply
  16.316 +if neither you nor any third party retains the ability to install
  16.317 +modified object code on the User Product (for example, the work has
  16.318 +been installed in ROM).
  16.319 +
  16.320 +  The requirement to provide Installation Information does not include a
  16.321 +requirement to continue to provide support service, warranty, or updates
  16.322 +for a work that has been modified or installed by the recipient, or for
  16.323 +the User Product in which it has been modified or installed.  Access to a
  16.324 +network may be denied when the modification itself materially and
  16.325 +adversely affects the operation of the network or violates the rules and
  16.326 +protocols for communication across the network.
  16.327 +
  16.328 +  Corresponding Source conveyed, and Installation Information provided,
  16.329 +in accord with this section must be in a format that is publicly
  16.330 +documented (and with an implementation available to the public in
  16.331 +source code form), and must require no special password or key for
  16.332 +unpacking, reading or copying.
  16.333 +
  16.334 +  7. Additional Terms.
  16.335 +
  16.336 +  "Additional permissions" are terms that supplement the terms of this
  16.337 +License by making exceptions from one or more of its conditions.
  16.338 +Additional permissions that are applicable to the entire Program shall
  16.339 +be treated as though they were included in this License, to the extent
  16.340 +that they are valid under applicable law.  If additional permissions
  16.341 +apply only to part of the Program, that part may be used separately
  16.342 +under those permissions, but the entire Program remains governed by
  16.343 +this License without regard to the additional permissions.
  16.344 +
  16.345 +  When you convey a copy of a covered work, you may at your option
  16.346 +remove any additional permissions from that copy, or from any part of
  16.347 +it.  (Additional permissions may be written to require their own
  16.348 +removal in certain cases when you modify the work.)  You may place
  16.349 +additional permissions on material, added by you to a covered work,
  16.350 +for which you have or can give appropriate copyright permission.
  16.351 +
  16.352 +  Notwithstanding any other provision of this License, for material you
  16.353 +add to a covered work, you may (if authorized by the copyright holders of
  16.354 +that material) supplement the terms of this License with terms:
  16.355 +
  16.356 +    a) Disclaiming warranty or limiting liability differently from the
  16.357 +    terms of sections 15 and 16 of this License; or
  16.358 +
  16.359 +    b) Requiring preservation of specified reasonable legal notices or
  16.360 +    author attributions in that material or in the Appropriate Legal
  16.361 +    Notices displayed by works containing it; or
  16.362 +
  16.363 +    c) Prohibiting misrepresentation of the origin of that material, or
  16.364 +    requiring that modified versions of such material be marked in
  16.365 +    reasonable ways as different from the original version; or
  16.366 +
  16.367 +    d) Limiting the use for publicity purposes of names of licensors or
  16.368 +    authors of the material; or
  16.369 +
  16.370 +    e) Declining to grant rights under trademark law for use of some
  16.371 +    trade names, trademarks, or service marks; or
  16.372 +
  16.373 +    f) Requiring indemnification of licensors and authors of that
  16.374 +    material by anyone who conveys the material (or modified versions of
  16.375 +    it) with contractual assumptions of liability to the recipient, for
  16.376 +    any liability that these contractual assumptions directly impose on
  16.377 +    those licensors and authors.
  16.378 +
  16.379 +  All other non-permissive additional terms are considered "further
  16.380 +restrictions" within the meaning of section 10.  If the Program as you
  16.381 +received it, or any part of it, contains a notice stating that it is
  16.382 +governed by this License along with a term that is a further
  16.383 +restriction, you may remove that term.  If a license document contains
  16.384 +a further restriction but permits relicensing or conveying under this
  16.385 +License, you may add to a covered work material governed by the terms
  16.386 +of that license document, provided that the further restriction does
  16.387 +not survive such relicensing or conveying.
  16.388 +
  16.389 +  If you add terms to a covered work in accord with this section, you
  16.390 +must place, in the relevant source files, a statement of the
  16.391 +additional terms that apply to those files, or a notice indicating
  16.392 +where to find the applicable terms.
  16.393 +
  16.394 +  Additional terms, permissive or non-permissive, may be stated in the
  16.395 +form of a separately written license, or stated as exceptions;
  16.396 +the above requirements apply either way.
  16.397 +
  16.398 +  8. Termination.
  16.399 +
  16.400 +  You may not propagate or modify a covered work except as expressly
  16.401 +provided under this License.  Any attempt otherwise to propagate or
  16.402 +modify it is void, and will automatically terminate your rights under
  16.403 +this License (including any patent licenses granted under the third
  16.404 +paragraph of section 11).
  16.405 +
  16.406 +  However, if you cease all violation of this License, then your
  16.407 +license from a particular copyright holder is reinstated (a)
  16.408 +provisionally, unless and until the copyright holder explicitly and
  16.409 +finally terminates your license, and (b) permanently, if the copyright
  16.410 +holder fails to notify you of the violation by some reasonable means
  16.411 +prior to 60 days after the cessation.
  16.412 +
  16.413 +  Moreover, your license from a particular copyright holder is
  16.414 +reinstated permanently if the copyright holder notifies you of the
  16.415 +violation by some reasonable means, this is the first time you have
  16.416 +received notice of violation of this License (for any work) from that
  16.417 +copyright holder, and you cure the violation prior to 30 days after
  16.418 +your receipt of the notice.
  16.419 +
  16.420 +  Termination of your rights under this section does not terminate the
  16.421 +licenses of parties who have received copies or rights from you under
  16.422 +this License.  If your rights have been terminated and not permanently
  16.423 +reinstated, you do not qualify to receive new licenses for the same
  16.424 +material under section 10.
  16.425 +
  16.426 +  9. Acceptance Not Required for Having Copies.
  16.427 +
  16.428 +  You are not required to accept this License in order to receive or
  16.429 +run a copy of the Program.  Ancillary propagation of a covered work
  16.430 +occurring solely as a consequence of using peer-to-peer transmission
  16.431 +to receive a copy likewise does not require acceptance.  However,
  16.432 +nothing other than this License grants you permission to propagate or
  16.433 +modify any covered work.  These actions infringe copyright if you do
  16.434 +not accept this License.  Therefore, by modifying or propagating a
  16.435 +covered work, you indicate your acceptance of this License to do so.
  16.436 +
  16.437 +  10. Automatic Licensing of Downstream Recipients.
  16.438 +
  16.439 +  Each time you convey a covered work, the recipient automatically
  16.440 +receives a license from the original licensors, to run, modify and
  16.441 +propagate that work, subject to this License.  You are not responsible
  16.442 +for enforcing compliance by third parties with this License.
  16.443 +
  16.444 +  An "entity transaction" is a transaction transferring control of an
  16.445 +organization, or substantially all assets of one, or subdividing an
  16.446 +organization, or merging organizations.  If propagation of a covered
  16.447 +work results from an entity transaction, each party to that
  16.448 +transaction who receives a copy of the work also receives whatever
  16.449 +licenses to the work the party's predecessor in interest had or could
  16.450 +give under the previous paragraph, plus a right to possession of the
  16.451 +Corresponding Source of the work from the predecessor in interest, if
  16.452 +the predecessor has it or can get it with reasonable efforts.
  16.453 +
  16.454 +  You may not impose any further restrictions on the exercise of the
  16.455 +rights granted or affirmed under this License.  For example, you may
  16.456 +not impose a license fee, royalty, or other charge for exercise of
  16.457 +rights granted under this License, and you may not initiate litigation
  16.458 +(including a cross-claim or counterclaim in a lawsuit) alleging that
  16.459 +any patent claim is infringed by making, using, selling, offering for
  16.460 +sale, or importing the Program or any portion of it.
  16.461 +
  16.462 +  11. Patents.
  16.463 +
  16.464 +  A "contributor" is a copyright holder who authorizes use under this
  16.465 +License of the Program or a work on which the Program is based.  The
  16.466 +work thus licensed is called the contributor's "contributor version".
  16.467 +
  16.468 +  A contributor's "essential patent claims" are all patent claims
  16.469 +owned or controlled by the contributor, whether already acquired or
  16.470 +hereafter acquired, that would be infringed by some manner, permitted
  16.471 +by this License, of making, using, or selling its contributor version,
  16.472 +but do not include claims that would be infringed only as a
  16.473 +consequence of further modification of the contributor version.  For
  16.474 +purposes of this definition, "control" includes the right to grant
  16.475 +patent sublicenses in a manner consistent with the requirements of
  16.476 +this License.
  16.477 +
  16.478 +  Each contributor grants you a non-exclusive, worldwide, royalty-free
  16.479 +patent license under the contributor's essential patent claims, to
  16.480 +make, use, sell, offer for sale, import and otherwise run, modify and
  16.481 +propagate the contents of its contributor version.
  16.482 +
  16.483 +  In the following three paragraphs, a "patent license" is any express
  16.484 +agreement or commitment, however denominated, not to enforce a patent
  16.485 +(such as an express permission to practice a patent or covenant not to
  16.486 +sue for patent infringement).  To "grant" such a patent license to a
  16.487 +party means to make such an agreement or commitment not to enforce a
  16.488 +patent against the party.
  16.489 +
  16.490 +  If you convey a covered work, knowingly relying on a patent license,
  16.491 +and the Corresponding Source of the work is not available for anyone
  16.492 +to copy, free of charge and under the terms of this License, through a
  16.493 +publicly available network server or other readily accessible means,
  16.494 +then you must either (1) cause the Corresponding Source to be so
  16.495 +available, or (2) arrange to deprive yourself of the benefit of the
  16.496 +patent license for this particular work, or (3) arrange, in a manner
  16.497 +consistent with the requirements of this License, to extend the patent
  16.498 +license to downstream recipients.  "Knowingly relying" means you have
  16.499 +actual knowledge that, but for the patent license, your conveying the
  16.500 +covered work in a country, or your recipient's use of the covered work
  16.501 +in a country, would infringe one or more identifiable patents in that
  16.502 +country that you have reason to believe are valid.
  16.503 +
  16.504 +  If, pursuant to or in connection with a single transaction or
  16.505 +arrangement, you convey, or propagate by procuring conveyance of, a
  16.506 +covered work, and grant a patent license to some of the parties
  16.507 +receiving the covered work authorizing them to use, propagate, modify
  16.508 +or convey a specific copy of the covered work, then the patent license
  16.509 +you grant is automatically extended to all recipients of the covered
  16.510 +work and works based on it.
  16.511 +
  16.512 +  A patent license is "discriminatory" if it does not include within
  16.513 +the scope of its coverage, prohibits the exercise of, or is
  16.514 +conditioned on the non-exercise of one or more of the rights that are
  16.515 +specifically granted under this License.  You may not convey a covered
  16.516 +work if you are a party to an arrangement with a third party that is
  16.517 +in the business of distributing software, under which you make payment
  16.518 +to the third party based on the extent of your activity of conveying
  16.519 +the work, and under which the third party grants, to any of the
  16.520 +parties who would receive the covered work from you, a discriminatory
  16.521 +patent license (a) in connection with copies of the covered work
  16.522 +conveyed by you (or copies made from those copies), or (b) primarily
  16.523 +for and in connection with specific products or compilations that
  16.524 +contain the covered work, unless you entered into that arrangement,
  16.525 +or that patent license was granted, prior to 28 March 2007.
  16.526 +
  16.527 +  Nothing in this License shall be construed as excluding or limiting
  16.528 +any implied license or other defenses to infringement that may
  16.529 +otherwise be available to you under applicable patent law.
  16.530 +
  16.531 +  12. No Surrender of Others' Freedom.
  16.532 +
  16.533 +  If conditions are imposed on you (whether by court order, agreement or
  16.534 +otherwise) that contradict the conditions of this License, they do not
  16.535 +excuse you from the conditions of this License.  If you cannot convey a
  16.536 +covered work so as to satisfy simultaneously your obligations under this
  16.537 +License and any other pertinent obligations, then as a consequence you may
  16.538 +not convey it at all.  For example, if you agree to terms that obligate you
  16.539 +to collect a royalty for further conveying from those to whom you convey
  16.540 +the Program, the only way you could satisfy both those terms and this
  16.541 +License would be to refrain entirely from conveying the Program.
  16.542 +
  16.543 +  13. Remote Network Interaction; Use with the GNU General Public License.
  16.544 +
  16.545 +  Notwithstanding any other provision of this License, if you modify the
  16.546 +Program, your modified version must prominently offer all users
  16.547 +interacting with it remotely through a computer network (if your version
  16.548 +supports such interaction) an opportunity to receive the Corresponding
  16.549 +Source of your version by providing access to the Corresponding Source
  16.550 +from a network server at no charge, through some standard or customary
  16.551 +means of facilitating copying of software.  This Corresponding Source
  16.552 +shall include the Corresponding Source for any work covered by version 3
  16.553 +of the GNU General Public License that is incorporated pursuant to the
  16.554 +following paragraph.
  16.555 +
  16.556 +  Notwithstanding any other provision of this License, you have
  16.557 +permission to link or combine any covered work with a work licensed
  16.558 +under version 3 of the GNU General Public License into a single
  16.559 +combined work, and to convey the resulting work.  The terms of this
  16.560 +License will continue to apply to the part which is the covered work,
  16.561 +but the work with which it is combined will remain governed by version
  16.562 +3 of the GNU General Public License.
  16.563 +
  16.564 +  14. Revised Versions of this License.
  16.565 +
  16.566 +  The Free Software Foundation may publish revised and/or new versions of
  16.567 +the GNU Affero General Public License from time to time.  Such new versions
  16.568 +will be similar in spirit to the present version, but may differ in detail to
  16.569 +address new problems or concerns.
  16.570 +
  16.571 +  Each version is given a distinguishing version number.  If the
  16.572 +Program specifies that a certain numbered version of the GNU Affero General
  16.573 +Public License "or any later version" applies to it, you have the
  16.574 +option of following the terms and conditions either of that numbered
  16.575 +version or of any later version published by the Free Software
  16.576 +Foundation.  If the Program does not specify a version number of the
  16.577 +GNU Affero General Public License, you may choose any version ever published
  16.578 +by the Free Software Foundation.
  16.579 +
  16.580 +  If the Program specifies that a proxy can decide which future
  16.581 +versions of the GNU Affero General Public License can be used, that proxy's
  16.582 +public statement of acceptance of a version permanently authorizes you
  16.583 +to choose that version for the Program.
  16.584 +
  16.585 +  Later license versions may give you additional or different
  16.586 +permissions.  However, no additional obligations are imposed on any
  16.587 +author or copyright holder as a result of your choosing to follow a
  16.588 +later version.
  16.589 +
  16.590 +  15. Disclaimer of Warranty.
  16.591 +
  16.592 +  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  16.593 +APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  16.594 +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
  16.595 +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  16.596 +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  16.597 +PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  16.598 +IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  16.599 +ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  16.600 +
  16.601 +  16. Limitation of Liability.
  16.602 +
  16.603 +  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  16.604 +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
  16.605 +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  16.606 +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  16.607 +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  16.608 +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  16.609 +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  16.610 +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  16.611 +SUCH DAMAGES.
  16.612 +
  16.613 +  17. Interpretation of Sections 15 and 16.
  16.614 +
  16.615 +  If the disclaimer of warranty and limitation of liability provided
  16.616 +above cannot be given local legal effect according to their terms,
  16.617 +reviewing courts shall apply local law that most closely approximates
  16.618 +an absolute waiver of all civil liability in connection with the
  16.619 +Program, unless a warranty or assumption of liability accompanies a
  16.620 +copy of the Program in return for a fee.
  16.621 +
  16.622 +                     END OF TERMS AND CONDITIONS
  16.623 +
  16.624 +            How to Apply These Terms to Your New Programs
  16.625 +
  16.626 +  If you develop a new program, and you want it to be of the greatest
  16.627 +possible use to the public, the best way to achieve this is to make it
  16.628 +free software which everyone can redistribute and change under these terms.
  16.629 +
  16.630 +  To do so, attach the following notices to the program.  It is safest
  16.631 +to attach them to the start of each source file to most effectively
  16.632 +state the exclusion of warranty; and each file should have at least
  16.633 +the "copyright" line and a pointer to where the full notice is found.
  16.634 +
  16.635 +    <one line to give the program's name and a brief idea of what it does.>
  16.636 +    Copyright (C) <year>  <name of author>
  16.637 +
  16.638 +    This program is free software: you can redistribute it and/or modify
  16.639 +    it under the terms of the GNU Affero General Public License as published by
  16.640 +    the Free Software Foundation, either version 3 of the License, or
  16.641 +    (at your option) any later version.
  16.642 +
  16.643 +    This program is distributed in the hope that it will be useful,
  16.644 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.645 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.646 +    GNU Affero General Public License for more details.
  16.647 +
  16.648 +    You should have received a copy of the GNU Affero General Public License
  16.649 +    along with this program.  If not, see <http://www.gnu.org/licenses/>.
  16.650 +
  16.651 +Also add information on how to contact you by electronic and paper mail.
  16.652 +
  16.653 +  If your software can interact with users remotely through a computer
  16.654 +network, you should also make sure that it provides a way for users to
  16.655 +get its source.  For example, if your program is a web application, its
  16.656 +interface could display a "Source" link that leads users to an archive
  16.657 +of the code.  There are many ways you could offer source, and different
  16.658 +solutions will be better for different programs; see section 13 for the
  16.659 +specific requirements.
  16.660 +
  16.661 +  You should also get your employer (if you work as a programmer) or school,
  16.662 +if any, to sign a "copyright disclaimer" for the program, if necessary.
  16.663 +For more information on this, and how to apply and follow the GNU AGPL, see
  16.664 +<http://www.gnu.org/licenses/>.
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/licence/licence.txt	Sun Mar 08 21:48:14 2009 +0100
    17.3 @@ -0,0 +1,12 @@
    17.4 +Program UpozorneniEmailem (Upozornění emailem – Nezapomeň!) vydávám pod licencí:
    17.5 +GNU Affero General Public License, verze 3
    17.6 +
    17.7 +  viz agpl-3.0.txt
    17.8 +  viz http://www.fsf.org/licensing/licenses/agpl-3.0.html
    17.9 +
   17.10 +
   17.11 +František Kučera
   17.12 +
   17.13 +  http://frantovo.cz/blog
   17.14 +  http://frantovo.cz/
   17.15 +  franta-hg@frantovo.cz