mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +00:00
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
This commit is contained in:
Vendored
+30
-5
@@ -30,7 +30,11 @@ Copyright: 2013 Vastech SA (PTY) LTD
|
|||||||
License: Apache-2
|
License: Apache-2
|
||||||
See: /usr/share/common-licenses/Apache-2.0
|
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
|
Copyright: 2009 The Go Authors
|
||||||
License: BSD-3-clause
|
License: BSD-3-clause
|
||||||
|
|
||||||
@@ -50,10 +54,6 @@ Files: _vendor/src/github.com/smira/commander/*
|
|||||||
Copyright: 2012 The Go-Commander Authors
|
Copyright: 2012 The Go-Commander Authors
|
||||||
License: BSD-3-clause
|
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/*
|
Files: _vendor/src/github.com/cheggaaa/pb/*
|
||||||
Copyright: 2012, Sergey Cherepanov
|
Copyright: 2012, Sergey Cherepanov
|
||||||
License: BSD-3-clause
|
License: BSD-3-clause
|
||||||
@@ -94,6 +94,31 @@ License: GPL-2+
|
|||||||
License version 2 can be found in the file
|
License version 2 can be found in the file
|
||||||
`/usr/share/common-licenses/GPL-2'.
|
`/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
|
License: BSD-3-clause
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
|||||||
Reference in New Issue
Block a user