diff --git a/debian/control b/debian/control index e5efe48..ebecf38 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ golang-goprotobuf-dev, golang-yaml.v2-dev, golang-github-dnstap-golang-dnstap-dev -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-farsightsec-go-nmsg Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-farsightsec-go-nmsg.git Homepage: https://github.com/farsightsec/go-nmsg @@ -27,13 +27,13 @@ golang-goprotobuf-dev, golang-yaml.v2-dev, golang-github-dnstap-golang-dnstap-dev -Description: Golang implementation of the nmsg network message encapsulation library - go-nmsg is a pure go implementation of the NMSG container and payload format used by the - C nmsg toolkit and library. - It can pack and unpack the protobuf structure of an NMSG payload, and the protobuf - structure of the data contained in the payload. It does not implement the full - functionality of the C libnmsg message modules, such as: +Description: Go implementation of the nmsg network message encapsulation library + go-nmsg is a pure go implementation of the NMSG container and payload format + used by the C nmsg toolkit and library. + It can pack and unpack the protobuf structure of an NMSG payload, and the + protobuf structure of the data contained in the payload. It does not implement + the full functionality of the C libnmsg message modules, such as: . - - Advanced field types (e.g., a protobuf []byte as an IP address) - - Generated fields - - Formatting of fields for presentation and JSON output + - Advanced field types (e.g., a protobuf []byte as an IP address) + - Generated fields + - Formatting of fields for presentation and JSON output diff --git a/debian/copyright b/debian/copyright index e736384..7ac9d1f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,15 +7,18 @@ Files: * Copyright: - 2019 Farsight Security, Inc. -License: TODO + 2017-2018 Farsight Security, Inc. +License: MPL-2.0 Files: debian/* Copyright: 2019 Sascha Steinbiss -License: TODO +License: MPL-2.0 Comment: Debian packaging is licensed under the same terms as upstream -License: TODO - TODO \ No newline at end of file +License: MPL-2.0 + Licensed under the Mozilla Public License Version 2.0. + . + On Debian systems, the complete text of the Mozilla Public License + Version 2.0 can be found in /usr/share/common-licenses/MPL-2.0.