Adding license to remoting/ide NBMs
authorJan Lahoda <jlahoda@netbeans.org>
Mon, 17 Sep 2012 15:00:14 +0200
changeset 87208b9ea864ae0
parent 871 3d7330f2801e
child 873 2f027c57bf15
Adding license to remoting/ide NBMs
remoting/ide/nbproject/platform.properties
standard-nbm-license.txt
     1.1 --- a/remoting/ide/nbproject/platform.properties	Thu Sep 13 07:09:58 2012 +0200
     1.2 +++ b/remoting/ide/nbproject/platform.properties	Mon Sep 17 15:00:14 2012 +0200
     1.3 @@ -14,3 +14,4 @@
     1.4  extcluster.../common/build/cluster.javadoc=
     1.5  extcluster.../common/build/cluster.sources=../common
     1.6  nbplatform.active=default
     1.7 +license.file=${suite.dir}/../../standard-nbm-license.txt
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/standard-nbm-license.txt	Mon Sep 17 15:00:14 2012 +0200
     2.3 @@ -0,0 +1,839 @@
     2.4 +This module is part of NetBeans and is open-source.
     2.5 +
     2.6 +LICENSE: The Common Development and Distribution License
     2.7 +(CDDL), Version 1.0 or the GNU General Public License
     2.8 +(GPL) with "CLASSPATH" EXCEPTION govern your use of:
     2.9 +NetBeans software. NetBeans software also makes use of
    2.10 +additional libraries made available for use and distribution
    2.11 +by other parties, including open-source projects.
    2.12 +
    2.13 +------------------------------------------------------------
    2.14 +
    2.15 +LICENSE:
    2.16 +
    2.17 +COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
    2.18 +
    2.19 +1. Definitions.
    2.20 +
    2.21 +1.1. "Contributor" means each individual or entity that
    2.22 +creates or contributes to the creation of Modifications.
    2.23 +
    2.24 +1.2. "Contributor Version" means the combination of the
    2.25 +Original Software, prior Modifications used by a
    2.26 +Contributor (if any), and the Modifications made by that
    2.27 +particular Contributor.
    2.28 +
    2.29 +1.3. "Covered Software" means (a) the Original Software, or
    2.30 +(b) Modifications, or (c) the combination of files
    2.31 +containing Original Software with files containing
    2.32 +Modifications, in each case including portions thereof.
    2.33 +
    2.34 +1.4. "Executable" means the Covered Software in any form
    2.35 +other than Source Code.
    2.36 +
    2.37 +1.5. "Initial Developer" means the individual or entity
    2.38 +that first makes Original Software available under this
    2.39 +License.
    2.40 +
    2.41 +1.6. "Larger Work" means a work which combines Covered
    2.42 +Software or portions thereof with code not governed by the
    2.43 +terms of this License.
    2.44 +
    2.45 +1.7. "License" means this document.
    2.46 +
    2.47 +1.8. "Licensable" means having the right to grant, to the
    2.48 +maximum extent possible, whether at the time of the initial
    2.49 +grant or subsequently acquired, any and all of the rights
    2.50 +conveyed herein.
    2.51 +
    2.52 +1.9. "Modifications" means the Source Code and Executable
    2.53 +form of any of the following:
    2.54 +
    2.55 +A. Any file that results from an addition to,
    2.56 +deletion from or modification of the contents of a
    2.57 +file containing Original Software or previous
    2.58 +Modifications;
    2.59 +
    2.60 +B. Any new file that contains any part of the
    2.61 +Original Software or previous Modification; or
    2.62 +
    2.63 +C. Any new file that is contributed or otherwise made
    2.64 +available under the terms of this License.
    2.65 +
    2.66 +1.10. "Original Software" means the Source Code and
    2.67 +Executable form of computer software code that is
    2.68 +originally released under this License.
    2.69 +
    2.70 +1.11. "Patent Claims" means any patent claim(s), now owned
    2.71 +or hereafter acquired, including without limitation,
    2.72 +method, process, and apparatus claims, in any patent
    2.73 +Licensable by grantor.
    2.74 +
    2.75 +1.12. "Source Code" means (a) the common form of computer
    2.76 +software code in which modifications are made and (b)
    2.77 +associated documentation included in or with such code.
    2.78 +
    2.79 +1.13. "You" (or "Your") means an individual or a legal
    2.80 +entity exercising rights under, and complying with all of
    2.81 +the terms of, this License. For legal entities, "You"
    2.82 +includes any entity which controls, is controlled by, or is
    2.83 +under common control with You. For purposes of this
    2.84 +definition, "control" means (a) the power, direct or
    2.85 +indirect, to cause the direction or management of such
    2.86 +entity, whether by contract or otherwise, or (b) ownership
    2.87 +of more than fifty percent (50%) of the outstanding shares
    2.88 +or beneficial ownership of such entity.
    2.89 +
    2.90 +2. License Grants.
    2.91 +
    2.92 +2.1. The Initial Developer Grant.
    2.93 +
    2.94 +Conditioned upon Your compliance with Section 3.1 below and
    2.95 +subject to third party intellectual property claims, the
    2.96 +Initial Developer hereby grants You a world-wide,
    2.97 +royalty-free, non-exclusive license:
    2.98 +
    2.99 +(a) under intellectual property rights (other than
   2.100 +patent or trademark) Licensable by Initial Developer,
   2.101 +to use, reproduce, modify, display, perform,
   2.102 +sublicense and distribute the Original Software (or
   2.103 +portions thereof), with or without Modifications,
   2.104 +and/or as part of a Larger Work; and
   2.105 +
   2.106 +(b) under Patent Claims infringed by the making,
   2.107 +using or selling of Original Software, to make, have
   2.108 +made, use, practice, sell, and offer for sale, and/or
   2.109 +otherwise dispose of the Original Software (or
   2.110 +portions thereof).
   2.111 +
   2.112 +(c) The licenses granted in Sections 2.1(a) and (b)
   2.113 +are effective on the date Initial Developer first
   2.114 +distributes or otherwise makes the Original Software
   2.115 +available to a third party under the terms of this
   2.116 +License.
   2.117 +
   2.118 +(d) Notwithstanding Section 2.1(b) above, no patent
   2.119 +license is granted: (1) for code that You delete from
   2.120 +the Original Software, or (2) for infringements
   2.121 +caused by: (i) the modification of the Original
   2.122 +Software, or (ii) the combination of the Original
   2.123 +Software with other software or devices.
   2.124 +
   2.125 +2.2. Contributor Grant.
   2.126 +
   2.127 +Conditioned upon Your compliance with Section 3.1 below and
   2.128 +subject to third party intellectual property claims, each
   2.129 +Contributor hereby grants You a world-wide, royalty-free,
   2.130 +non-exclusive license:
   2.131 +
   2.132 +(a) under intellectual property rights (other than
   2.133 +patent or trademark) Licensable by Contributor to
   2.134 +use, reproduce, modify, display, perform, sublicense
   2.135 +and distribute the Modifications created by such
   2.136 +Contributor (or portions thereof), either on an
   2.137 +unmodified basis, with other Modifications, as
   2.138 +Covered Software and/or as part of a Larger Work; and
   2.139 +
   2.140 +(b) under Patent Claims infringed by the making,
   2.141 +using, or selling of Modifications made by that
   2.142 +Contributor either alone and/or in combination with
   2.143 +its Contributor Version (or portions of such
   2.144 +combination), to make, use, sell, offer for sale,
   2.145 +have made, and/or otherwise dispose of: (1)
   2.146 +Modifications made by that Contributor (or portions
   2.147 +thereof); and (2) the combination of Modifications
   2.148 +made by that Contributor with its Contributor Version
   2.149 +(or portions of such combination).
   2.150 +
   2.151 +(c) The licenses granted in Sections 2.2(a) and
   2.152 +2.2(b) are effective on the date Contributor first
   2.153 +distributes or otherwise makes the Modifications
   2.154 +available to a third party.
   2.155 +
   2.156 +(d) Notwithstanding Section 2.2(b) above, no patent
   2.157 +license is granted: (1) for any code that Contributor
   2.158 +has deleted from the Contributor Version; (2) for
   2.159 +infringements caused by: (i) third party
   2.160 +modifications of Contributor Version, or (ii) the
   2.161 +combination of Modifications made by that Contributor
   2.162 +with other software (except as part of the
   2.163 +Contributor Version) or other devices; or (3) under
   2.164 +Patent Claims infringed by Covered Software in the
   2.165 +absence of Modifications made by that Contributor.
   2.166 +
   2.167 +3. Distribution Obligations.
   2.168 +
   2.169 +3.1. Availability of Source Code.
   2.170 +
   2.171 +Any Covered Software that You distribute or otherwise make
   2.172 +available in Executable form must also be made available in
   2.173 +Source Code form and that Source Code form must be
   2.174 +distributed only under the terms of this License. You must
   2.175 +include a copy of this License with every copy of the
   2.176 +Source Code form of the Covered Software You distribute or
   2.177 +otherwise make available. You must inform recipients of any
   2.178 +such Covered Software in Executable form as to how they can
   2.179 +obtain such Covered Software in Source Code form in a
   2.180 +reasonable manner on or through a medium customarily used
   2.181 +for software exchange.
   2.182 +
   2.183 +3.2. Modifications.
   2.184 +
   2.185 +The Modifications that You create or to which You
   2.186 +contribute are governed by the terms of this License. You
   2.187 +represent that You believe Your Modifications are Your
   2.188 +original creation(s) and/or You have sufficient rights to
   2.189 +grant the rights conveyed by this License.
   2.190 +
   2.191 +3.3. Required Notices.
   2.192 +
   2.193 +You must include a notice in each of Your Modifications
   2.194 +that identifies You as the Contributor of the Modification.
   2.195 +You may not remove or alter any copyright, patent or
   2.196 +trademark notices contained within the Covered Software, or
   2.197 +any notices of licensing or any descriptive text giving
   2.198 +attribution to any Contributor or the Initial Developer.
   2.199 +
   2.200 +3.4. Application of Additional Terms.
   2.201 +
   2.202 +You may not offer or impose any terms on any Covered
   2.203 +Software in Source Code form that alters or restricts the
   2.204 +applicable version of this License or the recipients'
   2.205 +rights hereunder. You may choose to offer, and to charge a
   2.206 +fee for, warranty, support, indemnity or liability
   2.207 +obligations to one or more recipients of Covered Software.
   2.208 +However, you may do so only on Your own behalf, and not on
   2.209 +behalf of the Initial Developer or any Contributor. You
   2.210 +must make it absolutely clear that any such warranty,
   2.211 +support, indemnity or liability obligation is offered by
   2.212 +You alone, and You hereby agree to indemnify the Initial
   2.213 +Developer and every Contributor for any liability incurred
   2.214 +by the Initial Developer or such Contributor as a result of
   2.215 +warranty, support, indemnity or liability terms You offer.
   2.216 +
   2.217 +3.5. Distribution of Executable Versions.
   2.218 +
   2.219 +You may distribute the Executable form of the Covered
   2.220 +Software under the terms of this License or under the terms
   2.221 +of a license of Your choice, which may contain terms
   2.222 +different from this License, provided that You are in
   2.223 +compliance with the terms of this License and that the
   2.224 +license for the Executable form does not attempt to limit
   2.225 +or alter the recipient's rights in the Source Code form
   2.226 +from the rights set forth in this License. If You
   2.227 +distribute the Covered Software in Executable form under a
   2.228 +different license, You must make it absolutely clear that
   2.229 +any terms which differ from this License are offered by You
   2.230 +alone, not by the Initial Developer or Contributor. You
   2.231 +hereby agree to indemnify the Initial Developer and every
   2.232 +Contributor for any liability incurred by the Initial
   2.233 +Developer or such Contributor as a result of any such terms
   2.234 +You offer.
   2.235 +
   2.236 +3.6. Larger Works.
   2.237 +
   2.238 +You may create a Larger Work by combining Covered Software
   2.239 +with other code not governed by the terms of this License
   2.240 +and distribute the Larger Work as a single product. In such
   2.241 +a case, You must make sure the requirements of this License
   2.242 +are fulfilled for the Covered Software.
   2.243 +
   2.244 +4. Versions of the License.
   2.245 +
   2.246 +4.1. New Versions.
   2.247 +
   2.248 +Sun Microsystems, Inc. is the initial license steward and
   2.249 +may publish revised and/or new versions of this License
   2.250 +from time to time. Each version will be given a
   2.251 +distinguishing version number. Except as provided in
   2.252 +Section 4.3, no one other than the license steward has the
   2.253 +right to modify this License.
   2.254 +
   2.255 +4.2. Effect of New Versions.
   2.256 +
   2.257 +You may always continue to use, distribute or otherwise
   2.258 +make the Covered Software available under the terms of the
   2.259 +version of the License under which You originally received
   2.260 +the Covered Software. If the Initial Developer includes a
   2.261 +notice in the Original Software prohibiting it from being
   2.262 +distributed or otherwise made available under any
   2.263 +subsequent version of the License, You must distribute and
   2.264 +make the Covered Software available under the terms of the
   2.265 +version of the License under which You originally received
   2.266 +the Covered Software. Otherwise, You may also choose to
   2.267 +use, distribute or otherwise make the Covered Software
   2.268 +available under the terms of any subsequent version of the
   2.269 +License published by the license steward.
   2.270 +
   2.271 +4.3. Modified Versions.
   2.272 +
   2.273 +When You are an Initial Developer and You want to create a
   2.274 +new license for Your Original Software, You may create and
   2.275 +use a modified version of this License if You: (a) rename
   2.276 +the license and remove any references to the name of the
   2.277 +license steward (except to note that the license differs
   2.278 +from this License); and (b) otherwise make it clear that
   2.279 +the license contains terms which differ from this License.
   2.280 +
   2.281 +5. DISCLAIMER OF WARRANTY.
   2.282 +
   2.283 +COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
   2.284 +BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
   2.285 +INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
   2.286 +SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
   2.287 +PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
   2.288 +PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
   2.289 +COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
   2.290 +INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
   2.291 +ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
   2.292 +WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
   2.293 +ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
   2.294 +DISCLAIMER.
   2.295 +
   2.296 +6. TERMINATION.
   2.297 +
   2.298 +6.1. This License and the rights granted hereunder will
   2.299 +terminate automatically if You fail to comply with terms
   2.300 +herein and fail to cure such breach within 30 days of
   2.301 +becoming aware of the breach. Provisions which, by their
   2.302 +nature, must remain in effect beyond the termination of
   2.303 +this License shall survive.
   2.304 +
   2.305 +6.2. If You assert a patent infringement claim (excluding
   2.306 +declaratory judgment actions) against Initial Developer or
   2.307 +a Contributor (the Initial Developer or Contributor against
   2.308 +whom You assert such claim is referred to as "Participant")
   2.309 +alleging that the Participant Software (meaning the
   2.310 +Contributor Version where the Participant is a Contributor
   2.311 +or the Original Software where the Participant is the
   2.312 +Initial Developer) directly or indirectly infringes any
   2.313 +patent, then any and all rights granted directly or
   2.314 +indirectly to You by such Participant, the Initial
   2.315 +Developer (if the Initial Developer is not the Participant)
   2.316 +and all Contributors under Sections 2.1 and/or 2.2 of this
   2.317 +License shall, upon 60 days notice from Participant
   2.318 +terminate prospectively and automatically at the expiration
   2.319 +of such 60 day notice period, unless if within such 60 day
   2.320 +period You withdraw Your claim with respect to the
   2.321 +Participant Software against such Participant either
   2.322 +unilaterally or pursuant to a written agreement with
   2.323 +Participant.
   2.324 +
   2.325 +6.3. If You assert a patent infringement claim against 
   2.326 +Participant alleging that the Participant Software directly 
   2.327 +or indirectly infringes any patent where such claim is 
   2.328 +resolved (such as by license or settlement) prior to the 
   2.329 +initiation of patent infringement litigation, then the 
   2.330 +reasonable value of the licenses granted by such Participant 
   2.331 +under Sections 2.1 or 2.2 shall be taken into account in 
   2.332 +determining the amount or value of any payment or license.
   2.333 +
   2.334 +6.4. In the event of termination under Sections 6.1 or 6.2
   2.335 +above, all end user licenses that have been validly granted
   2.336 +by You or any distributor hereunder prior to termination
   2.337 +(excluding licenses granted to You by any distributor)
   2.338 +shall survive termination.
   2.339 +
   2.340 +7. LIMITATION OF LIABILITY.
   2.341 +
   2.342 +UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
   2.343 +(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
   2.344 +INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
   2.345 +COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
   2.346 +LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
   2.347 +CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
   2.348 +LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
   2.349 +STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
   2.350 +COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
   2.351 +INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
   2.352 +LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
   2.353 +INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
   2.354 +APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
   2.355 +NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
   2.356 +CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
   2.357 +APPLY TO YOU.
   2.358 +
   2.359 +8. U.S. GOVERNMENT END USERS.
   2.360 +
   2.361 +The Covered Software is a "commercial item," as that term is
   2.362 +defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
   2.363 +computer software" (as that term is defined at 48 C.F.R.
   2.364 +ยง 252.227-7014(a)(1)) and "commercial computer software
   2.365 +documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
   2.366 +1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
   2.367 +through 227.7202-4 (June 1995), all U.S. Government End Users
   2.368 +acquire Covered Software with only those rights set forth herein.
   2.369 +This U.S. Government Rights clause is in lieu of, and supersedes,
   2.370 +any other FAR, DFAR, or other clause or provision that addresses
   2.371 +Government rights in computer software under this License.
   2.372 +
   2.373 +9. MISCELLANEOUS.
   2.374 +
   2.375 +This License represents the complete agreement concerning subject
   2.376 +matter hereof. If any provision of this License is held to be
   2.377 +unenforceable, such provision shall be reformed only to the
   2.378 +extent necessary to make it enforceable. This License shall be
   2.379 +governed by the law of the jurisdiction specified in a notice
   2.380 +contained within the Original Software (except to the extent
   2.381 +applicable law, if any, provides otherwise), excluding such
   2.382 +jurisdiction's conflict-of-law provisions. Any litigation
   2.383 +relating to this License shall be subject to the jurisdiction of
   2.384 +the courts located in the jurisdiction and venue specified in a
   2.385 +notice contained within the Original Software, with the losing
   2.386 +party responsible for costs, including, without limitation, court
   2.387 +costs and reasonable attorneys' fees and expenses. The
   2.388 +application of the United Nations Convention on Contracts for the
   2.389 +International Sale of Goods is expressly excluded. Any law or
   2.390 +regulation which provides that the language of a contract shall
   2.391 +be construed against the drafter shall not apply to this License.
   2.392 +You agree that You alone are responsible for compliance with the
   2.393 +United States export administration regulations (and the export
   2.394 +control laws and regulation of any other countries) when You use,
   2.395 +distribute or otherwise make available any Covered Software.
   2.396 +
   2.397 +10. RESPONSIBILITY FOR CLAIMS.
   2.398 +
   2.399 +As between Initial Developer and the Contributors, each party is
   2.400 +responsible for claims and damages arising, directly or
   2.401 +indirectly, out of its utilization of rights under this License
   2.402 +and You agree to work with Initial Developer and Contributors to
   2.403 +distribute such responsibility on an equitable basis. Nothing
   2.404 +herein is intended or shall be deemed to constitute any admission
   2.405 +of liability.
   2.406 +
   2.407 +NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND 
   2.408 +DISTRIBUTION LICENSE (CDDL)
   2.409 +
   2.410 +The code released under the CDDL shall be governed by the laws 
   2.411 +of the State of California (excluding conflict-of-law provisions). 
   2.412 +Any litigation relating to this License shall be subject to the 
   2.413 +jurisdiction of the Federal Courts of the Northern District of 
   2.414 +California and the state courts of the State of California, with 
   2.415 +venue lying in Santa Clara County, California. 
   2.416 +
   2.417 +
   2.418 +The GNU General Public License (GPL)
   2.419 +Version 2, June 1991
   2.420 +
   2.421 + Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   2.422 + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
   2.423 + Everyone is permitted to copy and distribute verbatim
   2.424 + copies of this license document, but changing it is not
   2.425 + allowed.
   2.426 +
   2.427 +                      Preamble
   2.428 +
   2.429 +The licenses for most software are designed to take away
   2.430 +your freedom to share and change it. By contrast, the GNU
   2.431 +General Public License is intended to guarantee your freedom
   2.432 +to share and change free software--to make sure the software
   2.433 +is free for all its users. This General Public License
   2.434 +applies to most of the Free Software Foundation's software
   2.435 +and to any other program whose authors commit to using it.
   2.436 +(Some other Free Software Foundation software is covered by
   2.437 +the GNU Library General Public License instead.) You can
   2.438 +apply it to your programs, too.
   2.439 +
   2.440 +When we speak of free software, we are referring to freedom,
   2.441 +not price. Our General Public Licenses are designed to make
   2.442 +sure that you have the freedom to distribute copies of free
   2.443 +software (and charge for this service if you wish), that you
   2.444 +receive source code or can get it if you want it, that you
   2.445 +can change the software or use pieces of it in new free
   2.446 +programs; and that you know you can do these things.
   2.447 +
   2.448 +To protect your rights, we need to make restrictions that
   2.449 +forbid anyone to deny you these rights or to ask you to
   2.450 +surrender the rights. These restrictions translate to
   2.451 +certain responsibilities for you if you distribute copies of
   2.452 +the software, or if you modify it.
   2.453 +
   2.454 +For example, if you distribute copies of such a program,
   2.455 +whether gratis or for a fee, you must give the recipients
   2.456 +all the rights that you have. You must make sure that they,
   2.457 +too, receive or can get the source code. And you must show
   2.458 +them these terms so they know their rights.
   2.459 +
   2.460 +We protect your rights with two steps: (1) copyright the
   2.461 +software, and (2) offer you this license which gives you
   2.462 +legal permission to copy, distribute and/or modify the
   2.463 +software.
   2.464 +
   2.465 +Also, for each author's protection and ours, we want to make
   2.466 +certain that everyone understands that there is no warranty
   2.467 +for this free software. If the software is modified by
   2.468 +someone else and passed on, we want its recipients to know
   2.469 +that what they have is not the original, so that any
   2.470 +problems introduced by others will not reflect on the
   2.471 +original authors' reputations.
   2.472 +
   2.473 +Finally, any free program is threatened constantly by
   2.474 +software patents. We wish to avoid the danger that
   2.475 +redistributors of a free program will individually obtain
   2.476 +patent licenses, in effect making the program proprietary.
   2.477 +To prevent this, we have made it clear that any patent must
   2.478 +be licensed for everyone's free use or not licensed at all.
   2.479 +
   2.480 +The precise terms and conditions for copying, distribution
   2.481 +and modification follow.
   2.482 +
   2.483 +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND
   2.484 +MODIFICATION
   2.485 +
   2.486 +0. This License applies to any program or other work which
   2.487 +contains a notice placed by the copyright holder saying it
   2.488 +may be distributed under the terms of this General Public
   2.489 +License. The "Program", below, refers to any such program or
   2.490 +work, and a "work based on the Program" means either the
   2.491 +Program or any derivative work under copyright law: that is
   2.492 +to say, a work containing the Program or a portion of it,
   2.493 +either verbatim or with modifications and/or translated into
   2.494 +another language. (Hereinafter, translation is included
   2.495 +without limitation in the term "modification".) Each
   2.496 +licensee is addressed as "you".
   2.497 +
   2.498 +Activities other than copying, distribution and modification
   2.499 +are not covered by this License; they are outside its scope.
   2.500 +The act of running the Program is not restricted, and the
   2.501 +output from the Program is covered only if its contents
   2.502 +constitute a work based on the Program (independent of
   2.503 +having been made by running the Program). Whether that is
   2.504 +true depends on what the Program does.
   2.505 +
   2.506 +1. You may copy and distribute verbatim copies of the
   2.507 +Program's source code as you receive it, in any medium,
   2.508 +provided that you conspicuously and appropriately publish on
   2.509 +each copy an appropriate copyright notice and disclaimer of
   2.510 +warranty; keep intact all the notices that refer to this
   2.511 +License and to the absence of any warranty; and give any
   2.512 +other recipients of the Program a copy of this License along
   2.513 +with the Program.
   2.514 +
   2.515 +You may charge a fee for the physical act of transferring a
   2.516 +copy, and you may at your option offer warranty protection
   2.517 +in exchange for a fee.
   2.518 +
   2.519 +2. You may modify your copy or copies of the Program or any
   2.520 +portion of it, thus forming a work based on the Program, and
   2.521 +copy and distribute such modifications or work under the
   2.522 +terms of Section 1 above, provided that you also meet all of
   2.523 +these conditions:
   2.524 +
   2.525 +    a) You must cause the modified files to carry prominent
   2.526 +    notices stating that you changed the files and the date
   2.527 +    of any change.
   2.528 +
   2.529 +    b) You must cause any work that you distribute or
   2.530 +    publish, that in whole or in part contains or is derived
   2.531 +    from the Program or any part thereof, to be licensed as
   2.532 +    a whole at no charge to all third parties under the
   2.533 +    terms of this License.
   2.534 +
   2.535 +    c) If the modified program normally reads commands
   2.536 +    interactively when run, you must cause it, when started
   2.537 +    running for such interactive use in the most ordinary
   2.538 +    way, to print or display an announcement including an
   2.539 +    appropriate copyright notice and a notice that there is
   2.540 +    no warranty (or else, saying that you provide a
   2.541 +    warranty) and that users may redistribute the program
   2.542 +    under these conditions, and telling the user how to view
   2.543 +    a copy of this License. (Exception: if the Program
   2.544 +    itself is interactive but does not normally print such
   2.545 +    an announcement, your work based on the Program is not
   2.546 +    required to print an announcement.)
   2.547 +
   2.548 +These requirements apply to the modified work as a whole. If
   2.549 +identifiable sections of that work are not derived from the
   2.550 +Program, and can be reasonably considered independent and
   2.551 +separate works in themselves, then this License, and its
   2.552 +terms, do not apply to those sections when you distribute
   2.553 +them as separate works. But when you distribute the same
   2.554 +sections as part of a whole which is a work based on the
   2.555 +Program, the distribution of the whole must be on the terms
   2.556 +of this License, whose permissions for other licensees
   2.557 +extend to the entire whole, and thus to each and every part
   2.558 +regardless of who wrote it.
   2.559 +
   2.560 +Thus, it is not the intent of this section to claim rights
   2.561 +or contest your rights to work written entirely by you;
   2.562 +rather, the intent is to exercise the right to control the
   2.563 +distribution of derivative or collective works based on the
   2.564 +Program.
   2.565 +
   2.566 +In addition, mere aggregation of another work not based on
   2.567 +the Program with the Program (or with a work based on the
   2.568 +Program) on a volume of a storage or distribution medium
   2.569 +does not bring the other work under the scope of this
   2.570 +License.
   2.571 +
   2.572 +3. You may copy and distribute the Program (or a work based
   2.573 +on it, under Section 2) in object code or executable form
   2.574 +under the terms of Sections 1 and 2 above provided that you
   2.575 +also do one of the following:
   2.576 +
   2.577 +    a) Accompany it with the complete corresponding
   2.578 +    machine-readable source code, which must be distributed
   2.579 +    under the terms of Sections 1 and 2 above on a medium
   2.580 +    customarily used for software interchange; or,
   2.581 +
   2.582 +    b) Accompany it with a written offer, valid for at least
   2.583 +    three years, to give any third party, for a charge no
   2.584 +    more than your cost of physically performing source
   2.585 +    distribution, a complete machine-readable copy of the
   2.586 +    corresponding source code, to be distributed under the
   2.587 +    terms of Sections 1 and 2 above on a medium customarily
   2.588 +    used for software interchange; or,
   2.589 +
   2.590 +    c) Accompany it with the information you received as to
   2.591 +    the offer to distribute corresponding source code. (This
   2.592 +    alternative is allowed only for noncommercial
   2.593 +    distribution and only if you received the program in
   2.594 +    object code or executable form with such an offer, in
   2.595 +    accord with Subsection b above.)
   2.596 +
   2.597 +The source code for a work means the preferred form of the
   2.598 +work for making modifications to it. For an executable work,
   2.599 +complete source code means all the source code for all
   2.600 +modules it contains, plus any associated interface
   2.601 +definition files, plus the scripts used to control
   2.602 +compilation and installation of the executable. However, as
   2.603 +a special exception, the source code distributed need not
   2.604 +include anything that is normally distributed (in either
   2.605 +source or binary form) with the major components (compiler,
   2.606 +kernel, and so on) of the operating system on which the
   2.607 +executable runs, unless that component itself accompanies
   2.608 +the executable.
   2.609 +
   2.610 +If distribution of executable or object code is made by
   2.611 +offering access to copy from a designated place, then
   2.612 +offering equivalent access to copy the source code from the
   2.613 +same place counts as distribution of the source code, even
   2.614 +though third parties are not compelled to copy the source
   2.615 +along with the object code.
   2.616 +
   2.617 +4. You may not copy, modify, sublicense, or distribute the
   2.618 +Program except as expressly provided under this License. Any
   2.619 +attempt otherwise to copy, modify, sublicense or distribute
   2.620 +the Program is void, and will automatically terminate your
   2.621 +rights under this License. However, parties who have
   2.622 +received copies, or rights, from you under this License will
   2.623 +not have their licenses terminated so long as such parties
   2.624 +remain in full compliance.
   2.625 +
   2.626 +5. You are not required to accept this License, since you
   2.627 +have not signed it. However, nothing else grants you
   2.628 +permission to modify or distribute the Program or its
   2.629 +derivative works. These actions are prohibited by law if you
   2.630 +do not accept this License. Therefore, by modifying or
   2.631 +distributing the Program (or any work based on the Program),
   2.632 +you indicate your acceptance of this License to do so, and
   2.633 +all its terms and conditions for copying, distributing or
   2.634 +modifying the Program or works based on it.
   2.635 +
   2.636 +6. Each time you redistribute the Program (or any work based
   2.637 +on the Program), the recipient automatically receives a
   2.638 +license from the original licensor to copy, distribute or
   2.639 +modify the Program subject to these terms and conditions.
   2.640 +You may not impose any further restrictions on the
   2.641 +recipients' exercise of the rights granted herein. You are
   2.642 +not responsible for enforcing compliance by third parties to
   2.643 +this License.
   2.644 +
   2.645 +7. If, as a consequence of a court judgment or allegation of
   2.646 +patent infringement or for any other reason (not limited to
   2.647 +patent issues), conditions are imposed on you (whether by
   2.648 +court order, agreement or otherwise) that contradict the
   2.649 +conditions of this License, they do not excuse you from the
   2.650 +conditions of this License. If you cannot distribute so as
   2.651 +to satisfy simultaneously your obligations under this
   2.652 +License and any other pertinent obligations, then as a
   2.653 +consequence you may not distribute the Program at all. For
   2.654 +example, if a patent license would not permit royalty-free
   2.655 +redistribution of the Program by all those who receive
   2.656 +copies directly or indirectly through you, then the only way
   2.657 +you could satisfy both it and this License would be to
   2.658 +refrain entirely from distribution of the Program.
   2.659 +
   2.660 +If any portion of this section is held invalid or
   2.661 +unenforceable under any particular circumstance, the balance
   2.662 +of the section is intended to apply and the section as a
   2.663 +whole is intended to apply in other circumstances.
   2.664 +
   2.665 +It is not the purpose of this section to induce you to
   2.666 +infringe any patents or other property right claims or to
   2.667 +contest validity of any such claims; this section has the
   2.668 +sole purpose of protecting the integrity of the free
   2.669 +software distribution system, which is implemented by public
   2.670 +license practices. Many people have made generous
   2.671 +contributions to the wide range of software distributed
   2.672 +through that system in reliance on consistent application of
   2.673 +that system; it is up to the author/donor to decide if he or
   2.674 +she is willing to distribute software through any other
   2.675 +system and a licensee cannot impose that choice.
   2.676 +
   2.677 +This section is intended to make thoroughly clear what is
   2.678 +believed to be a consequence of the rest of this License.
   2.679 +
   2.680 +8. If the distribution and/or use of the Program is
   2.681 +restricted in certain countries either by patents or by
   2.682 +copyrighted interfaces, the original copyright holder who
   2.683 +places the Program under this License may add an explicit
   2.684 +geographical distribution limitation excluding those
   2.685 +countries, so that distribution is permitted only in or
   2.686 +among countries not thus excluded. In such case, this
   2.687 +License incorporates the limitation as if written in the
   2.688 +body of this License.
   2.689 +
   2.690 +9. The Free Software Foundation may publish revised and/or
   2.691 +new versions of the General Public License from time to
   2.692 +time. Such new versions will be similar in spirit to the
   2.693 +present version, but may differ in detail to address new
   2.694 +problems or concerns.
   2.695 +
   2.696 +Each version is given a distinguishing version number. If
   2.697 +the Program specifies a version number of this License which
   2.698 +applies to it and "any later version", you have the option
   2.699 +of following the terms and conditions either of that version
   2.700 +or of any later version published by the Free Software
   2.701 +Foundation. If the Program does not specify a version number
   2.702 +of this License, you may choose any version ever published
   2.703 +by the Free Software Foundation.
   2.704 +
   2.705 +10. If you wish to incorporate parts of the Program into
   2.706 +other free programs whose distribution conditions are
   2.707 +different, write to the author to ask for permission. For
   2.708 +software which is copyrighted by the Free Software
   2.709 +Foundation, write to the Free Software Foundation; we
   2.710 +sometimes make exceptions for this. Our decision will be
   2.711 +guided by the two goals of preserving the free status of all
   2.712 +derivatives of our free software and of promoting the
   2.713 +sharing and reuse of software generally.
   2.714 +
   2.715 +NO WARRANTY
   2.716 +
   2.717 +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS
   2.718 +NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
   2.719 +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
   2.720 +COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM
   2.721 +"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
   2.722 +IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   2.723 +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   2.724 +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
   2.725 +OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
   2.726 +DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   2.727 +REPAIR OR CORRECTION.
   2.728 +
   2.729 +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED
   2.730 +TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY
   2.731 +WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED
   2.732 +ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
   2.733 +SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
   2.734 +THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
   2.735 +LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
   2.736 +LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
   2.737 +PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
   2.738 +HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
   2.739 +SUCH DAMAGES.
   2.740 +
   2.741 +              END OF TERMS AND CONDITIONS
   2.742 +
   2.743 +       How to Apply These Terms to Your New Programs
   2.744 +
   2.745 +If you develop a new program, and you want it to be of the
   2.746 +greatest possible use to the public, the best way to achieve
   2.747 +this is to make it free software which everyone can
   2.748 +redistribute and change under these terms.
   2.749 +
   2.750 +To do so, attach the following notices to the program. It is
   2.751 +safest to attach them to the start of each source file to
   2.752 +most effectively convey the exclusion of warranty; and each
   2.753 +file should have at least the "copyright" line and a pointer
   2.754 +to where the full notice is found.
   2.755 +
   2.756 +    One line to give the program's name and a brief idea of
   2.757 +    what it does. Copyright (C) <year> <name of author>
   2.758 +
   2.759 +    This program is free software; you can redistribute it
   2.760 +    and/or modify it under the terms of the GNU General
   2.761 +    Public License as published by the Free Software
   2.762 +    Foundation; either version 2 of the License, or (at your
   2.763 +    option) any later version.
   2.764 +
   2.765 +    This program is distributed in the hope that it will be
   2.766 +    useful, but WITHOUT ANY WARRANTY; without even the
   2.767 +    implied warranty of MERCHANTABILITY or FITNESS FOR A
   2.768 +    PARTICULAR PURPOSE. See the GNU General Public License
   2.769 +    for more details.
   2.770 +
   2.771 +    You should have received a copy of the GNU General
   2.772 +    Public License along with this program; if not, write to
   2.773 +    the Free Software Foundation, Inc., 59 Temple Place,
   2.774 +    Suite 330, Boston, MA 02111-1307 USA
   2.775 +
   2.776 +Also add information on how to contact you by electronic and
   2.777 +paper mail.
   2.778 +
   2.779 +If the program is interactive, make it output a short notice
   2.780 +like this when it starts in an interactive mode:
   2.781 +
   2.782 +    Gnomovision version 69, Copyright (C) year name of
   2.783 +    author Gnomovision comes with ABSOLUTELY NO WARRANTY;
   2.784 +    for details type `show w'. This is free software, and
   2.785 +    you are welcome to redistribute it under certain
   2.786 +    conditions; type `show c' for details.
   2.787 +
   2.788 +The hypothetical commands `show w' and `show c' should show
   2.789 +the appropriate parts of the General Public License. Of
   2.790 +course, the commands you use may be called something other
   2.791 +than `show w' and `show c'; they could even be mouse-clicks
   2.792 +or menu items--whatever suits your program.
   2.793 +
   2.794 +You should also get your employer (if you work as a
   2.795 +programmer) or your school, if any, to sign a "copyright
   2.796 +disclaimer" for the program, if necessary. Here is a sample;
   2.797 +alter the names:
   2.798 +
   2.799 +  Yoyodyne, Inc., hereby disclaims all copyright interest in
   2.800 +  the program `Gnomovision' (which makes passes at
   2.801 +  compilers) written by James Hacker.
   2.802 +
   2.803 +  signature of Ty Coon, 1 April 1989
   2.804 +  Ty Coon, President of Vice
   2.805 +
   2.806 +This General Public License does not permit incorporating
   2.807 +your program into proprietary programs. If your program is a
   2.808 +subroutine library, you may consider it more useful to
   2.809 +permit linking proprietary applications with the library. If
   2.810 +this is what you want to do, use the GNU Library General
   2.811 +Public License instead of this License.
   2.812 +
   2.813 +
   2.814 +"CLASSPATH" EXCEPTION TO THE GPL VERSION 2
   2.815 +
   2.816 +
   2.817 +Certain source files distributed by Sun Microsystems, Inc.
   2.818 +are subject to the following clarification and special
   2.819 +exception to the GPL Version 2, but only where Sun has expressly
   2.820 +included in the particular source file's header the words
   2.821 +"Sun designates this particular file as subject to the
   2.822 +"Classpath" exception as provided by Sun in the License file
   2.823 +that accompanied this code."
   2.824 +
   2.825 +Linking this library statically or dynamically with other
   2.826 +modules is making a combined work based on this library.
   2.827 +Thus, the terms and conditions of the GNU General Public
   2.828 +License Version 2 cover the whole combination.
   2.829 +
   2.830 +As a special exception, the copyright holders of this
   2.831 +library give you permission to link this library with
   2.832 +independent modules to produce an executable, regardless of
   2.833 +the license terms of these independent modules, and to copy
   2.834 +and distribute the resulting executable under terms of your
   2.835 +choice, provided that you also meet, for each linked
   2.836 +independent module, the terms and conditions of the license
   2.837 +of that module. An independent module is a module which is
   2.838 +not derived from or based on this library. If you modify
   2.839 +this library, you may extend this exception to your version
   2.840 +of the library, but you are not obligated to do so. If you
   2.841 +do not wish to do so, delete this exception statement from
   2.842 +your version.