extensions/net.sf.basedb.thumbnails/trunk/LICENSE

Code
Comments
Other
Rev Date Author Line
3398 15 Jun 15 nicklas 1 This file is part of Thumbnails for BASE.
6311 11 Jun 21 nicklas 2 Available at https://baseplugins.thep.lu.se/
6311 11 Jun 21 nicklas 3 BASE main site: https://base.thep.lu.se/
3398 15 Jun 15 nicklas 4
3398 15 Jun 15 nicklas 5 This is free software; you can redistribute it and/or
3398 15 Jun 15 nicklas 6 modify it under the terms of the GNU Affero General Public License
3398 15 Jun 15 nicklas 7 as published by the Free Software Foundation; either version 3
3398 15 Jun 15 nicklas 8 of the License, or (at your option) any later version.
3398 15 Jun 15 nicklas 9
3398 15 Jun 15 nicklas 10 The software is distributed in the hope that it will be useful,
3398 15 Jun 15 nicklas 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
3398 15 Jun 15 nicklas 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3398 15 Jun 15 nicklas 13 GNU Affero General Public License for more details.
3398 15 Jun 15 nicklas 14
3398 15 Jun 15 nicklas 15 -----------------------------------------------------------------------
3398 15 Jun 15 nicklas 16
3398 15 Jun 15 nicklas 17                     GNU AFFERO GENERAL PUBLIC LICENSE
3398 15 Jun 15 nicklas 18                        Version 3, 19 November 2007
3398 15 Jun 15 nicklas 19
3398 15 Jun 15 nicklas 20  Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
3398 15 Jun 15 nicklas 21  Everyone is permitted to copy and distribute verbatim copies
3398 15 Jun 15 nicklas 22  of this license document, but changing it is not allowed.
3398 15 Jun 15 nicklas 23
3398 15 Jun 15 nicklas 24                             Preamble
3398 15 Jun 15 nicklas 25
3398 15 Jun 15 nicklas 26   The GNU Affero General Public License is a free, copyleft license for
3398 15 Jun 15 nicklas 27 software and other kinds of works, specifically designed to ensure
3398 15 Jun 15 nicklas 28 cooperation with the community in the case of network server software.
3398 15 Jun 15 nicklas 29
3398 15 Jun 15 nicklas 30   The licenses for most software and other practical works are designed
3398 15 Jun 15 nicklas 31 to take away your freedom to share and change the works.  By contrast,
3398 15 Jun 15 nicklas 32 our General Public Licenses are intended to guarantee your freedom to
3398 15 Jun 15 nicklas 33 share and change all versions of a program--to make sure it remains free
3398 15 Jun 15 nicklas 34 software for all its users.
3398 15 Jun 15 nicklas 35
3398 15 Jun 15 nicklas 36   When we speak of free software, we are referring to freedom, not
3398 15 Jun 15 nicklas 37 price.  Our General Public Licenses are designed to make sure that you
3398 15 Jun 15 nicklas 38 have the freedom to distribute copies of free software (and charge for
3398 15 Jun 15 nicklas 39 them if you wish), that you receive source code or can get it if you
3398 15 Jun 15 nicklas 40 want it, that you can change the software or use pieces of it in new
3398 15 Jun 15 nicklas 41 free programs, and that you know you can do these things.
3398 15 Jun 15 nicklas 42
3398 15 Jun 15 nicklas 43   Developers that use our General Public Licenses protect your rights
3398 15 Jun 15 nicklas 44 with two steps: (1) assert copyright on the software, and (2) offer
3398 15 Jun 15 nicklas 45 you this License which gives you legal permission to copy, distribute
3398 15 Jun 15 nicklas 46 and/or modify the software.
3398 15 Jun 15 nicklas 47
3398 15 Jun 15 nicklas 48   A secondary benefit of defending all users' freedom is that
3398 15 Jun 15 nicklas 49 improvements made in alternate versions of the program, if they
3398 15 Jun 15 nicklas 50 receive widespread use, become available for other developers to
3398 15 Jun 15 nicklas 51 incorporate.  Many developers of free software are heartened and
3398 15 Jun 15 nicklas 52 encouraged by the resulting cooperation.  However, in the case of
3398 15 Jun 15 nicklas 53 software used on network servers, this result may fail to come about.
3398 15 Jun 15 nicklas 54 The GNU General Public License permits making a modified version and
3398 15 Jun 15 nicklas 55 letting the public access it on a server without ever releasing its
3398 15 Jun 15 nicklas 56 source code to the public.
3398 15 Jun 15 nicklas 57
3398 15 Jun 15 nicklas 58   The GNU Affero General Public License is designed specifically to
3398 15 Jun 15 nicklas 59 ensure that, in such cases, the modified source code becomes available
3398 15 Jun 15 nicklas 60 to the community.  It requires the operator of a network server to
3398 15 Jun 15 nicklas 61 provide the source code of the modified version running there to the
3398 15 Jun 15 nicklas 62 users of that server.  Therefore, public use of a modified version, on
3398 15 Jun 15 nicklas 63 a publicly accessible server, gives the public access to the source
3398 15 Jun 15 nicklas 64 code of the modified version.
3398 15 Jun 15 nicklas 65
3398 15 Jun 15 nicklas 66   An older license, called the Affero General Public License and
3398 15 Jun 15 nicklas 67 published by Affero, was designed to accomplish similar goals.  This is
3398 15 Jun 15 nicklas 68 a different license, not a version of the Affero GPL, but Affero has
3398 15 Jun 15 nicklas 69 released a new version of the Affero GPL which permits relicensing under
3398 15 Jun 15 nicklas 70 this license.
3398 15 Jun 15 nicklas 71
3398 15 Jun 15 nicklas 72   The precise terms and conditions for copying, distribution and
3398 15 Jun 15 nicklas 73 modification follow.
3398 15 Jun 15 nicklas 74
3398 15 Jun 15 nicklas 75                        TERMS AND CONDITIONS
3398 15 Jun 15 nicklas 76
3398 15 Jun 15 nicklas 77   0. Definitions.
3398 15 Jun 15 nicklas 78
3398 15 Jun 15 nicklas 79   "This License" refers to version 3 of the GNU Affero General Public License.
3398 15 Jun 15 nicklas 80
3398 15 Jun 15 nicklas 81   "Copyright" also means copyright-like laws that apply to other kinds of
3398 15 Jun 15 nicklas 82 works, such as semiconductor masks.
3398 15 Jun 15 nicklas 83
3398 15 Jun 15 nicklas 84   "The Program" refers to any copyrightable work licensed under this
3398 15 Jun 15 nicklas 85 License.  Each licensee is addressed as "you".  "Licensees" and
3398 15 Jun 15 nicklas 86 "recipients" may be individuals or organizations.
3398 15 Jun 15 nicklas 87
3398 15 Jun 15 nicklas 88   To "modify" a work means to copy from or adapt all or part of the work
3398 15 Jun 15 nicklas 89 in a fashion requiring copyright permission, other than the making of an
3398 15 Jun 15 nicklas 90 exact copy.  The resulting work is called a "modified version" of the
3398 15 Jun 15 nicklas 91 earlier work or a work "based on" the earlier work.
3398 15 Jun 15 nicklas 92
3398 15 Jun 15 nicklas 93   A "covered work" means either the unmodified Program or a work based
3398 15 Jun 15 nicklas 94 on the Program.
3398 15 Jun 15 nicklas 95
3398 15 Jun 15 nicklas 96   To "propagate" a work means to do anything with it that, without
3398 15 Jun 15 nicklas 97 permission, would make you directly or secondarily liable for
3398 15 Jun 15 nicklas 98 infringement under applicable copyright law, except executing it on a
3398 15 Jun 15 nicklas 99 computer or modifying a private copy.  Propagation includes copying,
3398 15 Jun 15 nicklas 100 distribution (with or without modification), making available to the
3398 15 Jun 15 nicklas 101 public, and in some countries other activities as well.
3398 15 Jun 15 nicklas 102
3398 15 Jun 15 nicklas 103   To "convey" a work means any kind of propagation that enables other
3398 15 Jun 15 nicklas 104 parties to make or receive copies.  Mere interaction with a user through
3398 15 Jun 15 nicklas 105 a computer network, with no transfer of a copy, is not conveying.
3398 15 Jun 15 nicklas 106
3398 15 Jun 15 nicklas 107   An interactive user interface displays "Appropriate Legal Notices"
3398 15 Jun 15 nicklas 108 to the extent that it includes a convenient and prominently visible
3398 15 Jun 15 nicklas 109 feature that (1) displays an appropriate copyright notice, and (2)
3398 15 Jun 15 nicklas 110 tells the user that there is no warranty for the work (except to the
3398 15 Jun 15 nicklas 111 extent that warranties are provided), that licensees may convey the
3398 15 Jun 15 nicklas 112 work under this License, and how to view a copy of this License.  If
3398 15 Jun 15 nicklas 113 the interface presents a list of user commands or options, such as a
3398 15 Jun 15 nicklas 114 menu, a prominent item in the list meets this criterion.
3398 15 Jun 15 nicklas 115
3398 15 Jun 15 nicklas 116   1. Source Code.
3398 15 Jun 15 nicklas 117
3398 15 Jun 15 nicklas 118   The "source code" for a work means the preferred form of the work
3398 15 Jun 15 nicklas 119 for making modifications to it.  "Object code" means any non-source
3398 15 Jun 15 nicklas 120 form of a work.
3398 15 Jun 15 nicklas 121
3398 15 Jun 15 nicklas 122   A "Standard Interface" means an interface that either is an official
3398 15 Jun 15 nicklas 123 standard defined by a recognized standards body, or, in the case of
3398 15 Jun 15 nicklas 124 interfaces specified for a particular programming language, one that
3398 15 Jun 15 nicklas 125 is widely used among developers working in that language.
3398 15 Jun 15 nicklas 126
3398 15 Jun 15 nicklas 127   The "System Libraries" of an executable work include anything, other
3398 15 Jun 15 nicklas 128 than the work as a whole, that (a) is included in the normal form of
3398 15 Jun 15 nicklas 129 packaging a Major Component, but which is not part of that Major
3398 15 Jun 15 nicklas 130 Component, and (b) serves only to enable use of the work with that
3398 15 Jun 15 nicklas 131 Major Component, or to implement a Standard Interface for which an
3398 15 Jun 15 nicklas 132 implementation is available to the public in source code form.  A
3398 15 Jun 15 nicklas 133 "Major Component", in this context, means a major essential component
3398 15 Jun 15 nicklas 134 (kernel, window system, and so on) of the specific operating system
3398 15 Jun 15 nicklas 135 (if any) on which the executable work runs, or a compiler used to
3398 15 Jun 15 nicklas 136 produce the work, or an object code interpreter used to run it.
3398 15 Jun 15 nicklas 137
3398 15 Jun 15 nicklas 138   The "Corresponding Source" for a work in object code form means all
3398 15 Jun 15 nicklas 139 the source code needed to generate, install, and (for an executable
3398 15 Jun 15 nicklas 140 work) run the object code and to modify the work, including scripts to
3398 15 Jun 15 nicklas 141 control those activities.  However, it does not include the work's
3398 15 Jun 15 nicklas 142 System Libraries, or general-purpose tools or generally available free
3398 15 Jun 15 nicklas 143 programs which are used unmodified in performing those activities but
3398 15 Jun 15 nicklas 144 which are not part of the work.  For example, Corresponding Source
3398 15 Jun 15 nicklas 145 includes interface definition files associated with source files for
3398 15 Jun 15 nicklas 146 the work, and the source code for shared libraries and dynamically
3398 15 Jun 15 nicklas 147 linked subprograms that the work is specifically designed to require,
3398 15 Jun 15 nicklas 148 such as by intimate data communication or control flow between those
3398 15 Jun 15 nicklas 149 subprograms and other parts of the work.
3398 15 Jun 15 nicklas 150
3398 15 Jun 15 nicklas 151   The Corresponding Source need not include anything that users
3398 15 Jun 15 nicklas 152 can regenerate automatically from other parts of the Corresponding
3398 15 Jun 15 nicklas 153 Source.
3398 15 Jun 15 nicklas 154
3398 15 Jun 15 nicklas 155   The Corresponding Source for a work in source code form is that
3398 15 Jun 15 nicklas 156 same work.
3398 15 Jun 15 nicklas 157
3398 15 Jun 15 nicklas 158   2. Basic Permissions.
3398 15 Jun 15 nicklas 159
3398 15 Jun 15 nicklas 160   All rights granted under this License are granted for the term of
3398 15 Jun 15 nicklas 161 copyright on the Program, and are irrevocable provided the stated
3398 15 Jun 15 nicklas 162 conditions are met.  This License explicitly affirms your unlimited
3398 15 Jun 15 nicklas 163 permission to run the unmodified Program.  The output from running a
3398 15 Jun 15 nicklas 164 covered work is covered by this License only if the output, given its
3398 15 Jun 15 nicklas 165 content, constitutes a covered work.  This License acknowledges your
3398 15 Jun 15 nicklas 166 rights of fair use or other equivalent, as provided by copyright law.
3398 15 Jun 15 nicklas 167
3398 15 Jun 15 nicklas 168   You may make, run and propagate covered works that you do not
3398 15 Jun 15 nicklas 169 convey, without conditions so long as your license otherwise remains
3398 15 Jun 15 nicklas 170 in force.  You may convey covered works to others for the sole purpose
3398 15 Jun 15 nicklas 171 of having them make modifications exclusively for you, or provide you
3398 15 Jun 15 nicklas 172 with facilities for running those works, provided that you comply with
3398 15 Jun 15 nicklas 173 the terms of this License in conveying all material for which you do
3398 15 Jun 15 nicklas 174 not control copyright.  Those thus making or running the covered works
3398 15 Jun 15 nicklas 175 for you must do so exclusively on your behalf, under your direction
3398 15 Jun 15 nicklas 176 and control, on terms that prohibit them from making any copies of
3398 15 Jun 15 nicklas 177 your copyrighted material outside their relationship with you.
3398 15 Jun 15 nicklas 178
3398 15 Jun 15 nicklas 179   Conveying under any other circumstances is permitted solely under
3398 15 Jun 15 nicklas 180 the conditions stated below.  Sublicensing is not allowed; section 10
3398 15 Jun 15 nicklas 181 makes it unnecessary.
3398 15 Jun 15 nicklas 182
3398 15 Jun 15 nicklas 183   3. Protecting Users' Legal Rights From Anti-Circumvention Law.
3398 15 Jun 15 nicklas 184
3398 15 Jun 15 nicklas 185   No covered work shall be deemed part of an effective technological
3398 15 Jun 15 nicklas 186 measure under any applicable law fulfilling obligations under article
3398 15 Jun 15 nicklas 187 11 of the WIPO copyright treaty adopted on 20 December 1996, or
3398 15 Jun 15 nicklas 188 similar laws prohibiting or restricting circumvention of such
3398 15 Jun 15 nicklas 189 measures.
3398 15 Jun 15 nicklas 190
3398 15 Jun 15 nicklas 191   When you convey a covered work, you waive any legal power to forbid
3398 15 Jun 15 nicklas 192 circumvention of technological measures to the extent such circumvention
3398 15 Jun 15 nicklas 193 is effected by exercising rights under this License with respect to
3398 15 Jun 15 nicklas 194 the covered work, and you disclaim any intention to limit operation or
3398 15 Jun 15 nicklas 195 modification of the work as a means of enforcing, against the work's
3398 15 Jun 15 nicklas 196 users, your or third parties' legal rights to forbid circumvention of
3398 15 Jun 15 nicklas 197 technological measures.
3398 15 Jun 15 nicklas 198
3398 15 Jun 15 nicklas 199   4. Conveying Verbatim Copies.
3398 15 Jun 15 nicklas 200
3398 15 Jun 15 nicklas 201   You may convey verbatim copies of the Program's source code as you
3398 15 Jun 15 nicklas 202 receive it, in any medium, provided that you conspicuously and
3398 15 Jun 15 nicklas 203 appropriately publish on each copy an appropriate copyright notice;
3398 15 Jun 15 nicklas 204 keep intact all notices stating that this License and any
3398 15 Jun 15 nicklas 205 non-permissive terms added in accord with section 7 apply to the code;
3398 15 Jun 15 nicklas 206 keep intact all notices of the absence of any warranty; and give all
3398 15 Jun 15 nicklas 207 recipients a copy of this License along with the Program.
3398 15 Jun 15 nicklas 208
3398 15 Jun 15 nicklas 209   You may charge any price or no price for each copy that you convey,
3398 15 Jun 15 nicklas 210 and you may offer support or warranty protection for a fee.
3398 15 Jun 15 nicklas 211
3398 15 Jun 15 nicklas 212   5. Conveying Modified Source Versions.
3398 15 Jun 15 nicklas 213
3398 15 Jun 15 nicklas 214   You may convey a work based on the Program, or the modifications to
3398 15 Jun 15 nicklas 215 produce it from the Program, in the form of source code under the
3398 15 Jun 15 nicklas 216 terms of section 4, provided that you also meet all of these conditions:
3398 15 Jun 15 nicklas 217
3398 15 Jun 15 nicklas 218     a) The work must carry prominent notices stating that you modified
3398 15 Jun 15 nicklas 219     it, and giving a relevant date.
3398 15 Jun 15 nicklas 220
3398 15 Jun 15 nicklas 221     b) The work must carry prominent notices stating that it is
3398 15 Jun 15 nicklas 222     released under this License and any conditions added under section
3398 15 Jun 15 nicklas 223     7.  This requirement modifies the requirement in section 4 to
3398 15 Jun 15 nicklas 224     "keep intact all notices".
3398 15 Jun 15 nicklas 225
3398 15 Jun 15 nicklas 226     c) You must license the entire work, as a whole, under this
3398 15 Jun 15 nicklas 227     License to anyone who comes into possession of a copy.  This
3398 15 Jun 15 nicklas 228     License will therefore apply, along with any applicable section 7
3398 15 Jun 15 nicklas 229     additional terms, to the whole of the work, and all its parts,
3398 15 Jun 15 nicklas 230     regardless of how they are packaged.  This License gives no
3398 15 Jun 15 nicklas 231     permission to license the work in any other way, but it does not
3398 15 Jun 15 nicklas 232     invalidate such permission if you have separately received it.
3398 15 Jun 15 nicklas 233
3398 15 Jun 15 nicklas 234     d) If the work has interactive user interfaces, each must display
3398 15 Jun 15 nicklas 235     Appropriate Legal Notices; however, if the Program has interactive
3398 15 Jun 15 nicklas 236     interfaces that do not display Appropriate Legal Notices, your
3398 15 Jun 15 nicklas 237     work need not make them do so.
3398 15 Jun 15 nicklas 238
3398 15 Jun 15 nicklas 239   A compilation of a covered work with other separate and independent
3398 15 Jun 15 nicklas 240 works, which are not by their nature extensions of the covered work,
3398 15 Jun 15 nicklas 241 and which are not combined with it such as to form a larger program,
3398 15 Jun 15 nicklas 242 in or on a volume of a storage or distribution medium, is called an
3398 15 Jun 15 nicklas 243 "aggregate" if the compilation and its resulting copyright are not
3398 15 Jun 15 nicklas 244 used to limit the access or legal rights of the compilation's users
3398 15 Jun 15 nicklas 245 beyond what the individual works permit.  Inclusion of a covered work
3398 15 Jun 15 nicklas 246 in an aggregate does not cause this License to apply to the other
3398 15 Jun 15 nicklas 247 parts of the aggregate.
3398 15 Jun 15 nicklas 248
3398 15 Jun 15 nicklas 249   6. Conveying Non-Source Forms.
3398 15 Jun 15 nicklas 250
3398 15 Jun 15 nicklas 251   You may convey a covered work in object code form under the terms
3398 15 Jun 15 nicklas 252 of sections 4 and 5, provided that you also convey the
3398 15 Jun 15 nicklas 253 machine-readable Corresponding Source under the terms of this License,
3398 15 Jun 15 nicklas 254 in one of these ways:
3398 15 Jun 15 nicklas 255
3398 15 Jun 15 nicklas 256     a) Convey the object code in, or embodied in, a physical product
3398 15 Jun 15 nicklas 257     (including a physical distribution medium), accompanied by the
3398 15 Jun 15 nicklas 258     Corresponding Source fixed on a durable physical medium
3398 15 Jun 15 nicklas 259     customarily used for software interchange.
3398 15 Jun 15 nicklas 260
3398 15 Jun 15 nicklas 261     b) Convey the object code in, or embodied in, a physical product
3398 15 Jun 15 nicklas 262     (including a physical distribution medium), accompanied by a
3398 15 Jun 15 nicklas 263     written offer, valid for at least three years and valid for as
3398 15 Jun 15 nicklas 264     long as you offer spare parts or customer support for that product
3398 15 Jun 15 nicklas 265     model, to give anyone who possesses the object code either (1) a
3398 15 Jun 15 nicklas 266     copy of the Corresponding Source for all the software in the
3398 15 Jun 15 nicklas 267     product that is covered by this License, on a durable physical
3398 15 Jun 15 nicklas 268     medium customarily used for software interchange, for a price no
3398 15 Jun 15 nicklas 269     more than your reasonable cost of physically performing this
3398 15 Jun 15 nicklas 270     conveying of source, or (2) access to copy the
3398 15 Jun 15 nicklas 271     Corresponding Source from a network server at no charge.
3398 15 Jun 15 nicklas 272
3398 15 Jun 15 nicklas 273     c) Convey individual copies of the object code with a copy of the
3398 15 Jun 15 nicklas 274     written offer to provide the Corresponding Source.  This
3398 15 Jun 15 nicklas 275     alternative is allowed only occasionally and noncommercially, and
3398 15 Jun 15 nicklas 276     only if you received the object code with such an offer, in accord
3398 15 Jun 15 nicklas 277     with subsection 6b.
3398 15 Jun 15 nicklas 278
3398 15 Jun 15 nicklas 279     d) Convey the object code by offering access from a designated
3398 15 Jun 15 nicklas 280     place (gratis or for a charge), and offer equivalent access to the
3398 15 Jun 15 nicklas 281     Corresponding Source in the same way through the same place at no
3398 15 Jun 15 nicklas 282     further charge.  You need not require recipients to copy the
3398 15 Jun 15 nicklas 283     Corresponding Source along with the object code.  If the place to
3398 15 Jun 15 nicklas 284     copy the object code is a network server, the Corresponding Source
3398 15 Jun 15 nicklas 285     may be on a different server (operated by you or a third party)
3398 15 Jun 15 nicklas 286     that supports equivalent copying facilities, provided you maintain
3398 15 Jun 15 nicklas 287     clear directions next to the object code saying where to find the
3398 15 Jun 15 nicklas 288     Corresponding Source.  Regardless of what server hosts the
3398 15 Jun 15 nicklas 289     Corresponding Source, you remain obligated to ensure that it is
3398 15 Jun 15 nicklas 290     available for as long as needed to satisfy these requirements.
3398 15 Jun 15 nicklas 291
3398 15 Jun 15 nicklas 292     e) Convey the object code using peer-to-peer transmission, provided
3398 15 Jun 15 nicklas 293     you inform other peers where the object code and Corresponding
3398 15 Jun 15 nicklas 294     Source of the work are being offered to the general public at no
3398 15 Jun 15 nicklas 295     charge under subsection 6d.
3398 15 Jun 15 nicklas 296
3398 15 Jun 15 nicklas 297   A separable portion of the object code, whose source code is excluded
3398 15 Jun 15 nicklas 298 from the Corresponding Source as a System Library, need not be
3398 15 Jun 15 nicklas 299 included in conveying the object code work.
3398 15 Jun 15 nicklas 300
3398 15 Jun 15 nicklas 301   A "User Product" is either (1) a "consumer product", which means any
3398 15 Jun 15 nicklas 302 tangible personal property which is normally used for personal, family,
3398 15 Jun 15 nicklas 303 or household purposes, or (2) anything designed or sold for incorporation
3398 15 Jun 15 nicklas 304 into a dwelling.  In determining whether a product is a consumer product,
3398 15 Jun 15 nicklas 305 doubtful cases shall be resolved in favor of coverage.  For a particular
3398 15 Jun 15 nicklas 306 product received by a particular user, "normally used" refers to a
3398 15 Jun 15 nicklas 307 typical or common use of that class of product, regardless of the status
3398 15 Jun 15 nicklas 308 of the particular user or of the way in which the particular user
3398 15 Jun 15 nicklas 309 actually uses, or expects or is expected to use, the product.  A product
3398 15 Jun 15 nicklas 310 is a consumer product regardless of whether the product has substantial
3398 15 Jun 15 nicklas 311 commercial, industrial or non-consumer uses, unless such uses represent
3398 15 Jun 15 nicklas 312 the only significant mode of use of the product.
3398 15 Jun 15 nicklas 313
3398 15 Jun 15 nicklas 314   "Installation Information" for a User Product means any methods,
3398 15 Jun 15 nicklas 315 procedures, authorization keys, or other information required to install
3398 15 Jun 15 nicklas 316 and execute modified versions of a covered work in that User Product from
3398 15 Jun 15 nicklas 317 a modified version of its Corresponding Source.  The information must
3398 15 Jun 15 nicklas 318 suffice to ensure that the continued functioning of the modified object
3398 15 Jun 15 nicklas 319 code is in no case prevented or interfered with solely because
3398 15 Jun 15 nicklas 320 modification has been made.
3398 15 Jun 15 nicklas 321
3398 15 Jun 15 nicklas 322   If you convey an object code work under this section in, or with, or
3398 15 Jun 15 nicklas 323 specifically for use in, a User Product, and the conveying occurs as
3398 15 Jun 15 nicklas 324 part of a transaction in which the right of possession and use of the
3398 15 Jun 15 nicklas 325 User Product is transferred to the recipient in perpetuity or for a
3398 15 Jun 15 nicklas 326 fixed term (regardless of how the transaction is characterized), the
3398 15 Jun 15 nicklas 327 Corresponding Source conveyed under this section must be accompanied
3398 15 Jun 15 nicklas 328 by the Installation Information.  But this requirement does not apply
3398 15 Jun 15 nicklas 329 if neither you nor any third party retains the ability to install
3398 15 Jun 15 nicklas 330 modified object code on the User Product (for example, the work has
3398 15 Jun 15 nicklas 331 been installed in ROM).
3398 15 Jun 15 nicklas 332
3398 15 Jun 15 nicklas 333   The requirement to provide Installation Information does not include a
3398 15 Jun 15 nicklas 334 requirement to continue to provide support service, warranty, or updates
3398 15 Jun 15 nicklas 335 for a work that has been modified or installed by the recipient, or for
3398 15 Jun 15 nicklas 336 the User Product in which it has been modified or installed.  Access to a
3398 15 Jun 15 nicklas 337 network may be denied when the modification itself materially and
3398 15 Jun 15 nicklas 338 adversely affects the operation of the network or violates the rules and
3398 15 Jun 15 nicklas 339 protocols for communication across the network.
3398 15 Jun 15 nicklas 340
3398 15 Jun 15 nicklas 341   Corresponding Source conveyed, and Installation Information provided,
3398 15 Jun 15 nicklas 342 in accord with this section must be in a format that is publicly
3398 15 Jun 15 nicklas 343 documented (and with an implementation available to the public in
3398 15 Jun 15 nicklas 344 source code form), and must require no special password or key for
3398 15 Jun 15 nicklas 345 unpacking, reading or copying.
3398 15 Jun 15 nicklas 346
3398 15 Jun 15 nicklas 347   7. Additional Terms.
3398 15 Jun 15 nicklas 348
3398 15 Jun 15 nicklas 349   "Additional permissions" are terms that supplement the terms of this
3398 15 Jun 15 nicklas 350 License by making exceptions from one or more of its conditions.
3398 15 Jun 15 nicklas 351 Additional permissions that are applicable to the entire Program shall
3398 15 Jun 15 nicklas 352 be treated as though they were included in this License, to the extent
3398 15 Jun 15 nicklas 353 that they are valid under applicable law.  If additional permissions
3398 15 Jun 15 nicklas 354 apply only to part of the Program, that part may be used separately
3398 15 Jun 15 nicklas 355 under those permissions, but the entire Program remains governed by
3398 15 Jun 15 nicklas 356 this License without regard to the additional permissions.
3398 15 Jun 15 nicklas 357
3398 15 Jun 15 nicklas 358   When you convey a copy of a covered work, you may at your option
3398 15 Jun 15 nicklas 359 remove any additional permissions from that copy, or from any part of
3398 15 Jun 15 nicklas 360 it.  (Additional permissions may be written to require their own
3398 15 Jun 15 nicklas 361 removal in certain cases when you modify the work.)  You may place
3398 15 Jun 15 nicklas 362 additional permissions on material, added by you to a covered work,
3398 15 Jun 15 nicklas 363 for which you have or can give appropriate copyright permission.
3398 15 Jun 15 nicklas 364
3398 15 Jun 15 nicklas 365   Notwithstanding any other provision of this License, for material you
3398 15 Jun 15 nicklas 366 add to a covered work, you may (if authorized by the copyright holders of
3398 15 Jun 15 nicklas 367 that material) supplement the terms of this License with terms:
3398 15 Jun 15 nicklas 368
3398 15 Jun 15 nicklas 369     a) Disclaiming warranty or limiting liability differently from the
3398 15 Jun 15 nicklas 370     terms of sections 15 and 16 of this License; or
3398 15 Jun 15 nicklas 371
3398 15 Jun 15 nicklas 372     b) Requiring preservation of specified reasonable legal notices or
3398 15 Jun 15 nicklas 373     author attributions in that material or in the Appropriate Legal
3398 15 Jun 15 nicklas 374     Notices displayed by works containing it; or
3398 15 Jun 15 nicklas 375
3398 15 Jun 15 nicklas 376     c) Prohibiting misrepresentation of the origin of that material, or
3398 15 Jun 15 nicklas 377     requiring that modified versions of such material be marked in
3398 15 Jun 15 nicklas 378     reasonable ways as different from the original version; or
3398 15 Jun 15 nicklas 379
3398 15 Jun 15 nicklas 380     d) Limiting the use for publicity purposes of names of licensors or
3398 15 Jun 15 nicklas 381     authors of the material; or
3398 15 Jun 15 nicklas 382
3398 15 Jun 15 nicklas 383     e) Declining to grant rights under trademark law for use of some
3398 15 Jun 15 nicklas 384     trade names, trademarks, or service marks; or
3398 15 Jun 15 nicklas 385
3398 15 Jun 15 nicklas 386     f) Requiring indemnification of licensors and authors of that
3398 15 Jun 15 nicklas 387     material by anyone who conveys the material (or modified versions of
3398 15 Jun 15 nicklas 388     it) with contractual assumptions of liability to the recipient, for
3398 15 Jun 15 nicklas 389     any liability that these contractual assumptions directly impose on
3398 15 Jun 15 nicklas 390     those licensors and authors.
3398 15 Jun 15 nicklas 391
3398 15 Jun 15 nicklas 392   All other non-permissive additional terms are considered "further
3398 15 Jun 15 nicklas 393 restrictions" within the meaning of section 10.  If the Program as you
3398 15 Jun 15 nicklas 394 received it, or any part of it, contains a notice stating that it is
3398 15 Jun 15 nicklas 395 governed by this License along with a term that is a further
3398 15 Jun 15 nicklas 396 restriction, you may remove that term.  If a license document contains
3398 15 Jun 15 nicklas 397 a further restriction but permits relicensing or conveying under this
3398 15 Jun 15 nicklas 398 License, you may add to a covered work material governed by the terms
3398 15 Jun 15 nicklas 399 of that license document, provided that the further restriction does
3398 15 Jun 15 nicklas 400 not survive such relicensing or conveying.
3398 15 Jun 15 nicklas 401
3398 15 Jun 15 nicklas 402   If you add terms to a covered work in accord with this section, you
3398 15 Jun 15 nicklas 403 must place, in the relevant source files, a statement of the
3398 15 Jun 15 nicklas 404 additional terms that apply to those files, or a notice indicating
3398 15 Jun 15 nicklas 405 where to find the applicable terms.
3398 15 Jun 15 nicklas 406
3398 15 Jun 15 nicklas 407   Additional terms, permissive or non-permissive, may be stated in the
3398 15 Jun 15 nicklas 408 form of a separately written license, or stated as exceptions;
3398 15 Jun 15 nicklas 409 the above requirements apply either way.
3398 15 Jun 15 nicklas 410
3398 15 Jun 15 nicklas 411   8. Termination.
3398 15 Jun 15 nicklas 412
3398 15 Jun 15 nicklas 413   You may not propagate or modify a covered work except as expressly
3398 15 Jun 15 nicklas 414 provided under this License.  Any attempt otherwise to propagate or
3398 15 Jun 15 nicklas 415 modify it is void, and will automatically terminate your rights under
3398 15 Jun 15 nicklas 416 this License (including any patent licenses granted under the third
3398 15 Jun 15 nicklas 417 paragraph of section 11).
3398 15 Jun 15 nicklas 418
3398 15 Jun 15 nicklas 419   However, if you cease all violation of this License, then your
3398 15 Jun 15 nicklas 420 license from a particular copyright holder is reinstated (a)
3398 15 Jun 15 nicklas 421 provisionally, unless and until the copyright holder explicitly and
3398 15 Jun 15 nicklas 422 finally terminates your license, and (b) permanently, if the copyright
3398 15 Jun 15 nicklas 423 holder fails to notify you of the violation by some reasonable means
3398 15 Jun 15 nicklas 424 prior to 60 days after the cessation.
3398 15 Jun 15 nicklas 425
3398 15 Jun 15 nicklas 426   Moreover, your license from a particular copyright holder is
3398 15 Jun 15 nicklas 427 reinstated permanently if the copyright holder notifies you of the
3398 15 Jun 15 nicklas 428 violation by some reasonable means, this is the first time you have
3398 15 Jun 15 nicklas 429 received notice of violation of this License (for any work) from that
3398 15 Jun 15 nicklas 430 copyright holder, and you cure the violation prior to 30 days after
3398 15 Jun 15 nicklas 431 your receipt of the notice.
3398 15 Jun 15 nicklas 432
3398 15 Jun 15 nicklas 433   Termination of your rights under this section does not terminate the
3398 15 Jun 15 nicklas 434 licenses of parties who have received copies or rights from you under
3398 15 Jun 15 nicklas 435 this License.  If your rights have been terminated and not permanently
3398 15 Jun 15 nicklas 436 reinstated, you do not qualify to receive new licenses for the same
3398 15 Jun 15 nicklas 437 material under section 10.
3398 15 Jun 15 nicklas 438
3398 15 Jun 15 nicklas 439   9. Acceptance Not Required for Having Copies.
3398 15 Jun 15 nicklas 440
3398 15 Jun 15 nicklas 441   You are not required to accept this License in order to receive or
3398 15 Jun 15 nicklas 442 run a copy of the Program.  Ancillary propagation of a covered work
3398 15 Jun 15 nicklas 443 occurring solely as a consequence of using peer-to-peer transmission
3398 15 Jun 15 nicklas 444 to receive a copy likewise does not require acceptance.  However,
3398 15 Jun 15 nicklas 445 nothing other than this License grants you permission to propagate or
3398 15 Jun 15 nicklas 446 modify any covered work.  These actions infringe copyright if you do
3398 15 Jun 15 nicklas 447 not accept this License.  Therefore, by modifying or propagating a
3398 15 Jun 15 nicklas 448 covered work, you indicate your acceptance of this License to do so.
3398 15 Jun 15 nicklas 449
3398 15 Jun 15 nicklas 450   10. Automatic Licensing of Downstream Recipients.
3398 15 Jun 15 nicklas 451
3398 15 Jun 15 nicklas 452   Each time you convey a covered work, the recipient automatically
3398 15 Jun 15 nicklas 453 receives a license from the original licensors, to run, modify and
3398 15 Jun 15 nicklas 454 propagate that work, subject to this License.  You are not responsible
3398 15 Jun 15 nicklas 455 for enforcing compliance by third parties with this License.
3398 15 Jun 15 nicklas 456
3398 15 Jun 15 nicklas 457   An "entity transaction" is a transaction transferring control of an
3398 15 Jun 15 nicklas 458 organization, or substantially all assets of one, or subdividing an
3398 15 Jun 15 nicklas 459 organization, or merging organizations.  If propagation of a covered
3398 15 Jun 15 nicklas 460 work results from an entity transaction, each party to that
3398 15 Jun 15 nicklas 461 transaction who receives a copy of the work also receives whatever
3398 15 Jun 15 nicklas 462 licenses to the work the party's predecessor in interest had or could
3398 15 Jun 15 nicklas 463 give under the previous paragraph, plus a right to possession of the
3398 15 Jun 15 nicklas 464 Corresponding Source of the work from the predecessor in interest, if
3398 15 Jun 15 nicklas 465 the predecessor has it or can get it with reasonable efforts.
3398 15 Jun 15 nicklas 466
3398 15 Jun 15 nicklas 467   You may not impose any further restrictions on the exercise of the
3398 15 Jun 15 nicklas 468 rights granted or affirmed under this License.  For example, you may
3398 15 Jun 15 nicklas 469 not impose a license fee, royalty, or other charge for exercise of
3398 15 Jun 15 nicklas 470 rights granted under this License, and you may not initiate litigation
3398 15 Jun 15 nicklas 471 (including a cross-claim or counterclaim in a lawsuit) alleging that
3398 15 Jun 15 nicklas 472 any patent claim is infringed by making, using, selling, offering for
3398 15 Jun 15 nicklas 473 sale, or importing the Program or any portion of it.
3398 15 Jun 15 nicklas 474
3398 15 Jun 15 nicklas 475   11. Patents.
3398 15 Jun 15 nicklas 476
3398 15 Jun 15 nicklas 477   A "contributor" is a copyright holder who authorizes use under this
3398 15 Jun 15 nicklas 478 License of the Program or a work on which the Program is based.  The
3398 15 Jun 15 nicklas 479 work thus licensed is called the contributor's "contributor version".
3398 15 Jun 15 nicklas 480
3398 15 Jun 15 nicklas 481   A contributor's "essential patent claims" are all patent claims
3398 15 Jun 15 nicklas 482 owned or controlled by the contributor, whether already acquired or
3398 15 Jun 15 nicklas 483 hereafter acquired, that would be infringed by some manner, permitted
3398 15 Jun 15 nicklas 484 by this License, of making, using, or selling its contributor version,
3398 15 Jun 15 nicklas 485 but do not include claims that would be infringed only as a
3398 15 Jun 15 nicklas 486 consequence of further modification of the contributor version.  For
3398 15 Jun 15 nicklas 487 purposes of this definition, "control" includes the right to grant
3398 15 Jun 15 nicklas 488 patent sublicenses in a manner consistent with the requirements of
3398 15 Jun 15 nicklas 489 this License.
3398 15 Jun 15 nicklas 490
3398 15 Jun 15 nicklas 491   Each contributor grants you a non-exclusive, worldwide, royalty-free
3398 15 Jun 15 nicklas 492 patent license under the contributor's essential patent claims, to
3398 15 Jun 15 nicklas 493 make, use, sell, offer for sale, import and otherwise run, modify and
3398 15 Jun 15 nicklas 494 propagate the contents of its contributor version.
3398 15 Jun 15 nicklas 495
3398 15 Jun 15 nicklas 496   In the following three paragraphs, a "patent license" is any express
3398 15 Jun 15 nicklas 497 agreement or commitment, however denominated, not to enforce a patent
3398 15 Jun 15 nicklas 498 (such as an express permission to practice a patent or covenant not to
3398 15 Jun 15 nicklas 499 sue for patent infringement).  To "grant" such a patent license to a
3398 15 Jun 15 nicklas 500 party means to make such an agreement or commitment not to enforce a
3398 15 Jun 15 nicklas 501 patent against the party.
3398 15 Jun 15 nicklas 502
3398 15 Jun 15 nicklas 503   If you convey a covered work, knowingly relying on a patent license,
3398 15 Jun 15 nicklas 504 and the Corresponding Source of the work is not available for anyone
3398 15 Jun 15 nicklas 505 to copy, free of charge and under the terms of this License, through a
3398 15 Jun 15 nicklas 506 publicly available network server or other readily accessible means,
3398 15 Jun 15 nicklas 507 then you must either (1) cause the Corresponding Source to be so
3398 15 Jun 15 nicklas 508 available, or (2) arrange to deprive yourself of the benefit of the
3398 15 Jun 15 nicklas 509 patent license for this particular work, or (3) arrange, in a manner
3398 15 Jun 15 nicklas 510 consistent with the requirements of this License, to extend the patent
3398 15 Jun 15 nicklas 511 license to downstream recipients.  "Knowingly relying" means you have
3398 15 Jun 15 nicklas 512 actual knowledge that, but for the patent license, your conveying the
3398 15 Jun 15 nicklas 513 covered work in a country, or your recipient's use of the covered work
3398 15 Jun 15 nicklas 514 in a country, would infringe one or more identifiable patents in that
3398 15 Jun 15 nicklas 515 country that you have reason to believe are valid.
3398 15 Jun 15 nicklas 516
3398 15 Jun 15 nicklas 517   If, pursuant to or in connection with a single transaction or
3398 15 Jun 15 nicklas 518 arrangement, you convey, or propagate by procuring conveyance of, a
3398 15 Jun 15 nicklas 519 covered work, and grant a patent license to some of the parties
3398 15 Jun 15 nicklas 520 receiving the covered work authorizing them to use, propagate, modify
3398 15 Jun 15 nicklas 521 or convey a specific copy of the covered work, then the patent license
3398 15 Jun 15 nicklas 522 you grant is automatically extended to all recipients of the covered
3398 15 Jun 15 nicklas 523 work and works based on it.
3398 15 Jun 15 nicklas 524
3398 15 Jun 15 nicklas 525   A patent license is "discriminatory" if it does not include within
3398 15 Jun 15 nicklas 526 the scope of its coverage, prohibits the exercise of, or is
3398 15 Jun 15 nicklas 527 conditioned on the non-exercise of one or more of the rights that are
3398 15 Jun 15 nicklas 528 specifically granted under this License.  You may not convey a covered
3398 15 Jun 15 nicklas 529 work if you are a party to an arrangement with a third party that is
3398 15 Jun 15 nicklas 530 in the business of distributing software, under which you make payment
3398 15 Jun 15 nicklas 531 to the third party based on the extent of your activity of conveying
3398 15 Jun 15 nicklas 532 the work, and under which the third party grants, to any of the
3398 15 Jun 15 nicklas 533 parties who would receive the covered work from you, a discriminatory
3398 15 Jun 15 nicklas 534 patent license (a) in connection with copies of the covered work
3398 15 Jun 15 nicklas 535 conveyed by you (or copies made from those copies), or (b) primarily
3398 15 Jun 15 nicklas 536 for and in connection with specific products or compilations that
3398 15 Jun 15 nicklas 537 contain the covered work, unless you entered into that arrangement,
3398 15 Jun 15 nicklas 538 or that patent license was granted, prior to 28 March 2007.
3398 15 Jun 15 nicklas 539
3398 15 Jun 15 nicklas 540   Nothing in this License shall be construed as excluding or limiting
3398 15 Jun 15 nicklas 541 any implied license or other defenses to infringement that may
3398 15 Jun 15 nicklas 542 otherwise be available to you under applicable patent law.
3398 15 Jun 15 nicklas 543
3398 15 Jun 15 nicklas 544   12. No Surrender of Others' Freedom.
3398 15 Jun 15 nicklas 545
3398 15 Jun 15 nicklas 546   If conditions are imposed on you (whether by court order, agreement or
3398 15 Jun 15 nicklas 547 otherwise) that contradict the conditions of this License, they do not
3398 15 Jun 15 nicklas 548 excuse you from the conditions of this License.  If you cannot convey a
3398 15 Jun 15 nicklas 549 covered work so as to satisfy simultaneously your obligations under this
3398 15 Jun 15 nicklas 550 License and any other pertinent obligations, then as a consequence you may
3398 15 Jun 15 nicklas 551 not convey it at all.  For example, if you agree to terms that obligate you
3398 15 Jun 15 nicklas 552 to collect a royalty for further conveying from those to whom you convey
3398 15 Jun 15 nicklas 553 the Program, the only way you could satisfy both those terms and this
3398 15 Jun 15 nicklas 554 License would be to refrain entirely from conveying the Program.
3398 15 Jun 15 nicklas 555
3398 15 Jun 15 nicklas 556   13. Remote Network Interaction; Use with the GNU General Public License.
3398 15 Jun 15 nicklas 557
3398 15 Jun 15 nicklas 558   Notwithstanding any other provision of this License, if you modify the
3398 15 Jun 15 nicklas 559 Program, your modified version must prominently offer all users
3398 15 Jun 15 nicklas 560 interacting with it remotely through a computer network (if your version
3398 15 Jun 15 nicklas 561 supports such interaction) an opportunity to receive the Corresponding
3398 15 Jun 15 nicklas 562 Source of your version by providing access to the Corresponding Source
3398 15 Jun 15 nicklas 563 from a network server at no charge, through some standard or customary
3398 15 Jun 15 nicklas 564 means of facilitating copying of software.  This Corresponding Source
3398 15 Jun 15 nicklas 565 shall include the Corresponding Source for any work covered by version 3
3398 15 Jun 15 nicklas 566 of the GNU General Public License that is incorporated pursuant to the
3398 15 Jun 15 nicklas 567 following paragraph.
3398 15 Jun 15 nicklas 568
3398 15 Jun 15 nicklas 569   Notwithstanding any other provision of this License, you have
3398 15 Jun 15 nicklas 570 permission to link or combine any covered work with a work licensed
3398 15 Jun 15 nicklas 571 under version 3 of the GNU General Public License into a single
3398 15 Jun 15 nicklas 572 combined work, and to convey the resulting work.  The terms of this
3398 15 Jun 15 nicklas 573 License will continue to apply to the part which is the covered work,
3398 15 Jun 15 nicklas 574 but the work with which it is combined will remain governed by version
3398 15 Jun 15 nicklas 575 3 of the GNU General Public License.
3398 15 Jun 15 nicklas 576
3398 15 Jun 15 nicklas 577   14. Revised Versions of this License.
3398 15 Jun 15 nicklas 578
3398 15 Jun 15 nicklas 579   The Free Software Foundation may publish revised and/or new versions of
3398 15 Jun 15 nicklas 580 the GNU Affero General Public License from time to time.  Such new versions
3398 15 Jun 15 nicklas 581 will be similar in spirit to the present version, but may differ in detail to
3398 15 Jun 15 nicklas 582 address new problems or concerns.
3398 15 Jun 15 nicklas 583
3398 15 Jun 15 nicklas 584   Each version is given a distinguishing version number.  If the
3398 15 Jun 15 nicklas 585 Program specifies that a certain numbered version of the GNU Affero General
3398 15 Jun 15 nicklas 586 Public License "or any later version" applies to it, you have the
3398 15 Jun 15 nicklas 587 option of following the terms and conditions either of that numbered
3398 15 Jun 15 nicklas 588 version or of any later version published by the Free Software
3398 15 Jun 15 nicklas 589 Foundation.  If the Program does not specify a version number of the
3398 15 Jun 15 nicklas 590 GNU Affero General Public License, you may choose any version ever published
3398 15 Jun 15 nicklas 591 by the Free Software Foundation.
3398 15 Jun 15 nicklas 592
3398 15 Jun 15 nicklas 593   If the Program specifies that a proxy can decide which future
3398 15 Jun 15 nicklas 594 versions of the GNU Affero General Public License can be used, that proxy's
3398 15 Jun 15 nicklas 595 public statement of acceptance of a version permanently authorizes you
3398 15 Jun 15 nicklas 596 to choose that version for the Program.
3398 15 Jun 15 nicklas 597
3398 15 Jun 15 nicklas 598   Later license versions may give you additional or different
3398 15 Jun 15 nicklas 599 permissions.  However, no additional obligations are imposed on any
3398 15 Jun 15 nicklas 600 author or copyright holder as a result of your choosing to follow a
3398 15 Jun 15 nicklas 601 later version.
3398 15 Jun 15 nicklas 602
3398 15 Jun 15 nicklas 603   15. Disclaimer of Warranty.
3398 15 Jun 15 nicklas 604
3398 15 Jun 15 nicklas 605   THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
3398 15 Jun 15 nicklas 606 APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
3398 15 Jun 15 nicklas 607 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
3398 15 Jun 15 nicklas 608 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
3398 15 Jun 15 nicklas 609 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3398 15 Jun 15 nicklas 610 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
3398 15 Jun 15 nicklas 611 IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
3398 15 Jun 15 nicklas 612 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
3398 15 Jun 15 nicklas 613
3398 15 Jun 15 nicklas 614   16. Limitation of Liability.
3398 15 Jun 15 nicklas 615
3398 15 Jun 15 nicklas 616   IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
3398 15 Jun 15 nicklas 617 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
3398 15 Jun 15 nicklas 618 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
3398 15 Jun 15 nicklas 619 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
3398 15 Jun 15 nicklas 620 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
3398 15 Jun 15 nicklas 621 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
3398 15 Jun 15 nicklas 622 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
3398 15 Jun 15 nicklas 623 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
3398 15 Jun 15 nicklas 624 SUCH DAMAGES.
3398 15 Jun 15 nicklas 625
3398 15 Jun 15 nicklas 626   17. Interpretation of Sections 15 and 16.
3398 15 Jun 15 nicklas 627
3398 15 Jun 15 nicklas 628   If the disclaimer of warranty and limitation of liability provided
3398 15 Jun 15 nicklas 629 above cannot be given local legal effect according to their terms,
3398 15 Jun 15 nicklas 630 reviewing courts shall apply local law that most closely approximates
3398 15 Jun 15 nicklas 631 an absolute waiver of all civil liability in connection with the
3398 15 Jun 15 nicklas 632 Program, unless a warranty or assumption of liability accompanies a
3398 15 Jun 15 nicklas 633 copy of the Program in return for a fee.
3398 15 Jun 15 nicklas 634
3398 15 Jun 15 nicklas 635                      END OF TERMS AND CONDITIONS
3398 15 Jun 15 nicklas 636
3398 15 Jun 15 nicklas 637             How to Apply These Terms to Your New Programs
3398 15 Jun 15 nicklas 638
3398 15 Jun 15 nicklas 639   If you develop a new program, and you want it to be of the greatest
3398 15 Jun 15 nicklas 640 possible use to the public, the best way to achieve this is to make it
3398 15 Jun 15 nicklas 641 free software which everyone can redistribute and change under these terms.
3398 15 Jun 15 nicklas 642
3398 15 Jun 15 nicklas 643   To do so, attach the following notices to the program.  It is safest
3398 15 Jun 15 nicklas 644 to attach them to the start of each source file to most effectively
3398 15 Jun 15 nicklas 645 state the exclusion of warranty; and each file should have at least
3398 15 Jun 15 nicklas 646 the "copyright" line and a pointer to where the full notice is found.
3398 15 Jun 15 nicklas 647
3398 15 Jun 15 nicklas 648     <one line to give the program's name and a brief idea of what it does.>
3398 15 Jun 15 nicklas 649     Copyright (C) <year>  <name of author>
3398 15 Jun 15 nicklas 650
3398 15 Jun 15 nicklas 651     This program is free software: you can redistribute it and/or modify
3398 15 Jun 15 nicklas 652     it under the terms of the GNU Affero General Public License as published by
3398 15 Jun 15 nicklas 653     the Free Software Foundation, either version 3 of the License, or
3398 15 Jun 15 nicklas 654     (at your option) any later version.
3398 15 Jun 15 nicklas 655
3398 15 Jun 15 nicklas 656     This program is distributed in the hope that it will be useful,
3398 15 Jun 15 nicklas 657     but WITHOUT ANY WARRANTY; without even the implied warranty of
3398 15 Jun 15 nicklas 658     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3398 15 Jun 15 nicklas 659     GNU Affero General Public License for more details.
3398 15 Jun 15 nicklas 660
3398 15 Jun 15 nicklas 661     You should have received a copy of the GNU Affero General Public License
3398 15 Jun 15 nicklas 662     along with this program.  If not, see <http://www.gnu.org/licenses/>.
3398 15 Jun 15 nicklas 663
3398 15 Jun 15 nicklas 664 Also add information on how to contact you by electronic and paper mail.
3398 15 Jun 15 nicklas 665
3398 15 Jun 15 nicklas 666   If your software can interact with users remotely through a computer
3398 15 Jun 15 nicklas 667 network, you should also make sure that it provides a way for users to
3398 15 Jun 15 nicklas 668 get its source.  For example, if your program is a web application, its
3398 15 Jun 15 nicklas 669 interface could display a "Source" link that leads users to an archive
3398 15 Jun 15 nicklas 670 of the code.  There are many ways you could offer source, and different
3398 15 Jun 15 nicklas 671 solutions will be better for different programs; see section 13 for the
3398 15 Jun 15 nicklas 672 specific requirements.
3398 15 Jun 15 nicklas 673
3398 15 Jun 15 nicklas 674   You should also get your employer (if you work as a programmer) or school,
3398 15 Jun 15 nicklas 675 if any, to sign a "copyright disclaimer" for the program, if necessary.
3398 15 Jun 15 nicklas 676 For more information on this, and how to apply and follow the GNU AGPL, see
3398 15 Jun 15 nicklas 677 <http://www.gnu.org/licenses/>.