You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/08/17 13:28:18 UTC

[4/6] storm git commit: added apache license

added apache license


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0fa672f4
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0fa672f4
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0fa672f4

Branch: refs/heads/master
Commit: 0fa672f43672a01c842c7f542731b08e1e523feb
Parents: c8e337d
Author: Arun Mahadevan <ai...@hortonworks.com>
Authored: Sat Aug 15 09:42:43 2015 +0530
Committer: Arun Mahadevan <ai...@hortonworks.com>
Committed: Sat Aug 15 09:42:43 2015 +0530

----------------------------------------------------------------------
 .../starter/trident/TridentKafkaWordCount.java  | 24 +++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/0fa672f4/examples/storm-starter/src/jvm/storm/starter/trident/TridentKafkaWordCount.java
----------------------------------------------------------------------
diff --git a/examples/storm-starter/src/jvm/storm/starter/trident/TridentKafkaWordCount.java b/examples/storm-starter/src/jvm/storm/starter/trident/TridentKafkaWordCount.java
index 11a9111..813841a 100644
--- a/examples/storm-starter/src/jvm/storm/starter/trident/TridentKafkaWordCount.java
+++ b/examples/storm-starter/src/jvm/storm/starter/trident/TridentKafkaWordCount.java
@@ -1,3 +1,25 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ * Contains some contributions under the Thrift Software License.
+ * Please see doc/old-thrift-license.txt in the Thrift distribution for
+ * details.
+ */
 package storm.starter.trident;
 
 
@@ -205,4 +227,4 @@ public class TridentKafkaWordCount {
         cluster.killTopology("wordCounter");
         cluster.shutdown();
     }
-}
\ No newline at end of file
+}