changeset 1270:27d1405e49de

add information about licenses to 3rdpartylibs.sh
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 21 Nov 2018 16:42:59 +0100
parents a990a06d9c77
children 717c58fea5c1
files 3rdpartylibs.sh
diffstat 1 files changed, 34 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/3rdpartylibs.sh	Wed Nov 21 15:33:15 2018 +0100
+++ b/3rdpartylibs.sh	Wed Nov 21 16:42:59 2018 +0100
@@ -1,12 +1,46 @@
 #!/bin/sh
 go get -u -v github.com/jackc/pgx
+# MIT
+
 go get -u -v github.com/etcd-io/bbolt/...
+# MIT
+
 go get -u -v github.com/mitchellh/go-homedir
+# MIT
+
 go get -u -v github.com/spf13/cobra
+# Apache-2.0
+
 go get -u -v github.com/spf13/viper
+# MIT
+
 go get -u -v github.com/gorilla/mux
+# BSD-3-Clause
+
 go get -u -v gopkg.in/gomail.v2
+# MIT
+
 go get -u -v github.com/rs/cors
+# MIT
+
 go get -u -v golang.org/x/net/html/charset
+# Go License (aka BSD-3-Clause?)
+
 go get -u -v github.com/golang/snappy
+# BSD-3-Clause
+
 go get -u -v github.com/jonas-p/go-shp
+# MIT
+
+## list of additional licenses that get fetched and installed as dependencies
+# github.com/fsnotify/fsnotify/ BSD-3-Clause
+# github.com/hashicorp/hcl/ MPL-2.0
+# github.com/magiconair/properties/ BSD-2-Clause
+# github.com/mitchellh/go-homedir/ MIT
+# github.com/mitchellh/mapstructure MIT
+# github.com/pelletier/go-toml/ MIT
+# github.com/pkg/errors BSD-2-Clause
+# github.com/spf13/afero/ Apache 2.0
+# github.com/spf13/cast MIT
+# github.com/spf13/jwalterweatherman MIT
+# gopkg.in/yaml.v2/#