You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/01/29 15:34:11 UTC

[2/4] storm git commit: add ASL headers

add ASL headers


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

Branch: refs/heads/master
Commit: b0b6c5a7ba04eeb6ffc2496770d169e11de7db92
Parents: 095f56e
Author: Gianmarco De Francisci Morales <gd...@apache.org>
Authored: Fri Jan 23 16:43:13 2015 +0100
Committer: Gianmarco De Francisci Morales <gd...@apache.org>
Committed: Fri Jan 23 16:43:13 2015 +0100

----------------------------------------------------------------------
 .../storm/grouping/PartialKeyGrouping.java         | 17 +++++++++++++++++
 .../storm/grouping/PartialKeyGroupingTest.java     | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/b0b6c5a7/storm-core/src/jvm/backtype/storm/grouping/PartialKeyGrouping.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/backtype/storm/grouping/PartialKeyGrouping.java b/storm-core/src/jvm/backtype/storm/grouping/PartialKeyGrouping.java
index 8d55c21..f36f4c6 100644
--- a/storm-core/src/jvm/backtype/storm/grouping/PartialKeyGrouping.java
+++ b/storm-core/src/jvm/backtype/storm/grouping/PartialKeyGrouping.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 backtype.storm.grouping;
 
 import java.io.Serializable;

http://git-wip-us.apache.org/repos/asf/storm/blob/b0b6c5a7/storm-core/test/jvm/backtype/storm/grouping/PartialKeyGroupingTest.java
----------------------------------------------------------------------
diff --git a/storm-core/test/jvm/backtype/storm/grouping/PartialKeyGroupingTest.java b/storm-core/test/jvm/backtype/storm/grouping/PartialKeyGroupingTest.java
index 56ad60b..ad43869 100644
--- a/storm-core/test/jvm/backtype/storm/grouping/PartialKeyGroupingTest.java
+++ b/storm-core/test/jvm/backtype/storm/grouping/PartialKeyGroupingTest.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 backtype.storm.grouping;
 
 import static org.hamcrest.CoreMatchers.*;