~ubuntu-branches/debian/stretch/configobj/stretch

« back to all changes in this revision

Viewing changes to LICENSE

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2014-08-28 18:42:29 UTC
  • mfrom: (1.3.4)
  • Revision ID: package-import@ubuntu.com-20140828184229-yisw15o0j2r334jx
Tags: 5.0.6-1
* Team upload.
* Update watch file to point to GitHub releases.
* Bump Standards-Version to 3.9.5
* Use the pybuild buildsystem.
* Release a package for Python 3. (Closes: #660172)
* Refresh eggify.diff
* Drop report-doctest-failure.diff and py27-test.diff (fixed upstream).
* Disable triplequotes.diff (fail to apply).
* Fix deprecation warning test case.
* Adjust autopkgtests to run pytest for Python 2.x and 3.x.
* Move documentation into separate package and build Sphinx documentation.
* Update debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Copyright (c): 
 
2
2003-2010, Michael Foord
 
3
2014, Eli Courtwright, Rob Dennis
 
4
All rights reserved.
 
5
E-mails : 
 
6
fuzzyman AT voidspace DOT org DOT uk
 
7
eli AT courtwright DOT org
 
8
rdennis AT gmail DOT com
 
9
 
 
10
 
 
11
Redistribution and use in source and binary forms, with or without
 
12
modification, are permitted provided that the following conditions are
 
13
met:
 
14
 
 
15
 
 
16
    * Redistributions of source code must retain the above copyright
 
17
      notice, this list of conditions and the following disclaimer.
 
18
 
 
19
    * Redistributions in binary form must reproduce the above
 
20
      copyright notice, this list of conditions and the following
 
21
      disclaimer in the documentation and/or other materials provided
 
22
      with the distribution.
 
23
 
 
24
    * Neither the names of Michael Foord, Eli Courtwright or Rob Dennis,
 
25
      nor the name of Voidspace,  may be used to endorse or promote 
 
26
      products derived from this software without specific prior written 
 
27
      permission.
 
28
 
 
29
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 
30
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
31
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 
32
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 
33
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 
34
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 
35
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 
36
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 
37
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
38
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
39
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.