You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ki...@apache.org on 2013/01/03 09:14:04 UTC

git commit: [HELIX-18] Adding license and exclude directory so apache-rat is happy

Updated Branches:
  refs/heads/master 8f335854c -> 567fa3090


[HELIX-18] Adding license and exclude directory so apache-rat is happy


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/567fa309
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/567fa309
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/567fa309

Branch: refs/heads/master
Commit: 567fa309020a25a436bf97cb543e21c395d818b7
Parents: 8f33585
Author: Kishore Gopalakrishna <g....@gmail.com>
Authored: Thu Jan 3 00:13:48 2013 -0800
Committer: Kishore Gopalakrishna <g....@gmail.com>
Committed: Thu Jan 3 00:13:48 2013 -0800

----------------------------------------------------------------------
 .../java/org/apache/helix/util/RebalanceUtil.java  |   19 +++++++++++++++
 pom.xml                                            |    1 +
 2 files changed, 20 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/567fa309/helix-core/src/main/java/org/apache/helix/util/RebalanceUtil.java
----------------------------------------------------------------------
diff --git a/helix-core/src/main/java/org/apache/helix/util/RebalanceUtil.java b/helix-core/src/main/java/org/apache/helix/util/RebalanceUtil.java
index f6b02e8..03c45c4 100644
--- a/helix-core/src/main/java/org/apache/helix/util/RebalanceUtil.java
+++ b/helix-core/src/main/java/org/apache/helix/util/RebalanceUtil.java
@@ -1,5 +1,24 @@
 package org.apache.helix.util;
 
+/*
+ * 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.
+ */
+
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/567fa309/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c0d554f..eb4d3ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -542,6 +542,7 @@ under the License.
                     <exclude>*.bat</exclude>
                     <exclude>**/*.iml</exclude>
                     <exclude>.repository/**</exclude>
+                    <exclude>test-output/**</exclude>
                     <exclude>src/test/resources/static_view.txt</exclude>
                     <exclude>src/main/scripts/integration-test/script/.metadata_infra</exclude>
                     <exclude>helix-dev-release/**</exclude>