You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2014/12/18 19:45:42 UTC

[46/82] [abbrv] incubator-flink git commit: Updated DEPENDENCIES, NOTICE and LICENSE files.

Updated DEPENDENCIES, NOTICE and LICENSE files.


Project: http://git-wip-us.apache.org/repos/asf/incubator-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/2551dc43
Tree: http://git-wip-us.apache.org/repos/asf/incubator-flink/tree/2551dc43
Diff: http://git-wip-us.apache.org/repos/asf/incubator-flink/diff/2551dc43

Branch: refs/heads/master
Commit: 2551dc43d5ef60696e44cfc78f21c4756da97b43
Parents: 8cfc2ad
Author: Till Rohrmann <tr...@apache.org>
Authored: Mon Oct 13 16:06:50 2014 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Thu Dec 18 18:58:30 2014 +0100

----------------------------------------------------------------------
 DEPENDENCIES                         |  3 +++
 LICENSE                              |  1 +
 flink-dist/src/main/flink-bin/NOTICE | 29 +++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/2551dc43/DEPENDENCIES
----------------------------------------------------------------------
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 1f421d6..8e616b5 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -23,6 +23,7 @@ under the Apache License (v 2.0):
  - Apache Derby (http://db.apache.org/derby/)
  - Apache Kafka (http://kafka.apache.org)
  - Apache Flume (http://flume.apache.org)
+ - Apache Camel (http://camel.apache.org)
  - Google Guava (https://code.google.com/p/guava-libraries/)
  - Netty (http://netty.io)
  - Powermock (http://www.powermock.org)
@@ -33,6 +34,7 @@ under the Apache License (v 2.0):
  - StartBootstrap (http://startbootstrap.com)
  - CHAP Links Library Timeline (http://almende.github.io/chap-links-library/)
  - Twitter Hosebird Client (hbc) (https://github.com/twitter/hbc)
+ - Akka (http://akka.io)
 
 
 -----------------------------------------------------------------------
@@ -65,6 +67,7 @@ under the MIT License
  - normalize.css v3.0.0 (http://git.io/normalize) - Copyright (c) Nicolas Gallagher and Jonathan Neal
  - Font Awesome - Code (http://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://github.com/scopt/scopt)
 
 
 All rights reserved.

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/2551dc43/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index f4286fe..bb8b845 100644
--- a/LICENSE
+++ b/LICENSE
@@ -225,6 +225,7 @@ The Apache Flink project bundles the following files under the MIT License:
  - normalize.css v3.0.0 (http://git.io/normalize) - Copyright (c) Nicolas Gallagher and Jonathan Neal
  - Font Awesome - Code (http://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://github.com/scopt/scopt)
 
 
 All rights reserved.

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/2551dc43/flink-dist/src/main/flink-bin/NOTICE
----------------------------------------------------------------------
diff --git a/flink-dist/src/main/flink-bin/NOTICE b/flink-dist/src/main/flink-bin/NOTICE
index b43d671..4381695 100644
--- a/flink-dist/src/main/flink-bin/NOTICE
+++ b/flink-dist/src/main/flink-bin/NOTICE
@@ -98,6 +98,18 @@ projects: See https://issues.apache.org/jira/browse/HBASE-3374)
 Portions of this software were developed at
 Cloudera, Inc. (http://www.cloudera.com/).
 
+-----------------------------------------------------------------------
+                           Apache Camel
+-----------------------------------------------------------------------
+
+This product includes software developed by The Apache Software
+Foundation (http://www.apache.org/).
+
+-----------------------------------------------------------------------
+                           Akka
+-----------------------------------------------------------------------
+
+Copyright 2009-2014 Typesafe Inc. (http://www.typesafe.com)
 
 -----------------------------------------------------------------------
                    Amazon Web Services SDK for Java
@@ -516,3 +528,20 @@ project. The following notice covers the Xalan jar files:
 	     - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
 	     - software copyright (c) 2000 World Wide Web Consortium, http://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.
\ No newline at end of file