storm git commit: hotfix: Fix RAT issue on JoinState

2016-09-19 Thread kabhwan
Repository: storm
Updated Branches:
  refs/heads/1.x-branch f0741f690 -> 9d039588f


hotfix: Fix RAT issue on JoinState


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

Branch: refs/heads/1.x-branch
Commit: 9d039588faa18489568351f973df895704ed37b2
Parents: f0741f6
Author: Jungtaek Lim 
Authored: Mon Sep 19 21:31:19 2016 +0900
Committer: Jungtaek Lim 
Committed: Mon Sep 19 21:31:59 2016 +0900

--
 .../storm/trident/operation/impl/JoinState.java| 17 +
 1 file changed, 17 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/storm/blob/9d039588/storm-core/src/jvm/org/apache/storm/trident/operation/impl/JoinState.java
--
diff --git 
a/storm-core/src/jvm/org/apache/storm/trident/operation/impl/JoinState.java 
b/storm-core/src/jvm/org/apache/storm/trident/operation/impl/JoinState.java
index f1a7153..11cab7a 100644
--- a/storm-core/src/jvm/org/apache/storm/trident/operation/impl/JoinState.java
+++ b/storm-core/src/jvm/org/apache/storm/trident/operation/impl/JoinState.java
@@ -1,3 +1,20 @@
+/**
+ * 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.
+ */
 package org.apache.storm.trident.operation.impl;
 
 import org.apache.storm.trident.tuple.TridentTuple;



storm git commit: hotfix: Fix RAT issue on JoinState

2016-09-19 Thread kabhwan
Repository: storm
Updated Branches:
  refs/heads/master 2b08b95aa -> 8e6552ce4


hotfix: Fix RAT issue on JoinState


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

Branch: refs/heads/master
Commit: 8e6552ce439d4caf872bc92d8c0c03a32c340022
Parents: 2b08b95
Author: Jungtaek Lim 
Authored: Mon Sep 19 21:31:19 2016 +0900
Committer: Jungtaek Lim 
Committed: Mon Sep 19 21:31:19 2016 +0900

--
 .../storm/trident/operation/impl/JoinState.java| 17 +
 1 file changed, 17 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/storm/blob/8e6552ce/storm-core/src/jvm/org/apache/storm/trident/operation/impl/JoinState.java
--
diff --git 
a/storm-core/src/jvm/org/apache/storm/trident/operation/impl/JoinState.java 
b/storm-core/src/jvm/org/apache/storm/trident/operation/impl/JoinState.java
index f1a7153..11cab7a 100644
--- a/storm-core/src/jvm/org/apache/storm/trident/operation/impl/JoinState.java
+++ b/storm-core/src/jvm/org/apache/storm/trident/operation/impl/JoinState.java
@@ -1,3 +1,20 @@
+/**
+ * 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.
+ */
 package org.apache.storm.trident.operation.impl;
 
 import org.apache.storm.trident.tuple.TridentTuple;