From 09c07b24dcf194229951ce05ee6efa81b7045e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delafond?= Date: Wed, 28 May 2014 10:02:40 +0200 Subject: [PATCH] Licensing: * goleveldb is BSD-2, not BSD-3 * _vendor/src/code.google.com/p/gographviz/scanner/scanner is BSD-3, copyright 2009 The Go Authors --- debian/copyright | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/debian/copyright b/debian/copyright index 01f8e81e..f1b6c579 100644 --- a/debian/copyright +++ b/debian/copyright @@ -30,7 +30,11 @@ Copyright: 2013 Vastech SA (PTY) LTD License: Apache-2 See: /usr/share/common-licenses/Apache-2.0 -Files: _vendor/src/code.google.com/p/go.crypto/* _vendor/src/code.google.com/p/go.tools/* _vendor/src/github.com/smira/flag/* _vendor/src/github.com/golang/lint/* +Files: _vendor/src/github.com/syndtr/goleveldb/* +Copyright: 2012 Suryandaru Triandana +License: BSD-2-clause + +Files: _vendor/src/code.google.com/p/go.crypto/* _vendor/src/code.google.com/p/go.tools/* _vendor/src/github.com/smira/flag/* _vendor/src/github.com/golang/lint/* _vendor/src/code.google.com/p/gographviz/scanner/scanner.go Copyright: 2009 The Go Authors License: BSD-3-clause @@ -50,10 +54,6 @@ Files: _vendor/src/github.com/smira/commander/* Copyright: 2012 The Go-Commander Authors License: BSD-3-clause -Files: _vendor/src/github.com/syndtr/goleveldb/* -Copyright: 2012 Suryandaru Triandana -License: BSD-3-clause - Files: _vendor/src/github.com/cheggaaa/pb/* Copyright: 2012, Sergey Cherepanov License: BSD-3-clause @@ -94,6 +94,31 @@ License: GPL-2+ License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. +License: BSD-2-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1) Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + 2) Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY + WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions