Return-Path: X-Original-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 462E270A0 for ; Tue, 18 Oct 2011 17:52:59 +0000 (UTC) Received: (qmail 83573 invoked by uid 500); 18 Oct 2011 17:52:59 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 83546 invoked by uid 500); 18 Oct 2011 17:52:59 -0000 Mailing-List: contact accumulo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-commits@incubator.apache.org Received: (qmail 83535 invoked by uid 99); 18 Oct 2011 17:52:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 17:52:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 17:52:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8DF542388BEC; Tue, 18 Oct 2011 17:51:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1185770 [12/17] - in /incubator/accumulo/branches/1.3: ./ bin/ conf/ docs/ docs/src/developer_manual/ docs/src/user_manual/ docs/src/user_manual/appendices/ docs/src/user_manual/chapters/ src/assemble/ src/core/ src/core/src/main/java/org/... Date: Tue, 18 Oct 2011 17:51:11 -0000 To: accumulo-commits@incubator.apache.org From: kturner@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111018175157.8DF542388BEC@eris.apache.org> Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/BulkSplitOptimizationTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/BulkSplitOptimizationTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/BulkSplitOptimizationTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/BulkSplitOptimizationTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.Collections; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CacheTestClean.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CacheTestClean.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CacheTestClean.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CacheTestClean.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.io.File; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CacheTestReader.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CacheTestReader.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CacheTestReader.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CacheTestReader.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.io.File; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CacheTestWriter.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CacheTestWriter.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CacheTestWriter.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CacheTestWriter.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.io.File; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ConcurrencyTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ConcurrencyTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ConcurrencyTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ConcurrencyTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.Collections; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ConstraintTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ConstraintTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ConstraintTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ConstraintTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.Arrays; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CreateAndUseTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CreateAndUseTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CreateAndUseTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CreateAndUseTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CreateManyScannersTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CreateManyScannersTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CreateManyScannersTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/CreateManyScannersTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.Collections; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/DeleteEverythingTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/DeleteEverythingTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/DeleteEverythingTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/DeleteEverythingTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.Collections; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/DropModIter.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/DropModIter.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/DropModIter.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/DropModIter.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/FunctionalTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/FunctionalTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/FunctionalTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/FunctionalTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.Collection; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/LargeRowTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/LargeRowTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/LargeRowTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/LargeRowTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/MaxOpenTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/MaxOpenTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/MaxOpenTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/MaxOpenTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/NativeMapTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/NativeMapTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/NativeMapTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/NativeMapTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.io.File; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/PermissionsTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/PermissionsTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/PermissionsTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/PermissionsTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.Arrays; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/RowDeleteTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/RowDeleteTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/RowDeleteTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/RowDeleteTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.text.SimpleDateFormat; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/RunTests.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/RunTests.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/RunTests.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/RunTests.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.io.File; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ScanIteratorTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ScanIteratorTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ScanIteratorTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ScanIteratorTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ScanRangeTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ScanRangeTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ScanRangeTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ScanRangeTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ScanSessionTimeOutTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ScanSessionTimeOutTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ScanSessionTimeOutTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ScanSessionTimeOutTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.Collections; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ServerSideErrorTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ServerSideErrorTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ServerSideErrorTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/ServerSideErrorTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/SlowIterator.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/SlowIterator.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/SlowIterator.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/SlowIterator.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/SplitRecoveryTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/SplitRecoveryTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/SplitRecoveryTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/SplitRecoveryTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/VisibilityTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/VisibilityTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/VisibilityTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/functional/VisibilityTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.functional; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/performance/metadata/MBinner.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/performance/metadata/MBinner.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/performance/metadata/MBinner.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/performance/metadata/MBinner.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.performance.metadata; import java.math.BigInteger; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/performance/metadata/MetadataBatchScanTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/performance/metadata/MetadataBatchScanTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/performance/metadata/MetadataBatchScanTest.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/performance/metadata/MetadataBatchScanTest.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.performance.metadata; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/performance/scan/CollectTabletStats.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/performance/scan/CollectTabletStats.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/performance/scan/CollectTabletStats.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/performance/scan/CollectTabletStats.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.performance.scan; import java.io.IOException; import java.net.InetAddress; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Fixture.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Fixture.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Fixture.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Fixture.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk; import org.apache.log4j.Logger; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Framework.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Framework.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Framework.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Framework.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk; import java.io.File; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Module.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Module.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Module.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Module.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk; import java.io.File; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Node.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Node.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Node.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Node.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk; import java.util.Properties; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/State.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/State.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/State.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/State.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk; import java.io.File; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Test.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Test.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Test.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/Test.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ /** * */ Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/Commit.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/Commit.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/Commit.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/Commit.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.image; import java.util.Properties; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/ImageFixture.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/ImageFixture.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/ImageFixture.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/ImageFixture.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.image; import java.net.InetAddress; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/TableOp.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/TableOp.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/TableOp.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/TableOp.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.image; import java.util.Properties; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/Verify.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/Verify.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/Verify.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/Verify.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.image; import java.security.MessageDigest; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/Write.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/Write.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/Write.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/image/Write.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.image; import java.security.MessageDigest; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/Commit.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/Commit.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/Commit.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/Commit.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.multitable; import java.util.Properties; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/CopyTable.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/CopyTable.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/CopyTable.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/CopyTable.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.multitable; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/CopyTool.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/CopyTool.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/CopyTool.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/CopyTool.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.multitable; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/CreateTable.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/CreateTable.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/CreateTable.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/CreateTable.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.multitable; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/DropTable.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/DropTable.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/DropTable.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/DropTable.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.multitable; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/MultiTableFixture.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/MultiTableFixture.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/MultiTableFixture.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/MultiTableFixture.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.multitable; import java.net.InetAddress; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/Write.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/Write.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/Write.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/multitable/Write.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.multitable; import java.security.MessageDigest; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/BatchVerify.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/BatchVerify.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/BatchVerify.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/BatchVerify.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.sequential; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/Commit.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/Commit.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/Commit.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/Commit.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.sequential; import java.util.Properties; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/MapRedVerify.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/MapRedVerify.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/MapRedVerify.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/MapRedVerify.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.sequential; import java.util.Properties; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/MapRedVerifyTool.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/MapRedVerifyTool.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/MapRedVerifyTool.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/MapRedVerifyTool.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.sequential; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/SequentialFixture.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/SequentialFixture.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/SequentialFixture.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/SequentialFixture.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.sequential; import java.net.InetAddress; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/Write.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/Write.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/Write.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/sequential/Write.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.sequential; import java.util.Properties; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Commit.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Commit.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Commit.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Commit.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.shard; import java.util.Properties; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Delete.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Delete.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Delete.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Delete.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.shard; import java.util.Map.Entry; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/DeleteWord.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/DeleteWord.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/DeleteWord.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/DeleteWord.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.shard; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Flush.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Flush.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Flush.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Flush.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.shard; import java.util.Properties; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Grep.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Grep.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Grep.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/Grep.java Tue Oct 18 17:50:01 2011 @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.accumulo.server.test.randomwalk.shard; import java.util.Arrays;