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/05/09 05:11:53 UTC

git commit: Adding license header and adding *.project *.classpath to rat exclusion

Updated Branches:
  refs/heads/master c8142a2d8 -> 1f979c21c


Adding license header and adding *.project *.classpath to rat exclusion


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

Branch: refs/heads/master
Commit: 1f979c21cc448a62b02fbc3e62cc7302520be8db
Parents: c8142a2
Author: kishoreg <ki...@apache.org>
Authored: Wed May 8 20:11:43 2013 -0700
Committer: kishoreg <ki...@apache.org>
Committed: Wed May 8 20:11:43 2013 -0700

----------------------------------------------------------------------
 .../helix/integration/TestMessageThrottle2.java    |   19 +++++++++++++++
 pom.xml                                            |    2 +
 2 files changed, 21 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/1f979c21/helix-core/src/test/java/org/apache/helix/integration/TestMessageThrottle2.java
----------------------------------------------------------------------
diff --git a/helix-core/src/test/java/org/apache/helix/integration/TestMessageThrottle2.java b/helix-core/src/test/java/org/apache/helix/integration/TestMessageThrottle2.java
index 34cca61..cc84353 100644
--- a/helix-core/src/test/java/org/apache/helix/integration/TestMessageThrottle2.java
+++ b/helix-core/src/test/java/org/apache/helix/integration/TestMessageThrottle2.java
@@ -1,5 +1,24 @@
 package org.apache.helix.integration;
 
+/*
+ * 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.lang.reflect.Field;
 import java.util.ArrayList;
 import java.util.Arrays;

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/1f979c21/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 02786ca..7dcdfbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -603,6 +603,8 @@ under the License.
                     <exclude>.idea/**</exclude>
                     <exclude>*.bat</exclude>
                     <exclude>**/*.iml</exclude>
+                    <exclude>**/*.project</exclude>
+                    <exclude>**/*.classpath</exclude>
                     <exclude>.repository/**</exclude>
                     <exclude>test-output/**</exclude>
                     <exclude>src/test/resources/static_view.txt</exclude>