Index: src/contrib/hbase/bin/hbase =================================================================== --- src/contrib/hbase/bin/hbase (revision 555702) +++ src/contrib/hbase/bin/hbase (working copy) @@ -1,4 +1,24 @@ #! /bin/sh +# +#/** +# * Copyright 2007 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. +# */ # # The hbase command script. Based on the hadoop command script putting # in hbase classes, libs and configurations ahead of hadoop's. Index: src/contrib/hbase/bin/hbase-config.sh =================================================================== --- src/contrib/hbase/bin/hbase-config.sh (revision 555702) +++ src/contrib/hbase/bin/hbase-config.sh (working copy) @@ -1,3 +1,24 @@ +# +#/** +# * Copyright 2007 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. +# */ + # included in all the hbase scripts with source command # should not be executable directly # also should not be passed any arguments, since we need original $* Index: src/contrib/hbase/bin/hbase-daemon.sh =================================================================== --- src/contrib/hbase/bin/hbase-daemon.sh (revision 555702) +++ src/contrib/hbase/bin/hbase-daemon.sh (working copy) @@ -1,4 +1,24 @@ #!/bin/sh +# +#/** +# * Copyright 2007 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. +# */ # # Runs a Hadoop hbase command as a daemon. # Index: src/contrib/hbase/bin/hbase-daemons.sh =================================================================== --- src/contrib/hbase/bin/hbase-daemons.sh (revision 555702) +++ src/contrib/hbase/bin/hbase-daemons.sh (working copy) @@ -1,4 +1,24 @@ #!/bin/sh +# +#/** +# * Copyright 2007 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. +# */ # # Run a Hadoop hbase command on all slave hosts. # Modelled after $HADOOP_HOME/bin/hadoop-daemons.sh Index: src/contrib/hbase/bin/regionservers.sh =================================================================== --- src/contrib/hbase/bin/regionservers.sh (revision 555702) +++ src/contrib/hbase/bin/regionservers.sh (working copy) @@ -1,4 +1,24 @@ #!/bin/bash +# +#/** +# * Copyright 2007 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. +# */ # # Run a shell command on all regionserver hosts. # Index: src/contrib/hbase/bin/start-hbase.sh =================================================================== --- src/contrib/hbase/bin/start-hbase.sh (revision 555702) +++ src/contrib/hbase/bin/start-hbase.sh (working copy) @@ -1,4 +1,25 @@ #!/bin/sh +# +#/** +# * Copyright 2007 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. +# */ + # Modelled after $HADOOP_HOME/bin/start-hbase.sh. # Start hadoop hbase daemons. Index: src/contrib/hbase/bin/stop-hbase.sh =================================================================== --- src/contrib/hbase/bin/stop-hbase.sh (revision 555702) +++ src/contrib/hbase/bin/stop-hbase.sh (working copy) @@ -1,4 +1,25 @@ #!/bin/sh +# +#/** +# * Copyright 2007 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. +# */ + # Modelled after $HADOOP_HOME/bin/stop-hbase.sh. # Stop hadoop hbase daemons. Run this on master node. Index: src/contrib/hbase/build.xml =================================================================== --- src/contrib/hbase/build.xml (revision 555702) +++ src/contrib/hbase/build.xml (working copy) @@ -1,5 +1,24 @@ + hbase.master Index: src/contrib/hbase/conf/hbase-env.sh =================================================================== --- src/contrib/hbase/conf/hbase-env.sh (revision 555702) +++ src/contrib/hbase/conf/hbase-env.sh (working copy) @@ -1,3 +1,24 @@ +# +#/** +# * Copyright 2007 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. +# */ + # Set HBase-specific environment variables here. # The only required environment variable is JAVA_HOME. All others are Index: src/contrib/hbase/conf/hbase-site.xml =================================================================== --- src/contrib/hbase/conf/hbase-site.xml (revision 555702) +++ src/contrib/hbase/conf/hbase-site.xml (working copy) @@ -1,4 +1,25 @@ + Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/BloomFilterDescriptor.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/BloomFilterDescriptor.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/BloomFilterDescriptor.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/InvalidRowFilterException.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/InvalidRowFilterException.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/InvalidRowFilterException.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/PageRowFilter.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/PageRowFilter.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/PageRowFilter.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/RegExpRowFilter.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/RegExpRowFilter.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/RegExpRowFilter.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/RowFilterInterface.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/RowFilterInterface.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/RowFilterInterface.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/RowFilterSet.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/RowFilterSet.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/filter/RowFilterSet.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HAbstractScanner.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HAbstractScanner.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HAbstractScanner.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HBaseConfiguration.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HBaseConfiguration.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HBaseConfiguration.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HClient.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HClient.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HClient.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HColumnDescriptor.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HColumnDescriptor.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HColumnDescriptor.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HConstants.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HConstants.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HConstants.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HGlobals.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HGlobals.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HGlobals.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HInternalScannerInterface.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HInternalScannerInterface.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HInternalScannerInterface.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLocking.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLocking.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLocking.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLog.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLog.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLog.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLogEdit.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLogEdit.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLogEdit.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLogKey.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLogKey.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HLogKey.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMaster.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMaster.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMaster.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006-7 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMasterInterface.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMasterInterface.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMasterInterface.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMasterRegionInterface.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMasterRegionInterface.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMasterRegionInterface.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMemcache.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMemcache.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMemcache.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMerge.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMerge.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMerge.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMsg.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMsg.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMsg.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006-7 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegion.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegion.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegion.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegiondirReader.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegiondirReader.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegiondirReader.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegionInfo.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegionInfo.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegionInfo.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegionInterface.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegionInterface.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegionInterface.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegionServer.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegionServer.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegionServer.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HScannerInterface.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HScannerInterface.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HScannerInterface.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HServerAddress.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HServerAddress.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HServerAddress.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006-7 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HServerInfo.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HServerInfo.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HServerInfo.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006-7 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HStore.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HStore.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HStore.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HStoreFile.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HStoreFile.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HStoreFile.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HStoreKey.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HStoreKey.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HStoreKey.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/HTableDescriptor.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/HTableDescriptor.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/HTableDescriptor.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/InvalidColumnNameException.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/InvalidColumnNameException.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/InvalidColumnNameException.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/io/ImmutableBytesWritable.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/io/ImmutableBytesWritable.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/io/ImmutableBytesWritable.java (working copy) @@ -1,4 +1,6 @@ /** + * Copyright 2007 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 Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/io/KeyedData.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/io/KeyedData.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/io/KeyedData.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/io/KeyedDataArrayWritable.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/io/KeyedDataArrayWritable.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/io/KeyedDataArrayWritable.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/LeaseListener.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/LeaseListener.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/LeaseListener.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/Leases.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/Leases.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/Leases.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/LockException.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/LockException.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/LockException.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/GroupingTableMap.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/GroupingTableMap.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/GroupingTableMap.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/IdentityTableMap.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/IdentityTableMap.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/IdentityTableMap.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/IdentityTableReduce.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/IdentityTableReduce.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/IdentityTableReduce.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableInputFormat.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableInputFormat.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableInputFormat.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableMap.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableMap.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableMap.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableOutputCollector.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableOutputCollector.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableOutputCollector.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableOutputFormat.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableOutputFormat.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableOutputFormat.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableReduce.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableReduce.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableReduce.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableSplit.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableSplit.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/mapred/TableSplit.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/MasterNotRunningException.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/MasterNotRunningException.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/MasterNotRunningException.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/NoServerForRegionException.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/NoServerForRegionException.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/NoServerForRegionException.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/NotServingRegionException.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/NotServingRegionException.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/NotServingRegionException.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/RegionNotFoundException.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/RegionNotFoundException.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/RegionNotFoundException.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/RegionServerRunningException.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/RegionServerRunningException.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/RegionServerRunningException.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/RegionUnavailableListener.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/RegionUnavailableListener.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/RegionUnavailableListener.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/RemoteExceptionHandler.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/RemoteExceptionHandler.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/RemoteExceptionHandler.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/BasicCommand.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/BasicCommand.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/BasicCommand.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/Command.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/Command.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/Command.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/CommandFactory.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/CommandFactory.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/CommandFactory.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ConsoleTable.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ConsoleTable.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ConsoleTable.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/CreateCommand.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/CreateCommand.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/CreateCommand.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DeleteCommand.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DeleteCommand.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DeleteCommand.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DescCommand.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DescCommand.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DescCommand.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DropCommand.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DropCommand.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DropCommand.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ExitCommand.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ExitCommand.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ExitCommand.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/ParseException.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/ParseException.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/ParseException.java (working copy) @@ -2,9 +2,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/Parser.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/Parser.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/Parser.java (working copy) @@ -2,9 +2,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/ParserConstants.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/ParserConstants.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/ParserConstants.java (working copy) @@ -2,9 +2,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/ParserTokenManager.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/ParserTokenManager.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/ParserTokenManager.java (working copy) @@ -2,9 +2,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/SimpleCharStream.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/SimpleCharStream.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/SimpleCharStream.java (working copy) @@ -2,9 +2,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/Token.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/Token.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/Token.java (working copy) @@ -2,9 +2,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/TokenMgrError.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/TokenMgrError.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/TokenMgrError.java (working copy) @@ -2,9 +2,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HBaseShell.jj =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HBaseShell.jj (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HBaseShell.jj (working copy) @@ -7,9 +7,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpCommand.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpCommand.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpCommand.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpContents.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpContents.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpContents.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpManager.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpManager.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpManager.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/InsertCommand.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/InsertCommand.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/InsertCommand.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ReturnMsg.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ReturnMsg.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ReturnMsg.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/SelectCommand.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/SelectCommand.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/SelectCommand.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ShowCommand.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ShowCommand.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ShowCommand.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/Shell.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/Shell.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/Shell.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/TableNotDisabledException.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/TableNotDisabledException.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/TableNotDisabledException.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/UnknownScannerException.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/UnknownScannerException.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/UnknownScannerException.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/util/Keying.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/util/Keying.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/util/Keying.java (working copy) @@ -1,4 +1,6 @@ /** + * Copyright 2007 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 Index: src/contrib/hbase/src/java/org/apache/hadoop/hbase/WrongRegionException.java =================================================================== --- src/contrib/hbase/src/java/org/apache/hadoop/hbase/WrongRegionException.java (revision 555702) +++ src/contrib/hbase/src/java/org/apache/hadoop/hbase/WrongRegionException.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/java/org/onelab/filter/BloomFilter.java =================================================================== --- src/contrib/hbase/src/java/org/onelab/filter/BloomFilter.java (revision 555702) +++ src/contrib/hbase/src/java/org/onelab/filter/BloomFilter.java (working copy) @@ -28,6 +28,23 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +/** + * 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.onelab.filter; import java.io.DataInput; Index: src/contrib/hbase/src/java/org/onelab/filter/CountingBloomFilter.java =================================================================== --- src/contrib/hbase/src/java/org/onelab/filter/CountingBloomFilter.java (revision 555702) +++ src/contrib/hbase/src/java/org/onelab/filter/CountingBloomFilter.java (working copy) @@ -28,6 +28,23 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +/** + * 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.onelab.filter; import java.io.DataInput; Index: src/contrib/hbase/src/java/org/onelab/filter/DynamicBloomFilter.java =================================================================== --- src/contrib/hbase/src/java/org/onelab/filter/DynamicBloomFilter.java (revision 555702) +++ src/contrib/hbase/src/java/org/onelab/filter/DynamicBloomFilter.java (working copy) @@ -28,6 +28,23 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +/** + * 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.onelab.filter; import java.io.DataInput; Index: src/contrib/hbase/src/java/org/onelab/filter/Filter.java =================================================================== --- src/contrib/hbase/src/java/org/onelab/filter/Filter.java (revision 555702) +++ src/contrib/hbase/src/java/org/onelab/filter/Filter.java (working copy) @@ -30,6 +30,23 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +/** + * 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.onelab.filter; import java.io.DataInput; Index: src/contrib/hbase/src/java/org/onelab/filter/HashFunction.java =================================================================== --- src/contrib/hbase/src/java/org/onelab/filter/HashFunction.java (revision 555702) +++ src/contrib/hbase/src/java/org/onelab/filter/HashFunction.java (working copy) @@ -30,6 +30,23 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +/** + * 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.onelab.filter; import java.security.*; Index: src/contrib/hbase/src/java/org/onelab/filter/Key.java =================================================================== --- src/contrib/hbase/src/java/org/onelab/filter/Key.java (revision 555702) +++ src/contrib/hbase/src/java/org/onelab/filter/Key.java (working copy) @@ -28,6 +28,23 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +/** + * 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.onelab.filter; import java.io.DataInput; Index: src/contrib/hbase/src/java/org/onelab/filter/RemoveScheme.java =================================================================== --- src/contrib/hbase/src/java/org/onelab/filter/RemoveScheme.java (revision 555702) +++ src/contrib/hbase/src/java/org/onelab/filter/RemoveScheme.java (working copy) @@ -30,6 +30,23 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +/** + * 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.onelab.filter; /** Index: src/contrib/hbase/src/java/org/onelab/filter/RetouchedBloomFilter.java =================================================================== --- src/contrib/hbase/src/java/org/onelab/filter/RetouchedBloomFilter.java (revision 555702) +++ src/contrib/hbase/src/java/org/onelab/filter/RetouchedBloomFilter.java (working copy) @@ -28,6 +28,23 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +/** + * 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.onelab.filter; import java.io.DataInput; Index: src/contrib/hbase/src/test/hbase-site.xml =================================================================== --- src/contrib/hbase/src/test/hbase-site.xml (revision 555702) +++ src/contrib/hbase/src/test/hbase-site.xml (working copy) @@ -1,5 +1,26 @@ + hbase.regionserver.msginterval Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/AbstractMergeTestBase.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/AbstractMergeTestBase.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/AbstractMergeTestBase.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/filter/TestPageRowFilter.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/filter/TestPageRowFilter.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/filter/TestPageRowFilter.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/filter/TestRegExpRowFilter.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/filter/TestRegExpRowFilter.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/filter/TestRegExpRowFilter.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/HBaseClusterTestCase.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/HBaseClusterTestCase.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/HBaseClusterTestCase.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/HBaseTestCase.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/HBaseTestCase.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/HBaseTestCase.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/MiniHBaseCluster.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/MiniHBaseCluster.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/MiniHBaseCluster.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/PerformanceEvaluation.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/PerformanceEvaluation.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/PerformanceEvaluation.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/PerformanceEvaluation_Counter.properties =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/PerformanceEvaluation_Counter.properties (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/PerformanceEvaluation_Counter.properties (working copy) @@ -1,5 +1,25 @@ # ResourceBundle properties file for Map-Reduce counters +#/** +# * Copyright 2007 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. +# */ + CounterGroupName= HBase Performance Evaluation ELAPSED_TIME.name= Elapsed time in milliseconds ROWS.name= Row count Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/shell/TestHBaseShell.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/shell/TestHBaseShell.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/shell/TestHBaseShell.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/StaticTestEnvironment.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/StaticTestEnvironment.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/StaticTestEnvironment.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestBloomFilters.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestBloomFilters.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestBloomFilters.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestCleanRegionServerExit.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestCleanRegionServerExit.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestCleanRegionServerExit.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestGet.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestGet.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestGet.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHBaseCluster.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHBaseCluster.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHBaseCluster.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHClient.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHClient.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHClient.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHLog.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHLog.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHLog.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHMemcache.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHMemcache.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHMemcache.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHRegion.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHRegion.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHRegion.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestMasterAdmin.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestMasterAdmin.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestMasterAdmin.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestMergeMeta.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestMergeMeta.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestMergeMeta.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestMergeTable.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestMergeTable.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestMergeTable.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestScanner.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestScanner.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestScanner.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestScanner2.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestScanner2.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestScanner2.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestTable.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestTable.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestTable.java (working copy) @@ -1,9 +1,13 @@ /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestTableMapReduce.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestTableMapReduce.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestTableMapReduce.java (working copy) @@ -1,9 +1,13 @@ /** * Copyright 2007 The Apache Software Foundation * - * 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 + * 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 * Index: src/contrib/hbase/src/test/org/apache/hadoop/hbase/util/TestKeying.java =================================================================== --- src/contrib/hbase/src/test/org/apache/hadoop/hbase/util/TestKeying.java (revision 555702) +++ src/contrib/hbase/src/test/org/apache/hadoop/hbase/util/TestKeying.java (working copy) @@ -1,4 +1,6 @@ /** + * Copyright 2007 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 Index: src/contrib/hbase/src/test/org/onelab/test/StringKey.java =================================================================== --- src/contrib/hbase/src/test/org/onelab/test/StringKey.java (revision 555702) +++ src/contrib/hbase/src/test/org/onelab/test/StringKey.java (working copy) @@ -29,6 +29,23 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +/** + * 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.onelab.test; import org.onelab.filter.Key; Index: src/contrib/hbase/src/test/org/onelab/test/TestFilter.java =================================================================== --- src/contrib/hbase/src/test/org/onelab/test/TestFilter.java (revision 555702) +++ src/contrib/hbase/src/test/org/onelab/test/TestFilter.java (working copy) @@ -29,6 +29,23 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +/** + * 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.onelab.test; import junit.framework.TestCase;