Author: stack Date: Fri May 14 21:30:34 2010 New Revision: 944482 URL: http://svn.apache.org/viewvc?rev=944482&view=rev Log: HBASE-2521 no license headers in 5 files; added more licenses
Removed: hadoop/hbase/branches/0.20/src/contrib/transactional/src/test/org/apache/hadoop/hbase/regionserver/transactional/DisabledTestHLogRecovery.java hadoop/hbase/branches/0.20/src/contrib/transactional/src/test/org/apache/hadoop/hbase/regionserver/transactional/DisabledTestTransactionalHLogManager.java hadoop/hbase/branches/0.20/src/java/org/apache/hadoop/hbase/util/SoftSortedMap.java hadoop/hbase/branches/0.20/src/test/org/apache/hadoop/hbase/regionserver/transactional/DisabledTestHLogRecovery.java hadoop/hbase/branches/0.20/src/test/org/apache/hadoop/hbase/regionserver/transactional/DisabledTestTransactionalHLogManager.java hadoop/hbase/branches/0.20/src/test/org/apache/hadoop/hbase/util/SoftSortedMapTest.java Modified: hadoop/hbase/branches/0.20/bin/hbase hadoop/hbase/branches/0.20/src/contrib/ec2/bin/image/ec2-run-user-data hadoop/hbase/branches/0.20/src/contrib/stargate/conf/jetty.xml hadoop/hbase/branches/0.20/src/contrib/stargate/conf/web.xml hadoop/hbase/branches/0.20/src/java/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties hadoop/hbase/branches/0.20/src/java/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties hadoop/hbase/branches/0.20/src/webapps/master/index.html hadoop/hbase/branches/0.20/src/webapps/master/master.jsp hadoop/hbase/branches/0.20/src/webapps/master/table.jsp hadoop/hbase/branches/0.20/src/webapps/master/zk.jsp hadoop/hbase/branches/0.20/src/webapps/regionserver/index.html hadoop/hbase/branches/0.20/src/webapps/regionserver/regionserver.jsp hadoop/hbase/branches/0.20/src/webapps/rest/WEB-INF/web.xml hadoop/hbase/branches/0.20/src/webapps/static/hbase.css Modified: hadoop/hbase/branches/0.20/bin/hbase URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/bin/hbase?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/bin/hbase (original) +++ hadoop/hbase/branches/0.20/bin/hbase Fri May 14 21:30:34 2010 @@ -1,7 +1,7 @@ #! /usr/bin/env bash # #/** -# * Copyright 2007 The Apache Software Foundation +# * Copyright 2010 The Apache Software Foundation # * # * Licensed to the Apache Software Foundation (ASF) under one # * or more contributor license agreements. See the NOTICE file Modified: hadoop/hbase/branches/0.20/src/contrib/ec2/bin/image/ec2-run-user-data URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/contrib/ec2/bin/image/ec2-run-user-data?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/contrib/ec2/bin/image/ec2-run-user-data (original) +++ hadoop/hbase/branches/0.20/src/contrib/ec2/bin/image/ec2-run-user-data Fri May 14 21:30:34 2010 @@ -1,4 +1,21 @@ #!/bin/bash +#/** +# * 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. +# */ # # ec2-run-user-data - Run instance user-data if it looks like a script. # Modified: hadoop/hbase/branches/0.20/src/contrib/stargate/conf/jetty.xml URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/contrib/stargate/conf/jetty.xml?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/contrib/stargate/conf/jetty.xml (original) +++ hadoop/hbase/branches/0.20/src/contrib/stargate/conf/jetty.xml Fri May 14 21:30:34 2010 @@ -1,4 +1,25 @@ <?xml version="1.0"?> +<!-- +/** + * Copyright 2009 The Apache Software Foundation + * + * 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. + */ +--> <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd"> <Configure id="Server" class="org.mortbay.jetty.Server"> @@ -36,4 +57,4 @@ </New> </Arg> </Call> -</Configure> \ No newline at end of file +</Configure> Modified: hadoop/hbase/branches/0.20/src/contrib/stargate/conf/web.xml URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/contrib/stargate/conf/web.xml?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/contrib/stargate/conf/web.xml (original) +++ hadoop/hbase/branches/0.20/src/contrib/stargate/conf/web.xml Fri May 14 21:30:34 2010 @@ -1,7 +1,27 @@ <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> - +<!-- +/** + * Copyright 2009 The Apache Software Foundation + * + * 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. + */ +--> <web-app> <display-name> Jersey RESTful test Modified: hadoop/hbase/branches/0.20/src/java/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/java/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/java/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties (original) +++ hadoop/hbase/branches/0.20/src/java/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties Fri May 14 21:30:34 2010 @@ -1,4 +1,23 @@ - +#/** +# * Copyright 2010 The Apache Software Foundation +# * +# * 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. +# */ +# # ResourceBundle properties file for RowCounter MR job CounterGroupName= RowCounter Modified: hadoop/hbase/branches/0.20/src/java/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/java/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/java/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties (original) +++ hadoop/hbase/branches/0.20/src/java/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties Fri May 14 21:30:34 2010 @@ -1,4 +1,23 @@ - +#/** +# * Copyright 2010 The Apache Software Foundation +# * +# * 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. +# */ +# # ResourceBundle properties file for RowCounter MR job CounterGroupName= RowCounter Modified: hadoop/hbase/branches/0.20/src/webapps/master/index.html URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/webapps/master/index.html?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/webapps/master/index.html (original) +++ hadoop/hbase/branches/0.20/src/webapps/master/index.html Fri May 14 21:30:34 2010 @@ -1 +1,20 @@ <meta HTTP-EQUIV="REFRESH" content="0;url=master.jsp"/> +<!-- +/** + * 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. + */ +--> Modified: hadoop/hbase/branches/0.20/src/webapps/master/master.jsp URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/webapps/master/master.jsp?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/webapps/master/master.jsp (original) +++ hadoop/hbase/branches/0.20/src/webapps/master/master.jsp Fri May 14 21:30:34 2010 @@ -1,3 +1,22 @@ +<% +/* + * 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. + */ +%> <%@ page contentType="text/html;charset=UTF-8" import="java.util.*" import="java.net.URLEncoder" Modified: hadoop/hbase/branches/0.20/src/webapps/master/table.jsp URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/webapps/master/table.jsp?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/webapps/master/table.jsp (original) +++ hadoop/hbase/branches/0.20/src/webapps/master/table.jsp Fri May 14 21:30:34 2010 @@ -1,3 +1,22 @@ +<% +/* + * 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. + */ +%> <%@ page contentType="text/html;charset=UTF-8" import="java.io.IOException" import="java.util.Map" Modified: hadoop/hbase/branches/0.20/src/webapps/master/zk.jsp URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/webapps/master/zk.jsp?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/webapps/master/zk.jsp (original) +++ hadoop/hbase/branches/0.20/src/webapps/master/zk.jsp Fri May 14 21:30:34 2010 @@ -1,3 +1,22 @@ +<% +/* + * 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. + */ +%> <%@ page contentType="text/html;charset=UTF-8" import="java.io.IOException" import="org.apache.hadoop.hbase.client.HBaseAdmin" Modified: hadoop/hbase/branches/0.20/src/webapps/regionserver/index.html URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/webapps/regionserver/index.html?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/webapps/regionserver/index.html (original) +++ hadoop/hbase/branches/0.20/src/webapps/regionserver/index.html Fri May 14 21:30:34 2010 @@ -1 +1,17 @@ <meta HTTP-EQUIV="REFRESH" content="0;url=regionserver.jsp"/> +<!-- + 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. +--> Modified: hadoop/hbase/branches/0.20/src/webapps/regionserver/regionserver.jsp URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/webapps/regionserver/regionserver.jsp?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/webapps/regionserver/regionserver.jsp (original) +++ hadoop/hbase/branches/0.20/src/webapps/regionserver/regionserver.jsp Fri May 14 21:30:34 2010 @@ -1,3 +1,22 @@ +<% +/* + * 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. + */ +%> <%@ page contentType="text/html;charset=UTF-8" import="java.util.*" import="java.io.IOException" Modified: hadoop/hbase/branches/0.20/src/webapps/rest/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/webapps/rest/WEB-INF/web.xml?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/webapps/rest/WEB-INF/web.xml (original) +++ hadoop/hbase/branches/0.20/src/webapps/rest/WEB-INF/web.xml Fri May 14 21:30:34 2010 @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +/** + * Copyright 2009 The Apache Software Foundation + * + * 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. + */ +--> + <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> <display-name>rest</display-name> <servlet> Modified: hadoop/hbase/branches/0.20/src/webapps/static/hbase.css URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/webapps/static/hbase.css?rev=944482&r1=944481&r2=944482&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/src/webapps/static/hbase.css (original) +++ hadoop/hbase/branches/0.20/src/webapps/static/hbase.css Fri May 14 21:30:34 2010 @@ -1,3 +1,19 @@ +/* + * 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. + */ h1, h2, h3 { color: DarkSlateBlue } table { border: thin solid DodgerBlue } tr { border: thin solid DodgerBlue }