From de7166e156ddb179429e8ac4739562513f95c21d Mon Sep 17 00:00:00 2001 From: Chenzhu1008 Date: Thu, 28 Mar 2019 11:16:18 +0800 Subject: [PATCH] Issues #539 update the dependency list and add the corresponding license (#542) * update the dependency list and add the corresponding license * Update dependent licenses --- go.mod | 15 +- scripts/release/LICENSE | 341 +++++++----------- ...siddontang-rdb => COPYING-BurntSushi-toml} | 10 +- ...ENSE-ledisdb => LICENSE-Shopify-toxiproxy} | 3 +- ...{LICENSE-couchbase => LICENSE-fatih-color} | 21 +- ...uspost-crc32 => LICENSE-fsnotify-fsnotify} | 2 +- scripts/release/licenses/LICENSE-go-spew | 15 - scripts/release/licenses/LICENSE-go-tomb-tomb | 29 ++ scripts/release/licenses/LICENSE-go-toml | 21 -- scripts/release/licenses/LICENSE-goes | 27 -- scripts/release/licenses/LICENSE-goleveldb | 24 -- .../{LICENSE-golz4 => LICENSE-grpc-gateway} | 20 +- ...LICENSE-govaluate => LICENSE-hpcloud-tail} | 6 +- ...-gomemcached => LICENSE-karlseguin-expect} | 2 +- scripts/release/licenses/LICENSE-kr-pty | 23 -- scripts/release/licenses/LICENSE-lib-pq | 7 - scripts/release/licenses/LICENSE-pierrec-lz4 | 28 ++ scripts/release/licenses/LICENSE-pkg-errors | 23 ++ scripts/release/licenses/LICENSE-pkg-erros | 23 ++ .../licenses/LICENSE-rcrowley-go-metrics | 29 ++ scripts/release/licenses/LICENSE-rdb | 21 -- ...{LICENSE-x2j => LICENSE-wsxiaoys-terminal} | 3 +- 22 files changed, 316 insertions(+), 377 deletions(-) rename scripts/release/licenses/{LICENSE-siddontang-rdb => COPYING-BurntSushi-toml} (88%) rename scripts/release/licenses/{LICENSE-ledisdb => LICENSE-Shopify-toxiproxy} (97%) rename scripts/release/licenses/{LICENSE-couchbase => LICENSE-fatih-color} (52%) rename scripts/release/licenses/{LICENSE-klauspost-crc32 => LICENSE-fsnotify-fsnotify} (96%) delete mode 100644 scripts/release/licenses/LICENSE-go-spew create mode 100644 scripts/release/licenses/LICENSE-go-tomb-tomb delete mode 100644 scripts/release/licenses/LICENSE-go-toml delete mode 100644 scripts/release/licenses/LICENSE-goes delete mode 100644 scripts/release/licenses/LICENSE-goleveldb rename scripts/release/licenses/{LICENSE-golz4 => LICENSE-grpc-gateway} (55%) rename scripts/release/licenses/{LICENSE-govaluate => LICENSE-hpcloud-tail} (89%) rename scripts/release/licenses/{LICENSE-gomemcached => LICENSE-karlseguin-expect} (96%) delete mode 100644 scripts/release/licenses/LICENSE-kr-pty delete mode 100644 scripts/release/licenses/LICENSE-lib-pq create mode 100644 scripts/release/licenses/LICENSE-pierrec-lz4 create mode 100644 scripts/release/licenses/LICENSE-pkg-errors create mode 100644 scripts/release/licenses/LICENSE-pkg-erros create mode 100644 scripts/release/licenses/LICENSE-rcrowley-go-metrics delete mode 100644 scripts/release/licenses/LICENSE-rdb rename scripts/release/licenses/{LICENSE-x2j => LICENSE-wsxiaoys-terminal} (94%) diff --git a/go.mod b/go.mod index 6fcb88b8b..e0e9c08b2 100644 --- a/go.mod +++ b/go.mod @@ -16,13 +16,14 @@ replace ( ) require ( + github.com/BurntSushi/toml v0.3.1 // indirect github.com/NYTimes/gziphandler v1.0.2-0.20180820182813-253f1acb9d9f github.com/Shopify/sarama v1.18.0 // indirect + github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect github.com/apache/thrift v0.0.0-20180125231006-3d556248a8b9 // indirect github.com/astaxie/beego v1.8.0 github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect github.com/cheggaaa/pb v1.0.25 - github.com/cockroachdb/cmux v0.0.0-20170110192607-30d10be49292 // indirect github.com/coreos/bbolt v1.3.1-coreos.6 // indirect github.com/coreos/etcd v3.3.6+incompatible github.com/coreos/go-semver v0.2.0 // indirect @@ -32,19 +33,20 @@ require ( github.com/eapache/go-resiliency v1.1.0 // indirect github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect github.com/eapache/queue v1.1.0 // indirect + github.com/fatih/color v1.7.0 // indirect + github.com/fsnotify/fsnotify v1.4.7 // indirect github.com/ghodss/yaml v1.0.0 // indirect github.com/go-chassis/paas-lager v0.0.0-20180727081842-50655443dc96 github.com/go-logfmt/logfmt v0.3.0 // indirect - github.com/go-mesh/openlogging v0.0.0-20180905092207-9cc15d7752d3 // indirect github.com/gogo/protobuf v1.1.1 // indirect github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect + github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect github.com/golang/protobuf v1.0.0 github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect github.com/googleapis/gnostic v0.2.0 // indirect github.com/gorilla/websocket v1.2.0 - github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect github.com/grpc-ecosystem/grpc-gateway v1.3.0 // indirect github.com/hashicorp/golang-lru v0.5.0 // indirect @@ -55,6 +57,7 @@ require ( github.com/jonboulle/clockwork v0.1.0 // indirect github.com/json-iterator/go v1.1.5 // indirect github.com/karlseguin/ccache v2.0.3-0.20170217060820-3ba9789cfd2c+incompatible + github.com/karlseguin/expect v1.0.1 // indirect github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect github.com/labstack/echo v3.2.2-0.20180316170059-a5d81b8d4a62+incompatible github.com/labstack/gommon v0.2.1 // indirect @@ -72,6 +75,7 @@ require ( github.com/opentracing/opentracing-go v1.0.2 github.com/openzipkin/zipkin-go-opentracing v0.3.3-0.20180123190626-6bb822a7f15f github.com/pierrec/lz4 v2.0.5+incompatible // indirect + github.com/pkg/errors v0.8.1 // indirect github.com/prometheus/client_golang v0.8.1-0.20170628125436-ab4214782d02 github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect @@ -88,17 +92,22 @@ require ( github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect github.com/widuu/gojson v0.0.0-20170212122013-7da9d2cd949b + github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect github.com/xiang90/probing v0.0.0-20160813154853-07dd2e8dfe18 // indirect go.uber.org/atomic v1.3.2 // indirect go.uber.org/multierr v1.1.0 // indirect go.uber.org/zap v1.9.0 golang.org/x/net v0.0.0-20180824152047-4bcd98cce591 + golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect golang.org/x/text v0.0.0-20170627122817-6353ef0f9243 // indirect golang.org/x/time v0.0.0-20170424234030-8be79e1e0910 // indirect google.golang.org/genproto v0.0.0-20170531203552-aa2eb687b4d3 // indirect google.golang.org/grpc v1.7.5 + gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/inf.v0 v0.9.1 // indirect + gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect + gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect gopkg.in/yaml.v2 v2.2.1 // indirect k8s.io/api v0.0.0-20180601181742-8b7507fac302 diff --git a/scripts/release/LICENSE b/scripts/release/LICENSE index abdb96ac9..0e9dd492f 100644 --- a/scripts/release/LICENSE +++ b/scripts/release/LICENSE @@ -216,58 +216,54 @@ See the respective project link for details. github.com/apache/thrift/lib/go/thrift (3d556248a8b97310da49939195330691dfe9d9ad) github.com/astaxie/beego (323a1c4214101331a4b71922c23d19b7409ac71f) github.com/cockroachdb/cmux (30d10be492927e2dcae0089c374c455d42414fcb) -github.com/coreos/etcd (0f4a535c2fb7a2920e13e2e19b9eaf6b2e9285e5) -github.com/coreos/go-semver/semver (1817cd4bea52af76542157eeabd74b057d1a199e) -github.com/coreos/go-systemd/journal (24036eb3df68550d24a2736c5d013f4e83366866) -github.com/coreos/pkg/capnslog (8dbaa491b063ed47e2474b5363de0c0db91cf9f2) -github.com/google/btree (316fb6d3f031ae8f4d457c6c5186b9e3ded70435) -github.com/grpc-ecosystem/go-grpc-prometheus (6b7015e65d366bf3f19b2b2a000a831940f0f7e0) -github.com/jonboulle/clockwork (bcac9884e7502bb2b474c0339d889cb981a2f27f) +github.com/coreos/etcd (932c3c01f9d67471d67ff82c38acca196847f039) +github.com/coreos/go-semver/semver (8ab6407b697782a06568d4b7f1db25550ec2e4c6) +github.com/coreos/go-systemd/journal (eee3db372b31153ca0b90702e165948699803fd0) +github.com/coreos/pkg/capnslog (97fdf19511ea361ae1c100dd393cc47f8dcfa1e1) +github.com/google/btree (4030bb1f1f0c35b30ca7009e9ebd06849dd45306) +github.com/grpc-ecosystem/go-grpc-prometheus (c225b8c3b01faf2899099b768856a9e916e5087b) +github.com/jonboulle/clockwork (2eee05ed794112d45db504eb05aa693efd2b8b09) github.com/matttproud/golang_protobuf_extensions/pbutil (c12348ce28de40eed0136aa2b644d0ee0650e56c) github.com/opentracing-contrib/go-observer (a52f2342449246d5bcc273e65cbdcfa5f7d6c63c) github.com/opentracing/opentracing-go (1949ddbfd147afd4d964a9f00b24eb291e0e7c38) github.com/prometheus/client_golang/prometheus (ab4214782d022e867e3195b4c9ddb1ca45413382) github.com/prometheus/client_model/go (6f3806018612930941127f2a7c6c453ba2c527d2) -github.com/prometheus/common (0866df4b85a18d652b6965be022d007cdf076822) -github.com/prometheus/procfs/xfs (822d4a1f8edcbcbc71e8d1fd6527b12331a6d0ad) +github.com/prometheus/common (c7de2306084e37d54b8be01f3541a8464345e9a5) +github.com/prometheus/procfs/xfs (05ee40e3a273f7245e8777337fc7b46e533a9a92) github.com/go-chassis/paas-lager (50655443dc96e3d633667ca6310251ba2a3fe5c9) github.com/bradfitz/gomemcache (1952afaa557dc08e8e0d89eafab110fb501c1a2b) github.com/casbin/casbin (91e4fb9209910a1de86b67adc0fce5c35f17369f) github.com/garyburd/redigo (57f1cd7de6175c96b423e7ac2534ff2b39e2ef79) -github.com/google/btree (316fb6d3f031ae8f4d457c6c5186b9e3ded70435) github.com/spf13/cobra (4d647c8944eb42504a714e57e97f244ed6344722) google.golang.org/genproto/googleapis/rpc/status (aa2eb687b4d3e17154372564ad8d6bf11c3cf21f) -google.golang.org/grpc (3c33c26290b747350f8650c7d38bcc51b42dc785) -gopkg.in/yaml.v2 (d670f9405373e636a5a2765eea47fac0c9bc91a4) +google.golang.org/grpc (5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e) +gopkg.in/yaml.v2 (5420a8b6744d3b0345ab293f6fcba19c978f1183) k8s.io/client-go (release-7.0) k8s.io/api (kubernetes-1.10.4) k8s.io/apimachinery (kubernetes-1.10.4) -github.com/googleapis/gnostic (v0.1.0) +github.com/googleapis/gnostic (v0.2.0) github.com/google/gofuzz (24818f796faf91cd76ec7bddd72458fbced7a6c1) gopkg.in/inf.v0 (v0.9.1) -github.com/modern-go/concurrent (1.0.3) -github.com/modern-go/reflect2 (1.0.0) +github.com/modern-go/concurrent (bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94) +github.com/modern-go/reflect2 (1.0.1) github.com/NYTimes/gziphandler (253f1acb9d9f896d86c313a3dc994c0b114f0e12) +github.com/inconshreveable/mousetrap (v1.0.0) +github.com/soheilhy/cmux (v0.1.4) +github.com/golang/glog (23def4e6c14b4da8ac2ed8007337bc5eb5007998) +github.com/golang/groupcache (5b532d6fd5efaf7fa130d4e859a2fde0fc3a9e1b) ================================================================ -For beorn7/perks (4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9) +For beorn7/perks (3a771d992973f24aa725d07868b467d1ddfceafb) ================================================================ This product bundles perks which is licensed under the MIT License. For details, see https://github.com/beorn7/perks You can find a copy of the License at licenses/LICENSE-beorn7-perks -================================================================ -For boltdb/bolt (e9cf4fae01b5a8ff89d0ec6b32f0d9c9f79aefdd) -================================================================ -This product bundles boltdb/bolt which is licensed under the MIT License. -For details, see https://github.com/boltdb/bolt -You can find a copy of the License at licenses/LICENSE-boltdb-bolt - ================================================================ For satori/go.uuid (879c5887cd475cd7864858769793b2ceb0d44feb) ================================================================ This product bundles satori/go.uuid which is licensed under the MIT License. -For details, see https://github.com/satori/go.uuid +For details, see https://github.com/satori/go.uuid You can find a copy of the License at licenses/LICENSE-satori-go.uuid ================================================================ @@ -285,7 +281,7 @@ For details, see https://github.com/ghodss/yaml You can find a copy of the License at licenses/LICENSE-ghodss-yaml ================================================================ -For gogo/protobuf/ (baaac160ed234ed06b347cf51202683a0068efe4) +For gogo/protobuf/ (636bf0302bc95575d69441b25a2603156ffdddf1) ================================================================ This product bundles gogo/protobuf which is licensed under the 3-Clause BSD License. @@ -293,7 +289,7 @@ For details, see https://github.com/gogo/protobuf You can find a copy of the License at licenses/LICENSE-gogo-protobuf ================================================================ -For golang/protobuf (7b8002443fd4a3ce5f25ef93087c524546799a56) +For golang/protobuf (925541529c1fa6821df4e44ce2723319eb2be768) ================================================================ This product bundles protobuf which is licensed under the 3-Clause BSD License. @@ -309,7 +305,7 @@ For details, see https://github.com/gorilla/websocket You can find a copy of the License at licenses/LICENSE-gorilla-websocket ================================================================ -For grpc-ecosystem/grpc-gateway (84398b94e188ee336f307779b57b3aa91af7063c) +For grpc-ecosystem/grpc-gateway (8cc3a55af3bcf171a1c23a90c4df9cf591706104) ================================================================ This product bundles grpc-gateway which is licensed under the 3-Clause BSD License. @@ -317,7 +313,7 @@ For details, see https://github.com/grpc-ecosystem/grpc-gateway You can find a copy of the License at licenses/LICENSE-grpc-gateway ================================================================ -For ugorji/go (8dd4211afb5d08dbb39a533b9bb9e4b486351df6) +For ugorji/go (b4c50a2b199d93b13dc15e78929cfb23bfdf21ab) ================================================================ This product bundles ugorji/go which is licensed under the MIT License. For details, see https://github.com/ugorji/go @@ -354,14 +350,14 @@ For details, see https://github.com/labstack/echo You can find a copy of the License at licenses/LICENSE-echo ================================================================ -For labstack/gommon (3bc2d333a4c30531c47051369043bcabd62ff4c0) +For labstack/gommon (1121fd3e243c202482226a7afe4dcd07ffc4139a) ================================================================ This product bundles labstack/gommon which is licensed under the MIT License. For details, see https://github.com/labstack/gommon You can find a copy of the License at licenses/LICENSE-gommon ================================================================ -For mattn/go-colorable (efa589957cd060542a26d2dd7832fd6a6c6c3ade) +For mattn/go-colorable (167de6bfdfba052fa6b2d3664c8f5272e23c9072) ================================================================ This product bundles mattn/go-colorable which is licensed under the MIT License. For details, see https://github.com/mattn/go-colorable @@ -382,15 +378,7 @@ For details, see https://github.com/valyala/fasttemplate You can find a copy of the License at licenses/LICENSE-fasttemplate ================================================================ -For davecgh/go-spew (6cf5744a041a0022271cefed95ba843f6d87fd51) -================================================================ -This product bundles the go-spew library which is licensed under -the ISC License. -For details, see https://github.com/davecgh/go-spew -You can find a copy of the License at licenses/LICENSE-go-spew - -================================================================ -For eapache/queue (ded5959c0d4e360646dc9e9908cff48666781367) +For eapache/queue (44cc805cf13205b55f69e14bcb69867d1ae92f98) ================================================================ This product bundles the eapache/queue library which is licensed under the MIT License. @@ -398,7 +386,7 @@ For details, see https://github.com/eapache/queue You can find a copy of the License at licenses/LICENSE-eapache-queue ================================================================ -For eapache/go-xerial-snappy (bb955e01b9346ac19dc29eb16586c90ded99a98c) +For eapache/go-xerial-snappy (776d5712da21bc4762676d614db1d8a64f4238b0) ================================================================ This product bundles the eapache/go-xerial-snappy library which is licensed under the MIT License. @@ -406,7 +394,7 @@ For details, see https://github.com/eapache/go-xerial-snappy You can find a copy of the License at licenses/LICENSE-go-xerial-snappy ================================================================ -For eapache/go-resiliency (6800482f2c813e689c88b7ed3282262385011890) +For eapache/go-resiliency (ea41b0fad31007accc7f806884dcdf3da98b79ce) ================================================================ This product bundles the eapache/go-resiliency library which is licensed under the MIT License. @@ -421,14 +409,6 @@ licensed under the MIT License. For details, see https://github.com/go-logfmt/logfmt You can find a copy of the License at licenses/LICENSE-go-logfmt -================================================================ -For klauspost/crc32 (cb6bfca970f6908083f26f39a79009d608efd5cd) -================================================================ -This product bundles the klauspost/crc32 library which is -licensed under the 3-Clause BSD License. -For details, see https://github.com/ -You can find a copy of the License at licenses/LICENSE-klauspost-crc32 - ================================================================ For openzipkin/zipkin-go-opentracing (6bb822a7f15fdc5800b9822a6ac1bfa0b7d9195d) ================================================================ @@ -445,95 +425,14 @@ licensed under the MIT License. For details, see https://github.com/karlseguin/ccache You can find a copy of the License at licenses/LICENSE-ccache -For beego/x2j (a0352aadc5420072ebe692481a5d6913d77f8cf0) -================================================================ -This product bundles the beego/x2j library which is -licensed under the 3-Clause BSD License. -For details, see https://github.com/beego/x2j -You can find a copy of the License at licenses/LICENSE-x2j - -================================================================ -For belogik/goes (e54d722c3aff588e4c737fe11c07359019240824) -================================================================ -This product bundles the belogik/goes library which is -licensed under the 3-Clause BSD License. -For details, see https://github.com/belogik/goes -You can find a copy of the License at licenses/LICENSE-goes - -================================================================ -For bgentry/speakeasy (4aabc24848ce5fd31929f7d1e4ea74d3709c14cd) -================================================================ -This product bundles the speakeasy library which is -licensed under the MIT License for Unix portions and Apache -License v2 for windows. -For details, see https://github.com/bgentry/speakeasy -You can find a copy of the License at licenses/LICENSE-speakeasy -and licenses/LICENSE-speakeasy-windows - -================================================================ -For cloudflare/golz4 (ef862a3cdc58a6f1fee4e3af3d44fbe279194cde) -================================================================ -This product bundles the golz4 library which is -licensed under the 3-Clause BSD License. -For details, see https://github.com/cloudflare/golz4 -You can find a copy of the License at licenses/LICENSE-golz4 - -================================================================ -For couchbase/go-couchbase (8f4d4dae4027367687241fb6a3d11c59e76d867e) -================================================================ -This product bundles the go-couchbase library which is -licensed under the MIT License. -For details, see https://github.com/couchbase/go-couchbase -You can find a copy of the License at licenses/LICENSE-couchbase - -================================================================ -For couchbase/gomemcached (4ddb35b8aa8add8e7f6b58199f0bdaed5710e34b) -================================================================ -This product bundles the gomemcached library which is -licensed under the MIT License. -For details, see https://github.com/couchbase/gomemcached -You can find a copy of the License at licenses/LICENSE-gomemcached - ================================================================ -For cupcake/rdb (43ba34106c765f2111c0dc7b74cdf8ee437411e0) -================================================================ -This product bundles the rdb library which is -licensed under the MIT License. -For details, see https://github.com/cupcake/rdb -You can find a copy of the License at licenses/LICENSE-rdb - -================================================================ -For dustin/go-humanize (259d2a102b871d17f30e3cd9881a642961a1e486) -================================================================ -This product bundles the go-humanize library which is -licensed under the MIT License. -For details, see https://github.com/dustin/go-humanize -You can find a copy of the License at licenses/LICENSE-go-humanize - -================================================================ -For edsrzf/mmap-go (0bce6a6887123b67a60366d2c9fe2dfb74289d2e) -================================================================ -This product bundles the mmap-go library which is -licensed under the 3-Clause BSD License. -For details, see https://github.com/edsrzf/mmap-go -You can find a copy of the License at licenses/LICENSE-mmap-go - -================================================================ -For golang/snappy (553a641470496b2327abcac10b36396bd98e45c9) +For golang/snappy (2e65f85255dbc3072edf28d6b5b8efc472979f5a) ================================================================ This product bundles the snappy library which is licensed under the 3-Clause BSD License. For details, see https://github.com/golang/snappy You can find a copy of the License at licenses/LICENSE-snappy -================================================================ -For Knetic/govaluate (91facc4ae520fef82c9aee6b6ae720d9ae789131) -================================================================ -This product bundles the govaluate library which is -licensed under the MIT License. -For details, see https://github.com/Knetic/govalute -You can find a copy of the License at licenses/LICENSE-govaluate - ================================================================ For kr/logfmt (b84e30acd515aadc4b783ad4ff83aff3299bdfe0) ================================================================ @@ -543,23 +442,7 @@ For details, see https://github.com/kr/logfmt You can find a copy of the License at licenses/LICENSE-kr-logfmt ================================================================ -For kr/pty (2c10821df3c3cf905230d078702dfbe9404c9b23) -================================================================ -This product bundles the kr/pty library which is -licensed under the MIT License. -For details, see https://github.com/kr/pty -You can find a copy of the License at licenses/LICENSE-kr-pty - -================================================================ -For lib/pq (8837942c3e09574accbc5f150e2c5e057189cace) -================================================================ -This product bundles the lib/pq library which is -licensed under the MIT License. -For details, see https://github.com/lib/pq -You can find a copy of the License at licenses/LICENSE-lib-pq - -================================================================ -For mattn/go-runewidth (97311d9f7767e3d6f422ea06661bc2c7a19e8a5d) +For mattn/go-runewidth (ce7b0b5c7b45a81508558cd1dba6bb1e4ddb51bb) ================================================================ This product bundles the go-runewidth library which is licensed under the MIT License. @@ -567,7 +450,7 @@ For details, see https://github.com/mattn/go-runewidth You can find a copy of the License at licenses/LICENSE-go-runewidth ================================================================ -For onsi/ginkgo (a1f616c97771e46da1722d3aa9dcde0a43f55682) +For onsi/ginkgo (3774a09d95489ccaa16032e0770d08ea77ba6184) ================================================================ This product bundles the ginkgo library which is licensed under the MIT License. @@ -575,7 +458,7 @@ For details, see https://github.com/onsi/ginkgo You can find a copy of the License at licenses/LICENSE-ginkgo ================================================================ -For onsi/gomega (00acfa9d92a386415bd235ab069c52063f925998) +For onsi/gomega (b6ea1ea48f981d0f615a154a45eabb9dd466556d) ================================================================ This product bundles the gomega library which is licensed under the MIT License. @@ -583,45 +466,13 @@ For details, see https://github.com/onsi/gomega You can find a copy of the License at licenses/LICENSE-gomega ================================================================ -For pelletier/go-toml (69d355db5304c0f7f809a2edc054553e7142f016) -================================================================ -This product bundles the go-toml library which is -licensed under the MIT License. -For details, see https://github.com/pelletier/go-toml -You can find a copy of the License at licenses/LICENSE-go-toml - -================================================================ -For Shopify/sarama (9bb4a68d57ff6f623363aa172f0a8297aa289ba7) +For Shopify/sarama (a6144ae922fd99dd0ea5046c8137acfb7fab0914) ================================================================ This product bundles the sarama library which is licensed under the MIT License. For details, see https://github.com/Shopify/sarama You can find a copy of the License at licenses/LICENSE-sarama -================================================================ -For siddontang/go (cb568a3e5cc06256f91a2da5a87455f717eb33f4) -================================================================ -This product bundles the siddongtang library which is -licensed under the MIT License. -For details, see https://github.com/siddontang -You can find a copy of the License at licenses/LICENSE-siddontang-go - -================================================================ -For siddontang/ledisdb (0cb8e1a348b4877bff4648d59a75b793a0664b41) -================================================================ -This product bundles the ledisdb library which is -licensed under the MIT License. -For details, see https://github.com/siddontang/ledisdb -You can find a copy of the License at licenses/LICENSE-ledisdb - -================================================================ -For siddontang/rdb (fc89ed2e418d27e3ea76e708e54276d2b44ae9cf) -================================================================ -This product bundles the siddontang/rdb library which is -licensed under the MIT License. -For details, see https://github.com/siddontang/rdb -You can find a copy of the License at licenses/LICENSE-siddontang-rdb - ================================================================ For spf13/pflag (e57e3eeb33f795204c1ca35f56c44f83227c6e66) ================================================================ @@ -630,22 +481,6 @@ licensed under the 3-Clause BSD License. For details, see https://github.com/spf13/pflag You can find a copy of the License at licenses/LICENSE-pflag -================================================================ -For syndtr/goleveldb (8c81ea47d4c41a385645e133e15510fc6a2a74b4) -================================================================ -This product bundles the goleveldb library which is -licensed under the 2-Clause BSD License. -For details, see https://github.com/syndtr/goleveldb -You can find a copy of the License at licenses/LICENSE-goleveldb - -================================================================ -For urfave/cli (b892ba3809cd07fcf2b064e166b0c2e16e0147bd) -================================================================ -This product bundles the urfave/cli library which is -licensed under the MIT License. -For details, see https://github.com/urfave/cli -You can find a copy of the License at licenses/LICENSE-urfave/cli - ================================================================ For widuu/gojson (7da9d2cd949b3f1b4e3039dd985773df8cf68a99) ================================================================ @@ -905,7 +740,7 @@ For details, see https://github.com/howeyc/gopass You can find a copy of the License at licenses/LICENSE-howeyc-gopass ================================================================ -For imdario/mergo (6633656539c1639d9d78127b7d47c622b5d7b6dc) +For imdario/mergo (9f23e2d6bd2a77f959b2bf6acdbefd708a83a4a4) ================================================================ This product bundles imdario/mergo which is licensed under the 3-Clause BSD License. @@ -913,7 +748,7 @@ For details, see https://github.com/imdario/mergo You can find a copy of the License at licenses/LICENSE-imdario-mergo ================================================================ -For hashicorp/golang-lru (0fb14efe8c47ae851c0034ed7a448854d3d34cf3) +For hashicorp/golang-lru (20f1fb78b0740ba8c3cb143a61e86ba5c8669768) ================================================================ This product bundles the hashicorp/golang-lru library which is licensed under the MPL 2.0 License. @@ -921,14 +756,14 @@ For details, see https://github.com/hashicorp/golang-lru You can find a copy of the License at licenses/LICENSE-hashicorp-golang-lru ================================================================ -For json-iterator/go (1.1.3) +For json-iterator/go (1.1.5) ================================================================ This product bundles the json-iterator/go library which is licensed under the MIT License. For details, see https://github.com/json-iterator/go You can find a copy of the License at licenses/LICENSE-json-iterator-go ================================================================ -For valyala/bytebufferpool (master) +For valyala/bytebufferpool (v1.0.0) ================================================================ This product bundles valyala/bytebufferpool which is licensed under the MIT License. For details, see https://github.com/valyala/bytebufferpool @@ -941,3 +776,103 @@ This product bundles cheggaaa/pb which is licensed under the 3-Clause BSD License. For details, see https://github.com/cheggaaa/pb You can find a copy of the License at licenses/LICENSE-cheggaaa-pb + +================================================================ +For coreos/bbolt (v1.3.1-coreos.6) +================================================================ +This product bundles coreos/bbolt which is licensed under the MIT License. +For details, see https://github.com/coreos/bbolt +You can find a copy of the License at licenses/LICENSE-coreos-bbolt + +================================================================ +For hpcloud/tail (v1.0.0) +================================================================ +This product bundles hpcloud/tail which is licensed under the MIT License. +For details, see https://github.com/hpcloud/tail +You can find a copy of the License at licenses/LICENSE-hpcloud-tail + +================================================================ +For pierrec/lz4 (v2.0.5) +================================================================ +This product bundles the pierrec/lz4 library which is +licensed under the 3-Clause BSD License. +For details, see https://github.com/pierrec/lz4 +You can find a copy of the License at licenses/LICENSE-pierrec-lz4 + +================================================================ +For rcrowley/go-metrics (e2704e165165ec55d062f5919b4b29494e9fa790) +================================================================ +For details, see https://github.com/rcrowley/go-metrics +You can find a copy of the License at licenses/LICENSE-rcrowley-go-metrics + +================================================================ +For sirupsen/logrus (v1.3.0) +================================================================ +This product bundles sirupsen/logrus which is licensed under the MIT License. +For details, see https://github.com/sirupsen/logrus +You can find a copy of the License at licenses/LICENSE-sirupsen-logrus + +================================================================ +For tmc/grpc-websocket-proxy (0ad062ec5ee553a48f6dbd280b7a1b5638e8a113) +================================================================ +This product bundles tmc/grpc-websocket-proxy which is licensed under the MIT License. +For details, see https://github.com/tmc/grpc-websocket-proxy +You can find a copy of the License at licenses/LICENSE-tmc-grpc-websocket-proxy + +================================================================ +For fsnotify/fsnotify (v1.4.7) +================================================================ +This product bundles fsnotify/fsnotify which is licensed under the 3-Clause BSD +License. +For details, see https://github.com/fsnotify/fsnotify +You can find a copy of the License at licenses/LICENSE-fsnotify-fsnotify + +================================================================ +For go-tomb/tomb (dd632973f1e7218eb1089048e0798ec9ae7dceb8) +================================================================ +For details, see https://github.com/go-tomb/tomb +You can find a copy of the License at licenses/LICENSE-go-tomb-tomb + +================================================================ +For BurntSushi/toml (v0.3.1) +================================================================ +This product bundles BurntSushi/toml which is licensed under the MIT License. +For details, see https://github.com/BurntSushi/toml +You can find a copy of the License at licenses/COPYING-BurntSushi-toml + +================================================================ +For Shopify/toxiproxy (v2.1.4) +================================================================ +This product bundles Shopify/toxiproxy which is licensed under the MIT License. +For details, see https://github.com/Shopify/toxiproxy +You can find a copy of the License at licenses/LICENSE-Shopify-toxiproxy + +================================================================ +For fatih/color (v2.1.4) +================================================================ +This product bundles fatih/color which is licensed under the MIT License. +For details, see https://github.com/fatih/color +You can find a copy of the License at licenses/LICENSE-fatih-color + +================================================================ +For karlseguin/expect (v1.0.1) +================================================================ +This product bundles karlseguin/expect which is licensed under the MIT License. +For details, see https://github.com/karlseguin/expect +You can find a copy of the License at licenses/LICENSE-karlseguin-expect + +================================================================ +For pkg/errors (v1.4.7) +================================================================ +This product bundles pkg/errors which is licensed under the 2-Clause BSD +License. +For details, see https://github.com/pkg/errors +You can find a copy of the License at licenses/LICENSE-pkg-errors + +================================================================ +For wsxiaoys/terminal (0940f3fc43a0ed42d04916b1c04578462c650b09) +================================================================ +This product bundles wsxiaoys/terminal which is licensed under the 3-Clause BSD +License. +For details, see https://github.com/wsxiaoys/terminal +You can find a copy of the License at licenses/LICENSE-wsxiaoys-terminal \ No newline at end of file diff --git a/scripts/release/licenses/LICENSE-siddontang-rdb b/scripts/release/licenses/COPYING-BurntSushi-toml similarity index 88% rename from scripts/release/licenses/LICENSE-siddontang-rdb rename to scripts/release/licenses/COPYING-BurntSushi-toml index 62e39acfe..01b574320 100644 --- a/scripts/release/licenses/LICENSE-siddontang-rdb +++ b/scripts/release/licenses/COPYING-BurntSushi-toml @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 siddontang +Copyright (c) 2013 TOML authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/scripts/release/licenses/LICENSE-ledisdb b/scripts/release/licenses/LICENSE-Shopify-toxiproxy similarity index 97% rename from scripts/release/licenses/LICENSE-ledisdb rename to scripts/release/licenses/LICENSE-Shopify-toxiproxy index 75a8c9772..04d0a14b1 100644 --- a/scripts/release/licenses/LICENSE-ledisdb +++ b/scripts/release/licenses/LICENSE-Shopify-toxiproxy @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 siddontang +Copyright (c) 2014 Shopify Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 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. + diff --git a/scripts/release/licenses/LICENSE-couchbase b/scripts/release/licenses/LICENSE-fatih-color similarity index 52% rename from scripts/release/licenses/LICENSE-couchbase rename to scripts/release/licenses/LICENSE-fatih-color index 0b23ef358..25fdaf639 100644 --- a/scripts/release/licenses/LICENSE-couchbase +++ b/scripts/release/licenses/LICENSE-fatih-color @@ -1,19 +1,20 @@ -Copyright (c) 2013 Couchbase, Inc. +The MIT License (MIT) + +Copyright (c) 2013 Fatih Arslan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN 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. +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN 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. diff --git a/scripts/release/licenses/LICENSE-klauspost-crc32 b/scripts/release/licenses/LICENSE-fsnotify-fsnotify similarity index 96% rename from scripts/release/licenses/LICENSE-klauspost-crc32 rename to scripts/release/licenses/LICENSE-fsnotify-fsnotify index 4fd5963e3..f21e54080 100644 --- a/scripts/release/licenses/LICENSE-klauspost-crc32 +++ b/scripts/release/licenses/LICENSE-fsnotify-fsnotify @@ -1,5 +1,5 @@ Copyright (c) 2012 The Go Authors. All rights reserved. -Copyright (c) 2015 Klaus Post +Copyright (c) 2012 fsnotify Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/scripts/release/licenses/LICENSE-go-spew b/scripts/release/licenses/LICENSE-go-spew deleted file mode 100644 index bc52e96f2..000000000 --- a/scripts/release/licenses/LICENSE-go-spew +++ /dev/null @@ -1,15 +0,0 @@ -ISC License - -Copyright (c) 2012-2016 Dave Collins - -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. diff --git a/scripts/release/licenses/LICENSE-go-tomb-tomb b/scripts/release/licenses/LICENSE-go-tomb-tomb new file mode 100644 index 000000000..a4249bb31 --- /dev/null +++ b/scripts/release/licenses/LICENSE-go-tomb-tomb @@ -0,0 +1,29 @@ +tomb - support for clean goroutine termination in Go. + +Copyright (c) 2010-2011 - Gustavo Niemeyer + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/scripts/release/licenses/LICENSE-go-toml b/scripts/release/licenses/LICENSE-go-toml deleted file mode 100644 index 583bdae62..000000000 --- a/scripts/release/licenses/LICENSE-go-toml +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2013 - 2017 Thomas Pelletier, Eric Anderton - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN 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. diff --git a/scripts/release/licenses/LICENSE-goes b/scripts/release/licenses/LICENSE-goes deleted file mode 100644 index cc3fe42ea..000000000 --- a/scripts/release/licenses/LICENSE-goes +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) 2013 Belogik. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Belogik nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/scripts/release/licenses/LICENSE-goleveldb b/scripts/release/licenses/LICENSE-goleveldb deleted file mode 100644 index 4a772d1ab..000000000 --- a/scripts/release/licenses/LICENSE-goleveldb +++ /dev/null @@ -1,24 +0,0 @@ -Copyright 2012 Suryandaru Triandana -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/scripts/release/licenses/LICENSE-golz4 b/scripts/release/licenses/LICENSE-grpc-gateway similarity index 55% rename from scripts/release/licenses/LICENSE-golz4 rename to scripts/release/licenses/LICENSE-grpc-gateway index 1579e81a9..364516251 100644 --- a/scripts/release/licenses/LICENSE-golz4 +++ b/scripts/release/licenses/LICENSE-grpc-gateway @@ -1,24 +1,24 @@ -Copyright (c) 2013 CloudFlare, Inc. +Copyright (c) 2015, Gengo, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, this - list of conditions and the following disclaimer in the documentation and/or - other materials provided with the distribution. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. -* Neither the name of the CloudFlare, Inc. nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. + * Neither the name of Gengo, Inc. nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON diff --git a/scripts/release/licenses/LICENSE-govaluate b/scripts/release/licenses/LICENSE-hpcloud-tail similarity index 89% rename from scripts/release/licenses/LICENSE-govaluate rename to scripts/release/licenses/LICENSE-hpcloud-tail index 0ef0f41ec..818d802a5 100644 --- a/scripts/release/licenses/LICENSE-govaluate +++ b/scripts/release/licenses/LICENSE-hpcloud-tail @@ -1,6 +1,7 @@ -The MIT License (MIT) +# The MIT License (MIT) -Copyright (c) 2014-2016 George Lester +# © Copyright 2015 Hewlett Packard Enterprise Development LP +Copyright (c) 2014 ActiveState Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -8,7 +9,6 @@ in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. diff --git a/scripts/release/licenses/LICENSE-gomemcached b/scripts/release/licenses/LICENSE-karlseguin-expect similarity index 96% rename from scripts/release/licenses/LICENSE-gomemcached rename to scripts/release/licenses/LICENSE-karlseguin-expect index b01ef8026..f2263d44c 100644 --- a/scripts/release/licenses/LICENSE-gomemcached +++ b/scripts/release/licenses/LICENSE-karlseguin-expect @@ -1,4 +1,4 @@ -Copyright (c) 2013 Dustin Sallings +Copyright (c) 2014 Karl Seguin. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/scripts/release/licenses/LICENSE-kr-pty b/scripts/release/licenses/LICENSE-kr-pty deleted file mode 100644 index 6b7558b6b..000000000 --- a/scripts/release/licenses/LICENSE-kr-pty +++ /dev/null @@ -1,23 +0,0 @@ -Copyright (c) 2011 Keith Rarick - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated -documentation files (the "Software"), to deal in the -Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, -sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall -be included in all copies or substantial portions of the -Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR -PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS -OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -OTHER LIABILITY, WHETHER IN AN 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. diff --git a/scripts/release/licenses/LICENSE-lib-pq b/scripts/release/licenses/LICENSE-lib-pq deleted file mode 100644 index fe527e0d7..000000000 --- a/scripts/release/licenses/LICENSE-lib-pq +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2011-2013, 'pq' Contributors Portions Copyright (C) 2011 Blake Mizerany - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 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. diff --git a/scripts/release/licenses/LICENSE-pierrec-lz4 b/scripts/release/licenses/LICENSE-pierrec-lz4 new file mode 100644 index 000000000..bd899d835 --- /dev/null +++ b/scripts/release/licenses/LICENSE-pierrec-lz4 @@ -0,0 +1,28 @@ +Copyright (c) 2015, Pierre Curto +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of xxHash nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/scripts/release/licenses/LICENSE-pkg-errors b/scripts/release/licenses/LICENSE-pkg-errors new file mode 100644 index 000000000..835ba3e75 --- /dev/null +++ b/scripts/release/licenses/LICENSE-pkg-errors @@ -0,0 +1,23 @@ +Copyright (c) 2015, Dave Cheney +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/scripts/release/licenses/LICENSE-pkg-erros b/scripts/release/licenses/LICENSE-pkg-erros new file mode 100644 index 000000000..835ba3e75 --- /dev/null +++ b/scripts/release/licenses/LICENSE-pkg-erros @@ -0,0 +1,23 @@ +Copyright (c) 2015, Dave Cheney +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/scripts/release/licenses/LICENSE-rcrowley-go-metrics b/scripts/release/licenses/LICENSE-rcrowley-go-metrics new file mode 100644 index 000000000..363fa9ee7 --- /dev/null +++ b/scripts/release/licenses/LICENSE-rcrowley-go-metrics @@ -0,0 +1,29 @@ +Copyright 2012 Richard Crowley. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + +THIS SOFTWARE IS PROVIDED BY RICHARD CROWLEY ``AS IS'' AND ANY EXPRESS +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL RICHARD CROWLEY OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF +THE POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation +are those of the authors and should not be interpreted as representing +official policies, either expressed or implied, of Richard Crowley. diff --git a/scripts/release/licenses/LICENSE-rdb b/scripts/release/licenses/LICENSE-rdb deleted file mode 100644 index 50257901b..000000000 --- a/scripts/release/licenses/LICENSE-rdb +++ /dev/null @@ -1,21 +0,0 @@ -Copyright (c) 2012 Jonathan Rudenberg -Copyright (c) 2012 Sripathi Krishnan - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 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. diff --git a/scripts/release/licenses/LICENSE-x2j b/scripts/release/licenses/LICENSE-wsxiaoys-terminal similarity index 94% rename from scripts/release/licenses/LICENSE-x2j rename to scripts/release/licenses/LICENSE-wsxiaoys-terminal index 93bacb6ca..24fb02077 100644 --- a/scripts/release/licenses/LICENSE-x2j +++ b/scripts/release/licenses/LICENSE-wsxiaoys-terminal @@ -1,5 +1,4 @@ -Copyright (c) 2012-2013 Charles Banning . -All rights reserved. +Copyright (c) 2013 Meng Zhang. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are