Skip to content

Commit

Permalink
Updated DEPENDENCIES, NOTICE and LICENSE files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Dec 18, 2014
1 parent 8cfc2ad commit 2551dc4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ under the Apache License (v 2.0):
- Apache Derby (http:https://db.apache.org/derby/)
- Apache Kafka (http:https://kafka.apache.org)
- Apache Flume (http:https://flume.apache.org)
- Apache Camel (http:https://camel.apache.org)
- Google Guava (https://code.google.com/p/guava-libraries/)
- Netty (http:https://netty.io)
- Powermock (http:https://www.powermock.org)
Expand All @@ -33,6 +34,7 @@ under the Apache License (v 2.0):
- StartBootstrap (http:https://startbootstrap.com)
- CHAP Links Library Timeline (http:https://almende.github.io/chap-links-library/)
- Twitter Hosebird Client (hbc) (https://github.com/twitter/hbc)
- Akka (http:https://akka.io)


-----------------------------------------------------------------------
Expand Down Expand Up @@ -65,6 +67,7 @@ under the MIT License
- normalize.css v3.0.0 (http:https://git.io/normalize) - Copyright (c) Nicolas Gallagher and Jonathan Neal
- Font Awesome - Code (http:https://fortawesome.github.io/Font-Awesome/) - Copyright (c) 2014 Dave Gandy
- D3 dagre renderer (https://github.com/cpettitt/dagre-d3) - Copyright (c) 2012-2013 Chris Pettitt
- scopt v3.2.0 (http:https://github.com/scopt/scopt)


All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ The Apache Flink project bundles the following files under the MIT License:
- normalize.css v3.0.0 (http:https://git.io/normalize) - Copyright (c) Nicolas Gallagher and Jonathan Neal
- Font Awesome - Code (http:https://fortawesome.github.io/Font-Awesome/) - Copyright (c) 2014 Dave Gandy
- D3 dagre renderer (https://github.com/cpettitt/dagre-d3) - Copyright (c) 2012-2013 Chris Pettitt
- scopt (http:https://github.com/scopt/scopt)


All rights reserved.
Expand Down
29 changes: 29 additions & 0 deletions flink-dist/src/main/flink-bin/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ projects: See https://issues.apache.org/jira/browse/HBASE-3374)
Portions of this software were developed at
Cloudera, Inc. (http:https://www.cloudera.com/).

-----------------------------------------------------------------------
Apache Camel
-----------------------------------------------------------------------

This product includes software developed by The Apache Software
Foundation (http:https://www.apache.org/).

-----------------------------------------------------------------------
Akka
-----------------------------------------------------------------------

Copyright 2009-2014 Typesafe Inc. (http:https://www.typesafe.com)

-----------------------------------------------------------------------
Amazon Web Services SDK for Java
Expand Down Expand Up @@ -516,3 +528,20 @@ project. The following notice covers the Xalan jar files:
- software copyright (c) 1999, Sun Microsystems., http:https://www.sun.com.
- software copyright (c) 2000 World Wide Web Consortium, http:https://www.w3.org


-----------------------------------------------------------------------
Scopt
-----------------------------------------------------------------------

* January 13, 2008: Aaron Harnly creates aaronharnly/scala-options.
* December 1, 2009: Tim Perrett introduces it as a gist on Parsing command lines argument in a
"scalaesque" way.
* January 10, 2010: James Strachan takes the code, adds usage text, sbt build, etc and creates
jstrachan/scopt, which is also mentioned in Scala CLI Library?.
* March 4th, 2010: Eugene Yokota joins scopt project, improves usage text, and adds support for
key=value option and argument list.
* May 27, 2011: scopt 1.0.0 is released to scala-tools.org.
* March 18, 2012: Eugene adds immutable parser, forks the project to scopt/scopt, and releases
scopt 2.0.0.
* June 7, 2013: Eugene rewrites scopt from scratch for polymorphic options, and releases scopt 3
.0.0.

0 comments on commit 2551dc4

Please sign in to comment.