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 su...@apache.org on 2012/12/12 15:34:28 UTC

svn commit: r1420703 [1/2] - in /hadoop/common/branches/branch-1: ./ conf/ src/c++/libhdfs/docs/ src/contrib/capacity-scheduler/ivy/ src/contrib/data_join/ivy/ src/contrib/eclipse-plugin/ src/contrib/eclipse-plugin/ivy/ src/contrib/failmon/ivy/ src/con...

Author: suresh
Date: Wed Dec 12 14:33:53 2012
New Revision: 1420703

URL: http://svn.apache.org/viewvc?rev=1420703&view=rev
Log:
HADOOP-9098. Add missing license headers. Contributed by Arpit Agarwal.

Modified:
    hadoop/common/branches/branch-1/CHANGES.txt
    hadoop/common/branches/branch-1/conf/configuration.xsl
    hadoop/common/branches/branch-1/conf/hadoop-metrics2.properties
    hadoop/common/branches/branch-1/conf/log4j.properties
    hadoop/common/branches/branch-1/conf/ssl-client.xml.example
    hadoop/common/branches/branch-1/conf/ssl-server.xml.example
    hadoop/common/branches/branch-1/src/c++/libhdfs/docs/libhdfs_footer.html
    hadoop/common/branches/branch-1/src/contrib/capacity-scheduler/ivy/libraries.properties
    hadoop/common/branches/branch-1/src/contrib/data_join/ivy/libraries.properties
    hadoop/common/branches/branch-1/src/contrib/eclipse-plugin/build.properties
    hadoop/common/branches/branch-1/src/contrib/eclipse-plugin/ivy/libraries.properties
    hadoop/common/branches/branch-1/src/contrib/failmon/ivy/libraries.properties
    hadoop/common/branches/branch-1/src/contrib/fairscheduler/ivy/libraries.properties
    hadoop/common/branches/branch-1/src/contrib/fuse-dfs/ivy/libraries.properties
    hadoop/common/branches/branch-1/src/contrib/hdfsproxy/conf/configuration.xsl
    hadoop/common/branches/branch-1/src/contrib/hdfsproxy/conf/log4j.properties
    hadoop/common/branches/branch-1/src/contrib/hdfsproxy/ivy/libraries.properties
    hadoop/common/branches/branch-1/src/contrib/hdfsproxy/src/java/org/apache/hadoop/hdfsproxy/KerberosAuthorizationFilter.java
    hadoop/common/branches/branch-1/src/contrib/hod/ivy/libraries.properties
    hadoop/common/branches/branch-1/src/contrib/index/ivy/libraries.properties
    hadoop/common/branches/branch-1/src/contrib/streaming/ivy/libraries.properties
    hadoop/common/branches/branch-1/src/contrib/thriftfs/ivy/libraries.properties
    hadoop/common/branches/branch-1/src/contrib/thriftfs/src/java/org/apache/hadoop/thriftfs/HadoopThriftServer.java
    hadoop/common/branches/branch-1/src/contrib/vaidya/ivy/libraries.properties
    hadoop/common/branches/branch-1/src/core/org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.java
    hadoop/common/branches/branch-1/src/core/overview.html
    hadoop/common/branches/branch-1/src/docs/cn/src/documentation/skins/common/xslt/html/split.xsl
    hadoop/common/branches/branch-1/src/examples/org/apache/hadoop/examples/WordCount.java
    hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/AuditLogger.java
    hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/FileInputFormat_Counter.properties
    hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/FileOutputFormat_Counter.properties
    hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/JobInProgress_Counter.properties
    hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/Task_Counter.properties
    hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/lib/db/DBWritable.java
    hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/Counters.java
    hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/lib/input/FileInputFormat_Counter.properties
    hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/lib/output/FileOutputFormat_Counter.properties
    hadoop/common/branches/branch-1/src/packages/templates/conf/commons-logging.properties
    hadoop/common/branches/branch-1/src/test/checkstyle-noframes-sorted.xsl
    hadoop/common/branches/branch-1/src/test/ddl/buffer.jr
    hadoop/common/branches/branch-1/src/test/ddl/int.jr
    hadoop/common/branches/branch-1/src/test/ddl/string.jr
    hadoop/common/branches/branch-1/src/test/ddl/test.jr
    hadoop/common/branches/branch-1/src/test/krb5.conf
    hadoop/common/branches/branch-1/src/test/log4j.properties
    hadoop/common/branches/branch-1/src/test/org/apache/hadoop/cli/testConf.xsl
    hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/TestSyncingWriterInterrupted.java
    hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestComputeInvalidateWork.java
    hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestHeartbeatHandling.java
    hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestNodeCount.java
    hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestUnderReplicatedBlocks.java
    hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/TestAuditLogger.java
    hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/TestJobInProgress.java
    hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/lib/db/TestConstructQuery.java
    hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapreduce/TestMROutputFormat.java
    hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/HealthScriptHelper.java
    hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/HighRamJobHelper.java
    hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestCMExceptionDuringRunJob.java
    hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptError.java
    hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptPathError.java
    hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptTimeout.java
    hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHiRamJobWithBlackListTT.java
    hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestLostTaskTracker.java
    hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestTaskController.java
    hadoop/common/branches/branch-1/src/test/test-patch.properties
    hadoop/common/branches/branch-1/src/test/testjar/UserNamePermission.java
    hadoop/common/branches/branch-1/src/tools/org/apache/hadoop/tools/DistCp_Counter.properties
    hadoop/common/branches/branch-1/src/webapps/datanode/browseBlock.jsp
    hadoop/common/branches/branch-1/src/webapps/datanode/browseDirectory.jsp
    hadoop/common/branches/branch-1/src/webapps/datanode/tail.jsp
    hadoop/common/branches/branch-1/src/webapps/hdfs/dfshealth.jsp
    hadoop/common/branches/branch-1/src/webapps/hdfs/dfsnodelist.jsp
    hadoop/common/branches/branch-1/src/webapps/hdfs/index.html
    hadoop/common/branches/branch-1/src/webapps/hdfs/nn_browsedfscontent.jsp
    hadoop/common/branches/branch-1/src/webapps/history/analysejobhistory.jsp
    hadoop/common/branches/branch-1/src/webapps/history/jobconf_history.jsp
    hadoop/common/branches/branch-1/src/webapps/history/jobdetailshistory.jsp
    hadoop/common/branches/branch-1/src/webapps/history/jobhistoryhome.jsp
    hadoop/common/branches/branch-1/src/webapps/history/jobtaskshistory.jsp
    hadoop/common/branches/branch-1/src/webapps/history/legacyjobhistory.jsp
    hadoop/common/branches/branch-1/src/webapps/history/loadhistory.jsp
    hadoop/common/branches/branch-1/src/webapps/history/taskdetailshistory.jsp
    hadoop/common/branches/branch-1/src/webapps/job/index.html
    hadoop/common/branches/branch-1/src/webapps/job/jobblacklistedtrackers.jsp
    hadoop/common/branches/branch-1/src/webapps/job/jobconf.jsp
    hadoop/common/branches/branch-1/src/webapps/job/jobdetails.jsp
    hadoop/common/branches/branch-1/src/webapps/job/jobfailures.jsp
    hadoop/common/branches/branch-1/src/webapps/job/jobqueue_details.jsp
    hadoop/common/branches/branch-1/src/webapps/job/jobtasks.jsp
    hadoop/common/branches/branch-1/src/webapps/job/jobtracker.jsp
    hadoop/common/branches/branch-1/src/webapps/job/machines.jsp
    hadoop/common/branches/branch-1/src/webapps/job/taskdetails.jsp
    hadoop/common/branches/branch-1/src/webapps/job/taskstats.jsp
    hadoop/common/branches/branch-1/src/webapps/static/jobconf.xsl
    hadoop/common/branches/branch-1/src/webapps/task/index.html
    hadoop/common/branches/branch-1/src/webapps/task/tasktracker.jsp

Modified: hadoop/common/branches/branch-1/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Wed Dec 12 14:33:53 2012
@@ -130,6 +130,8 @@ Release 1.2.0 - unreleased
     HDFS-4122. Cleanup HDFS logs and reduce the size of logged messages.
     (suresh)
 
+    HADOOP-9098. Add missing license headers. (Arpit Agarwal via suresh)
+
   OPTIMIZATIONS
 
     HDFS-2533. Backport: Remove needless synchronization on some FSDataSet

Modified: hadoop/common/branches/branch-1/conf/configuration.xsl
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/conf/configuration.xsl?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/conf/configuration.xsl (original)
+++ hadoop/common/branches/branch-1/conf/configuration.xsl Wed Dec 12 14:33:53 2012
@@ -1,4 +1,17 @@
 <?xml version="1.0"?>
+<!--
+   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.
+-->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <xsl:output method="html"/>
 <xsl:template match="configuration">

Modified: hadoop/common/branches/branch-1/conf/hadoop-metrics2.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/conf/hadoop-metrics2.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/conf/hadoop-metrics2.properties (original)
+++ hadoop/common/branches/branch-1/conf/hadoop-metrics2.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 # syntax: [prefix].[source|sink|jmx].[instance].[options]
 # See package.html for org.apache.hadoop.metrics2 for details
 

Modified: hadoop/common/branches/branch-1/conf/log4j.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/conf/log4j.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/conf/log4j.properties (original)
+++ hadoop/common/branches/branch-1/conf/log4j.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 # Define some default values that can be overridden by system properties
 hadoop.root.logger=INFO,console
 hadoop.log.dir=.

Modified: hadoop/common/branches/branch-1/conf/ssl-client.xml.example
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/conf/ssl-client.xml.example?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/conf/ssl-client.xml.example (original)
+++ hadoop/common/branches/branch-1/conf/ssl-client.xml.example Wed Dec 12 14:33:53 2012
@@ -1,6 +1,21 @@
 <?xml version="1.0"?>
 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
-
+<!--
+   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.
+-->
 <configuration>
 
 <property>

Modified: hadoop/common/branches/branch-1/conf/ssl-server.xml.example
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/conf/ssl-server.xml.example?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/conf/ssl-server.xml.example (original)
+++ hadoop/common/branches/branch-1/conf/ssl-server.xml.example Wed Dec 12 14:33:53 2012
@@ -1,6 +1,21 @@
 <?xml version="1.0"?>
 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
-
+<!--
+   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.
+-->
 <configuration>
 
 <property>

Modified: hadoop/common/branches/branch-1/src/c++/libhdfs/docs/libhdfs_footer.html
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/c%2B%2B/libhdfs/docs/libhdfs_footer.html?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/c++/libhdfs/docs/libhdfs_footer.html (original)
+++ hadoop/common/branches/branch-1/src/c++/libhdfs/docs/libhdfs_footer.html Wed Dec 12 14:33:53 2012
@@ -1,4 +1,19 @@
 <!--
+   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.
+-->
+
+
+<!--
   Custom footer for libhdfs documentation.
   Also useful for switching off default Doxygen footer and hence the timestamp.
 -->

Modified: hadoop/common/branches/branch-1/src/contrib/capacity-scheduler/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/capacity-scheduler/ivy/libraries.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/capacity-scheduler/ivy/libraries.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/capacity-scheduler/ivy/libraries.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #This properties file lists the versions of the various artifacts used by streaming.
 #It drives ivy and the generation of a maven POM
 

Modified: hadoop/common/branches/branch-1/src/contrib/data_join/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/data_join/ivy/libraries.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/data_join/ivy/libraries.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/data_join/ivy/libraries.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #This properties file lists the versions of the various artifacts used by streaming.
 #It drives ivy and the generation of a maven POM
 

Modified: hadoop/common/branches/branch-1/src/contrib/eclipse-plugin/build.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/eclipse-plugin/build.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/eclipse-plugin/build.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/eclipse-plugin/build.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 output.. = bin/
 bin.includes = META-INF/,\
                plugin.xml,\

Modified: hadoop/common/branches/branch-1/src/contrib/eclipse-plugin/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/eclipse-plugin/ivy/libraries.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/eclipse-plugin/ivy/libraries.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/eclipse-plugin/ivy/libraries.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #This properties file lists the versions of the various artifacts used by streaming.
 #It drives ivy and the generation of a maven POM
 

Modified: hadoop/common/branches/branch-1/src/contrib/failmon/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/failmon/ivy/libraries.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/failmon/ivy/libraries.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/failmon/ivy/libraries.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #This properties file lists the versions of the various artifacts used by streaming.
 #It drives ivy and the generation of a maven POM
 

Modified: hadoop/common/branches/branch-1/src/contrib/fairscheduler/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/fairscheduler/ivy/libraries.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/fairscheduler/ivy/libraries.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/fairscheduler/ivy/libraries.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #This properties file lists the versions of the various artifacts used by streaming.
 #It drives ivy and the generation of a maven POM
 

Modified: hadoop/common/branches/branch-1/src/contrib/fuse-dfs/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/fuse-dfs/ivy/libraries.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/fuse-dfs/ivy/libraries.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/fuse-dfs/ivy/libraries.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #This properties file lists the versions of the various artifacts used by streaming.
 #It drives ivy and the generation of a maven POM
 

Modified: hadoop/common/branches/branch-1/src/contrib/hdfsproxy/conf/configuration.xsl
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/hdfsproxy/conf/configuration.xsl?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/hdfsproxy/conf/configuration.xsl (original)
+++ hadoop/common/branches/branch-1/src/contrib/hdfsproxy/conf/configuration.xsl Wed Dec 12 14:33:53 2012
@@ -1,4 +1,17 @@
 <?xml version="1.0"?>
+<!--
+   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.
+-->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <xsl:output method="html"/>
 <xsl:template match="configuration">

Modified: hadoop/common/branches/branch-1/src/contrib/hdfsproxy/conf/log4j.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/hdfsproxy/conf/log4j.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/hdfsproxy/conf/log4j.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/hdfsproxy/conf/log4j.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 # Define some default values that can be overridden by system properties
 hdfsproxy.root.logger=INFO,console
 hdfsproxy.log.dir=.

Modified: hadoop/common/branches/branch-1/src/contrib/hdfsproxy/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/hdfsproxy/ivy/libraries.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/hdfsproxy/ivy/libraries.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/hdfsproxy/ivy/libraries.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #This properties file lists the versions of the various artifacts used by hadoop.
 #It drives ivy and the generation of a maven POM
 #These are the versions of our dependencies (in alphabetical order)

Modified: hadoop/common/branches/branch-1/src/contrib/hdfsproxy/src/java/org/apache/hadoop/hdfsproxy/KerberosAuthorizationFilter.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/hdfsproxy/src/java/org/apache/hadoop/hdfsproxy/KerberosAuthorizationFilter.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/hdfsproxy/src/java/org/apache/hadoop/hdfsproxy/KerberosAuthorizationFilter.java (original)
+++ hadoop/common/branches/branch-1/src/contrib/hdfsproxy/src/java/org/apache/hadoop/hdfsproxy/KerberosAuthorizationFilter.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.hdfsproxy;
 
 import org.apache.hadoop.conf.Configuration;

Modified: hadoop/common/branches/branch-1/src/contrib/hod/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/hod/ivy/libraries.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/hod/ivy/libraries.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/hod/ivy/libraries.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #This properties file lists the versions of the various artifacts used by streaming.
 #It drives ivy and the generation of a maven POM
 

Modified: hadoop/common/branches/branch-1/src/contrib/index/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/index/ivy/libraries.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/index/ivy/libraries.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/index/ivy/libraries.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #This properties file lists the versions of the various artifacts used by index.
 
 #These are the versions of our dependencies (in alphabetical order)

Modified: hadoop/common/branches/branch-1/src/contrib/streaming/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/streaming/ivy/libraries.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/streaming/ivy/libraries.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/streaming/ivy/libraries.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #This properties file lists the versions of the various artifacts used by streaming.
 #It drives ivy and the generation of a maven POM
 

Modified: hadoop/common/branches/branch-1/src/contrib/thriftfs/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/thriftfs/ivy/libraries.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/thriftfs/ivy/libraries.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/thriftfs/ivy/libraries.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #This properties file lists the versions of the various artifacts used by thrifts.
 #It drives ivy and the generation of a maven POM
 

Modified: hadoop/common/branches/branch-1/src/contrib/thriftfs/src/java/org/apache/hadoop/thriftfs/HadoopThriftServer.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/thriftfs/src/java/org/apache/hadoop/thriftfs/HadoopThriftServer.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/thriftfs/src/java/org/apache/hadoop/thriftfs/HadoopThriftServer.java (original)
+++ hadoop/common/branches/branch-1/src/contrib/thriftfs/src/java/org/apache/hadoop/thriftfs/HadoopThriftServer.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.thriftfs;
 
 import com.facebook.thrift.TException;

Modified: hadoop/common/branches/branch-1/src/contrib/vaidya/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/contrib/vaidya/ivy/libraries.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/contrib/vaidya/ivy/libraries.properties (original)
+++ hadoop/common/branches/branch-1/src/contrib/vaidya/ivy/libraries.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #This properties file lists the versions of the various artifacts used by streaming.
 #It drives ivy and the generation of a maven POM
 

Modified: hadoop/common/branches/branch-1/src/core/org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/core/org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/core/org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.java (original)
+++ hadoop/common/branches/branch-1/src/core/org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.io.compress.bzip2;
 
 import java.io.IOException;

Modified: hadoop/common/branches/branch-1/src/core/overview.html
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/core/overview.html?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/core/overview.html (original)
+++ hadoop/common/branches/branch-1/src/core/overview.html Wed Dec 12 14:33:53 2012
@@ -1,4 +1,19 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+   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.
+-->
+
+
 <html>
 <head>
    <title>Hadoop</title>

Modified: hadoop/common/branches/branch-1/src/docs/cn/src/documentation/skins/common/xslt/html/split.xsl
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/docs/cn/src/documentation/skins/common/xslt/html/split.xsl?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/docs/cn/src/documentation/skins/common/xslt/html/split.xsl (original)
+++ hadoop/common/branches/branch-1/src/docs/cn/src/documentation/skins/common/xslt/html/split.xsl Wed Dec 12 14:33:53 2012
@@ -1,4 +1,17 @@
 <?xml version="1.0"?>
+<!--
+   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.
+-->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <!--
  This stylesheet was taken from the XSLT FAQ http://www.dpawson.co.uk/xsl/

Modified: hadoop/common/branches/branch-1/src/examples/org/apache/hadoop/examples/WordCount.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/examples/org/apache/hadoop/examples/WordCount.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/examples/org/apache/hadoop/examples/WordCount.java (original)
+++ hadoop/common/branches/branch-1/src/examples/org/apache/hadoop/examples/WordCount.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.examples;
 
 import java.io.IOException;

Modified: hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/AuditLogger.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/AuditLogger.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/AuditLogger.java (original)
+++ hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/AuditLogger.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred;
 
 import java.net.InetAddress;

Modified: hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/FileInputFormat_Counter.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/FileInputFormat_Counter.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/FileInputFormat_Counter.properties (original)
+++ hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/FileInputFormat_Counter.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 # ResourceBundle properties file for file-input-format counters
 
 CounterGroupName=                  File Input Format Counters 

Modified: hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/FileOutputFormat_Counter.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/FileOutputFormat_Counter.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/FileOutputFormat_Counter.properties (original)
+++ hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/FileOutputFormat_Counter.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 # ResourceBundle properties file for file-output-format counters
 
 CounterGroupName=                  File Output Format Counters 

Modified: hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/JobInProgress_Counter.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/JobInProgress_Counter.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/JobInProgress_Counter.properties (original)
+++ hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/JobInProgress_Counter.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 # ResourceBundle properties file for job-level counters
 
 CounterGroupName=                  Job Counters 

Modified: hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/Task_Counter.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/Task_Counter.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/Task_Counter.properties (original)
+++ hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/Task_Counter.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 # ResourceBundle properties file for Map-Reduce counters
 
 CounterGroupName=              Map-Reduce Framework

Modified: hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/lib/db/DBWritable.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/lib/db/DBWritable.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/lib/db/DBWritable.java (original)
+++ hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapred/lib/db/DBWritable.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred.lib.db;
 
 import java.sql.PreparedStatement;

Modified: hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/Counters.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/Counters.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/Counters.java (original)
+++ hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/Counters.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapreduce;
 
 import java.io.DataInput;

Modified: hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/lib/input/FileInputFormat_Counter.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/lib/input/FileInputFormat_Counter.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/lib/input/FileInputFormat_Counter.properties (original)
+++ hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/lib/input/FileInputFormat_Counter.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 # ResourceBundle properties file for file-input-format counters
 
 CounterGroupName=                  File Input Format Counters 

Modified: hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/lib/output/FileOutputFormat_Counter.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/lib/output/FileOutputFormat_Counter.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/lib/output/FileOutputFormat_Counter.properties (original)
+++ hadoop/common/branches/branch-1/src/mapred/org/apache/hadoop/mapreduce/lib/output/FileOutputFormat_Counter.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 # ResourceBundle properties file for file-output-format counters
 
 CounterGroupName=                  File Output Format Counters 

Modified: hadoop/common/branches/branch-1/src/packages/templates/conf/commons-logging.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/packages/templates/conf/commons-logging.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/packages/templates/conf/commons-logging.properties (original)
+++ hadoop/common/branches/branch-1/src/packages/templates/conf/commons-logging.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 #Logging Implementation
 
 #Log4J

Modified: hadoop/common/branches/branch-1/src/test/checkstyle-noframes-sorted.xsl
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/checkstyle-noframes-sorted.xsl?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/checkstyle-noframes-sorted.xsl (original)
+++ hadoop/common/branches/branch-1/src/test/checkstyle-noframes-sorted.xsl Wed Dec 12 14:33:53 2012
@@ -1,4 +1,17 @@
 <xsl:stylesheet	xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+<!--
+   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.
+-->
 <xsl:output method="html" indent="yes"/>
 <xsl:decimal-format decimal-separator="." grouping-separator="," />
 

Modified: hadoop/common/branches/branch-1/src/test/ddl/buffer.jr
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/ddl/buffer.jr?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/ddl/buffer.jr (original)
+++ hadoop/common/branches/branch-1/src/test/ddl/buffer.jr Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 module org.apache.hadoop.record {
     class RecBuffer {
         buffer data;

Modified: hadoop/common/branches/branch-1/src/test/ddl/int.jr
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/ddl/int.jr?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/ddl/int.jr (original)
+++ hadoop/common/branches/branch-1/src/test/ddl/int.jr Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 module org.apache.hadoop.record {
     class RecInt {
         int data;

Modified: hadoop/common/branches/branch-1/src/test/ddl/string.jr
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/ddl/string.jr?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/ddl/string.jr (original)
+++ hadoop/common/branches/branch-1/src/test/ddl/string.jr Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 module org.apache.hadoop.record {
     class RecString {
         ustring data;

Modified: hadoop/common/branches/branch-1/src/test/ddl/test.jr
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/ddl/test.jr?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/ddl/test.jr (original)
+++ hadoop/common/branches/branch-1/src/test/ddl/test.jr Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 module org.apache.hadoop.record {
     class RecRecord0 {
         ustring     stringVal;

Modified: hadoop/common/branches/branch-1/src/test/krb5.conf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/krb5.conf?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/krb5.conf (original)
+++ hadoop/common/branches/branch-1/src/test/krb5.conf Wed Dec 12 14:33:53 2012
@@ -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.
+#
+
 [libdefaults]
 	default_realm = APACHE.ORG
 	udp_preference_limit = 1

Modified: hadoop/common/branches/branch-1/src/test/log4j.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/log4j.properties?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/log4j.properties (original)
+++ hadoop/common/branches/branch-1/src/test/log4j.properties Wed Dec 12 14:33:53 2012
@@ -1,3 +1,16 @@
+#   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.
+
+
 # log4j configuration used during build and unit tests
 
 log4j.rootLogger=info,stdout

Modified: hadoop/common/branches/branch-1/src/test/org/apache/hadoop/cli/testConf.xsl
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/org/apache/hadoop/cli/testConf.xsl?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/org/apache/hadoop/cli/testConf.xsl (original)
+++ hadoop/common/branches/branch-1/src/test/org/apache/hadoop/cli/testConf.xsl Wed Dec 12 14:33:53 2012
@@ -1,4 +1,17 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+   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.
+-->
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   

Modified: hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/TestSyncingWriterInterrupted.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/TestSyncingWriterInterrupted.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/TestSyncingWriterInterrupted.java (original)
+++ hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/TestSyncingWriterInterrupted.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.hdfs;
 
 import static org.junit.Assert.*;

Modified: hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestComputeInvalidateWork.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestComputeInvalidateWork.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestComputeInvalidateWork.java (original)
+++ hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestComputeInvalidateWork.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.hdfs.server.namenode;
 
 import org.apache.hadoop.conf.Configuration;

Modified: hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestHeartbeatHandling.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestHeartbeatHandling.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestHeartbeatHandling.java (original)
+++ hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestHeartbeatHandling.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.hdfs.server.namenode;
 
 import java.util.ArrayList;

Modified: hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestNodeCount.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestNodeCount.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestNodeCount.java (original)
+++ hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestNodeCount.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.hdfs.server.namenode;
 
 import java.util.Collection;

Modified: hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestUnderReplicatedBlocks.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestUnderReplicatedBlocks.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestUnderReplicatedBlocks.java (original)
+++ hadoop/common/branches/branch-1/src/test/org/apache/hadoop/hdfs/server/namenode/TestUnderReplicatedBlocks.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.hdfs.server.namenode;
 
 import org.apache.hadoop.conf.Configuration;

Modified: hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/TestAuditLogger.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/TestAuditLogger.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/TestAuditLogger.java (original)
+++ hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/TestAuditLogger.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred;
 
 import java.net.InetAddress;

Modified: hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/TestJobInProgress.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/TestJobInProgress.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/TestJobInProgress.java (original)
+++ hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/TestJobInProgress.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred;
 
 import java.io.DataOutputStream;

Modified: hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/lib/db/TestConstructQuery.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/lib/db/TestConstructQuery.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/lib/db/TestConstructQuery.java (original)
+++ hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapred/lib/db/TestConstructQuery.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred.lib.db;
 
 import org.apache.hadoop.io.NullWritable;

Modified: hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapreduce/TestMROutputFormat.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapreduce/TestMROutputFormat.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapreduce/TestMROutputFormat.java (original)
+++ hadoop/common/branches/branch-1/src/test/org/apache/hadoop/mapreduce/TestMROutputFormat.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapreduce;
 
 import java.io.DataInput;

Modified: hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/HealthScriptHelper.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/HealthScriptHelper.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/HealthScriptHelper.java (original)
+++ hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/HealthScriptHelper.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred;
 
 import java.io.File;

Modified: hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/HighRamJobHelper.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/HighRamJobHelper.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/HighRamJobHelper.java (original)
+++ hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/HighRamJobHelper.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred;
 
 import org.apache.hadoop.conf.Configuration;

Modified: hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestCMExceptionDuringRunJob.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestCMExceptionDuringRunJob.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestCMExceptionDuringRunJob.java (original)
+++ hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestCMExceptionDuringRunJob.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred;
 
 import org.apache.hadoop.conf.Configuration;

Modified: hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptError.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptError.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptError.java (original)
+++ hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptError.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred;
 
 import java.io.File;

Modified: hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptPathError.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptPathError.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptPathError.java (original)
+++ hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptPathError.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred;
 
 import java.io.File;

Modified: hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptTimeout.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptTimeout.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptTimeout.java (original)
+++ hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHealthScriptTimeout.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred;
 
 import java.io.File;

Modified: hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHiRamJobWithBlackListTT.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHiRamJobWithBlackListTT.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHiRamJobWithBlackListTT.java (original)
+++ hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestHiRamJobWithBlackListTT.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred;
 
 import java.io.File;

Modified: hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestLostTaskTracker.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestLostTaskTracker.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestLostTaskTracker.java (original)
+++ hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestLostTaskTracker.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred;
 
 import org.apache.commons.logging.Log;

Modified: hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestTaskController.java
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestTaskController.java?rev=1420703&r1=1420702&r2=1420703&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestTaskController.java (original)
+++ hadoop/common/branches/branch-1/src/test/system/java/org/apache/hadoop/mapred/TestTaskController.java Wed Dec 12 14:33:53 2012
@@ -1,3 +1,18 @@
+/**
+ *  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.
+ */
+
+
 package org.apache.hadoop.mapred;
 
 import org.apache.commons.logging.Log;