diff --git a/bin/get-active-master.rb b/bin/get-active-master.rb index 8887a45..6855cfc 100644 --- a/bin/get-active-master.rb +++ b/bin/get-active-master.rb @@ -1,6 +1,4 @@ #!/usr/bin/env hbase-jruby -# Copyright 2011 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 diff --git a/bin/hirb.rb b/bin/hirb.rb index 32a51b3..17dfd2e 100644 --- a/bin/hirb.rb +++ b/bin/hirb.rb @@ -1,6 +1,3 @@ -# -# Copyright 2009 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/bin/region_mover.rb b/bin/region_mover.rb index dc28331..1ea785d 100644 --- a/bin/region_mover.rb +++ b/bin/region_mover.rb @@ -1,5 +1,3 @@ -# Copyright 2011 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 diff --git a/bin/replication/copy_tables_desc.rb b/bin/replication/copy_tables_desc.rb index 13cfaff..28e6e9d 100644 --- a/bin/replication/copy_tables_desc.rb +++ b/bin/replication/copy_tables_desc.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/clean.sh b/clean.sh index cbfebe6..e98f6f3 100644 --- a/clean.sh +++ b/clean.sh @@ -1,6 +1,7 @@ while read line do echo $line -sed '/ \* Copyright*/,/ \*.*/ d' $line > $line.sedcopy +#sed '/ \* Copyright*/,/ \*.*/ d' $line > $line.sedcopy +sed '1,3 d' $line > $line.sedcopy mv $line.sedcopy $line done; diff --git a/src/examples/thrift/DemoClient.rb b/src/examples/thrift/DemoClient.rb index 2b7b5e7..ea5acad 100644 --- a/src/examples/thrift/DemoClient.rb +++ b/src/examples/thrift/DemoClient.rb @@ -1,7 +1,5 @@ #!/usr/bin/ruby -# Copyright 2008 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 diff --git a/src/examples/thrift/Makefile b/src/examples/thrift/Makefile index 691a1e9..da2f301 100644 --- a/src/examples/thrift/Makefile +++ b/src/examples/thrift/Makefile @@ -1,5 +1,3 @@ -# Copyright 2008 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 diff --git a/src/main/ruby/hbase.rb b/src/main/ruby/hbase.rb index fbcdc00..474f409 100644 --- a/src/main/ruby/hbase.rb +++ b/src/main/ruby/hbase.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/hbase/admin.rb b/src/main/ruby/hbase/admin.rb index 367485b..9f07ff0 100644 --- a/src/main/ruby/hbase/admin.rb +++ b/src/main/ruby/hbase/admin.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/hbase/hbase.rb b/src/main/ruby/hbase/hbase.rb index 2c37840..8c3f28c 100644 --- a/src/main/ruby/hbase/hbase.rb +++ b/src/main/ruby/hbase/hbase.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/hbase/replication_admin.rb b/src/main/ruby/hbase/replication_admin.rb index 99f0479..c988111 100644 --- a/src/main/ruby/hbase/replication_admin.rb +++ b/src/main/ruby/hbase/replication_admin.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/hbase/table.rb b/src/main/ruby/hbase/table.rb index ed8437c..5a0dc07 100644 --- a/src/main/ruby/hbase/table.rb +++ b/src/main/ruby/hbase/table.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/irb/hirb.rb b/src/main/ruby/irb/hirb.rb index 584f700..8fa3a62 100644 --- a/src/main/ruby/irb/hirb.rb +++ b/src/main/ruby/irb/hirb.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell.rb b/src/main/ruby/shell.rb index 29b08f6..eb84656 100644 --- a/src/main/ruby/shell.rb +++ b/src/main/ruby/shell.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands.rb b/src/main/ruby/shell/commands.rb index 20e6aaf..e9db59e 100644 --- a/src/main/ruby/shell/commands.rb +++ b/src/main/ruby/shell/commands.rb @@ -1,6 +1,3 @@ -# -# Copyright 2009 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/add_peer.rb b/src/main/ruby/shell/commands/add_peer.rb index 7669fb7..eab1a7e 100644 --- a/src/main/ruby/shell/commands/add_peer.rb +++ b/src/main/ruby/shell/commands/add_peer.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/alter.rb b/src/main/ruby/shell/commands/alter.rb index 3be8f0a..2755adb 100644 --- a/src/main/ruby/shell/commands/alter.rb +++ b/src/main/ruby/shell/commands/alter.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/alter_async.rb b/src/main/ruby/shell/commands/alter_async.rb index 01dfd99..d2b3cd9 100644 --- a/src/main/ruby/shell/commands/alter_async.rb +++ b/src/main/ruby/shell/commands/alter_async.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/alter_status.rb b/src/main/ruby/shell/commands/alter_status.rb index cc79e11..6cd518b 100644 --- a/src/main/ruby/shell/commands/alter_status.rb +++ b/src/main/ruby/shell/commands/alter_status.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/assign.rb b/src/main/ruby/shell/commands/assign.rb index 4c83d3c..3f008d9 100644 --- a/src/main/ruby/shell/commands/assign.rb +++ b/src/main/ruby/shell/commands/assign.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/balance_switch.rb b/src/main/ruby/shell/commands/balance_switch.rb index 0eac765..1ed6de5 100644 --- a/src/main/ruby/shell/commands/balance_switch.rb +++ b/src/main/ruby/shell/commands/balance_switch.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/balancer.rb b/src/main/ruby/shell/commands/balancer.rb index 05ecd3a..f14083c 100644 --- a/src/main/ruby/shell/commands/balancer.rb +++ b/src/main/ruby/shell/commands/balancer.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/close_region.rb b/src/main/ruby/shell/commands/close_region.rb index f1010ac..2533772 100644 --- a/src/main/ruby/shell/commands/close_region.rb +++ b/src/main/ruby/shell/commands/close_region.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/compact.rb b/src/main/ruby/shell/commands/compact.rb index fa0b82e..7e3fff7 100644 --- a/src/main/ruby/shell/commands/compact.rb +++ b/src/main/ruby/shell/commands/compact.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/count.rb b/src/main/ruby/shell/commands/count.rb index 6596441..7906bc8 100644 --- a/src/main/ruby/shell/commands/count.rb +++ b/src/main/ruby/shell/commands/count.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/create.rb b/src/main/ruby/shell/commands/create.rb index 14c1b0f..ff79e7e 100644 --- a/src/main/ruby/shell/commands/create.rb +++ b/src/main/ruby/shell/commands/create.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/delete.rb b/src/main/ruby/shell/commands/delete.rb index 12bc405..26c6685 100644 --- a/src/main/ruby/shell/commands/delete.rb +++ b/src/main/ruby/shell/commands/delete.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/deleteall.rb b/src/main/ruby/shell/commands/deleteall.rb index 5731b60..0cc5a10 100644 --- a/src/main/ruby/shell/commands/deleteall.rb +++ b/src/main/ruby/shell/commands/deleteall.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/describe.rb b/src/main/ruby/shell/commands/describe.rb index 0f35507..f3da955 100644 --- a/src/main/ruby/shell/commands/describe.rb +++ b/src/main/ruby/shell/commands/describe.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/disable.rb b/src/main/ruby/shell/commands/disable.rb index 34c5f9c..fec1039 100644 --- a/src/main/ruby/shell/commands/disable.rb +++ b/src/main/ruby/shell/commands/disable.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/disable_all.rb b/src/main/ruby/shell/commands/disable_all.rb index b7c9cf5..f6945fa 100644 --- a/src/main/ruby/shell/commands/disable_all.rb +++ b/src/main/ruby/shell/commands/disable_all.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/disable_peer.rb b/src/main/ruby/shell/commands/disable_peer.rb index da9941a..c3e122f 100644 --- a/src/main/ruby/shell/commands/disable_peer.rb +++ b/src/main/ruby/shell/commands/disable_peer.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/drop.rb b/src/main/ruby/shell/commands/drop.rb index 40831d2..6d8c6dd 100644 --- a/src/main/ruby/shell/commands/drop.rb +++ b/src/main/ruby/shell/commands/drop.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/drop_all.rb b/src/main/ruby/shell/commands/drop_all.rb index dcbefa3..16f9aad 100644 --- a/src/main/ruby/shell/commands/drop_all.rb +++ b/src/main/ruby/shell/commands/drop_all.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/enable.rb b/src/main/ruby/shell/commands/enable.rb index a0dc340..c5910b1 100644 --- a/src/main/ruby/shell/commands/enable.rb +++ b/src/main/ruby/shell/commands/enable.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/enable_all.rb b/src/main/ruby/shell/commands/enable_all.rb index ee01637..865a8a4 100644 --- a/src/main/ruby/shell/commands/enable_all.rb +++ b/src/main/ruby/shell/commands/enable_all.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/enable_peer.rb b/src/main/ruby/shell/commands/enable_peer.rb index de45909..c3b7348 100644 --- a/src/main/ruby/shell/commands/enable_peer.rb +++ b/src/main/ruby/shell/commands/enable_peer.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/exists.rb b/src/main/ruby/shell/commands/exists.rb index f35f197..78a8b6a 100644 --- a/src/main/ruby/shell/commands/exists.rb +++ b/src/main/ruby/shell/commands/exists.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/flush.rb b/src/main/ruby/shell/commands/flush.rb index ba59766..74327ea 100644 --- a/src/main/ruby/shell/commands/flush.rb +++ b/src/main/ruby/shell/commands/flush.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/get.rb b/src/main/ruby/shell/commands/get.rb index 8456d58..136c07b 100644 --- a/src/main/ruby/shell/commands/get.rb +++ b/src/main/ruby/shell/commands/get.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/get_counter.rb b/src/main/ruby/shell/commands/get_counter.rb index 3cbe226..50e9d36 100644 --- a/src/main/ruby/shell/commands/get_counter.rb +++ b/src/main/ruby/shell/commands/get_counter.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/hlog_roll.rb b/src/main/ruby/shell/commands/hlog_roll.rb index 02c7c59..ae791f3 100644 --- a/src/main/ruby/shell/commands/hlog_roll.rb +++ b/src/main/ruby/shell/commands/hlog_roll.rb @@ -1,6 +1,3 @@ -# -# Copyright 2011 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 diff --git a/src/main/ruby/shell/commands/incr.rb b/src/main/ruby/shell/commands/incr.rb index 38a2fc5..08d6d7b 100644 --- a/src/main/ruby/shell/commands/incr.rb +++ b/src/main/ruby/shell/commands/incr.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/is_disabled.rb b/src/main/ruby/shell/commands/is_disabled.rb index 9d3c7ee..6ac2294 100644 --- a/src/main/ruby/shell/commands/is_disabled.rb +++ b/src/main/ruby/shell/commands/is_disabled.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/is_enabled.rb b/src/main/ruby/shell/commands/is_enabled.rb index 96b2b15..b73b144 100644 --- a/src/main/ruby/shell/commands/is_enabled.rb +++ b/src/main/ruby/shell/commands/is_enabled.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/list.rb b/src/main/ruby/shell/commands/list.rb index 592fb5e..1bf0abd 100644 --- a/src/main/ruby/shell/commands/list.rb +++ b/src/main/ruby/shell/commands/list.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/major_compact.rb b/src/main/ruby/shell/commands/major_compact.rb index 325344b..8b5b437 100644 --- a/src/main/ruby/shell/commands/major_compact.rb +++ b/src/main/ruby/shell/commands/major_compact.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/move.rb b/src/main/ruby/shell/commands/move.rb index 0e3db8f..7f3a943 100644 --- a/src/main/ruby/shell/commands/move.rb +++ b/src/main/ruby/shell/commands/move.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/put.rb b/src/main/ruby/shell/commands/put.rb index dde0433..1080610 100644 --- a/src/main/ruby/shell/commands/put.rb +++ b/src/main/ruby/shell/commands/put.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/remove_peer.rb b/src/main/ruby/shell/commands/remove_peer.rb index 034434a..9e21587 100644 --- a/src/main/ruby/shell/commands/remove_peer.rb +++ b/src/main/ruby/shell/commands/remove_peer.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/scan.rb b/src/main/ruby/shell/commands/scan.rb index 518e628..75ff396 100644 --- a/src/main/ruby/shell/commands/scan.rb +++ b/src/main/ruby/shell/commands/scan.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/show_filters.rb b/src/main/ruby/shell/commands/show_filters.rb index 1581db5..13aea45 100644 --- a/src/main/ruby/shell/commands/show_filters.rb +++ b/src/main/ruby/shell/commands/show_filters.rb @@ -1,6 +1,3 @@ -# -# Copyright 2011 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 diff --git a/src/main/ruby/shell/commands/split.rb b/src/main/ruby/shell/commands/split.rb index 47e21f8..402ae87 100644 --- a/src/main/ruby/shell/commands/split.rb +++ b/src/main/ruby/shell/commands/split.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/start_replication.rb b/src/main/ruby/shell/commands/start_replication.rb index 5d1cd1b..077204f 100644 --- a/src/main/ruby/shell/commands/start_replication.rb +++ b/src/main/ruby/shell/commands/start_replication.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/status.rb b/src/main/ruby/shell/commands/status.rb index 4b22acb..4ee195b 100644 --- a/src/main/ruby/shell/commands/status.rb +++ b/src/main/ruby/shell/commands/status.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/stop_replication.rb b/src/main/ruby/shell/commands/stop_replication.rb index f5074d7..8f492b8 100644 --- a/src/main/ruby/shell/commands/stop_replication.rb +++ b/src/main/ruby/shell/commands/stop_replication.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/truncate.rb b/src/main/ruby/shell/commands/truncate.rb index a24e167b..490d755 100644 --- a/src/main/ruby/shell/commands/truncate.rb +++ b/src/main/ruby/shell/commands/truncate.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/unassign.rb b/src/main/ruby/shell/commands/unassign.rb index 75242ba..8f108a6 100644 --- a/src/main/ruby/shell/commands/unassign.rb +++ b/src/main/ruby/shell/commands/unassign.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/version.rb b/src/main/ruby/shell/commands/version.rb index 372b0dc..2539e16 100644 --- a/src/main/ruby/shell/commands/version.rb +++ b/src/main/ruby/shell/commands/version.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/commands/zk_dump.rb b/src/main/ruby/shell/commands/zk_dump.rb index bb23962..2dfb42c 100644 --- a/src/main/ruby/shell/commands/zk_dump.rb +++ b/src/main/ruby/shell/commands/zk_dump.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/main/ruby/shell/formatter.rb b/src/main/ruby/shell/formatter.rb index ea17882..5150612 100644 --- a/src/main/ruby/shell/formatter.rb +++ b/src/main/ruby/shell/formatter.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/test/ruby/hbase/admin_test.rb b/src/test/ruby/hbase/admin_test.rb index ae67ba6..5bd1495 100644 --- a/src/test/ruby/hbase/admin_test.rb +++ b/src/test/ruby/hbase/admin_test.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/test/ruby/hbase/hbase_test.rb b/src/test/ruby/hbase/hbase_test.rb index 4e3fae3..6062c10 100644 --- a/src/test/ruby/hbase/hbase_test.rb +++ b/src/test/ruby/hbase/hbase_test.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/test/ruby/hbase/table_test.rb b/src/test/ruby/hbase/table_test.rb index 067058d..74e8f4d 100644 --- a/src/test/ruby/hbase/table_test.rb +++ b/src/test/ruby/hbase/table_test.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/test/ruby/shell/commands_test.rb b/src/test/ruby/shell/commands_test.rb index 1a315a7..240cf1e 100644 --- a/src/test/ruby/shell/commands_test.rb +++ b/src/test/ruby/shell/commands_test.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/test/ruby/shell/formatter_test.rb b/src/test/ruby/shell/formatter_test.rb index 5b5c636..c81c3da 100644 --- a/src/test/ruby/shell/formatter_test.rb +++ b/src/test/ruby/shell/formatter_test.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/test/ruby/shell/shell_test.rb b/src/test/ruby/shell/shell_test.rb index bc3000c..6b47c5e 100644 --- a/src/test/ruby/shell/shell_test.rb +++ b/src/test/ruby/shell/shell_test.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/src/test/ruby/tests_runner.rb b/src/test/ruby/tests_runner.rb index 251473f..2db78ef 100644 --- a/src/test/ruby/tests_runner.rb +++ b/src/test/ruby/tests_runner.rb @@ -1,6 +1,3 @@ -# -# Copyright 2010 The Apache Software Foundation -# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information