This is an automated email from the ASF dual-hosted git repository.

rob pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 2dfa615f74e6fcefc195035bdd2941d4b4943a5e
Author: Chris Lemmons <alfic...@gmail.com>
AuthorDate: Tue Jan 30 16:15:23 2018 -0700

    Fixed additional licensing issues.
---
 .dependency_license |  3 ++-
 LICENSE             | 15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/.dependency_license b/.dependency_license
index 585a3f8..1dee1fb 100644
--- a/.dependency_license
+++ b/.dependency_license
@@ -14,6 +14,7 @@ CHANGELOG$, Docs
 # These files cannot contain comments, so no header can be added.
 # They are nevertheless covered by the Apache license.
 \.gitignore$, Apache
+\.mailmap$, Apache
 \.gitattributes$, Apache
 \.classpath$, Apache
 \.pmd$, Apache
@@ -39,7 +40,7 @@ CrStates$, Apache # JSON with a specific format.
 ^traffic_monitor_java/src/main/webapp/.*\.(png|jpe?g|ico|gif)$, Apache
 /images/.*\.(png|jpe?g|ico|gif)$, Apache
 favicon.ico$, Apache
-^traffic_ops/goto/testFiles/, Apache
+^traffic_ops/experimental/goto/testFiles/, Apache
 cron\.d/[^/]*$, Apache
 \.pem$, Apache # Single certificate file.
 
diff --git a/LICENSE b/LICENSE
index 2cce8d3..eb9d1d5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -317,6 +317,7 @@ For the jwt-go component:
 
 For the pq component:
 @traffic_ops/experimental/traffic_ops_auth/vendor/github.com/lib/pq/*
+@traffic_ops/testing/api/vendor/github.com/lib/pq/*
 ./traffic_ops/experimental/traffic_ops_auth/vendor/github.com/lib/pq/LICENSE.md
 
 and also:
@@ -393,6 +394,7 @@ For the protobuf component:
 
 For the sqlx component:
 @traffic_ops/traffic_ops_golang/vendor/github.com/jmoiron/sqlx/*
+@traffic_ops/testing/api/vendor/github.com/jmoiron/sqlx/*
 ./traffic_ops/traffic_ops_golang/vendor/github.com/jmoiron/sqlx/LICENSE
 
 For the backoff component:
@@ -405,8 +407,21 @@ The riak-go-client component is used under the Apache 
license:
 
 The x/crypto library is used under the BSD License from the Go Authors:
 @traffic_ops/traffic_ops_golang/vendor/golang.org/x/crypto/*
+@traffic_ops/testing/api/vendor/golang.org/x/crypto/*
 ./traffic_ops/traffic_ops_golang/vendor/golang.org/x/crypto/LICENSE
 
+The x/net library is used under the BSD License from the Go Authors:
+@traffic_ops/testing/api/vendor/golang.org/x/net/*
+./traffic_ops/testing/api/vendor/golang.org/x/net/LICENSE
+
 The envconfig component is used under the MIT license:
 @traffic_ops/testing/api/vendor/github.com/kelseyhightower/envconfig/*
 ./traffic_ops/testing/api/vendor/github.com/kelseyhightower/envconfig/LICENSE
+
+The govalidator component is used under the MIT license:
+@traffic_ops/traffic_ops_golang/vendor/github.com/asaskevich/govalidator/*
+./traffic_ops/traffic_ops_golang/vendor/github.com/asaskevich/govalidator/LICENSE
+
+The ozzo-validation component is used under the MIT license:
+@traffic_ops/traffic_ops_golang/vendor/github.com/go-ozzo/ozzo-validation/*
+./traffic_ops/traffic_ops_golang/vendor/github.com/go-ozzo/ozzo-validation/LICENSE

-- 
To stop receiving notification emails like this one, please contact
r...@apache.org.

Reply via email to