瀏覽代碼

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 年之前
父節點
當前提交
c9a5c42efd
共有 2 個文件被更改,包括 16 次插入0 次删除
  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.
     (sseth via acmurthy) 
 
+    MAPREDUCE-3733. Add Apache License Header to hadoop-distcp/pom.xml.
+    (mahadev)
+
 Release 0.23.0 - 2011-11-01 
 
   INCOMPATIBLE CHANGES

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

@@ -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>