Modified: hadoop/common/branches/branch-1/src/test/test-patch.properties URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/test-patch.properties?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/test/test-patch.properties (original) +++ hadoop/common/branches/branch-1/src/test/test-patch.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. + + OK_RELEASEAUDIT_WARNINGS=0 OK_FINDBUGS_WARNINGS=211 OK_JAVADOC_WARNINGS=9
Modified: hadoop/common/branches/branch-1/src/test/testjar/UserNamePermission.java URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/test/testjar/UserNamePermission.java?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/test/testjar/UserNamePermission.java (original) +++ hadoop/common/branches/branch-1/src/test/testjar/UserNamePermission.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 testjar; import java.io.IOException; Modified: hadoop/common/branches/branch-1/src/tools/org/apache/hadoop/tools/DistCp_Counter.properties URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/tools/org/apache/hadoop/tools/DistCp_Counter.properties?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/tools/org/apache/hadoop/tools/DistCp_Counter.properties (original) +++ hadoop/common/branches/branch-1/src/tools/org/apache/hadoop/tools/DistCp_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 distcp counters CounterGroupName= distcp Modified: hadoop/common/branches/branch-1/src/webapps/datanode/browseBlock.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/datanode/browseBlock.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/datanode/browseBlock.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/datanode/browseBlock.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/datanode/browseDirectory.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/datanode/browseDirectory.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/datanode/browseDirectory.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/datanode/browseDirectory.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/datanode/tail.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/datanode/tail.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/datanode/tail.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/datanode/tail.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/hdfs/dfshealth.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/hdfs/dfshealth.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/hdfs/dfshealth.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/hdfs/dfshealth.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" isThreadSafe="false" Modified: hadoop/common/branches/branch-1/src/webapps/hdfs/dfsnodelist.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/hdfs/dfsnodelist.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/hdfs/dfsnodelist.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/hdfs/dfsnodelist.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" isThreadSafe="false" Modified: hadoop/common/branches/branch-1/src/webapps/hdfs/index.html URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/hdfs/index.html?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/hdfs/index.html (original) +++ hadoop/common/branches/branch-1/src/webapps/hdfs/index.html 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. +--> + + <meta HTTP-EQUIV="REFRESH" content="0;url=dfshealth.jsp"/> <html> Modified: hadoop/common/branches/branch-1/src/webapps/hdfs/nn_browsedfscontent.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/hdfs/nn_browsedfscontent.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/hdfs/nn_browsedfscontent.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/hdfs/nn_browsedfscontent.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="java.io.*" Modified: hadoop/common/branches/branch-1/src/webapps/history/analysejobhistory.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/history/analysejobhistory.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/history/analysejobhistory.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/history/analysejobhistory.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.http.*" Modified: hadoop/common/branches/branch-1/src/webapps/history/jobconf_history.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/history/jobconf_history.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/history/jobconf_history.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/history/jobconf_history.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/history/jobdetailshistory.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/history/jobdetailshistory.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/history/jobdetailshistory.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/history/jobdetailshistory.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.http.*" Modified: hadoop/common/branches/branch-1/src/webapps/history/jobhistoryhome.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/history/jobhistoryhome.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/history/jobhistoryhome.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/history/jobhistoryhome.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="java.io.*" Modified: hadoop/common/branches/branch-1/src/webapps/history/jobtaskshistory.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/history/jobtaskshistory.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/history/jobtaskshistory.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/history/jobtaskshistory.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.http.*" Modified: hadoop/common/branches/branch-1/src/webapps/history/legacyjobhistory.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/history/legacyjobhistory.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/history/legacyjobhistory.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/history/legacyjobhistory.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="java.io.*" Modified: hadoop/common/branches/branch-1/src/webapps/history/loadhistory.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/history/loadhistory.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/history/loadhistory.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/history/loadhistory.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="org.apache.hadoop.mapred.*" Modified: hadoop/common/branches/branch-1/src/webapps/history/taskdetailshistory.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/history/taskdetailshistory.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/history/taskdetailshistory.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/history/taskdetailshistory.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.http.*" Modified: hadoop/common/branches/branch-1/src/webapps/job/index.html URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/job/index.html?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/job/index.html (original) +++ hadoop/common/branches/branch-1/src/webapps/job/index.html 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. +--> + + <meta HTTP-EQUIV="REFRESH" content="0;url=jobtracker.jsp"/> <html> Modified: hadoop/common/branches/branch-1/src/webapps/job/jobblacklistedtrackers.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/job/jobblacklistedtrackers.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/job/jobblacklistedtrackers.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/job/jobblacklistedtrackers.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/job/jobconf.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/job/jobconf.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/job/jobconf.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/job/jobconf.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/job/jobdetails.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/job/jobdetails.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/job/jobdetails.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/job/jobdetails.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/job/jobfailures.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/job/jobfailures.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/job/jobfailures.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/job/jobfailures.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/job/jobqueue_details.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/job/jobqueue_details.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/job/jobqueue_details.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/job/jobqueue_details.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/job/jobtasks.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/job/jobtasks.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/job/jobtasks.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/job/jobtasks.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/job/jobtracker.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/job/jobtracker.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/job/jobtracker.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/job/jobtracker.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/job/machines.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/job/machines.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/job/machines.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/job/machines.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/job/taskdetails.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/job/taskdetails.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/job/taskdetails.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/job/taskdetails.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/job/taskstats.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/job/taskstats.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/job/taskstats.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/job/taskstats.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*" Modified: hadoop/common/branches/branch-1/src/webapps/static/jobconf.xsl URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/static/jobconf.xsl?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/static/jobconf.xsl (original) +++ hadoop/common/branches/branch-1/src/webapps/static/jobconf.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/webapps/task/index.html URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/task/index.html?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/task/index.html (original) +++ hadoop/common/branches/branch-1/src/webapps/task/index.html Wed Dec 12 14:33:53 2012 @@ -1 +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. +--> + + <meta HTTP-EQUIV="REFRESH" content="0;url=tasktracker.jsp"/> Modified: hadoop/common/branches/branch-1/src/webapps/task/tasktracker.jsp URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/webapps/task/tasktracker.jsp?rev=1420703&r1=1420702&r2=1420703&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/webapps/task/tasktracker.jsp (original) +++ hadoop/common/branches/branch-1/src/webapps/task/tasktracker.jsp 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. + */ +%> <%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*"
