annotate vendor/plugins/ruby-net-ldap-0.0.4/LICENCE @ 507:0c939c159af4 redmine-1.2

Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
author Chris Cannam
date Thu, 14 Jul 2011 10:32:19 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 Net::LDAP is copyrighted free software by Francis Cianfrocca
Chris@0 2 <garbagecat10@gmail.com>. You can redistribute it and/or modify it under either
Chris@0 3 the terms of the GPL (see the file COPYING), or the conditions below:
Chris@0 4
Chris@0 5 1. You may make and give away verbatim copies of the source form of the
Chris@0 6 software without restriction, provided that you duplicate all of the
Chris@0 7 original copyright notices and associated disclaimers.
Chris@0 8
Chris@0 9 2. You may modify your copy of the software in any way, provided that you do
Chris@0 10 at least ONE of the following:
Chris@0 11
Chris@0 12 a) place your modifications in the Public Domain or otherwise make them
Chris@0 13 Freely Available, such as by posting said modifications to Usenet or
Chris@0 14 an equivalent medium, or by allowing the author to include your
Chris@0 15 modifications in the software.
Chris@0 16
Chris@0 17 b) use the modified software only within your corporation or
Chris@0 18 organization.
Chris@0 19
Chris@0 20 c) rename any non-standard executables so the names do not conflict with
Chris@0 21 standard executables, which must also be provided.
Chris@0 22
Chris@0 23 d) make other distribution arrangements with the author.
Chris@0 24
Chris@0 25 3. You may distribute the software in object code or executable form,
Chris@0 26 provided that you do at least ONE of the following:
Chris@0 27
Chris@0 28 a) distribute the executables and library files of the software, together
Chris@0 29 with instructions (in the manual page or equivalent) on where to get
Chris@0 30 the original distribution.
Chris@0 31
Chris@0 32 b) accompany the distribution with the machine-readable source of the
Chris@0 33 software.
Chris@0 34
Chris@0 35 c) give non-standard executables non-standard names, with instructions on
Chris@0 36 where to get the original software distribution.
Chris@0 37
Chris@0 38 d) make other distribution arrangements with the author.
Chris@0 39
Chris@0 40 4. You may modify and include the part of the software into any other
Chris@0 41 software (possibly commercial). But some files in the distribution are
Chris@0 42 not written by the author, so that they are not under this terms.
Chris@0 43
Chris@0 44 They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
Chris@0 45 files under the ./missing directory. See each file for the copying
Chris@0 46 condition.
Chris@0 47
Chris@0 48 5. The scripts and library files supplied as input to or produced as output
Chris@0 49 from the software do not automatically fall under the copyright of the
Chris@0 50 software, but belong to whomever generated them, and may be sold
Chris@0 51 commercially, and may be aggregated with this software.
Chris@0 52
Chris@0 53 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
Chris@0 54 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
Chris@0 55 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.