Skip to content

Commit 29b3b09

Browse files
committed
(Debian packaging) Update copyright information for vendored Sphinx theme
1 parent fba2eb0 commit 29b3b09

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
mongo-c-driver (1.16.1-1) unstable; urgency=medium
22

33
* New upstream release
4+
* Update copyright information for vendored Sphinx theme
45

56
-- Roberto C. Sanchez <[email protected]> Thu, 06 Feb 2020 14:30:48 -0500
67

debian/copyright

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,39 @@ Files: build/sphinx/readable/static/readable.css_t
4848
Copyright: 2013 by Ignacy Sokolowski
4949
License: Expat
5050

51+
Files: build/sphinx/basic/*
52+
Copyright: 2007-2018 by the Sphinx team
53+
License: BSD-2-clause
54+
Redistribution and use in source and binary forms, with or without
55+
modification, are permitted provided that the following conditions are
56+
met:
57+
.
58+
* Redistributions of source code must retain the above copyright
59+
notice, this list of conditions and the following disclaimer.
60+
* Redistributions in binary form must reproduce the above copyright
61+
notice, this list of conditions and the following disclaimer in the
62+
documentation and/or other materials provided with the distribution.
63+
.
64+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
65+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
66+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
67+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
68+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
69+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
70+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
71+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
72+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
73+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
74+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
75+
76+
Files: build/sphinx/basic/static/underscore-1.3.1.js build/sphinx/basic/static/underscore.js
77+
Copyright: 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
78+
License: Expat
79+
80+
Files: build/sphinx/basic/static/jquery-3.2.1.js build/sphinx/basic/static/jquery.js
81+
Copyright: JS Foundation and other contributors
82+
License: Expat
83+
5184
Files: src/libbson/src/bson/bson-md5.h
5285
Copyright: 1999, 2002 Aladdin Enterprises.
5386
License: ZLib

debian/source/lintian-overrides

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Non-minified versions are available in separate files in the same directory
2+
mongo-c-driver source: source-is-missing build/sphinx/basic/static/underscore.js *
3+
mongo-c-driver source: source-is-missing build/sphinx/basic/static/jquery.js *

0 commit comments

Comments
 (0)