Author: jmhsieh
Date: Fri Feb 10 20:07:36 2012
New Revision: 1242906

URL: http://svn.apache.org/viewvc?rev=1242906&view=rev
Log:
HBASE-5364 Fix source files missing license in 0.92 and trunk (Elliott Clark)


Modified:
    hbase/trunk/bin/hbase-jruby
    hbase/trunk/dev-support/findHangingTest.sh
    hbase/trunk/src/main/python/hbase/merge_conf.py
    hbase/trunk/src/packages/deb/conf-pseudo.control/control
    hbase/trunk/src/test/java/org/apache/hadoop/hbase/TestHTableDescriptor.java
    
hbase/trunk/src/test/java/org/apache/hadoop/hbase/constraint/RuntimeFailConstraint.java
    
hbase/trunk/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java

Modified: hbase/trunk/bin/hbase-jruby
URL: 
http://svn.apache.org/viewvc/hbase/trunk/bin/hbase-jruby?rev=1242906&r1=1242905&r2=1242906&view=diff
==============================================================================
--- hbase/trunk/bin/hbase-jruby (original)
+++ hbase/trunk/bin/hbase-jruby Fri Feb 10 20:07:36 2012
@@ -1,4 +1,22 @@
 #!/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.
+# */
+
 
 `dirname $0`/hbase org.jruby.Main $*
 

Modified: hbase/trunk/dev-support/findHangingTest.sh
URL: 
http://svn.apache.org/viewvc/hbase/trunk/dev-support/findHangingTest.sh?rev=1242906&r1=1242905&r2=1242906&view=diff
==============================================================================
--- hbase/trunk/dev-support/findHangingTest.sh (original)
+++ hbase/trunk/dev-support/findHangingTest.sh Fri Feb 10 20:07:36 2012
@@ -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.
+##
 # script to find hanging test from Jenkins build output
 # usage: ./findHangingTest.sh <url of Jenkins build console>
 #

Modified: hbase/trunk/src/main/python/hbase/merge_conf.py
URL: 
http://svn.apache.org/viewvc/hbase/trunk/src/main/python/hbase/merge_conf.py?rev=1242906&r1=1242905&r2=1242906&view=diff
==============================================================================
--- hbase/trunk/src/main/python/hbase/merge_conf.py (original)
+++ hbase/trunk/src/main/python/hbase/merge_conf.py Fri Feb 10 20:07:36 2012
@@ -1,4 +1,19 @@
 #!/usr/bin/env python
+# 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.
+
 '''
 Merges Hadoop/HBase configuration files in the given order, so that options
 specified in later configuration files override those specified in earlier

Modified: hbase/trunk/src/packages/deb/conf-pseudo.control/control
URL: 
http://svn.apache.org/viewvc/hbase/trunk/src/packages/deb/conf-pseudo.control/control?rev=1242906&r1=1242905&r2=1242906&view=diff
==============================================================================
--- hbase/trunk/src/packages/deb/conf-pseudo.control/control (original)
+++ hbase/trunk/src/packages/deb/conf-pseudo.control/control Fri Feb 10 
20:07:36 2012
@@ -1,3 +1,18 @@
+# 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.
 Package: hbase-conf-pseudo
 Version: @version@
 Section: misc

Modified: 
hbase/trunk/src/test/java/org/apache/hadoop/hbase/TestHTableDescriptor.java
URL: 
http://svn.apache.org/viewvc/hbase/trunk/src/test/java/org/apache/hadoop/hbase/TestHTableDescriptor.java?rev=1242906&r1=1242905&r2=1242906&view=diff
==============================================================================
--- hbase/trunk/src/test/java/org/apache/hadoop/hbase/TestHTableDescriptor.java 
(original)
+++ hbase/trunk/src/test/java/org/apache/hadoop/hbase/TestHTableDescriptor.java 
Fri Feb 10 20:07:36 2012
@@ -1,3 +1,20 @@
+/**
+ * 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.
+ */
 package org.apache.hadoop.hbase;
 
 import static org.junit.Assert.assertEquals;

Modified: 
hbase/trunk/src/test/java/org/apache/hadoop/hbase/constraint/RuntimeFailConstraint.java
URL: 
http://svn.apache.org/viewvc/hbase/trunk/src/test/java/org/apache/hadoop/hbase/constraint/RuntimeFailConstraint.java?rev=1242906&r1=1242905&r2=1242906&view=diff
==============================================================================
--- 
hbase/trunk/src/test/java/org/apache/hadoop/hbase/constraint/RuntimeFailConstraint.java
 (original)
+++ 
hbase/trunk/src/test/java/org/apache/hadoop/hbase/constraint/RuntimeFailConstraint.java
 Fri Feb 10 20:07:36 2012
@@ -1,3 +1,20 @@
+/**
+ * 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.
+ */
 package org.apache.hadoop.hbase.constraint;
 
 import org.apache.hadoop.hbase.client.Put;

Modified: 
hbase/trunk/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java
URL: 
http://svn.apache.org/viewvc/hbase/trunk/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java?rev=1242906&r1=1242905&r2=1242906&view=diff
==============================================================================
--- 
hbase/trunk/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java
 (original)
+++ 
hbase/trunk/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java
 Fri Feb 10 20:07:36 2012
@@ -1,3 +1,20 @@
+/**
+ * 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.
+ */
 package org.apache.hadoop.hbase.mapreduce;
 
 import static org.junit.Assert.assertTrue;


Reply via email to