You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ma...@apache.org on 2012/01/26 09:30:18 UTC

svn commit: r1236066 - /hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml

Author: mahadev
Date: Thu Jan 26 08:30:17 2012
New Revision: 1236066

URL: http://svn.apache.org/viewvc?rev=1236066&view=rev
Log:
MAPREDUCE-3733. Add Apache License Header to hadoop-distcp/pom.xml. (mahadev)

Modified:
    hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml

Modified: hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml?rev=1236066&r1=1236065&r2=1236066&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml (original)
+++ hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml Thu Jan 26 08:30:17 2012
@@ -1,4 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed 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. See accompanying LICENSE file.
+-->
 <project>
   <modelVersion>4.0.0</modelVersion>
   <parent>