annotate .svn/pristine/09/09843d45a0a3ac966e4fda0bad80ec81990f71bb.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration

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