Repository: incubator-airflow Updated Branches: refs/heads/master 3aa7ffa64 -> 16b5f9a19
[AIRFLOW-1525] Fix minor LICENSE and NOTICE issues Closes #2884 from criccomini/AIRFLOW-1525 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/16b5f9a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/16b5f9a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/16b5f9a1 Branch: refs/heads/master Commit: 16b5f9a196b5b1849c162005e1254a0ba6f45893 Parents: 3aa7ffa Author: Chris Riccomini <[email protected]> Authored: Fri Dec 15 13:58:54 2017 -0800 Committer: Chris Riccomini <[email protected]> Committed: Fri Dec 15 13:58:54 2017 -0800 ---------------------------------------------------------------------- LICENSE | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/16b5f9a1/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 19ba93f..d468094 100644 --- a/LICENSE +++ b/LICENSE @@ -224,7 +224,8 @@ The text of each license is also included at licenses/LICENSE-[project]-[version (MIT License) Clock Plugin (https://github.com/Lwangaman/jQuery-Clock-Plugin) (MIT License) WebGL-2D (https://github.com/gameclosure/webgl-2d) (MIT License) Underscore.js (http://underscorejs.org) - + (MIT License) Bootstrap Toggle (http://www.bootstraptoggle.com) + (MIT License) normalize.css (http://git.io/normalize) ======================================================================== BSD 2-Clause licenses @@ -236,3 +237,5 @@ The text of each license is also included at licenses/LICENSE-[project]-[version (BSD 2 License) flask-kerberos (https://github.com/mkomitee/flask-kerberos) (BSD 2 License) Ace (https://github.com/ajaxorg/ace) (BSD 2 License) d3js (https://d3js.org) + (BSD 3 License) parallel.js (https://parallel.js.org/) +
