~ubuntu-branches/ubuntu/vivid/drizzle/vivid

« back to all changes in this revision

Viewing changes to tests/test_tools/randgen/conf/dbt3/LICENSE

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-10-29 15:43:40 UTC
  • mfrom: (20.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131029154340-j36v7gxq9tm1gi5f
Tags: 1:7.2.3-2ubuntu1
* Merge from debian, remaining changes:
  - Link against boost_system because of boost_thread.
  - Add required libs to message/include.am
  - Add upstart job and adjust init script to be upstart compatible.
  - Disable -floop-parallelize-all due to gcc-4.8/4.9 compiler ICE
    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57732

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The Artistic License
 
2
 
 
3
Preamble
 
4
 
 
5
The intent of this document is to state the conditions under which a Package
 
6
may be copied, such that the Copyright Holder maintains some
 
7
semblance of artistic control over the development of the package, while
 
8
giving the users of the package the right to use and distribute the
 
9
Package in a more-or-less customary fashion, plus the right to make
 
10
reasonable modifications.
 
11
 
 
12
Definitions:
 
13
 
 
14
    * "Package" refers to the collection of files distributed by the
 
15
      Copyright Holder, and derivatives of that collection of files
 
16
      created through textual modification.
 
17
    * "Standard Version" refers to such a Package if it has not been
 
18
      modified, or has been modified in accordance with the wishes of the
 
19
      Copyright Holder.
 
20
    * "Copyright Holder" is whoever is named in the copyright or
 
21
      copyrights for the package.
 
22
    * "You" is you, if you're thinking about copying or distributing this
 
23
      Package.
 
24
    * "Reasonable copying fee" is whatever you can justify on the basis
 
25
      of media cost, duplication charges, time of people involved, and so
 
26
      on. (You will not be required to justify it to the Copyright
 
27
      Holder, but only to the computing community at large as a market
 
28
      that must bear the fee.)
 
29
    * "Freely Available" means that no fee is charged for the item
 
30
      itself, though there may be fees involved in handling the item. It
 
31
      also means that recipients of the item may redistribute it under
 
32
      the same conditions they received it.
 
33
 
 
34
1. You may make and give away verbatim copies of the source form of the
 
35
Standard Version of this Package without restriction, provided that you
 
36
duplicate all of the original copyright notices and associated
 
37
disclaimers.
 
38
 
 
39
2. You may apply bug fixes, portability fixes and other modifications
 
40
derived from the Public Domain or from the Copyright Holder. A Package
 
41
modified in such a way shall still be considered the Standard Version.
 
42
 
 
43
3. You may otherwise modify your copy of this Package in any way,
 
44
provided that you insert a prominent notice in each changed file stating
 
45
how and when you changed that file, and provided that you do at least ONE
 
46
of the following:
 
47
 
 
48
    a) place your modifications in the Public Domain or otherwise
 
49
    make them Freely Available, such as by posting said
 
50
    modifications to Usenet or an equivalent medium, or placing
 
51
    the modifications on a major archive site such as ftp.uu.net,
 
52
    or by allowing the Copyright Holder to include your
 
53
    modifications in the Standard Version of the Package.
 
54
 
 
55
    b) use the modified Package only within your corporation or
 
56
    organization.
 
57
 
 
58
    c) rename any non-standard executables so the names do not
 
59
    conflict with standard executables, which must also be
 
60
    provided, and provide a separate manual page for each
 
61
    non-standard executable that clearly documents how it differs
 
62
    from the Standard Version.
 
63
 
 
64
    d) make other distribution arrangements with the Copyright
 
65
    Holder.
 
66
 
 
67
4. You may distribute the programs of this Package in object code or
 
68
executable form, provided that you do at least ONE of the following:
 
69
 
 
70
    a) distribute a Standard Version of the executables
 
71
    and library files, together with instructions (in the manual page
 
72
    or equivalent) on where to get the Standard Version.
 
73
 
 
74
    b) accompany the distribution with the machine-readable
 
75
    source of the Package with your modifications.
 
76
 
 
77
    c) accompany any non-standard executables with their
 
78
    corresponding Standard Version executables, giving the
 
79
    non-standard executables non-standard names, and clearly
 
80
    documenting the differences in manual pages (or equivalent),
 
81
    together with instructions on where to get the Standard
 
82
    Version.
 
83
 
 
84
    d) make other distribution arrangements with the Copyright
 
85
    Holder.
 
86
 
 
87
5. You may charge a reasonable copying fee for any distribution of this
 
88
Package. You may charge any fee you choose for support of this Package.
 
89
You may not charge a fee for this Package itself. However, you may
 
90
distribute this Package in aggregate with other (possibly commercial)
 
91
programs as part of a larger (possibly commercial) software distribution
 
92
provided that you do not advertise this Package as a product of your own.
 
93
 
 
94
6. The scripts and library files supplied as input to or produced as
 
95
output from the programs of this Package do not automatically fall under
 
96
the copyright of this Package, but belong to whomever generated them, and
 
97
may be sold commercially, and may be aggregated with this Package.
 
98
 
 
99
7. C or perl subroutines supplied by you and linked into this Package
 
100
shall not be considered part of this Package.
 
101
 
 
102
8. The name of the Copyright Holder may not be used to endorse or promote
 
103
products derived from this software without specific prior written
 
104
permission.
 
105
 
 
106
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 
107
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 
108
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
109
 
 
110
The End