Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notices: fixed urls, typo; added systemd lib #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ Open Source Licenses
We depend on the many great open source licenses, listed below:

* [Golang DNS LIbrary](https://github.com/miekg/dns) by Miek Gieben. [View License](https://github.com/miekg/dns/blob/master/LICENSE)
* [Golang LevelDB](github.com/syndtr/goleveldb/leveldb) by Suryandaru Triandana. [View License](https://github.com/syndtr/goleveldb/blob/master/LICENSE)
* [Golang Random Library](github.com/leonelquinteros/gorand) by Leonel Quinteros. [View License](https://github.com/leonelquinteros/gorand/blob/master/LICENSE)
* [Golang URL Multiplexer Library](github.com/gorilla/mux) by The Gorilla Toolkit Team. [View License](https://github.com/gorilla/mux/blob/master/LICENSE)
* [Golang TOML Parser Library](github.com/BurntSushi/toml) by Andrew Gallant. [View License](https://github.com/BurntSushi/toml/blob/master/COPYING)
* [Golang HyperLogLog Cardinality Algorithm](github.com/sasha-s/go-hll) by Github User _sasha-s_. [View License](https://github.com/sasha-s/go-hll/blob/master/LICENSE)
* [Golang MaxMind DB Library](github.com/oschwald/maxminddb-golang) by Gregory Oschwald. [View License](https://github.com/oschwald/maxminddb-golang/blob/master/LICENSE)
* [Golang Implementation of Google's Highway Hash](github.com/dgryski/go-highway) by Damian Gryski.
* [Golang BGP Library](github.com/osrg/gobgp/api) by OSRG. [View License](https://github.com/osrg/gobgp/blob/master/LICENSE)
* [Golang Structured Logging Library](github.com/sirupsen/logrus) by Simon Eskildsen. [View License](https://github.com/sirupsen/logrus/blob/master/LICENSE)
* [Golang Command Prompt Text Coloring Library](github.com/mattn/go-colorable) by Guthub User _mattn_. [View License](https://github.com/mattn/go-colorable/blob/master/LICENSE)
* [Golang Prefixed Log Formatter for Logrus](github.com/x-cray/logrus-prefixed-formatter) by Denis Parchenko. [View License](https://github.com/x-cray/logrus-prefixed-formatter/blob/master/LICENSE)
* [Golang Atomic Boolean Library](github.com/tevino/abool) by Github User _tevino_. [View License](https://github.com/tevino/abool/blob/master/LICENSE)
* [Golang Caching Library](github.com/muesli/cache2go) by Christian Muehlhaeuser. [View License](https://github.com/muesli/cache2go/blob/master/LICENSE.txt)
* [Golang Linux Networking Library](github.com/milosgajdos83/tenus) by Milos Gajdos. [View License](https://github.com/milosgajdos83/tenus/blob/master/LICENSE)
* [Golang LevelDB](https://github.com/syndtr/goleveldb) by Suryandaru Triandana. [View License](https://github.com/syndtr/goleveldb/blob/master/LICENSE)
* [Golang Random Library](https://github.com/leonelquinteros/gorand) by Leonel Quinteros. [View License](https://github.com/leonelquinteros/gorand/blob/master/LICENSE)
* [Golang URL Multiplexer Library](https://github.com/gorilla/mux) by The Gorilla Toolkit Team. [View License](https://github.com/gorilla/mux/blob/master/LICENSE)
* [Golang TOML Parser Library](https://github.com/BurntSushi/toml) by Andrew Gallant. [View License](https://github.com/BurntSushi/toml/blob/master/COPYING)
* [Golang HyperLogLog Cardinality Algorithm](https://github.com/sasha-s/go-hll) by Github User _sasha-s_. [View License](https://github.com/sasha-s/go-hll/blob/master/LICENSE)
* [Golang MaxMind DB Library](https://github.com/oschwald/maxminddb-golang) by Gregory Oschwald. [View License](https://github.com/oschwald/maxminddb-golang/blob/master/LICENSE)
* [Golang Implementation of Google's Highway Hash](https://github.com/dgryski/go-highway) by Damian Gryski.
* [Golang BGP Library](https://github.com/osrg/gobgp) by OSRG. [View License](https://github.com/osrg/gobgp/blob/master/LICENSE)
* [Golang Structured Logging Library](https://github.com/sirupsen/logrus) by Simon Eskildsen. [View License](https://github.com/sirupsen/logrus/blob/master/LICENSE)
* [Golang Command Prompt Text Coloring Library](https://github.com/mattn/go-colorable) by Github User _mattn_. [View License](https://github.com/mattn/go-colorable/blob/master/LICENSE)
* [Golang Prefixed Log Formatter for Logrus](https://github.com/x-cray/logrus-prefixed-formatter) by Denis Parchenko. [View License](https://github.com/x-cray/logrus-prefixed-formatter/blob/master/LICENSE)
* [Golang Atomic Boolean Library](https://github.com/tevino/abool) by Github User _tevino_. [View License](https://github.com/tevino/abool/blob/master/LICENSE)
* [Golang Caching Library](https://github.com/muesli/cache2go) by Christian Muehlhaeuser. [View License](https://github.com/muesli/cache2go/blob/master/LICENSE.txt)
* [Golang Linux Networking Library](https://github.com/milosgajdos83/tenus) by Milos Gajdos. [View License](https://github.com/milosgajdos83/tenus/blob/master/LICENSE)
* [Golang systemd Library](https://github.com/coreos/go-systemd) by CoreOS, Inc. [View License](https://github.com/coreos/go-systemd/blob/master/LICENSE)