~ubuntu-branches/ubuntu/oneiric/mcollective/oneiric-proposed

« back to all changes in this revision

Viewing changes to lib/mcollective/vendor/json/COPYING-json-jruby

  • Committer: Bazaar Package Importer
  • Author(s): Marc Cluet, Marc Cluet, Chuck Short
  • Date: 2011-05-05 07:37:54 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110505073754-klk1jkz8afi4fomx
Tags: 1.2.0-0ubuntu1
[Marc Cluet]
* Update to 1.2.0
* Build for Oneiric.

[Chuck Short]
* Drop ruby from mcollective, mcollective-middleware, mcollective-client
  since its a dependency of mcollective-common.
* Bump standards to 3.9.2.
* Fix up lintian warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
JSON-JRuby is copyrighted free software by Daniel Luz <mernen at gmail dot com>,
 
2
and is a derivative work of Florian Frank's json library <flori at ping dot de>.
 
3
You can redistribute it and/or modify it under either the terms of the GPL
 
4
version 2 (see the file GPL), or the conditions below:
 
5
 
 
6
  1. You may make and give away verbatim copies of the source form of the
 
7
     software without restriction, provided that you duplicate all of the
 
8
     original copyright notices and associated disclaimers.
 
9
 
 
10
  2. You may modify your copy of the software in any way, provided that
 
11
     you do at least ONE of the following:
 
12
 
 
13
       a) place your modifications in the Public Domain or otherwise
 
14
          make them Freely Available, such as by posting said
 
15
          modifications to Usenet or an equivalent medium, or by allowing
 
16
          the author to include your modifications in the software.
 
17
 
 
18
       b) use the modified software only within your corporation or
 
19
          organization.
 
20
 
 
21
       c) give non-standard binaries non-standard names, with
 
22
          instructions on where to get the original software distribution.
 
23
 
 
24
       d) make other distribution arrangements with the author.
 
25
 
 
26
  3. You may distribute the software in object code or binary form,
 
27
     provided that you do at least ONE of the following:
 
28
 
 
29
       a) distribute the binaries and library files of the software,
 
30
          together with instructions (in the manual page or equivalent)
 
31
          on where to get the original distribution.
 
32
 
 
33
       b) accompany the distribution with the machine-readable source of
 
34
          the software.
 
35
 
 
36
       c) give non-standard binaries non-standard names, with
 
37
          instructions on where to get the original software distribution.
 
38
 
 
39
       d) make other distribution arrangements with the author.
 
40
 
 
41
  4. You may modify and include the part of the software into any other
 
42
     software (possibly commercial).  But some files in the distribution
 
43
     are not written by the author, so that they are not under these terms.
 
44
 
 
45
     For the list of those files and their copying conditions, see the
 
46
     file LEGAL.
 
47
 
 
48
  5. The scripts and library files supplied as input to or produced as 
 
49
     output from the software do not automatically fall under the
 
50
     copyright of the software, but belong to whomever generated them, 
 
51
     and may be sold commercially, and may be aggregated with this
 
52
     software.
 
53
 
 
54
  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
 
55
     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 
56
     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 
57
     PURPOSE.