You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hdt.apache.org by rs...@apache.org on 2013/06/22 11:00:14 UTC

git commit: HDT-30 : RAT check enabled - added RAT to pom - added missing licenses

Updated Branches:
  refs/heads/master 90fd20de5 -> 77a93a7c8


HDT-30 : RAT check enabled
 - added RAT to pom
 - added missing licenses


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

Branch: refs/heads/master
Commit: 77a93a7c84337064bc2846bd648b3aa287017351
Parents: 90fd20d
Author: Rahul Sharma <rs...@apache.org>
Authored: Sat Jun 22 14:26:51 2013 +0530
Committer: Rahul Sharma <rs...@apache.org>
Committed: Sat Jun 22 14:26:51 2013 +0530

----------------------------------------------------------------------
 org.apache.hadoop.eclipse/build.properties      | 15 ++++
 org.apache.hadoop.eclipse/pom.xml               | 20 ++++-
 org.apache.hdt.core/build.properties            | 15 ++++
 org.apache.hdt.core/plugin.xml                  | 18 +++++
 org.apache.hdt.core/pom.xml                     | 20 ++++-
 .../src/org/apache/hdt/core/Activator.java      | 17 ++++
 org.apache.hdt.debug.core/build.properties      | 15 ++++
 org.apache.hdt.debug.core/pom.xml               | 20 ++++-
 .../org/apache/hdt/debug/core/Activator.java    | 18 +++++
 org.apache.hdt.debug.ui/build.properties        | 15 ++++
 org.apache.hdt.debug.ui/plugin.xml              | 18 +++++
 org.apache.hdt.debug.ui/pom.xml                 | 20 ++++-
 .../src/org/apache/hdt/debug/ui/Activator.java  | 18 +++++
 org.apache.hdt.dfs.core/build.properties        | 15 ++++
 org.apache.hdt.dfs.core/pom.xml                 | 20 ++++-
 .../src/org/apache/hdt/dfs/core/Activator.java  | 18 +++++
 org.apache.hdt.dfs.ui/build.properties          | 15 ++++
 org.apache.hdt.dfs.ui/plugin.xml                | 18 +++++
 org.apache.hdt.dfs.ui/pom.xml                   | 20 ++++-
 .../src/org/apache/hdt/dfs/ui/Activator.java    | 18 +++++
 org.apache.hdt.help/build.properties            | 15 ++++
 org.apache.hdt.help/html/maintopic.html         | 20 ++++-
 org.apache.hdt.help/html/subtopic.html          | 20 ++++-
 org.apache.hdt.help/html/toc.html               | 20 ++++-
 org.apache.hdt.help/plugin.xml                  | 18 +++++
 org.apache.hdt.help/pom.xml                     | 20 ++++-
 org.apache.hdt.help/src/.gitignore              |  2 -
 org.apache.hdt.help/testToc.xml                 | 20 ++++-
 org.apache.hdt.help/toc.xml                     | 18 +++++
 org.apache.hdt.ui/build.properties              | 15 ++++
 org.apache.hdt.ui/plugin.xml                    | 18 +++++
 org.apache.hdt.ui/pom.xml                       | 20 ++++-
 .../src/org/apache/hdt/ui/Activator.java        | 18 +++++
 org.apache.hdt.update/category.xml              | 18 +++++
 org.apache.hdt.update/pom.xml                   | 20 ++++-
 org.apache.hdt/build.properties                 | 15 ++++
 org.apache.hdt/pom.xml                          | 20 ++++-
 pom.xml                                         | 85 +++++++++++++++++---
 site/content/hdt/sitemap.html                   | 18 +++++
 site/templates/sidenav.mdtext                   | 18 ++++-
 site/templates/single_narrative.html            | 18 +++++
 site/templates/skeleton.html                    | 18 +++++
 42 files changed, 777 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hadoop.eclipse/build.properties
----------------------------------------------------------------------
diff --git a/org.apache.hadoop.eclipse/build.properties b/org.apache.hadoop.eclipse/build.properties
index c81cfac..21415af 100644
--- a/org.apache.hadoop.eclipse/build.properties
+++ b/org.apache.hadoop.eclipse/build.properties
@@ -1,3 +1,18 @@
+# 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.
 output.. = bin/
 bin.includes = META-INF/,\
                lib/

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hadoop.eclipse/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hadoop.eclipse/pom.xml b/org.apache.hadoop.eclipse/pom.xml
index dba8b88..e2e3341 100644
--- a/org.apache.hadoop.eclipse/pom.xml
+++ b/org.apache.hadoop.eclipse/pom.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
@@ -13,4 +31,4 @@
 	<name>Hadoop OSGi Bundle</name>
 
 	<packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.core/build.properties
----------------------------------------------------------------------
diff --git a/org.apache.hdt.core/build.properties b/org.apache.hdt.core/build.properties
index e9863e2..ea300ba 100644
--- a/org.apache.hdt.core/build.properties
+++ b/org.apache.hdt.core/build.properties
@@ -1,3 +1,18 @@
+# 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.
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.core/plugin.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.core/plugin.xml b/org.apache.hdt.core/plugin.xml
index 571628a..876787a 100644
--- a/org.apache.hdt.core/plugin.xml
+++ b/org.apache.hdt.core/plugin.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.4"?>
 <plugin>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.core/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.core/pom.xml b/org.apache.hdt.core/pom.xml
index 3e7eb1c..724bdad 100644
--- a/org.apache.hdt.core/pom.xml
+++ b/org.apache.hdt.core/pom.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
@@ -14,4 +32,4 @@
     <sourceDirectory>src</sourceDirectory>
   </build>
   <packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.core/src/org/apache/hdt/core/Activator.java
----------------------------------------------------------------------
diff --git a/org.apache.hdt.core/src/org/apache/hdt/core/Activator.java b/org.apache.hdt.core/src/org/apache/hdt/core/Activator.java
index 00ed47e..11bc5da 100644
--- a/org.apache.hdt.core/src/org/apache/hdt/core/Activator.java
+++ b/org.apache.hdt.core/src/org/apache/hdt/core/Activator.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.hdt.core;
 
 import org.eclipse.ui.plugin.AbstractUIPlugin;

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.debug.core/build.properties
----------------------------------------------------------------------
diff --git a/org.apache.hdt.debug.core/build.properties b/org.apache.hdt.debug.core/build.properties
index 34d2e4d..6423522 100644
--- a/org.apache.hdt.debug.core/build.properties
+++ b/org.apache.hdt.debug.core/build.properties
@@ -1,3 +1,18 @@
+# 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.
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.debug.core/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.debug.core/pom.xml b/org.apache.hdt.debug.core/pom.xml
index 8e8b15d..dc42759 100644
--- a/org.apache.hdt.debug.core/pom.xml
+++ b/org.apache.hdt.debug.core/pom.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
         <parent>
@@ -12,4 +30,4 @@
     <sourceDirectory>src</sourceDirectory>
   </build>
   <packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.debug.core/src/org/apache/hdt/debug/core/Activator.java
----------------------------------------------------------------------
diff --git a/org.apache.hdt.debug.core/src/org/apache/hdt/debug/core/Activator.java b/org.apache.hdt.debug.core/src/org/apache/hdt/debug/core/Activator.java
index 7de10ca..359d253 100644
--- a/org.apache.hdt.debug.core/src/org/apache/hdt/debug/core/Activator.java
+++ b/org.apache.hdt.debug.core/src/org/apache/hdt/debug/core/Activator.java
@@ -1,3 +1,21 @@
+/**
+ * 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.hdt.debug.core;
 
 import org.eclipse.ui.plugin.AbstractUIPlugin;

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.debug.ui/build.properties
----------------------------------------------------------------------
diff --git a/org.apache.hdt.debug.ui/build.properties b/org.apache.hdt.debug.ui/build.properties
index e9863e2..ea300ba 100644
--- a/org.apache.hdt.debug.ui/build.properties
+++ b/org.apache.hdt.debug.ui/build.properties
@@ -1,3 +1,18 @@
+# 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.
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.debug.ui/plugin.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.debug.ui/plugin.xml b/org.apache.hdt.debug.ui/plugin.xml
index f3fc273..4dcdef7 100644
--- a/org.apache.hdt.debug.ui/plugin.xml
+++ b/org.apache.hdt.debug.ui/plugin.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.4"?>
 <plugin>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.debug.ui/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.debug.ui/pom.xml b/org.apache.hdt.debug.ui/pom.xml
index 5177c3a..e9566ac 100644
--- a/org.apache.hdt.debug.ui/pom.xml
+++ b/org.apache.hdt.debug.ui/pom.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <artifactId>org.apache.hdt.debug.ui</artifactId>
@@ -9,4 +27,4 @@
   	<version>0.0.1-SNAPSHOT</version>
   </parent>
   <name>Apahce Hadoop Development Tools Debug UI</name>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.debug.ui/src/org/apache/hdt/debug/ui/Activator.java
----------------------------------------------------------------------
diff --git a/org.apache.hdt.debug.ui/src/org/apache/hdt/debug/ui/Activator.java b/org.apache.hdt.debug.ui/src/org/apache/hdt/debug/ui/Activator.java
index f37503f..ef06746 100644
--- a/org.apache.hdt.debug.ui/src/org/apache/hdt/debug/ui/Activator.java
+++ b/org.apache.hdt.debug.ui/src/org/apache/hdt/debug/ui/Activator.java
@@ -1,3 +1,21 @@
+/**
+ * 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.hdt.debug.ui;
 
 import org.eclipse.ui.plugin.AbstractUIPlugin;

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.dfs.core/build.properties
----------------------------------------------------------------------
diff --git a/org.apache.hdt.dfs.core/build.properties b/org.apache.hdt.dfs.core/build.properties
index 34d2e4d..6423522 100644
--- a/org.apache.hdt.dfs.core/build.properties
+++ b/org.apache.hdt.dfs.core/build.properties
@@ -1,3 +1,18 @@
+# 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.
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.dfs.core/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.dfs.core/pom.xml b/org.apache.hdt.dfs.core/pom.xml
index 6401572..1564a3d 100644
--- a/org.apache.hdt.dfs.core/pom.xml
+++ b/org.apache.hdt.dfs.core/pom.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
@@ -15,4 +33,4 @@
 	</build>
 	<packaging>eclipse-plugin</packaging>
 	<name>Apache Hadoop Development Tools HDFS Core</name>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.dfs.core/src/org/apache/hdt/dfs/core/Activator.java
----------------------------------------------------------------------
diff --git a/org.apache.hdt.dfs.core/src/org/apache/hdt/dfs/core/Activator.java b/org.apache.hdt.dfs.core/src/org/apache/hdt/dfs/core/Activator.java
index c9b8c4e..5071927 100644
--- a/org.apache.hdt.dfs.core/src/org/apache/hdt/dfs/core/Activator.java
+++ b/org.apache.hdt.dfs.core/src/org/apache/hdt/dfs/core/Activator.java
@@ -1,3 +1,21 @@
+/**
+ * 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.hdt.dfs.core;
 
 import org.eclipse.ui.plugin.AbstractUIPlugin;

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.dfs.ui/build.properties
----------------------------------------------------------------------
diff --git a/org.apache.hdt.dfs.ui/build.properties b/org.apache.hdt.dfs.ui/build.properties
index 8de5aee..8a10f76 100644
--- a/org.apache.hdt.dfs.ui/build.properties
+++ b/org.apache.hdt.dfs.ui/build.properties
@@ -1,3 +1,18 @@
+# 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.
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.dfs.ui/plugin.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.dfs.ui/plugin.xml b/org.apache.hdt.dfs.ui/plugin.xml
index b07bc09..31e3832 100644
--- a/org.apache.hdt.dfs.ui/plugin.xml
+++ b/org.apache.hdt.dfs.ui/plugin.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.4"?>
 <plugin>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.dfs.ui/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.dfs.ui/pom.xml b/org.apache.hdt.dfs.ui/pom.xml
index 849ba7a..c5b037f 100644
--- a/org.apache.hdt.dfs.ui/pom.xml
+++ b/org.apache.hdt.dfs.ui/pom.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
@@ -11,4 +29,4 @@
 	<artifactId>org.apache.hdt.dfs.ui</artifactId>
 	<packaging>eclipse-plugin</packaging>
 	<name>Apache Hadoop Development Tools HDFS UI</name>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.dfs.ui/src/org/apache/hdt/dfs/ui/Activator.java
----------------------------------------------------------------------
diff --git a/org.apache.hdt.dfs.ui/src/org/apache/hdt/dfs/ui/Activator.java b/org.apache.hdt.dfs.ui/src/org/apache/hdt/dfs/ui/Activator.java
index 4501d3e..87b7c1e 100644
--- a/org.apache.hdt.dfs.ui/src/org/apache/hdt/dfs/ui/Activator.java
+++ b/org.apache.hdt.dfs.ui/src/org/apache/hdt/dfs/ui/Activator.java
@@ -1,3 +1,21 @@
+/**
+ * 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.hdt.dfs.ui;
 
 import org.eclipse.ui.plugin.AbstractUIPlugin;

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.help/build.properties
----------------------------------------------------------------------
diff --git a/org.apache.hdt.help/build.properties b/org.apache.hdt.help/build.properties
index fc53675..5730c99 100644
--- a/org.apache.hdt.help/build.properties
+++ b/org.apache.hdt.help/build.properties
@@ -1,3 +1,18 @@
+# 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.
 source.. = src/
 output.. = bin/
 bin.includes = plugin.xml,\

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.help/html/maintopic.html
----------------------------------------------------------------------
diff --git a/org.apache.hdt.help/html/maintopic.html b/org.apache.hdt.help/html/maintopic.html
index a476078..6fe0278 100644
--- a/org.apache.hdt.help/html/maintopic.html
+++ b/org.apache.hdt.help/html/maintopic.html
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
 <html>
@@ -10,4 +28,4 @@
 <h1>Main Topic</h1>
 Please enter your text here.
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.help/html/subtopic.html
----------------------------------------------------------------------
diff --git a/org.apache.hdt.help/html/subtopic.html b/org.apache.hdt.help/html/subtopic.html
index 8a61c50..c04e41e 100644
--- a/org.apache.hdt.help/html/subtopic.html
+++ b/org.apache.hdt.help/html/subtopic.html
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
 <html>
@@ -10,4 +28,4 @@
 <h1>Sub Topic</h1>
 Please enter your text here.
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.help/html/toc.html
----------------------------------------------------------------------
diff --git a/org.apache.hdt.help/html/toc.html b/org.apache.hdt.help/html/toc.html
index 326f0a9..698a7f7 100644
--- a/org.apache.hdt.help/html/toc.html
+++ b/org.apache.hdt.help/html/toc.html
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
 <html>
@@ -10,4 +28,4 @@
 <h1>Table of Contents</h1>
 Please enter your text here.
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.help/plugin.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.help/plugin.xml b/org.apache.hdt.help/plugin.xml
index 00836fc..d6450b0 100644
--- a/org.apache.hdt.help/plugin.xml
+++ b/org.apache.hdt.help/plugin.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.4"?>
 <plugin>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.help/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.help/pom.xml b/org.apache.hdt.help/pom.xml
index 4d1d8d6..33c340f 100644
--- a/org.apache.hdt.help/pom.xml
+++ b/org.apache.hdt.help/pom.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
@@ -11,4 +29,4 @@
 	<artifactId>org.apache.hdt.help</artifactId>
 	<name>Apache Hadoop Development Tools Help</name>
 	<packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.help/src/.gitignore
----------------------------------------------------------------------
diff --git a/org.apache.hdt.help/src/.gitignore b/org.apache.hdt.help/src/.gitignore
deleted file mode 100644
index 7830ad7..0000000
--- a/org.apache.hdt.help/src/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-# This whole directory is presently ignored, except by Eclipse's Export Feature command, which wants it to exist.
-# This file is so git will check in the directory.

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.help/testToc.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.help/testToc.xml b/org.apache.hdt.help/testToc.xml
index bf1e67a..e14c814 100644
--- a/org.apache.hdt.help/testToc.xml
+++ b/org.apache.hdt.help/testToc.xml
@@ -1,6 +1,24 @@
+<!--
+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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <?NLS TYPE="org.eclipse.help.toc"?>
 
 <toc label="Test TOC" topic="html/toc.html">
 	<link toc="toc.xml" />
-</toc>
\ No newline at end of file
+</toc>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.help/toc.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.help/toc.xml b/org.apache.hdt.help/toc.xml
index 1f661a6..b8b31f7 100644
--- a/org.apache.hdt.help/toc.xml
+++ b/org.apache.hdt.help/toc.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <?NLS TYPE="org.eclipse.help.toc"?>
 

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.ui/build.properties
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/build.properties b/org.apache.hdt.ui/build.properties
index f15497e..d54d2a3 100644
--- a/org.apache.hdt.ui/build.properties
+++ b/org.apache.hdt.ui/build.properties
@@ -1,3 +1,18 @@
+# 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.
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.ui/plugin.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/plugin.xml b/org.apache.hdt.ui/plugin.xml
index e04d5e6..8bbf7ed 100644
--- a/org.apache.hdt.ui/plugin.xml
+++ b/org.apache.hdt.ui/plugin.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.4"?>
 <plugin>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.ui/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/pom.xml b/org.apache.hdt.ui/pom.xml
index 1c3f581..32e894b 100644
--- a/org.apache.hdt.ui/pom.xml
+++ b/org.apache.hdt.ui/pom.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
@@ -10,4 +28,4 @@
 	<artifactId>org.apache.hdt.ui</artifactId>
 	<packaging>eclipse-plugin</packaging>
 	<name>Apache Hadoop Devlopment Tools UI</name>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.ui/src/org/apache/hdt/ui/Activator.java
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/src/org/apache/hdt/ui/Activator.java b/org.apache.hdt.ui/src/org/apache/hdt/ui/Activator.java
index a5fe8f8..d692af9 100644
--- a/org.apache.hdt.ui/src/org/apache/hdt/ui/Activator.java
+++ b/org.apache.hdt.ui/src/org/apache/hdt/ui/Activator.java
@@ -1,3 +1,21 @@
+/**
+ * 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.hdt.ui;
 
 import org.eclipse.ui.plugin.AbstractUIPlugin;

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.update/category.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.update/category.xml b/org.apache.hdt.update/category.xml
index 48b0a0a..7b7dc7e 100644
--- a/org.apache.hdt.update/category.xml
+++ b/org.apache.hdt.update/category.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
 <site>
    <feature url="features/org.apache.hdt_0.0.1.qualifier.jar" id="org.apache.hdt" version="0.0.1.qualifier">
       <category name="org.apache.hdt"/>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt.update/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.update/pom.xml b/org.apache.hdt.update/pom.xml
index 217c720..e4424fc 100644
--- a/org.apache.hdt.update/pom.xml
+++ b/org.apache.hdt.update/pom.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
@@ -12,4 +30,4 @@
   <packaging>eclipse-repository</packaging>
   <name>Apache Hadoop Development Tools Repository</name>
   <description>Update site for Apache HDT</description>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt/build.properties
----------------------------------------------------------------------
diff --git a/org.apache.hdt/build.properties b/org.apache.hdt/build.properties
index 64f93a9..d315a90 100644
--- a/org.apache.hdt/build.properties
+++ b/org.apache.hdt/build.properties
@@ -1 +1,16 @@
+# 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.
 bin.includes = feature.xml

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/org.apache.hdt/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt/pom.xml b/org.apache.hdt/pom.xml
index 97b3cb8..1631e07 100644
--- a/org.apache.hdt/pom.xml
+++ b/org.apache.hdt/pom.xml
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
       <parent>
@@ -10,4 +28,4 @@
   <artifactId>org.apache.hdt</artifactId>
   <name>Apache Hadoop Development Tools</name>
   <packaging>eclipse-feature</packaging>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2c35c0e..1b0a1a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,28 @@
+<!--
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>11</version>
+  </parent>
   <groupId>org.apache.hdt</groupId>
   <artifactId>hdt.master</artifactId>
   <version>0.0.1-SNAPSHOT</version>
@@ -7,7 +30,7 @@
   <name>Apache Hadoop Development Tools</name>
   <description>Eclipse tools for developing against the Hadoop platform</description>
   <modules>
-  	<module>org.apache.hadoop.eclipse</module>
+    <module>org.apache.hadoop.eclipse</module>
     <module>org.apache.hdt.core</module>
     <module>org.apache.hdt.ui</module>
     <module>org.apache.hdt.debug.core</module>
@@ -31,25 +54,61 @@
       <url>http://download.eclipse.org/releases/juno</url>
     </repository>
   </repositories>
-
+  
   <build>
-    <plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.eclipse.tycho</groupId>
+          <artifactId>tycho-maven-plugin</artifactId>
+          <version>${tycho-version}</version>
+          <extensions>true</extensions>
+        </plugin>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.0</version>
+          <configuration>
+            <source>1.6</source>
+            <target>1.6</target>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <version>0.8</version>
+          <configuration>
+            <excludes>
+            <exclude>.git/**</exclude>
+            <exclude>.gitignore</exclude>
+            <exclude>.repository/</exclude>
+            <exclude>**/MANIFEST.MF</exclude>
+            </excludes>
+          </configuration>
+          <executions>
+            <execution>
+              <id>rat-check</id>
+              <phase>test</phase>
+              <goals>
+                <goal>check</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+      </plugins>
+  </pluginManagement>
+  
+  <plugins>
       <plugin>
         <groupId>org.eclipse.tycho</groupId>
         <artifactId>tycho-maven-plugin</artifactId>
-        <version>${tycho-version}</version>
-        <extensions>true</extensions>
       </plugin>
-
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.0</version>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-        </configuration>
       </plugin>
-
+      <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+      </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/site/content/hdt/sitemap.html
----------------------------------------------------------------------
diff --git a/site/content/hdt/sitemap.html b/site/content/hdt/sitemap.html
index e5e0daa..49bd84e 100644
--- a/site/content/hdt/sitemap.html
+++ b/site/content/hdt/sitemap.html
@@ -1,2 +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.
+-->
 {% include "single_narrative.html" %}
 

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/site/templates/sidenav.mdtext
----------------------------------------------------------------------
diff --git a/site/templates/sidenav.mdtext b/site/templates/sidenav.mdtext
index 10f0898..bd46f40 100644
--- a/site/templates/sidenav.mdtext
+++ b/site/templates/sidenav.mdtext
@@ -1,3 +1,19 @@
+Notice:   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.
 #Project
  - [Home](index.html)
  - [Wiki](http://wiki.apache.org/hdt/FrontPage)
@@ -8,4 +24,4 @@
 
 #Apache
  - [Incubator](http://incubator.apache.org/)
- - [Foundation](http://www.apache.org/)
\ No newline at end of file
+ - [Foundation](http://www.apache.org/)

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/site/templates/single_narrative.html
----------------------------------------------------------------------
diff --git a/site/templates/single_narrative.html b/site/templates/single_narrative.html
index da1224d..5014ab3 100644
--- a/site/templates/single_narrative.html
+++ b/site/templates/single_narrative.html
@@ -1,2 +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.
+-->
 {% extends "skeleton.html" %}
 

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/77a93a7c/site/templates/skeleton.html
----------------------------------------------------------------------
diff --git a/site/templates/skeleton.html b/site/templates/skeleton.html
index 30f2d36..a09c63f 100644
--- a/site/templates/skeleton.html
+++ b/site/templates/skeleton.html
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <html lang="en">
 	<head>