You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/21 12:17:42 UTC

[2/2] git commit: missing license headers

missing license headers


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

Branch: refs/heads/master
Commit: e7c7ded47e671cc7ad7bc9f03e1d80281def6dd3
Parents: 0d01e69
Author: olivier lamy <ol...@apache.org>
Authored: Fri Dec 21 12:06:41 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Dec 21 12:06:41 2012 +0100

----------------------------------------------------------------------
 README.md                                 |   21 ++++++++++++++++++++-
 pom.xml                                   |    5 +++--
 recipes/rabbitmq-consumer-group/README.md |   19 +++++++++++++++++++
 3 files changed, 42 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e7c7ded4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 197bb1a..e367b24 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,23 @@
-Apache Incubator 
+<!---
+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.
+-->
+
+Apache Incubator
 ---------------
 Helix is now part of Apache Incubator. 
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e7c7ded4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d679693..4f874c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -526,8 +526,8 @@ under the License.
                 <configuration>
                   <excludes>
                     <exclude>.gitignore</exclude>
-                    <exclude>DEPENDENCIES</exclude>
-                    <exclude>README.md</exclude>
+                    <!--exclude>DEPENDENCIES</exclude-->
+                    <!--exclude>README.md</exclude-->
                     <exclude>*.sh</exclude>
                     <exclude>.git/**</exclude>
                     <exclude>.idea/**</exclude>
@@ -539,6 +539,7 @@ under the License.
                     <exclude>src/main/scripts/integration-test/var/log/**</exclude>
                     <exclude>src/test/resources/static_view.txt</exclude>
                     <exclude>src/main/scripts/integration-test/script/.metadata_infra</exclude>
+                    <exclude>helix-dev-release/**</exclude>
                   </excludes>
                 </configuration>
               </execution>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e7c7ded4/recipes/rabbitmq-consumer-group/README.md
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/README.md b/recipes/rabbitmq-consumer-group/README.md
index 0f907f3..8224c6a 100644
--- a/recipes/rabbitmq-consumer-group/README.md
+++ b/recipes/rabbitmq-consumer-group/README.md
@@ -1,3 +1,22 @@
+<!---
+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.
+-->
+
 Near real time rsync replicated file system
 ===========================================