You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/01/24 22:21:08 UTC

[20/30] incubator-trafficcontrol git commit: Added links to the files themselves to the LICENSE.

Added links to the files themselves to the LICENSE.

This lets readers know where the components are located and is
machine readable so as to allow grepping the license file for
dependencies.

(cherry picked from commit c8a983ef2d0d928b03c6eae26cde35fe905f04ba)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/9e6a59b6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/9e6a59b6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/9e6a59b6

Branch: refs/heads/1.8.x
Commit: 9e6a59b636892aa9cd3b5a9e16f23e8b35eb47fc
Parents: 5bffaa5
Author: Chris Lemmons <al...@gmail.com>
Authored: Tue Jan 24 09:22:46 2017 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Tue Jan 24 11:44:34 2017 -0700

----------------------------------------------------------------------
 LICENSE | 35 +++++++++++++++++++++++++++++++----
 1 file changed, 31 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/9e6a59b6/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 17744d9..8568f37 100644
--- a/LICENSE
+++ b/LICENSE
@@ -202,25 +202,30 @@
    limitations under the License.
 
 
-APACHE TRAFFICCONTROL SUBCOMPONENTS: 
+APACHE TRAFFICCONTROL SUBCOMPONENTS:
 
 Apache TrafficControl includes a number of subcomponents with
 separate copyright notices and license terms. Your use of the source
 code for the these subcomponents is subject to the terms and
-conditions of the following licenses. 
+conditions of the following licenses.
 
 For the sphinx_rtd_theme component:
+@docs/source/_themes/sphinx_rtd_theme/*
 
 The MIT License (MIT): https://github.com/snide/sphinx_rtd_theme/blob/master/LICENSE
 
 Copyright (c) 2013 Dave Snider
 
 For the sphinx_rtd_theme/search.html component:
+@docs/source/_themes/sphinx_rtd_theme/search.html
 
 :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
 :license: BSD, see LICENSE for details.
 
 For the fontawesome component:
+@docs/source/_themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf
+@docs/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.*
+
 
 /*
  *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
@@ -228,6 +233,7 @@ For the fontawesome component:
  */
 
 For the bootstrap component:
+@misc/traffic-control-cdn/css/bootstrap*
 
 /*!
  * Bootstrap v3.2.0 (http://getbootstrap.com)
@@ -238,6 +244,7 @@ For the bootstrap component:
 /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
 
 For the sorttable component:
+@traffic_monitor/experimental/traffic_monitor/static/sorttable.js
 
 /*
   SortTable
@@ -267,6 +274,7 @@ For the jQuery component:
  */
 
 For the jQuery UI component:
+@traffic_ops/app/public/css/jquery-ui.structure.css
 
 jQuery UI CSS Framework 1.11.2
 http://jqueryui.com
@@ -278,6 +286,9 @@ http://jquery.org/license
 
 
 For the jMenu component:
+@traffic_ops/app/public/*/jMenu.*
+@traffic_ops/app/public/*/jmenu.*
+@traffic_ops/app/templates/jmenu.html.ep
 
 /************************************************************************
 *************************************************************************
@@ -292,6 +303,10 @@ For the jMenu component:
 *************************************************************************/
 
 For the DataTables component:
+@traffic_ops/app/public/js/jquery.dataTables.js
+@traffic_ops/experimental/ui/app/src/assets/css/jquery.dataTables.min.css
+@traffic_ops/experimental/ui/app/src/assets/js/dataTables.tableTools.js
+@traffic_ops/experimental/ui/app/src/assets/js/jquery.dataTables.min.js
 
 /**
  * @summary     DataTables
@@ -309,16 +324,18 @@ For the DataTables component:
  */
 
 For the ng-map component:
+@traffic_ops/experimental/ui/app/src/assets/js/ng-map_1.17.6.min.js
 
 /**
  * AngularJS Google Maps Ver. 1.17.3
  *
  * The MIT License (MIT)
- * 
+ *
  * Copyright (c) 2014, 2015, 1016 Allen Kim
  */
 
 For the underscore component:
+@traffic_ops/experimental/ui/app/src/assets/js/underscore-min_1.8.3.js
 
 //     Underscore.js 1.8.3
 //     http://underscorejs.org
@@ -326,12 +343,14 @@ For the underscore component:
 //     Underscore may be freely distributed under the MIT license.
 
 For the selenium component:
+@infrastructure/test/ui/vendor/github.com/tebeka/selenium/*
 
 Copyright (c) 2012-2016 The Selenium Go Client Authors.
 
 This project is licensed under the MIT license.
 
 For the gmx component:
+@traffic_monitor/experimental/vendor/github.com/davecheney/gmx/*
 
 Copyright (c) 2012, David Cheney
 All rights reserved.
@@ -339,6 +358,7 @@ All rights reserved.
 ./traffic_monitor/experimental/vendor/github.com/davecheney/gmx/LICENCE
 
 For the stoppableListener component:
+@traffic_monitor/experimental/vendor/github.com/hydrogen18/stoppableListener/*
 
 Copyright (c) 2014, Eric Urban
 All rights reserved.
@@ -346,18 +366,21 @@ All rights reserved.
 ./traffic_monitor/experimental/vendor/github.com/hydrogen18/stoppableListener/LICENSE
 
 For the fsnotify component:
+@traffic_monitor/experimental/vendor/gopkg.in/fsnotify.v1/*
 
 Copyright (c) 2012 fsnotify Authors. All rights reserved.
 
 ./traffic_monitor/experimental/vendor/gopkg.in/fsnotify.v1/LICENSE
 
 For the jwt-go component:
+@traffic_ops/experimental/traffic_ops_auth/vendor/github.com/dgrijalva/jwt-go/*
 
 Copyright (c) 2012 Dave Grijalva
 
 ./traffic_ops/experimental/traffic_ops_auth/vendor/github.com/dgrijalva/jwt-go/LICENSE
 
 For the pq component:
+@traffic_ops/experimental/traffic_ops_auth/vendor/github.com/lib/pq/*
 
 Copyright (c) 2011-2013, 'pq' Contributors
 Portions Copyright (C) 2011 Blake Mizerany
@@ -365,6 +388,7 @@ Portions Copyright (C) 2011 Blake Mizerany
 ./traffic_ops/experimental/traffic_ops_auth/vendor/github.com/lib/pq/LICENSE.md
 
 For the MaxMind DB GeoLite2 Database:
+@traffic_router/core/src/test/resources/geo/GeoLite2-City.mmdb.gz
 
 Creative Commons Attribution-ShareAlike 4.0 International Public License
 
@@ -375,6 +399,7 @@ to download and install the database will instead be included.
 
 
 For the gofmt github hook:
+@misc/git/pre-commit-hooks/01-gofmt
 
 Copyright (c) 2009 The Go Authors. All rights reserved.
 
@@ -382,6 +407,7 @@ https://golang.org/LICENSE
 
 
 For the ssl-bundle.crt:
+@traffic_ops/experimental/ui/ssl/tls/certs/ssl-bundle.crt
 
 This is derived from the Mozilla root CA list, which is licensed under
 the MPL, so the ssl-bundle.crt is likewise licensed under the MPL:
@@ -389,12 +415,14 @@ the MPL, so the ssl-bundle.crt is likewise licensed under the MPL:
 Mozilla Public License Version 2.0: https://www.mozilla.org/en-US/MPL/2.0/
 
 For the Select2 component:
+@traffic_ops/app/public/*/select2.*
 
 The Apache License http://www.apache.org/licenses/LICENSE-2.0
 
 Copyright (c) 2012-2015 Kevin Brown, Igor Vaynberg, and Select2 contributors
 
 For the prettyprint component:
+@traffic_ops/app/public/js/prettyprint.js
 
 /*
 Copyright (c) 2009 James Padolsey.  All rights reserved.
@@ -445,4 +473,3 @@ For the angular-loading-bar component:
  */
 
 https://github.com/chieffancypants/angular-loading-bar/blob/master/LICENSE
-