mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-15 07:00:52 +00:00
Collect licenses by going over files one by one
This commit is contained in:
Vendored
+37
@@ -34,14 +34,43 @@ Files: _vendor/src/github.com/syndtr/goleveldb/*
|
||||
Copyright: 2012 Suryandaru Triandana
|
||||
License: BSD-2-clause
|
||||
|
||||
Files: _vendor/src/github.com/syndtr/goleveldb/leveldb/journal/journal*.go
|
||||
Copyright: 2011 The LevelDB-Go Authors
|
||||
License: BSD-3-clause
|
||||
|
||||
Files: _vendor/src/github.com/syndtr/goleveldb/leveldb/util/buffer*.go
|
||||
Copyright: 2009 The Go Authors
|
||||
License: BSD-3-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
|
||||
|
||||
Files: _vendor/src/code.google.com/p/go.tools/godoc/static/godoc.html
|
||||
License: CC-BY-3.0
|
||||
|
||||
Files: _vendor/src/code.google.com/p/go.tools/godoc/static/jquery.js
|
||||
Copyright: 2005, 2014 jQuery Foundation and other contributors
|
||||
License: MIT
|
||||
|
||||
Files: _vendor/src/code.google.com/p/go.tools/godoc/static/jquery.treeview.js
|
||||
Copyright: 2007 Jörn Zaefferer
|
||||
License: Dual MIT and GPL
|
||||
See: /usr/share/common-licenses/GPL-1
|
||||
|
||||
Files: _vendor/src/code.google.com/p/go.tools/godoc/static/static.go
|
||||
Copyright: 2009 The Go Authors
|
||||
License: CC-BY-3.0
|
||||
|
||||
Files: _vendor/src/code.google.com/p/go-uuid/uuid/*
|
||||
Copyright: 2009 Google Inc.
|
||||
License: BSD-3-clause
|
||||
|
||||
Files: _vendor/src/code.google.com/p/go-uuid/lib/codereview/codereview.py
|
||||
Copyright: 2009 Google
|
||||
License: Apache-2
|
||||
See: /usr/share/common-licenses/Apache-2.0
|
||||
|
||||
Files: _vendor/src/code.google.com/p/snappy-go/*
|
||||
Copyright: 2011 The Snappy-Go Authors
|
||||
License: BSD-3-clause
|
||||
@@ -50,6 +79,14 @@ Files: _vendor/src/github.com/axw/gocov/*
|
||||
Copyright: 2012 The Gocov Authors
|
||||
License: BSD-3-clause
|
||||
|
||||
Files: _vendor/src/github.com/mattn/goveralls/*
|
||||
Copyright: 2013-2014 Yasuhiro Matsumoto
|
||||
License: MIT
|
||||
|
||||
Files: _vendor/src/github.com/mattn/goveralls/gocover.go
|
||||
Copyright: 2013 The Go Authors
|
||||
License: BSD-3-clause
|
||||
|
||||
Files: _vendor/src/github.com/smira/commander/*
|
||||
Copyright: 2012 The Go-Commander Authors
|
||||
License: BSD-3-clause
|
||||
|
||||
Reference in New Issue
Block a user