Browse Source

MAPREDUCE-3733. Add Apache License Header to hadoop-distcp/pom.xml. (mahadev) - Merging r1236066 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1236068 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar 13 years ago
parent
commit
c9a5c42efd
2 changed files with 16 additions and 0 deletions
  1. 3 0
      hadoop-mapreduce-project/CHANGES.txt
  2. 13 0
      hadoop-tools/hadoop-distcp/pom.xml

+ 3 - 0
hadoop-mapreduce-project/CHANGES.txt

@@ -528,6 +528,9 @@ Release 0.23.1 - Unreleased
     MAPREDUCE-3721. Fixed a race in shuffle which caused reduces to hang.
     MAPREDUCE-3721. Fixed a race in shuffle which caused reduces to hang.
     (sseth via acmurthy) 
     (sseth via acmurthy) 
 
 
+    MAPREDUCE-3733. Add Apache License Header to hadoop-distcp/pom.xml.
+    (mahadev)
+
 Release 0.23.0 - 2011-11-01 
 Release 0.23.0 - 2011-11-01 
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 13 - 0
hadoop-tools/hadoop-distcp/pom.xml

@@ -1,4 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?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>
 <project>
   <modelVersion>4.0.0</modelVersion>
   <modelVersion>4.0.0</modelVersion>
   <parent>
   <parent>