Skip to content

Commit a5d0336

Browse files
committed
debian/copyright - updated upstream years and added missing copyright/license information (Thanks Thorsten Alteholz for the review)
1 parent 9f9f875 commit a5d0336

2 files changed

Lines changed: 46 additions & 6 deletions

File tree

debian/changelog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ libfreenect (1:0.5.1+dfsg-1) experimental; urgency=medium
1111
prefixes
1212
* debian/control
1313
- -dev package depends on libusb-1.0-0-dev (Closes: #775768)
14+
* debian/copyright
15+
- updated upstream years and added missing copyright/license information
16+
(Thanks Thorsten Alteholz for the review)
1417

15-
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 19 Jan 2015 14:01:10 -0500
18+
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 20 Jan 2015 14:00:33 -0500
1619

1720
libfreenect (1:0.2.0+dfsg-2) unstable; urgency=low
1821

debian/copyright

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ Upstream-Contact: openkinect@googlegroups.com
44
Source: https://github.com/OpenKinect/libfreenect
55

66
Files: *
7-
Copyright: 2009-2013, individual OpenKinect contributors.
8-
See the CONTRIB (debian/CONTRIB in the Debian source package)
9-
file for details.
7+
Copyright: 2009-2014, individual OpenKinect contributors.
8+
See the CONTRIB file for details.
109
License: Apache-2 or GPL-2
1110
This code is licensed to you under the terms of the Apache License,
1211
version 2.0, or, at your option, the terms of the GNU General Public
@@ -62,17 +61,27 @@ Copyright: 2010, Josh Grunzweig & Eric Monti
6261
2011, Alex Weiss <algrs@cacography.net>
6362
License: Expat
6463

64+
Files: src/fwfetcher.py
65+
Copyright: 2007, 2008, Rene Ladan <r.c.ladan@gmail.com>
66+
License: BSD-2-Clause
67+
68+
Files: OpenNI2-FreenectDriver/extern/*
69+
Copyright: 2012, PrimeSense Ltd
70+
License: Apache-2
6571

6672
Files: debian/*
6773
Copyright: 2010, arne <arne@alamut.de>
68-
2010-2013, Yaroslav Halchenko <debian@onerussian.com>
74+
2010-2015, Yaroslav Halchenko <debian@onerussian.com>
6975
2012, Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
7076
License: GPL-2
7177

7278
License: GPL-2
7379
On Debian systems, the complete text of the GNU General
7480
Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
75-
The Apache License is found in `/usr/share/common-licenses/Apache-2.0'
81+
82+
License: Apache-2
83+
On Debian systems, the complete text of the the Apache License can be
84+
found in `/usr/share/common-licenses/Apache-2.0'.
7685

7786
License: Expat
7887
Permission is hereby granted, free of charge, to any person obtaining
@@ -93,3 +102,31 @@ License: Expat
93102
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
94103
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
95104
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
105+
106+
License: BSD-2-Clause
107+
All rights reserved.
108+
.
109+
Redistribution and use in source and binary forms, with or without
110+
modification, are permitted provided that the following conditions
111+
are met:
112+
.
113+
1) Redistributions of source code must retain the above copyright
114+
notice, this list of conditions and the following disclaimer.
115+
.
116+
2) Redistributions in binary form must reproduce the above copyright
117+
notice, this list of conditions and the following disclaimer in the
118+
documentation and/or other materials provided with the distribution.
119+
.
120+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
121+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
122+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
123+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
124+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
125+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
126+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
127+
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
128+
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
129+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
130+
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
131+
POSSIBILITY OF SUCH DAMAGE.
132+

0 commit comments

Comments
 (0)