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 2347028039d1c6a16865c9d87530cd4b0475b343
Author: Dylan Volz <dylan_v...@comcast.com>
AuthorDate: Mon Mar 26 10:03:29 2018 -0600

    properly license and exclude from rat vendored ldap and asn1-ber 
dependencies
---
 .rat-excludes         |  2 ++
 licenses/MIT-asn1-ber | 22 ++++++++++++++++++++++
 licenses/MIT-ldap     | 22 ++++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/.rat-excludes b/.rat-excludes
index 7919d83..ca1ee9d 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -65,3 +65,5 @@ crypto(?:                            Go BSD. Properly 
documented in LICENSE ){0}
 kelseyhightower(?:                   MIT. Properly documented in LICENSE ){0}
 asaskevich(?:                        MIT. Properly documented in LICENSE ){0}
 go-ozzo(?:                           MIT. Properly documented in LICENSE ){0}
+ldap.v2(?:                           MIT. Properly documented in LICENSE ){0}
+asn1-ber.v1(?:                       MIT. Properly documented in LICENSE ){0}
diff --git a/licenses/MIT-asn1-ber b/licenses/MIT-asn1-ber
new file mode 100644
index 0000000..23f9425
--- /dev/null
+++ b/licenses/MIT-asn1-ber
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2011-2015 Michael Mitton (mmit...@gmail.com)
+Portions copyright (c) 2015-2016 go-asn1-ber 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
+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/licenses/MIT-ldap b/licenses/MIT-ldap
new file mode 100644
index 0000000..6c0ed4b
--- /dev/null
+++ b/licenses/MIT-ldap
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2011-2015 Michael Mitton (mmit...@gmail.com)
+Portions copyright (c) 2015-2016 go-ldap 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
+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.

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

Reply via email to