From e65a50161d0170415e386c5e46d593f4178411f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delafond?= Date: Sat, 2 May 2015 12:49:45 +0200 Subject: [PATCH] Document licenses and copyrights for new dependencies --- debian/copyright | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index 5f3dcc19..ebea3d43 100644 --- a/debian/copyright +++ b/debian/copyright @@ -42,7 +42,7 @@ Files: src/github.com/smira/aptly/_vendor/src/github.com/syndtr/goleveldb/leveld Copyright: 2009 The Go Authors License: BSD-3-clause -Files: src/github.com/smira/aptly/_vendor/src/code.google.com/p/go.crypto/* src/github.com/smira/aptly/_vendor/src/github.com/smira/flag/* src/github.com/smira/aptly/_vendor/src/code.google.com/p/gographviz/scanner/scanner.go +Files: src/github.com/smira/aptly/_vendor/src/golang.org/x/crypto/* src/github.com/smira/aptly/_vendor/src/github.com/smira/flag/* src/github.com/smira/aptly/_vendor/src/code.google.com/p/gographviz/scanner/scanner.go Copyright: 2009 The Go Authors License: BSD-3-clause @@ -106,6 +106,30 @@ Files: src/github.com/smira/aptly/_vendor/src/github.com/vaughan0/go-ini/* Copyright: 2013 Vaughan Newton License: MIT +Files: src/github.com/smira/aptly/_vendor/src/github.com/gin-gonic/gin/* +Copyright: 2014 Manuel Martínez-Almeida +License: MIT + +Files: src/github.com/smira/aptly/_vendor/src/github.com/jlaffaye/ftp/* +Copyright: 2011-2013, Julien Laffaye +License: ISC + +Files: src/github.com/smira/aptly/_vendor/src/github.com/julienschmidt/httprouter/* +Copyright: 2013 Julien Schmidt +License: BSD-3-clause + +Files: src/github.com/smira/aptly/_vendor/src/github.com/ncw/swift/* +Copyright: 2012 Nick Craig-Wood +License: MIT + +Files: src/github.com/smira/aptly/_vendor/src/github.com/syndtr/gosnappy/* +Copyright: 2011 The Snappy-Go Authors +License: BSD-3-clause + +Files: src/github.com/smira/aptly/_vendor/src/github.com/AlekSi/pointer/* +Copyright: 2015 Alexey Palazhchenko +License: MIT + Files: debian/* Copyright: 2014 Sebastien Delafond License: GPL-2+ @@ -204,3 +228,18 @@ License: MIT ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +License: ISC + Permission to use, copy, modify, and/or distribute this software for + any purpose with or without fee is hereby granted, provided that the + above copyright notice and this permission notice appear in all + copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file