Licence Affero GPL.
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/java/sql-vyuka/licence.txt Sat May 30 22:54:44 2009 +0200
1.3 @@ -0,0 +1,1 @@
1.4 +../../licence/agpl-3.0.txt
1.5 \ No newline at end of file
2.1 --- a/java/sql-vyuka/src/java/cz/frantovo/sql/vyuka/preklady_cs.properties Sat May 30 15:35:10 2009 +0200
2.2 +++ b/java/sql-vyuka/src/java/cz/frantovo/sql/vyuka/preklady_cs.properties Sat May 30 22:54:44 2009 +0200
2.3 @@ -17,3 +17,7 @@
2.4 js.nepodporovany=V\u00E1\u0161 prohl\u00ED\u017Ee\u010D nepodporuje AJAX. Po\u0159i\u010Fte si m\u00E9n\u011B zastaral\u00FD prohl\u00ED\u017Ee\u010D, nejl\u00E9pe Firefox.
2.5 js.probihaSQL=Prob\u00EDh\u00E1 zpracov\u00E1n\u00ED SQL p\u0159\u00EDkazu\u2026
2.6 js.probihaHistorie=Na\u010D\u00EDt\u00E1 se historie\u2026
2.7 +
2.8 +licence.program=Program je vyd\u00E1n pod licenc\u00ED:
2.9 +licence.agpl=GNU Affero GPL
2.10 +licence.zdrojaky=Zdrojov\u00E9 k\u00F3dy ke sta\u017Een\u00ED:
3.1 --- a/java/sql-vyuka/web/WEB-INF/casti/aplikace.jspx Sat May 30 15:35:10 2009 +0200
3.2 +++ b/java/sql-vyuka/web/WEB-INF/casti/aplikace.jspx Sat May 30 22:54:44 2009 +0200
3.3 @@ -12,8 +12,8 @@
3.4 <!-- Nápověda -->
3.5 <div class ="blok" id="napoveda">
3.6 <h2><fmt:message key="blok.napoveda"/></h2>
3.7 - <div class="vnitrekBloku">
3.8 - <p id="napovedniPole"><fmt:message key="vychozi.napoveda"/></p>
3.9 + <div class="vnitrekBloku" id="napovedniPole">
3.10 + <jsp:include page="napoveda.jspx" flush="false"/>
3.11 </div>
3.12 </div>
3.13 <div id="io">
3.14 @@ -51,9 +51,7 @@
3.15 <div class ="blok" id="vystup">
3.16 <h2><fmt:message key="blok.vysledek"/></h2>
3.17 <div class="vnitrekBloku" id="vystupniPole">
3.18 - <p>
3.19 - <fmt:message key="vychozi.vysledek"/>
3.20 - </p>
3.21 + <jsp:include page="vitejte.jspx" flush="false"/>
3.22 </div>
3.23 </div>
3.24 </div>
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
4.2 +++ b/java/sql-vyuka/web/WEB-INF/casti/napoveda.jspx Sat May 30 22:54:44 2009 +0200
4.3 @@ -0,0 +1,16 @@
4.4 +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
4.5 + xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
4.6 + version="2.0">
4.7 + <p>
4.8 + <fmt:message key="vychozi.napoveda"/>
4.9 + </p>
4.10 + <p>
4.11 + <fmt:message key="licence.program"/>
4.12 + <a href="licence.txt"><fmt:message key="licence.agpl"/></a>.
4.13 + </p>
4.14 + <p>
4.15 + <fmt:message key="licence.zdrojaky"/>
4.16 + <a href="sql-vyuka-src.zip">sql-vyuka-src.zip</a>
4.17 + <a href="sql-vyuka-src.zip.SHA-512">.</a>
4.18 + </p>
4.19 +</jsp:root>
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
5.2 +++ b/java/sql-vyuka/web/WEB-INF/casti/vitejte.jspx Sat May 30 22:54:44 2009 +0200
5.3 @@ -0,0 +1,7 @@
5.4 +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
5.5 + xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
5.6 + version="2.0">
5.7 + <p>
5.8 + <fmt:message key="vychozi.vysledek"/>
5.9 + </p>
5.10 +</jsp:root>
6.1 --- a/java/sql-vyuka/web/index.jsp Sat May 30 15:35:10 2009 +0200
6.2 +++ b/java/sql-vyuka/web/index.jsp Sat May 30 22:54:44 2009 +0200
6.3 @@ -1,7 +1,7 @@
6.4 +<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6.5 <%@page contentType="text/html" pageEncoding="UTF-8"%>
6.6 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
6.7 <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
6.8 -<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6.9
6.10 <fmt:setBundle basename="cz.frantovo.sql.vyuka.preklady" scope="application"/>
6.11
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
7.2 +++ b/java/sql-vyuka/web/licence.txt Sat May 30 22:54:44 2009 +0200
7.3 @@ -0,0 +1,1 @@
7.4 +../../../licence/agpl-3.0.txt
7.5 \ No newline at end of file
8.1 Binary file licence/agpl-3.0.pdf has changed
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
9.2 +++ b/licence/agpl-3.0.tex Sat May 30 22:54:44 2009 +0200
9.3 @@ -0,0 +1,705 @@
9.4 +\documentclass[11pt]{article}
9.5 +
9.6 +\title{GNU AFFERO GENERAL PUBLIC LICENSE}
9.7 +\date{Version 3, 19 November 2007}
9.8 +
9.9 +\begin{document}
9.10 +\maketitle
9.11 +
9.12 +\begin{center}
9.13 +{\parindent 0in
9.14 +
9.15 +Copyright \copyright\ 2007 Free Software Foundation, Inc. \texttt{http://fsf.org/}
9.16 +
9.17 +\bigskip
9.18 +Everyone is permitted to copy and distribute verbatim copies of this
9.19 +
9.20 +license document, but changing it is not allowed.}
9.21 +
9.22 +\end{center}
9.23 +
9.24 +\renewcommand{\abstractname}{Preamble}
9.25 +\begin{abstract}
9.26 +The GNU Affero General Public License is a free, copyleft license
9.27 +for software and other kinds of works, specifically designed to ensure
9.28 +cooperation with the community in the case of network server software.
9.29 +
9.30 +The licenses for most software and other practical works are
9.31 +designed to take away your freedom to share and change the works. By
9.32 +contrast, our General Public Licenses are intended to guarantee your
9.33 +freedom to share and change all versions of a program--to make sure it
9.34 +remains free software for all its users.
9.35 +
9.36 +When we speak of free software, we are referring to freedom, not
9.37 +price. Our General Public Licenses are designed to make sure that you
9.38 +have the freedom to distribute copies of free software (and charge for
9.39 +them if you wish), that you receive source code or can get it if you
9.40 +want it, that you can change the software or use pieces of it in new
9.41 +free programs, and that you know you can do these things.
9.42 +
9.43 +Developers that use our General Public Licenses protect your rights
9.44 +with two steps: (1) assert copyright on the software, and (2) offer
9.45 +you this License which gives you legal permission to copy, distribute
9.46 +and/or modify the software.
9.47 +
9.48 +A secondary benefit of defending all users' freedom is that
9.49 +improvements made in alternate versions of the program, if they
9.50 +receive widespread use, become available for other developers to
9.51 +incorporate. Many developers of free software are heartened and
9.52 +encouraged by the resulting cooperation. However, in the case of
9.53 +software used on network servers, this result may fail to come about.
9.54 +The GNU General Public License permits making a modified version and
9.55 +letting the public access it on a server without ever releasing its
9.56 +source code to the public.
9.57 +
9.58 +The GNU Affero General Public License is designed specifically to
9.59 +ensure that, in such cases, the modified source code becomes available
9.60 +to the community. It requires the operator of a network server to
9.61 +provide the source code of the modified version running there to the
9.62 +users of that server. Therefore, public use of a modified version, on
9.63 +a publicly accessible server, gives the public access to the source
9.64 +code of the modified version.
9.65 +
9.66 +An older license, called the Affero General Public License and
9.67 +published by Affero, was designed to accomplish similar goals. This is
9.68 +a different license, not a version of the Affero GPL, but Affero has
9.69 +released a new version of the Affero GPL which permits relicensing under
9.70 +this license.
9.71 +
9.72 +The precise terms and conditions for copying, distribution and
9.73 +modification follow.
9.74 +\end{abstract}
9.75 +
9.76 +\begin{center}
9.77 +{\Large \sc Terms and Conditions}
9.78 +\end{center}
9.79 +
9.80 +
9.81 +\begin{enumerate}
9.82 +
9.83 +\addtocounter{enumi}{-1}
9.84 +
9.85 +\item Definitions.
9.86 +
9.87 +``This License'' refers to version 3 of the GNU Affero General Public License.
9.88 +
9.89 +``Copyright'' also means copyright-like laws that apply to other kinds of
9.90 +works, such as semiconductor masks.
9.91 +
9.92 +``The Program'' refers to any copyrightable work licensed under this
9.93 +License. Each licensee is addressed as ``you''. ``Licensees'' and
9.94 +``recipients'' may be individuals or organizations.
9.95 +
9.96 +To ``modify'' a work means to copy from or adapt all or part of the work
9.97 +in a fashion requiring copyright permission, other than the making of an
9.98 +exact copy. The resulting work is called a ``modified version'' of the
9.99 +earlier work or a work ``based on'' the earlier work.
9.100 +
9.101 +A ``covered work'' means either the unmodified Program or a work based
9.102 +on the Program.
9.103 +
9.104 +To ``propagate'' a work means to do anything with it that, without
9.105 +permission, would make you directly or secondarily liable for
9.106 +infringement under applicable copyright law, except executing it on a
9.107 +computer or modifying a private copy. Propagation includes copying,
9.108 +distribution (with or without modification), making available to the
9.109 +public, and in some countries other activities as well.
9.110 +
9.111 +To ``convey'' a work means any kind of propagation that enables other
9.112 +parties to make or receive copies. Mere interaction with a user through
9.113 +a computer network, with no transfer of a copy, is not conveying.
9.114 +
9.115 +An interactive user interface displays ``Appropriate Legal Notices''
9.116 +to the extent that it includes a convenient and prominently visible
9.117 +feature that (1) displays an appropriate copyright notice, and (2)
9.118 +tells the user that there is no warranty for the work (except to the
9.119 +extent that warranties are provided), that licensees may convey the
9.120 +work under this License, and how to view a copy of this License. If
9.121 +the interface presents a list of user commands or options, such as a
9.122 +menu, a prominent item in the list meets this criterion.
9.123 +
9.124 +\item Source Code.
9.125 +
9.126 +The ``source code'' for a work means the preferred form of the work
9.127 +for making modifications to it. ``Object code'' means any non-source
9.128 +form of a work.
9.129 +
9.130 +A ``Standard Interface'' means an interface that either is an official
9.131 +standard defined by a recognized standards body, or, in the case of
9.132 +interfaces specified for a particular programming language, one that
9.133 +is widely used among developers working in that language.
9.134 +
9.135 +The ``System Libraries'' of an executable work include anything, other
9.136 +than the work as a whole, that (a) is included in the normal form of
9.137 +packaging a Major Component, but which is not part of that Major
9.138 +Component, and (b) serves only to enable use of the work with that
9.139 +Major Component, or to implement a Standard Interface for which an
9.140 +implementation is available to the public in source code form. A
9.141 +``Major Component'', in this context, means a major essential component
9.142 +(kernel, window system, and so on) of the specific operating system
9.143 +(if any) on which the executable work runs, or a compiler used to
9.144 +produce the work, or an object code interpreter used to run it.
9.145 +
9.146 +The ``Corresponding Source'' for a work in object code form means all
9.147 +the source code needed to generate, install, and (for an executable
9.148 +work) run the object code and to modify the work, including scripts to
9.149 +control those activities. However, it does not include the work's
9.150 +System Libraries, or general-purpose tools or generally available free
9.151 +programs which are used unmodified in performing those activities but
9.152 +which are not part of the work. For example, Corresponding Source
9.153 +includes interface definition files associated with source files for
9.154 +the work, and the source code for shared libraries and dynamically
9.155 +linked subprograms that the work is specifically designed to require,
9.156 +such as by intimate data communication or control flow between those
9.157 +subprograms and other parts of the work.
9.158 +
9.159 +The Corresponding Source need not include anything that users
9.160 +can regenerate automatically from other parts of the Corresponding
9.161 +Source.
9.162 +
9.163 +The Corresponding Source for a work in source code form is that
9.164 +same work.
9.165 +
9.166 +\item Basic Permissions.
9.167 +
9.168 +All rights granted under this License are granted for the term of
9.169 +copyright on the Program, and are irrevocable provided the stated
9.170 +conditions are met. This License explicitly affirms your unlimited
9.171 +permission to run the unmodified Program. The output from running a
9.172 +covered work is covered by this License only if the output, given its
9.173 +content, constitutes a covered work. This License acknowledges your
9.174 +rights of fair use or other equivalent, as provided by copyright law.
9.175 +
9.176 +You may make, run and propagate covered works that you do not
9.177 +convey, without conditions so long as your license otherwise remains
9.178 +in force. You may convey covered works to others for the sole purpose
9.179 +of having them make modifications exclusively for you, or provide you
9.180 +with facilities for running those works, provided that you comply with
9.181 +the terms of this License in conveying all material for which you do
9.182 +not control copyright. Those thus making or running the covered works
9.183 +for you must do so exclusively on your behalf, under your direction
9.184 +and control, on terms that prohibit them from making any copies of
9.185 +your copyrighted material outside their relationship with you.
9.186 +
9.187 +Conveying under any other circumstances is permitted solely under
9.188 +the conditions stated below. Sublicensing is not allowed; section 10
9.189 +makes it unnecessary.
9.190 +
9.191 +\item Protecting Users' Legal Rights From Anti-Circumvention Law.
9.192 +
9.193 +No covered work shall be deemed part of an effective technological
9.194 +measure under any applicable law fulfilling obligations under article
9.195 +11 of the WIPO copyright treaty adopted on 20 December 1996, or
9.196 +similar laws prohibiting or restricting circumvention of such
9.197 +measures.
9.198 +
9.199 +When you convey a covered work, you waive any legal power to forbid
9.200 +circumvention of technological measures to the extent such circumvention
9.201 +is effected by exercising rights under this License with respect to
9.202 +the covered work, and you disclaim any intention to limit operation or
9.203 +modification of the work as a means of enforcing, against the work's
9.204 +users, your or third parties' legal rights to forbid circumvention of
9.205 +technological measures.
9.206 +
9.207 +\item Conveying Verbatim Copies.
9.208 +
9.209 +You may convey verbatim copies of the Program's source code as you
9.210 +receive it, in any medium, provided that you conspicuously and
9.211 +appropriately publish on each copy an appropriate copyright notice;
9.212 +keep intact all notices stating that this License and any
9.213 +non-permissive terms added in accord with section 7 apply to the code;
9.214 +keep intact all notices of the absence of any warranty; and give all
9.215 +recipients a copy of this License along with the Program.
9.216 +
9.217 +You may charge any price or no price for each copy that you convey,
9.218 +and you may offer support or warranty protection for a fee.
9.219 +
9.220 +\item Conveying Modified Source Versions.
9.221 +
9.222 +You may convey a work based on the Program, or the modifications to
9.223 +produce it from the Program, in the form of source code under the
9.224 +terms of section 4, provided that you also meet all of these conditions:
9.225 + \begin{enumerate}
9.226 + \item The work must carry prominent notices stating that you modified
9.227 + it, and giving a relevant date.
9.228 +
9.229 + \item The work must carry prominent notices stating that it is
9.230 + released under this License and any conditions added under section
9.231 + 7. This requirement modifies the requirement in section 4 to
9.232 + ``keep intact all notices''.
9.233 +
9.234 + \item You must license the entire work, as a whole, under this
9.235 + License to anyone who comes into possession of a copy. This
9.236 + License will therefore apply, along with any applicable section 7
9.237 + additional terms, to the whole of the work, and all its parts,
9.238 + regardless of how they are packaged. This License gives no
9.239 + permission to license the work in any other way, but it does not
9.240 + invalidate such permission if you have separately received it.
9.241 +
9.242 + \item If the work has interactive user interfaces, each must display
9.243 + Appropriate Legal Notices; however, if the Program has interactive
9.244 + interfaces that do not display Appropriate Legal Notices, your
9.245 + work need not make them do so.
9.246 +\end{enumerate}
9.247 +A compilation of a covered work with other separate and independent
9.248 +works, which are not by their nature extensions of the covered work,
9.249 +and which are not combined with it such as to form a larger program,
9.250 +in or on a volume of a storage or distribution medium, is called an
9.251 +``aggregate'' if the compilation and its resulting copyright are not
9.252 +used to limit the access or legal rights of the compilation's users
9.253 +beyond what the individual works permit. Inclusion of a covered work
9.254 +in an aggregate does not cause this License to apply to the other
9.255 +parts of the aggregate.
9.256 +
9.257 +\item Conveying Non-Source Forms.
9.258 +
9.259 +You may convey a covered work in object code form under the terms
9.260 +of sections 4 and 5, provided that you also convey the
9.261 +machine-readable Corresponding Source under the terms of this License,
9.262 +in one of these ways:
9.263 + \begin{enumerate}
9.264 + \item Convey the object code in, or embodied in, a physical product
9.265 + (including a physical distribution medium), accompanied by the
9.266 + Corresponding Source fixed on a durable physical medium
9.267 + customarily used for software interchange.
9.268 +
9.269 + \item Convey the object code in, or embodied in, a physical product
9.270 + (including a physical distribution medium), accompanied by a
9.271 + written offer, valid for at least three years and valid for as
9.272 + long as you offer spare parts or customer support for that product
9.273 + model, to give anyone who possesses the object code either (1) a
9.274 + copy of the Corresponding Source for all the software in the
9.275 + product that is covered by this License, on a durable physical
9.276 + medium customarily used for software interchange, for a price no
9.277 + more than your reasonable cost of physically performing this
9.278 + conveying of source, or (2) access to copy the
9.279 + Corresponding Source from a network server at no charge.
9.280 +
9.281 + \item Convey individual copies of the object code with a copy of the
9.282 + written offer to provide the Corresponding Source. This
9.283 + alternative is allowed only occasionally and noncommercially, and
9.284 + only if you received the object code with such an offer, in accord
9.285 + with subsection 6b.
9.286 +
9.287 + \item Convey the object code by offering access from a designated
9.288 + place (gratis or for a charge), and offer equivalent access to the
9.289 + Corresponding Source in the same way through the same place at no
9.290 + further charge. You need not require recipients to copy the
9.291 + Corresponding Source along with the object code. If the place to
9.292 + copy the object code is a network server, the Corresponding Source
9.293 + may be on a different server (operated by you or a third party)
9.294 + that supports equivalent copying facilities, provided you maintain
9.295 + clear directions next to the object code saying where to find the
9.296 + Corresponding Source. Regardless of what server hosts the
9.297 + Corresponding Source, you remain obligated to ensure that it is
9.298 + available for as long as needed to satisfy these requirements.
9.299 +
9.300 + \item Convey the object code using peer-to-peer transmission, provided
9.301 + you inform other peers where the object code and Corresponding
9.302 + Source of the work are being offered to the general public at no
9.303 + charge under subsection 6d.
9.304 + \end{enumerate}
9.305 +
9.306 +A separable portion of the object code, whose source code is excluded
9.307 +from the Corresponding Source as a System Library, need not be
9.308 +included in conveying the object code work.
9.309 +
9.310 +A ``User Product'' is either (1) a ``consumer product'', which means any
9.311 +tangible personal property which is normally used for personal, family,
9.312 +or household purposes, or (2) anything designed or sold for incorporation
9.313 +into a dwelling. In determining whether a product is a consumer product,
9.314 +doubtful cases shall be resolved in favor of coverage. For a particular
9.315 +product received by a particular user, ``normally used'' refers to a
9.316 +typical or common use of that class of product, regardless of the status
9.317 +of the particular user or of the way in which the particular user
9.318 +actually uses, or expects or is expected to use, the product. A product
9.319 +is a consumer product regardless of whether the product has substantial
9.320 +commercial, industrial or non-consumer uses, unless such uses represent
9.321 +the only significant mode of use of the product.
9.322 +
9.323 +``Installation Information'' for a User Product means any methods,
9.324 +procedures, authorization keys, or other information required to install
9.325 +and execute modified versions of a covered work in that User Product from
9.326 +a modified version of its Corresponding Source. The information must
9.327 +suffice to ensure that the continued functioning of the modified object
9.328 +code is in no case prevented or interfered with solely because
9.329 +modification has been made.
9.330 +
9.331 +If you convey an object code work under this section in, or with, or
9.332 +specifically for use in, a User Product, and the conveying occurs as
9.333 +part of a transaction in which the right of possession and use of the
9.334 +User Product is transferred to the recipient in perpetuity or for a
9.335 +fixed term (regardless of how the transaction is characterized), the
9.336 +Corresponding Source conveyed under this section must be accompanied
9.337 +by the Installation Information. But this requirement does not apply
9.338 +if neither you nor any third party retains the ability to install
9.339 +modified object code on the User Product (for example, the work has
9.340 +been installed in ROM).
9.341 +
9.342 +The requirement to provide Installation Information does not include a
9.343 +requirement to continue to provide support service, warranty, or updates
9.344 +for a work that has been modified or installed by the recipient, or for
9.345 +the User Product in which it has been modified or installed. Access to a
9.346 +network may be denied when the modification itself materially and
9.347 +adversely affects the operation of the network or violates the rules and
9.348 +protocols for communication across the network.
9.349 +
9.350 +Corresponding Source conveyed, and Installation Information provided,
9.351 +in accord with this section must be in a format that is publicly
9.352 +documented (and with an implementation available to the public in
9.353 +source code form), and must require no special password or key for
9.354 +unpacking, reading or copying.
9.355 +
9.356 +\item Additional Terms.
9.357 +
9.358 +``Additional permissions'' are terms that supplement the terms of this
9.359 +License by making exceptions from one or more of its conditions.
9.360 +Additional permissions that are applicable to the entire Program shall
9.361 +be treated as though they were included in this License, to the extent
9.362 +that they are valid under applicable law. If additional permissions
9.363 +apply only to part of the Program, that part may be used separately
9.364 +under those permissions, but the entire Program remains governed by
9.365 +this License without regard to the additional permissions.
9.366 +
9.367 +When you convey a copy of a covered work, you may at your option
9.368 +remove any additional permissions from that copy, or from any part of
9.369 +it. (Additional permissions may be written to require their own
9.370 +removal in certain cases when you modify the work.) You may place
9.371 +additional permissions on material, added by you to a covered work,
9.372 +for which you have or can give appropriate copyright permission.
9.373 +
9.374 +Notwithstanding any other provision of this License, for material you
9.375 +add to a covered work, you may (if authorized by the copyright holders of
9.376 +that material) supplement the terms of this License with terms:
9.377 + \begin{enumerate}
9.378 + \item Disclaiming warranty or limiting liability differently from the
9.379 + terms of sections 15 and 16 of this License; or
9.380 +
9.381 + \item Requiring preservation of specified reasonable legal notices or
9.382 + author attributions in that material or in the Appropriate Legal
9.383 + Notices displayed by works containing it; or
9.384 +
9.385 + \item Prohibiting misrepresentation of the origin of that material, or
9.386 + requiring that modified versions of such material be marked in
9.387 + reasonable ways as different from the original version; or
9.388 +
9.389 + \item Limiting the use for publicity purposes of names of licensors or
9.390 + authors of the material; or
9.391 +
9.392 + \item Declining to grant rights under trademark law for use of some
9.393 + trade names, trademarks, or service marks; or
9.394 +
9.395 + \item Requiring indemnification of licensors and authors of that
9.396 + material by anyone who conveys the material (or modified versions of
9.397 + it) with contractual assumptions of liability to the recipient, for
9.398 + any liability that these contractual assumptions directly impose on
9.399 + those licensors and authors.
9.400 + \end{enumerate}
9.401 +
9.402 +All other non-permissive additional terms are considered ``further
9.403 +restrictions'' within the meaning of section 10. If the Program as you
9.404 +received it, or any part of it, contains a notice stating that it is
9.405 +governed by this License along with a term that is a further
9.406 +restriction, you may remove that term. If a license document contains
9.407 +a further restriction but permits relicensing or conveying under this
9.408 +License, you may add to a covered work material governed by the terms
9.409 +of that license document, provided that the further restriction does
9.410 +not survive such relicensing or conveying.
9.411 +
9.412 +If you add terms to a covered work in accord with this section, you
9.413 +must place, in the relevant source files, a statement of the
9.414 +additional terms that apply to those files, or a notice indicating
9.415 +where to find the applicable terms.
9.416 +
9.417 +Additional terms, permissive or non-permissive, may be stated in the
9.418 +form of a separately written license, or stated as exceptions;
9.419 +the above requirements apply either way.
9.420 +
9.421 +\item Termination.
9.422 +
9.423 +You may not propagate or modify a covered work except as expressly
9.424 +provided under this License. Any attempt otherwise to propagate or
9.425 +modify it is void, and will automatically terminate your rights under
9.426 +this License (including any patent licenses granted under the third
9.427 +paragraph of section 11).
9.428 +
9.429 +However, if you cease all violation of this License, then your
9.430 +license from a particular copyright holder is reinstated (a)
9.431 +provisionally, unless and until the copyright holder explicitly and
9.432 +finally terminates your license, and (b) permanently, if the copyright
9.433 +holder fails to notify you of the violation by some reasonable means
9.434 +prior to 60 days after the cessation.
9.435 +
9.436 +Moreover, your license from a particular copyright holder is
9.437 +reinstated permanently if the copyright holder notifies you of the
9.438 +violation by some reasonable means, this is the first time you have
9.439 +received notice of violation of this License (for any work) from that
9.440 +copyright holder, and you cure the violation prior to 30 days after
9.441 +your receipt of the notice.
9.442 +
9.443 +Termination of your rights under this section does not terminate the
9.444 +licenses of parties who have received copies or rights from you under
9.445 +this License. If your rights have been terminated and not permanently
9.446 +reinstated, you do not qualify to receive new licenses for the same
9.447 +material under section 10.
9.448 +
9.449 +\item Acceptance Not Required for Having Copies.
9.450 +
9.451 +You are not required to accept this License in order to receive or
9.452 +run a copy of the Program. Ancillary propagation of a covered work
9.453 +occurring solely as a consequence of using peer-to-peer transmission
9.454 +to receive a copy likewise does not require acceptance. However,
9.455 +nothing other than this License grants you permission to propagate or
9.456 +modify any covered work. These actions infringe copyright if you do
9.457 +not accept this License. Therefore, by modifying or propagating a
9.458 +covered work, you indicate your acceptance of this License to do so.
9.459 +
9.460 +\item Automatic Licensing of Downstream Recipients.
9.461 +
9.462 +Each time you convey a covered work, the recipient automatically
9.463 +receives a license from the original licensors, to run, modify and
9.464 +propagate that work, subject to this License. You are not responsible
9.465 +for enforcing compliance by third parties with this License.
9.466 +
9.467 +An ``entity transaction'' is a transaction transferring control of an
9.468 +organization, or substantially all assets of one, or subdividing an
9.469 +organization, or merging organizations. If propagation of a covered
9.470 +work results from an entity transaction, each party to that
9.471 +transaction who receives a copy of the work also receives whatever
9.472 +licenses to the work the party's predecessor in interest had or could
9.473 +give under the previous paragraph, plus a right to possession of the
9.474 +Corresponding Source of the work from the predecessor in interest, if
9.475 +the predecessor has it or can get it with reasonable efforts.
9.476 +
9.477 +You may not impose any further restrictions on the exercise of the
9.478 +rights granted or affirmed under this License. For example, you may
9.479 +not impose a license fee, royalty, or other charge for exercise of
9.480 +rights granted under this License, and you may not initiate litigation
9.481 +(including a cross-claim or counterclaim in a lawsuit) alleging that
9.482 +any patent claim is infringed by making, using, selling, offering for
9.483 +sale, or importing the Program or any portion of it.
9.484 +
9.485 +\item Patents.
9.486 +
9.487 +A ``contributor'' is a copyright holder who authorizes use under this
9.488 +License of the Program or a work on which the Program is based. The
9.489 +work thus licensed is called the contributor's ``contributor version''.
9.490 +
9.491 +A contributor's ``essential patent claims'' are all patent claims
9.492 +owned or controlled by the contributor, whether already acquired or
9.493 +hereafter acquired, that would be infringed by some manner, permitted
9.494 +by this License, of making, using, or selling its contributor version,
9.495 +but do not include claims that would be infringed only as a
9.496 +consequence of further modification of the contributor version. For
9.497 +purposes of this definition, ``control'' includes the right to grant
9.498 +patent sublicenses in a manner consistent with the requirements of
9.499 +this License.
9.500 +
9.501 +Each contributor grants you a non-exclusive, worldwide, royalty-free
9.502 +patent license under the contributor's essential patent claims, to
9.503 +make, use, sell, offer for sale, import and otherwise run, modify and
9.504 +propagate the contents of its contributor version.
9.505 +
9.506 +In the following three paragraphs, a ``patent license'' is any express
9.507 +agreement or commitment, however denominated, not to enforce a patent
9.508 +(such as an express permission to practice a patent or covenant not to
9.509 +sue for patent infringement). To ``grant'' such a patent license to a
9.510 +party means to make such an agreement or commitment not to enforce a
9.511 +patent against the party.
9.512 +
9.513 +If you convey a covered work, knowingly relying on a patent license,
9.514 +and the Corresponding Source of the work is not available for anyone
9.515 +to copy, free of charge and under the terms of this License, through a
9.516 +publicly available network server or other readily accessible means,
9.517 +then you must either (1) cause the Corresponding Source to be so
9.518 +available, or (2) arrange to deprive yourself of the benefit of the
9.519 +patent license for this particular work, or (3) arrange, in a manner
9.520 +consistent with the requirements of this License, to extend the patent
9.521 +license to downstream recipients. ``Knowingly relying'' means you have
9.522 +actual knowledge that, but for the patent license, your conveying the
9.523 +covered work in a country, or your recipient's use of the covered work
9.524 +in a country, would infringe one or more identifiable patents in that
9.525 +country that you have reason to believe are valid.
9.526 +
9.527 +If, pursuant to or in connection with a single transaction or
9.528 +arrangement, you convey, or propagate by procuring conveyance of, a
9.529 +covered work, and grant a patent license to some of the parties
9.530 +receiving the covered work authorizing them to use, propagate, modify
9.531 +or convey a specific copy of the covered work, then the patent license
9.532 +you grant is automatically extended to all recipients of the covered
9.533 +work and works based on it.
9.534 +
9.535 +A patent license is ``discriminatory'' if it does not include within
9.536 +the scope of its coverage, prohibits the exercise of, or is
9.537 +conditioned on the non-exercise of one or more of the rights that are
9.538 +specifically granted under this License. You may not convey a covered
9.539 +work if you are a party to an arrangement with a third party that is
9.540 +in the business of distributing software, under which you make payment
9.541 +to the third party based on the extent of your activity of conveying
9.542 +the work, and under which the third party grants, to any of the
9.543 +parties who would receive the covered work from you, a discriminatory
9.544 +patent license (a) in connection with copies of the covered work
9.545 +conveyed by you (or copies made from those copies), or (b) primarily
9.546 +for and in connection with specific products or compilations that
9.547 +contain the covered work, unless you entered into that arrangement,
9.548 +or that patent license was granted, prior to 28 March 2007.
9.549 +
9.550 +Nothing in this License shall be construed as excluding or limiting
9.551 +any implied license or other defenses to infringement that may
9.552 +otherwise be available to you under applicable patent law.
9.553 +
9.554 +\item No Surrender of Others' Freedom.
9.555 +
9.556 +If conditions are imposed on you (whether by court order, agreement or
9.557 +otherwise) that contradict the conditions of this License, they do not
9.558 +excuse you from the conditions of this License. If you cannot convey a
9.559 +covered work so as to satisfy simultaneously your obligations under this
9.560 +License and any other pertinent obligations, then as a consequence you may
9.561 +not convey it at all. For example, if you agree to terms that obligate you
9.562 +to collect a royalty for further conveying from those to whom you convey
9.563 +the Program, the only way you could satisfy both those terms and this
9.564 +License would be to refrain entirely from conveying the Program.
9.565 +
9.566 +\item Remote Network Interaction; Use with the GNU General Public License.
9.567 +
9.568 +Notwithstanding any other provision of this License, if you modify the
9.569 +Program, your modified version must prominently offer all users interacting
9.570 +with it remotely through a computer network (if your version supports such
9.571 +interaction) an opportunity to receive the Corresponding Source of your
9.572 +version by providing access to the Corresponding Source from a network
9.573 +server at no charge, through some standard or customary means of
9.574 +facilitating copying of software. This Corresponding Source shall include
9.575 +the Corresponding Source for any work covered by version 3 of the GNU
9.576 +General Public License that is incorporated pursuant to the following
9.577 +paragraph.
9.578 +
9.579 +Notwithstanding any other provision of this License, you have permission to
9.580 +link or combine any covered work with a work licensed under version 3 of
9.581 +the GNU General Public License into a single combined work, and to convey
9.582 +the resulting work. The terms of this License will continue to apply to
9.583 +the part which is the covered work, but the work with which it is combined
9.584 +will remain governed by version 3 of the GNU General Public License.
9.585 +
9.586 +\item Revised Versions of this License.
9.587 +
9.588 +The Free Software Foundation may publish revised and/or new versions of
9.589 +the GNU Affero General Public License from time to time. Such new versions will
9.590 +be similar in spirit to the present version, but may differ in detail to
9.591 +address new problems or concerns.
9.592 +
9.593 +Each version is given a distinguishing version number. If the
9.594 +Program specifies that a certain numbered version of the GNU Affero General
9.595 +Public License ``or any later version'' applies to it, you have the
9.596 +option of following the terms and conditions either of that numbered
9.597 +version or of any later version published by the Free Software
9.598 +Foundation. If the Program does not specify a version number of the
9.599 +GNU Affero General Public License, you may choose any version ever published
9.600 +by the Free Software Foundation.
9.601 +
9.602 +If the Program specifies that a proxy can decide which future
9.603 +versions of the GNU Affero General Public License can be used, that proxy's
9.604 +public statement of acceptance of a version permanently authorizes you
9.605 +to choose that version for the Program.
9.606 +
9.607 +Later license versions may give you additional or different
9.608 +permissions. However, no additional obligations are imposed on any
9.609 +author or copyright holder as a result of your choosing to follow a
9.610 +later version.
9.611 +
9.612 +\item Disclaimer of Warranty.
9.613 +
9.614 +\begin{sloppypar}
9.615 + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
9.616 + APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
9.617 + COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM ``AS IS''
9.618 + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
9.619 + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
9.620 + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE
9.621 + RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.
9.622 + SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
9.623 + NECESSARY SERVICING, REPAIR OR CORRECTION.
9.624 +\end{sloppypar}
9.625 +
9.626 +\item Limitation of Liability.
9.627 +
9.628 + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
9.629 + WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES
9.630 + AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
9.631 + DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
9.632 + DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM
9.633 + (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
9.634 + INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE
9.635 + OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
9.636 + HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
9.637 + DAMAGES.
9.638 +
9.639 +\item Interpretation of Sections 15 and 16.
9.640 +
9.641 +If the disclaimer of warranty and limitation of liability provided
9.642 +above cannot be given local legal effect according to their terms,
9.643 +reviewing courts shall apply local law that most closely approximates
9.644 +an absolute waiver of all civil liability in connection with the
9.645 +Program, unless a warranty or assumption of liability accompanies a
9.646 +copy of the Program in return for a fee.
9.647 +
9.648 +\begin{center}
9.649 +{\Large\sc End of Terms and Conditions}
9.650 +
9.651 +\bigskip
9.652 +How to Apply These Terms to Your New Programs
9.653 +\end{center}
9.654 +
9.655 +If you develop a new program, and you want it to be of the greatest
9.656 +possible use to the public, the best way to achieve this is to make it
9.657 +free software which everyone can redistribute and change under these terms.
9.658 +
9.659 +To do so, attach the following notices to the program. It is safest
9.660 +to attach them to the start of each source file to most effectively
9.661 +state the exclusion of warranty; and each file should have at least
9.662 +the ``copyright'' line and a pointer to where the full notice is found.
9.663 +
9.664 +{\footnotesize
9.665 +\begin{verbatim}
9.666 +<one line to give the program's name and a brief idea of what it does.>
9.667 +
9.668 +Copyright (C) <textyear> <name of author>
9.669 +
9.670 +This program is free software: you can redistribute it and/or modify
9.671 +it under the terms of the GNU Affero General Public License as published by
9.672 +the Free Software Foundation, either version 3 of the License, or
9.673 +(at your option) any later version.
9.674 +
9.675 +This program is distributed in the hope that it will be useful,
9.676 +but WITHOUT ANY WARRANTY; without even the implied warranty of
9.677 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9.678 +GNU Affero General Public License for more details.
9.679 +
9.680 +You should have received a copy of the GNU Affero General Public License
9.681 +along with this program. If not, see <http://www.gnu.org/licenses/>.
9.682 +\end{verbatim}
9.683 +}
9.684 +
9.685 +Also add information on how to contact you by electronic and paper mail.
9.686 +
9.687 +If your software can interact with users remotely through a computer
9.688 +network, you should also make sure that it provides a way for users to
9.689 +get its source. For example, if your program is a web application, its
9.690 +interface could display a ``Source'' link that leads users to an archive
9.691 +of the code. There are many ways you could offer source, and different
9.692 +solutions will be better for different programs; see section 13 for the
9.693 +specific requirements.
9.694 +
9.695 +You should also get your employer (if you work as a programmer) or
9.696 +school, if any, to sign a ``copyright disclaimer'' for the program, if
9.697 +necessary. For more information on this, and how to apply and follow
9.698 +the GNU AGPL, see \texttt{http://www.gnu.org/licenses/}.
9.699 +
9.700 +\end{enumerate}
9.701 +
9.702 +\end{document}
9.703 +
9.704 +%%% Local Variables:
9.705 +%%% mode: latex
9.706 +%%% TeX-master: t
9.707 +%%% End:
9.708 +
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
10.2 +++ b/licence/agpl-3.0.txt Sat May 30 22:54:44 2009 +0200
10.3 @@ -0,0 +1,661 @@
10.4 + GNU AFFERO GENERAL PUBLIC LICENSE
10.5 + Version 3, 19 November 2007
10.6 +
10.7 + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
10.8 + Everyone is permitted to copy and distribute verbatim copies
10.9 + of this license document, but changing it is not allowed.
10.10 +
10.11 + Preamble
10.12 +
10.13 + The GNU Affero General Public License is a free, copyleft license for
10.14 +software and other kinds of works, specifically designed to ensure
10.15 +cooperation with the community in the case of network server software.
10.16 +
10.17 + The licenses for most software and other practical works are designed
10.18 +to take away your freedom to share and change the works. By contrast,
10.19 +our General Public Licenses are intended to guarantee your freedom to
10.20 +share and change all versions of a program--to make sure it remains free
10.21 +software for all its users.
10.22 +
10.23 + When we speak of free software, we are referring to freedom, not
10.24 +price. Our General Public Licenses are designed to make sure that you
10.25 +have the freedom to distribute copies of free software (and charge for
10.26 +them if you wish), that you receive source code or can get it if you
10.27 +want it, that you can change the software or use pieces of it in new
10.28 +free programs, and that you know you can do these things.
10.29 +
10.30 + Developers that use our General Public Licenses protect your rights
10.31 +with two steps: (1) assert copyright on the software, and (2) offer
10.32 +you this License which gives you legal permission to copy, distribute
10.33 +and/or modify the software.
10.34 +
10.35 + A secondary benefit of defending all users' freedom is that
10.36 +improvements made in alternate versions of the program, if they
10.37 +receive widespread use, become available for other developers to
10.38 +incorporate. Many developers of free software are heartened and
10.39 +encouraged by the resulting cooperation. However, in the case of
10.40 +software used on network servers, this result may fail to come about.
10.41 +The GNU General Public License permits making a modified version and
10.42 +letting the public access it on a server without ever releasing its
10.43 +source code to the public.
10.44 +
10.45 + The GNU Affero General Public License is designed specifically to
10.46 +ensure that, in such cases, the modified source code becomes available
10.47 +to the community. It requires the operator of a network server to
10.48 +provide the source code of the modified version running there to the
10.49 +users of that server. Therefore, public use of a modified version, on
10.50 +a publicly accessible server, gives the public access to the source
10.51 +code of the modified version.
10.52 +
10.53 + An older license, called the Affero General Public License and
10.54 +published by Affero, was designed to accomplish similar goals. This is
10.55 +a different license, not a version of the Affero GPL, but Affero has
10.56 +released a new version of the Affero GPL which permits relicensing under
10.57 +this license.
10.58 +
10.59 + The precise terms and conditions for copying, distribution and
10.60 +modification follow.
10.61 +
10.62 + TERMS AND CONDITIONS
10.63 +
10.64 + 0. Definitions.
10.65 +
10.66 + "This License" refers to version 3 of the GNU Affero General Public License.
10.67 +
10.68 + "Copyright" also means copyright-like laws that apply to other kinds of
10.69 +works, such as semiconductor masks.
10.70 +
10.71 + "The Program" refers to any copyrightable work licensed under this
10.72 +License. Each licensee is addressed as "you". "Licensees" and
10.73 +"recipients" may be individuals or organizations.
10.74 +
10.75 + To "modify" a work means to copy from or adapt all or part of the work
10.76 +in a fashion requiring copyright permission, other than the making of an
10.77 +exact copy. The resulting work is called a "modified version" of the
10.78 +earlier work or a work "based on" the earlier work.
10.79 +
10.80 + A "covered work" means either the unmodified Program or a work based
10.81 +on the Program.
10.82 +
10.83 + To "propagate" a work means to do anything with it that, without
10.84 +permission, would make you directly or secondarily liable for
10.85 +infringement under applicable copyright law, except executing it on a
10.86 +computer or modifying a private copy. Propagation includes copying,
10.87 +distribution (with or without modification), making available to the
10.88 +public, and in some countries other activities as well.
10.89 +
10.90 + To "convey" a work means any kind of propagation that enables other
10.91 +parties to make or receive copies. Mere interaction with a user through
10.92 +a computer network, with no transfer of a copy, is not conveying.
10.93 +
10.94 + An interactive user interface displays "Appropriate Legal Notices"
10.95 +to the extent that it includes a convenient and prominently visible
10.96 +feature that (1) displays an appropriate copyright notice, and (2)
10.97 +tells the user that there is no warranty for the work (except to the
10.98 +extent that warranties are provided), that licensees may convey the
10.99 +work under this License, and how to view a copy of this License. If
10.100 +the interface presents a list of user commands or options, such as a
10.101 +menu, a prominent item in the list meets this criterion.
10.102 +
10.103 + 1. Source Code.
10.104 +
10.105 + The "source code" for a work means the preferred form of the work
10.106 +for making modifications to it. "Object code" means any non-source
10.107 +form of a work.
10.108 +
10.109 + A "Standard Interface" means an interface that either is an official
10.110 +standard defined by a recognized standards body, or, in the case of
10.111 +interfaces specified for a particular programming language, one that
10.112 +is widely used among developers working in that language.
10.113 +
10.114 + The "System Libraries" of an executable work include anything, other
10.115 +than the work as a whole, that (a) is included in the normal form of
10.116 +packaging a Major Component, but which is not part of that Major
10.117 +Component, and (b) serves only to enable use of the work with that
10.118 +Major Component, or to implement a Standard Interface for which an
10.119 +implementation is available to the public in source code form. A
10.120 +"Major Component", in this context, means a major essential component
10.121 +(kernel, window system, and so on) of the specific operating system
10.122 +(if any) on which the executable work runs, or a compiler used to
10.123 +produce the work, or an object code interpreter used to run it.
10.124 +
10.125 + The "Corresponding Source" for a work in object code form means all
10.126 +the source code needed to generate, install, and (for an executable
10.127 +work) run the object code and to modify the work, including scripts to
10.128 +control those activities. However, it does not include the work's
10.129 +System Libraries, or general-purpose tools or generally available free
10.130 +programs which are used unmodified in performing those activities but
10.131 +which are not part of the work. For example, Corresponding Source
10.132 +includes interface definition files associated with source files for
10.133 +the work, and the source code for shared libraries and dynamically
10.134 +linked subprograms that the work is specifically designed to require,
10.135 +such as by intimate data communication or control flow between those
10.136 +subprograms and other parts of the work.
10.137 +
10.138 + The Corresponding Source need not include anything that users
10.139 +can regenerate automatically from other parts of the Corresponding
10.140 +Source.
10.141 +
10.142 + The Corresponding Source for a work in source code form is that
10.143 +same work.
10.144 +
10.145 + 2. Basic Permissions.
10.146 +
10.147 + All rights granted under this License are granted for the term of
10.148 +copyright on the Program, and are irrevocable provided the stated
10.149 +conditions are met. This License explicitly affirms your unlimited
10.150 +permission to run the unmodified Program. The output from running a
10.151 +covered work is covered by this License only if the output, given its
10.152 +content, constitutes a covered work. This License acknowledges your
10.153 +rights of fair use or other equivalent, as provided by copyright law.
10.154 +
10.155 + You may make, run and propagate covered works that you do not
10.156 +convey, without conditions so long as your license otherwise remains
10.157 +in force. You may convey covered works to others for the sole purpose
10.158 +of having them make modifications exclusively for you, or provide you
10.159 +with facilities for running those works, provided that you comply with
10.160 +the terms of this License in conveying all material for which you do
10.161 +not control copyright. Those thus making or running the covered works
10.162 +for you must do so exclusively on your behalf, under your direction
10.163 +and control, on terms that prohibit them from making any copies of
10.164 +your copyrighted material outside their relationship with you.
10.165 +
10.166 + Conveying under any other circumstances is permitted solely under
10.167 +the conditions stated below. Sublicensing is not allowed; section 10
10.168 +makes it unnecessary.
10.169 +
10.170 + 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
10.171 +
10.172 + No covered work shall be deemed part of an effective technological
10.173 +measure under any applicable law fulfilling obligations under article
10.174 +11 of the WIPO copyright treaty adopted on 20 December 1996, or
10.175 +similar laws prohibiting or restricting circumvention of such
10.176 +measures.
10.177 +
10.178 + When you convey a covered work, you waive any legal power to forbid
10.179 +circumvention of technological measures to the extent such circumvention
10.180 +is effected by exercising rights under this License with respect to
10.181 +the covered work, and you disclaim any intention to limit operation or
10.182 +modification of the work as a means of enforcing, against the work's
10.183 +users, your or third parties' legal rights to forbid circumvention of
10.184 +technological measures.
10.185 +
10.186 + 4. Conveying Verbatim Copies.
10.187 +
10.188 + You may convey verbatim copies of the Program's source code as you
10.189 +receive it, in any medium, provided that you conspicuously and
10.190 +appropriately publish on each copy an appropriate copyright notice;
10.191 +keep intact all notices stating that this License and any
10.192 +non-permissive terms added in accord with section 7 apply to the code;
10.193 +keep intact all notices of the absence of any warranty; and give all
10.194 +recipients a copy of this License along with the Program.
10.195 +
10.196 + You may charge any price or no price for each copy that you convey,
10.197 +and you may offer support or warranty protection for a fee.
10.198 +
10.199 + 5. Conveying Modified Source Versions.
10.200 +
10.201 + You may convey a work based on the Program, or the modifications to
10.202 +produce it from the Program, in the form of source code under the
10.203 +terms of section 4, provided that you also meet all of these conditions:
10.204 +
10.205 + a) The work must carry prominent notices stating that you modified
10.206 + it, and giving a relevant date.
10.207 +
10.208 + b) The work must carry prominent notices stating that it is
10.209 + released under this License and any conditions added under section
10.210 + 7. This requirement modifies the requirement in section 4 to
10.211 + "keep intact all notices".
10.212 +
10.213 + c) You must license the entire work, as a whole, under this
10.214 + License to anyone who comes into possession of a copy. This
10.215 + License will therefore apply, along with any applicable section 7
10.216 + additional terms, to the whole of the work, and all its parts,
10.217 + regardless of how they are packaged. This License gives no
10.218 + permission to license the work in any other way, but it does not
10.219 + invalidate such permission if you have separately received it.
10.220 +
10.221 + d) If the work has interactive user interfaces, each must display
10.222 + Appropriate Legal Notices; however, if the Program has interactive
10.223 + interfaces that do not display Appropriate Legal Notices, your
10.224 + work need not make them do so.
10.225 +
10.226 + A compilation of a covered work with other separate and independent
10.227 +works, which are not by their nature extensions of the covered work,
10.228 +and which are not combined with it such as to form a larger program,
10.229 +in or on a volume of a storage or distribution medium, is called an
10.230 +"aggregate" if the compilation and its resulting copyright are not
10.231 +used to limit the access or legal rights of the compilation's users
10.232 +beyond what the individual works permit. Inclusion of a covered work
10.233 +in an aggregate does not cause this License to apply to the other
10.234 +parts of the aggregate.
10.235 +
10.236 + 6. Conveying Non-Source Forms.
10.237 +
10.238 + You may convey a covered work in object code form under the terms
10.239 +of sections 4 and 5, provided that you also convey the
10.240 +machine-readable Corresponding Source under the terms of this License,
10.241 +in one of these ways:
10.242 +
10.243 + a) Convey the object code in, or embodied in, a physical product
10.244 + (including a physical distribution medium), accompanied by the
10.245 + Corresponding Source fixed on a durable physical medium
10.246 + customarily used for software interchange.
10.247 +
10.248 + b) Convey the object code in, or embodied in, a physical product
10.249 + (including a physical distribution medium), accompanied by a
10.250 + written offer, valid for at least three years and valid for as
10.251 + long as you offer spare parts or customer support for that product
10.252 + model, to give anyone who possesses the object code either (1) a
10.253 + copy of the Corresponding Source for all the software in the
10.254 + product that is covered by this License, on a durable physical
10.255 + medium customarily used for software interchange, for a price no
10.256 + more than your reasonable cost of physically performing this
10.257 + conveying of source, or (2) access to copy the
10.258 + Corresponding Source from a network server at no charge.
10.259 +
10.260 + c) Convey individual copies of the object code with a copy of the
10.261 + written offer to provide the Corresponding Source. This
10.262 + alternative is allowed only occasionally and noncommercially, and
10.263 + only if you received the object code with such an offer, in accord
10.264 + with subsection 6b.
10.265 +
10.266 + d) Convey the object code by offering access from a designated
10.267 + place (gratis or for a charge), and offer equivalent access to the
10.268 + Corresponding Source in the same way through the same place at no
10.269 + further charge. You need not require recipients to copy the
10.270 + Corresponding Source along with the object code. If the place to
10.271 + copy the object code is a network server, the Corresponding Source
10.272 + may be on a different server (operated by you or a third party)
10.273 + that supports equivalent copying facilities, provided you maintain
10.274 + clear directions next to the object code saying where to find the
10.275 + Corresponding Source. Regardless of what server hosts the
10.276 + Corresponding Source, you remain obligated to ensure that it is
10.277 + available for as long as needed to satisfy these requirements.
10.278 +
10.279 + e) Convey the object code using peer-to-peer transmission, provided
10.280 + you inform other peers where the object code and Corresponding
10.281 + Source of the work are being offered to the general public at no
10.282 + charge under subsection 6d.
10.283 +
10.284 + A separable portion of the object code, whose source code is excluded
10.285 +from the Corresponding Source as a System Library, need not be
10.286 +included in conveying the object code work.
10.287 +
10.288 + A "User Product" is either (1) a "consumer product", which means any
10.289 +tangible personal property which is normally used for personal, family,
10.290 +or household purposes, or (2) anything designed or sold for incorporation
10.291 +into a dwelling. In determining whether a product is a consumer product,
10.292 +doubtful cases shall be resolved in favor of coverage. For a particular
10.293 +product received by a particular user, "normally used" refers to a
10.294 +typical or common use of that class of product, regardless of the status
10.295 +of the particular user or of the way in which the particular user
10.296 +actually uses, or expects or is expected to use, the product. A product
10.297 +is a consumer product regardless of whether the product has substantial
10.298 +commercial, industrial or non-consumer uses, unless such uses represent
10.299 +the only significant mode of use of the product.
10.300 +
10.301 + "Installation Information" for a User Product means any methods,
10.302 +procedures, authorization keys, or other information required to install
10.303 +and execute modified versions of a covered work in that User Product from
10.304 +a modified version of its Corresponding Source. The information must
10.305 +suffice to ensure that the continued functioning of the modified object
10.306 +code is in no case prevented or interfered with solely because
10.307 +modification has been made.
10.308 +
10.309 + If you convey an object code work under this section in, or with, or
10.310 +specifically for use in, a User Product, and the conveying occurs as
10.311 +part of a transaction in which the right of possession and use of the
10.312 +User Product is transferred to the recipient in perpetuity or for a
10.313 +fixed term (regardless of how the transaction is characterized), the
10.314 +Corresponding Source conveyed under this section must be accompanied
10.315 +by the Installation Information. But this requirement does not apply
10.316 +if neither you nor any third party retains the ability to install
10.317 +modified object code on the User Product (for example, the work has
10.318 +been installed in ROM).
10.319 +
10.320 + The requirement to provide Installation Information does not include a
10.321 +requirement to continue to provide support service, warranty, or updates
10.322 +for a work that has been modified or installed by the recipient, or for
10.323 +the User Product in which it has been modified or installed. Access to a
10.324 +network may be denied when the modification itself materially and
10.325 +adversely affects the operation of the network or violates the rules and
10.326 +protocols for communication across the network.
10.327 +
10.328 + Corresponding Source conveyed, and Installation Information provided,
10.329 +in accord with this section must be in a format that is publicly
10.330 +documented (and with an implementation available to the public in
10.331 +source code form), and must require no special password or key for
10.332 +unpacking, reading or copying.
10.333 +
10.334 + 7. Additional Terms.
10.335 +
10.336 + "Additional permissions" are terms that supplement the terms of this
10.337 +License by making exceptions from one or more of its conditions.
10.338 +Additional permissions that are applicable to the entire Program shall
10.339 +be treated as though they were included in this License, to the extent
10.340 +that they are valid under applicable law. If additional permissions
10.341 +apply only to part of the Program, that part may be used separately
10.342 +under those permissions, but the entire Program remains governed by
10.343 +this License without regard to the additional permissions.
10.344 +
10.345 + When you convey a copy of a covered work, you may at your option
10.346 +remove any additional permissions from that copy, or from any part of
10.347 +it. (Additional permissions may be written to require their own
10.348 +removal in certain cases when you modify the work.) You may place
10.349 +additional permissions on material, added by you to a covered work,
10.350 +for which you have or can give appropriate copyright permission.
10.351 +
10.352 + Notwithstanding any other provision of this License, for material you
10.353 +add to a covered work, you may (if authorized by the copyright holders of
10.354 +that material) supplement the terms of this License with terms:
10.355 +
10.356 + a) Disclaiming warranty or limiting liability differently from the
10.357 + terms of sections 15 and 16 of this License; or
10.358 +
10.359 + b) Requiring preservation of specified reasonable legal notices or
10.360 + author attributions in that material or in the Appropriate Legal
10.361 + Notices displayed by works containing it; or
10.362 +
10.363 + c) Prohibiting misrepresentation of the origin of that material, or
10.364 + requiring that modified versions of such material be marked in
10.365 + reasonable ways as different from the original version; or
10.366 +
10.367 + d) Limiting the use for publicity purposes of names of licensors or
10.368 + authors of the material; or
10.369 +
10.370 + e) Declining to grant rights under trademark law for use of some
10.371 + trade names, trademarks, or service marks; or
10.372 +
10.373 + f) Requiring indemnification of licensors and authors of that
10.374 + material by anyone who conveys the material (or modified versions of
10.375 + it) with contractual assumptions of liability to the recipient, for
10.376 + any liability that these contractual assumptions directly impose on
10.377 + those licensors and authors.
10.378 +
10.379 + All other non-permissive additional terms are considered "further
10.380 +restrictions" within the meaning of section 10. If the Program as you
10.381 +received it, or any part of it, contains a notice stating that it is
10.382 +governed by this License along with a term that is a further
10.383 +restriction, you may remove that term. If a license document contains
10.384 +a further restriction but permits relicensing or conveying under this
10.385 +License, you may add to a covered work material governed by the terms
10.386 +of that license document, provided that the further restriction does
10.387 +not survive such relicensing or conveying.
10.388 +
10.389 + If you add terms to a covered work in accord with this section, you
10.390 +must place, in the relevant source files, a statement of the
10.391 +additional terms that apply to those files, or a notice indicating
10.392 +where to find the applicable terms.
10.393 +
10.394 + Additional terms, permissive or non-permissive, may be stated in the
10.395 +form of a separately written license, or stated as exceptions;
10.396 +the above requirements apply either way.
10.397 +
10.398 + 8. Termination.
10.399 +
10.400 + You may not propagate or modify a covered work except as expressly
10.401 +provided under this License. Any attempt otherwise to propagate or
10.402 +modify it is void, and will automatically terminate your rights under
10.403 +this License (including any patent licenses granted under the third
10.404 +paragraph of section 11).
10.405 +
10.406 + However, if you cease all violation of this License, then your
10.407 +license from a particular copyright holder is reinstated (a)
10.408 +provisionally, unless and until the copyright holder explicitly and
10.409 +finally terminates your license, and (b) permanently, if the copyright
10.410 +holder fails to notify you of the violation by some reasonable means
10.411 +prior to 60 days after the cessation.
10.412 +
10.413 + Moreover, your license from a particular copyright holder is
10.414 +reinstated permanently if the copyright holder notifies you of the
10.415 +violation by some reasonable means, this is the first time you have
10.416 +received notice of violation of this License (for any work) from that
10.417 +copyright holder, and you cure the violation prior to 30 days after
10.418 +your receipt of the notice.
10.419 +
10.420 + Termination of your rights under this section does not terminate the
10.421 +licenses of parties who have received copies or rights from you under
10.422 +this License. If your rights have been terminated and not permanently
10.423 +reinstated, you do not qualify to receive new licenses for the same
10.424 +material under section 10.
10.425 +
10.426 + 9. Acceptance Not Required for Having Copies.
10.427 +
10.428 + You are not required to accept this License in order to receive or
10.429 +run a copy of the Program. Ancillary propagation of a covered work
10.430 +occurring solely as a consequence of using peer-to-peer transmission
10.431 +to receive a copy likewise does not require acceptance. However,
10.432 +nothing other than this License grants you permission to propagate or
10.433 +modify any covered work. These actions infringe copyright if you do
10.434 +not accept this License. Therefore, by modifying or propagating a
10.435 +covered work, you indicate your acceptance of this License to do so.
10.436 +
10.437 + 10. Automatic Licensing of Downstream Recipients.
10.438 +
10.439 + Each time you convey a covered work, the recipient automatically
10.440 +receives a license from the original licensors, to run, modify and
10.441 +propagate that work, subject to this License. You are not responsible
10.442 +for enforcing compliance by third parties with this License.
10.443 +
10.444 + An "entity transaction" is a transaction transferring control of an
10.445 +organization, or substantially all assets of one, or subdividing an
10.446 +organization, or merging organizations. If propagation of a covered
10.447 +work results from an entity transaction, each party to that
10.448 +transaction who receives a copy of the work also receives whatever
10.449 +licenses to the work the party's predecessor in interest had or could
10.450 +give under the previous paragraph, plus a right to possession of the
10.451 +Corresponding Source of the work from the predecessor in interest, if
10.452 +the predecessor has it or can get it with reasonable efforts.
10.453 +
10.454 + You may not impose any further restrictions on the exercise of the
10.455 +rights granted or affirmed under this License. For example, you may
10.456 +not impose a license fee, royalty, or other charge for exercise of
10.457 +rights granted under this License, and you may not initiate litigation
10.458 +(including a cross-claim or counterclaim in a lawsuit) alleging that
10.459 +any patent claim is infringed by making, using, selling, offering for
10.460 +sale, or importing the Program or any portion of it.
10.461 +
10.462 + 11. Patents.
10.463 +
10.464 + A "contributor" is a copyright holder who authorizes use under this
10.465 +License of the Program or a work on which the Program is based. The
10.466 +work thus licensed is called the contributor's "contributor version".
10.467 +
10.468 + A contributor's "essential patent claims" are all patent claims
10.469 +owned or controlled by the contributor, whether already acquired or
10.470 +hereafter acquired, that would be infringed by some manner, permitted
10.471 +by this License, of making, using, or selling its contributor version,
10.472 +but do not include claims that would be infringed only as a
10.473 +consequence of further modification of the contributor version. For
10.474 +purposes of this definition, "control" includes the right to grant
10.475 +patent sublicenses in a manner consistent with the requirements of
10.476 +this License.
10.477 +
10.478 + Each contributor grants you a non-exclusive, worldwide, royalty-free
10.479 +patent license under the contributor's essential patent claims, to
10.480 +make, use, sell, offer for sale, import and otherwise run, modify and
10.481 +propagate the contents of its contributor version.
10.482 +
10.483 + In the following three paragraphs, a "patent license" is any express
10.484 +agreement or commitment, however denominated, not to enforce a patent
10.485 +(such as an express permission to practice a patent or covenant not to
10.486 +sue for patent infringement). To "grant" such a patent license to a
10.487 +party means to make such an agreement or commitment not to enforce a
10.488 +patent against the party.
10.489 +
10.490 + If you convey a covered work, knowingly relying on a patent license,
10.491 +and the Corresponding Source of the work is not available for anyone
10.492 +to copy, free of charge and under the terms of this License, through a
10.493 +publicly available network server or other readily accessible means,
10.494 +then you must either (1) cause the Corresponding Source to be so
10.495 +available, or (2) arrange to deprive yourself of the benefit of the
10.496 +patent license for this particular work, or (3) arrange, in a manner
10.497 +consistent with the requirements of this License, to extend the patent
10.498 +license to downstream recipients. "Knowingly relying" means you have
10.499 +actual knowledge that, but for the patent license, your conveying the
10.500 +covered work in a country, or your recipient's use of the covered work
10.501 +in a country, would infringe one or more identifiable patents in that
10.502 +country that you have reason to believe are valid.
10.503 +
10.504 + If, pursuant to or in connection with a single transaction or
10.505 +arrangement, you convey, or propagate by procuring conveyance of, a
10.506 +covered work, and grant a patent license to some of the parties
10.507 +receiving the covered work authorizing them to use, propagate, modify
10.508 +or convey a specific copy of the covered work, then the patent license
10.509 +you grant is automatically extended to all recipients of the covered
10.510 +work and works based on it.
10.511 +
10.512 + A patent license is "discriminatory" if it does not include within
10.513 +the scope of its coverage, prohibits the exercise of, or is
10.514 +conditioned on the non-exercise of one or more of the rights that are
10.515 +specifically granted under this License. You may not convey a covered
10.516 +work if you are a party to an arrangement with a third party that is
10.517 +in the business of distributing software, under which you make payment
10.518 +to the third party based on the extent of your activity of conveying
10.519 +the work, and under which the third party grants, to any of the
10.520 +parties who would receive the covered work from you, a discriminatory
10.521 +patent license (a) in connection with copies of the covered work
10.522 +conveyed by you (or copies made from those copies), or (b) primarily
10.523 +for and in connection with specific products or compilations that
10.524 +contain the covered work, unless you entered into that arrangement,
10.525 +or that patent license was granted, prior to 28 March 2007.
10.526 +
10.527 + Nothing in this License shall be construed as excluding or limiting
10.528 +any implied license or other defenses to infringement that may
10.529 +otherwise be available to you under applicable patent law.
10.530 +
10.531 + 12. No Surrender of Others' Freedom.
10.532 +
10.533 + If conditions are imposed on you (whether by court order, agreement or
10.534 +otherwise) that contradict the conditions of this License, they do not
10.535 +excuse you from the conditions of this License. If you cannot convey a
10.536 +covered work so as to satisfy simultaneously your obligations under this
10.537 +License and any other pertinent obligations, then as a consequence you may
10.538 +not convey it at all. For example, if you agree to terms that obligate you
10.539 +to collect a royalty for further conveying from those to whom you convey
10.540 +the Program, the only way you could satisfy both those terms and this
10.541 +License would be to refrain entirely from conveying the Program.
10.542 +
10.543 + 13. Remote Network Interaction; Use with the GNU General Public License.
10.544 +
10.545 + Notwithstanding any other provision of this License, if you modify the
10.546 +Program, your modified version must prominently offer all users
10.547 +interacting with it remotely through a computer network (if your version
10.548 +supports such interaction) an opportunity to receive the Corresponding
10.549 +Source of your version by providing access to the Corresponding Source
10.550 +from a network server at no charge, through some standard or customary
10.551 +means of facilitating copying of software. This Corresponding Source
10.552 +shall include the Corresponding Source for any work covered by version 3
10.553 +of the GNU General Public License that is incorporated pursuant to the
10.554 +following paragraph.
10.555 +
10.556 + Notwithstanding any other provision of this License, you have
10.557 +permission to link or combine any covered work with a work licensed
10.558 +under version 3 of the GNU General Public License into a single
10.559 +combined work, and to convey the resulting work. The terms of this
10.560 +License will continue to apply to the part which is the covered work,
10.561 +but the work with which it is combined will remain governed by version
10.562 +3 of the GNU General Public License.
10.563 +
10.564 + 14. Revised Versions of this License.
10.565 +
10.566 + The Free Software Foundation may publish revised and/or new versions of
10.567 +the GNU Affero General Public License from time to time. Such new versions
10.568 +will be similar in spirit to the present version, but may differ in detail to
10.569 +address new problems or concerns.
10.570 +
10.571 + Each version is given a distinguishing version number. If the
10.572 +Program specifies that a certain numbered version of the GNU Affero General
10.573 +Public License "or any later version" applies to it, you have the
10.574 +option of following the terms and conditions either of that numbered
10.575 +version or of any later version published by the Free Software
10.576 +Foundation. If the Program does not specify a version number of the
10.577 +GNU Affero General Public License, you may choose any version ever published
10.578 +by the Free Software Foundation.
10.579 +
10.580 + If the Program specifies that a proxy can decide which future
10.581 +versions of the GNU Affero General Public License can be used, that proxy's
10.582 +public statement of acceptance of a version permanently authorizes you
10.583 +to choose that version for the Program.
10.584 +
10.585 + Later license versions may give you additional or different
10.586 +permissions. However, no additional obligations are imposed on any
10.587 +author or copyright holder as a result of your choosing to follow a
10.588 +later version.
10.589 +
10.590 + 15. Disclaimer of Warranty.
10.591 +
10.592 + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
10.593 +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
10.594 +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
10.595 +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
10.596 +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
10.597 +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
10.598 +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
10.599 +ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
10.600 +
10.601 + 16. Limitation of Liability.
10.602 +
10.603 + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
10.604 +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
10.605 +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
10.606 +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
10.607 +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
10.608 +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
10.609 +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
10.610 +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
10.611 +SUCH DAMAGES.
10.612 +
10.613 + 17. Interpretation of Sections 15 and 16.
10.614 +
10.615 + If the disclaimer of warranty and limitation of liability provided
10.616 +above cannot be given local legal effect according to their terms,
10.617 +reviewing courts shall apply local law that most closely approximates
10.618 +an absolute waiver of all civil liability in connection with the
10.619 +Program, unless a warranty or assumption of liability accompanies a
10.620 +copy of the Program in return for a fee.
10.621 +
10.622 + END OF TERMS AND CONDITIONS
10.623 +
10.624 + How to Apply These Terms to Your New Programs
10.625 +
10.626 + If you develop a new program, and you want it to be of the greatest
10.627 +possible use to the public, the best way to achieve this is to make it
10.628 +free software which everyone can redistribute and change under these terms.
10.629 +
10.630 + To do so, attach the following notices to the program. It is safest
10.631 +to attach them to the start of each source file to most effectively
10.632 +state the exclusion of warranty; and each file should have at least
10.633 +the "copyright" line and a pointer to where the full notice is found.
10.634 +
10.635 + <one line to give the program's name and a brief idea of what it does.>
10.636 + Copyright (C) <year> <name of author>
10.637 +
10.638 + This program is free software: you can redistribute it and/or modify
10.639 + it under the terms of the GNU Affero General Public License as published by
10.640 + the Free Software Foundation, either version 3 of the License, or
10.641 + (at your option) any later version.
10.642 +
10.643 + This program is distributed in the hope that it will be useful,
10.644 + but WITHOUT ANY WARRANTY; without even the implied warranty of
10.645 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10.646 + GNU Affero General Public License for more details.
10.647 +
10.648 + You should have received a copy of the GNU Affero General Public License
10.649 + along with this program. If not, see <http://www.gnu.org/licenses/>.
10.650 +
10.651 +Also add information on how to contact you by electronic and paper mail.
10.652 +
10.653 + If your software can interact with users remotely through a computer
10.654 +network, you should also make sure that it provides a way for users to
10.655 +get its source. For example, if your program is a web application, its
10.656 +interface could display a "Source" link that leads users to an archive
10.657 +of the code. There are many ways you could offer source, and different
10.658 +solutions will be better for different programs; see section 13 for the
10.659 +specific requirements.
10.660 +
10.661 + You should also get your employer (if you work as a programmer) or school,
10.662 +if any, to sign a "copyright disclaimer" for the program, if necessary.
10.663 +For more information on this, and how to apply and follow the GNU AGPL, see
10.664 +<http://www.gnu.org/licenses/>.
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
11.2 +++ b/licence/licence.txt Sat May 30 22:54:44 2009 +0200
11.3 @@ -0,0 +1,12 @@
11.4 +Program UpozorneniEmailem (Upozornění emailem – Nezapomeň!) vydávám pod licencí:
11.5 +GNU Affero General Public License, verze 3
11.6 +
11.7 + viz agpl-3.0.txt
11.8 + viz http://www.fsf.org/licensing/licenses/agpl-3.0.html
11.9 +
11.10 +
11.11 +František Kučera
11.12 +
11.13 + http://frantovo.cz/blog
11.14 + http://frantovo.cz/
11.15 + franta-hg@frantovo.cz