~ubuntu-branches/debian/stretch/db1-compat/stretch

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-01-14 02:21:46 UTC
  • Revision ID: package-import@ubuntu.com-20140114022146-alzokau2a8ldx3rf
Tags: 2.1.3-17
* Switch to git; add Vcs-* fields.
* Copy 4.4 BSD licence inline in debian/copyright rather than referring to
  /usr/share/common-licenses/BSD, per Lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
in .tar.gz format from the file 'db1-addon-2.1.3.tar.bz2' found in the
4
4
Debian source package for glibc 2.2.5-12.
5
5
 
6
 
Here is the copyright statement from glibc's info documentation. The 4.4 BSD
7
 
copyright referred to therein can be found on Debian systems as
8
 
'/usr/share/common-licenses/BSD'.
 
6
Here is the copyright statement from glibc's info documentation.
9
7
 
10
8
   * The code for the database library `libdb' comes from the 2.3
11
9
     release of Berkeley DB. That code is under the same copyright as
108
106
                +1-508-287-4781
109
107
 
110
108
          or <db@sleepycat.com>.
 
109
 
 
110
The 4.4 BSD copyright referred to above reads as follows:
 
111
 
 
112
Copyright (c) The Regents of the University of California.
 
113
All rights reserved.
 
114
 
 
115
Redistribution and use in source and binary forms, with or without
 
116
modification, are permitted provided that the following conditions
 
117
are met:
 
118
1. Redistributions of source code must retain the above copyright
 
119
   notice, this list of conditions and the following disclaimer.
 
120
2. Redistributions in binary form must reproduce the above copyright
 
121
   notice, this list of conditions and the following disclaimer in the
 
122
   documentation and/or other materials provided with the distribution.
 
123
3. Neither the name of the University nor the names of its contributors
 
124
   may be used to endorse or promote products derived from this software
 
125
   without specific prior written permission.
 
126
 
 
127
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 
128
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
129
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
130
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 
131
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 
132
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 
133
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 
134
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 
135
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 
136
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 
137
SUCH DAMAGE.