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 AB0EC7312 for ; Tue, 18 Oct 2011 17:18:28 +0000 (UTC) Received: (qmail 36776 invoked by uid 500); 18 Oct 2011 17:18:28 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 36748 invoked by uid 500); 18 Oct 2011 17:18:28 -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 36741 invoked by uid 99); 18 Oct 2011 17:18:28 -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:18:28 +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:18:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2D0EF2388C32; Tue, 18 Oct 2011 17:17:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1185759 [19/22] - in /incubator/accumulo/trunk: ./ bin/ conf/ contrib/accumulo_sample/ contrib/accumulo_sample/ingest/bin/ contrib/accumulo_sample/ingest/conf/ contrib/accumulo_sample/ingest/src/assembly/ contrib/accumulo_sample/ingest/src... Date: Tue, 18 Oct 2011 17:16:03 -0000 To: accumulo-commits@incubator.apache.org From: kturner@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111018171707.2D0EF2388C32@eris.apache.org> Modified: incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/util/time/TestTime.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/util/time/TestTime.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/util/time/TestTime.java (original) +++ incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/util/time/TestTime.java Tue Oct 18 17:14:16 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.util.time; import org.apache.log4j.Logger; Modified: incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/DistributedReadWriteLock.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/DistributedReadWriteLock.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/DistributedReadWriteLock.java (original) +++ incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/DistributedReadWriteLock.java Tue Oct 18 17:14:16 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.zookeeper; import java.util.Arrays; Modified: incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/TransactionWatcher.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/TransactionWatcher.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/TransactionWatcher.java (original) +++ incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/TransactionWatcher.java Tue Oct 18 17:14:16 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.zookeeper; import java.util.HashMap; Modified: incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooCache.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooCache.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooCache.java (original) +++ incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooCache.java Tue Oct 18 17:14:16 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.zookeeper; import org.apache.accumulo.core.conf.AccumuloConfiguration; Modified: incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooLock.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooLock.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooLock.java (original) +++ incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooLock.java Tue Oct 18 17:14:16 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.zookeeper; import java.util.ArrayList; Modified: incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooQueueLock.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooQueueLock.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooQueueLock.java (original) +++ incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooQueueLock.java Tue Oct 18 17:14:16 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.zookeeper; import java.util.Collections; Modified: incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooReaderWriter.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooReaderWriter.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooReaderWriter.java (original) +++ incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooReaderWriter.java Tue Oct 18 17:14:16 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.zookeeper; import java.security.SecurityPermission; Modified: incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooReservation.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooReservation.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooReservation.java (original) +++ incubator/accumulo/trunk/src/server/src/main/java/org/apache/accumulo/server/zookeeper/ZooReservation.java Tue Oct 18 17:14:16 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.zookeeper; import org.apache.accumulo.core.zookeeper.ZooUtil.NodeExistsPolicy; Modified: incubator/accumulo/trunk/src/server/src/main/resources/config.html URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/resources/config.html?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/resources/config.html (original) +++ incubator/accumulo/trunk/src/server/src/main/resources/config.html Tue Oct 18 17:14:16 2011 @@ -1,3 +1,19 @@ + Configuration Properties Modified: incubator/accumulo/trunk/src/server/src/main/resources/randomwalk/Basic.xml URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/resources/randomwalk/Basic.xml?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/resources/randomwalk/Basic.xml (original) +++ incubator/accumulo/trunk/src/server/src/main/resources/randomwalk/Basic.xml Tue Oct 18 17:14:16 2011 @@ -1,4 +1,20 @@ + Modified: incubator/accumulo/trunk/src/server/src/main/resources/randomwalk/Simple.xml URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/resources/randomwalk/Simple.xml?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/resources/randomwalk/Simple.xml (original) +++ incubator/accumulo/trunk/src/server/src/main/resources/randomwalk/Simple.xml Tue Oct 18 17:14:16 2011 @@ -1,4 +1,20 @@ + Modified: incubator/accumulo/trunk/src/server/src/main/resources/web/functions.js URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/resources/web/functions.js?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/resources/web/functions.js (original) +++ incubator/accumulo/trunk/src/server/src/main/resources/web/functions.js Tue Oct 18 17:14:16 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. +*/ function toggle(selection) { var p = document.getElementById(selection); var style = p.className; Modified: incubator/accumulo/trunk/src/server/src/main/resources/web/screen.css URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/main/resources/web/screen.css?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/main/resources/web/screen.css (original) +++ incubator/accumulo/trunk/src/server/src/main/resources/web/screen.css Tue Oct 18 17:14:16 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. +*/ /* basic screen style for all pages */ html,body { height: 100%; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/client/BulkImporterTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/client/BulkImporterTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/client/BulkImporterTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/client/BulkImporterTest.java Tue Oct 18 17:14:16 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.client; import java.util.Collection; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/constraints/MetadataConstraintsTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/constraints/MetadataConstraintsTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/constraints/MetadataConstraintsTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/constraints/MetadataConstraintsTest.java Tue Oct 18 17:14:16 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.constraints; import static org.junit.Assert.assertEquals; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/logger/LogFileTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/logger/LogFileTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/logger/LogFileTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/logger/LogFileTest.java Tue Oct 18 17:14:16 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.logger; import static org.apache.accumulo.server.logger.LogEvents.COMPACTION_FINISH; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/logger/TestLogWriter.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/logger/TestLogWriter.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/logger/TestLogWriter.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/logger/TestLogWriter.java Tue Oct 18 17:14:16 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.logger; import static org.apache.accumulo.server.logger.LogEvents.COMPACTION_FINISH; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/DefaultMapTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/DefaultMapTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/DefaultMapTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/DefaultMapTest.java Tue Oct 18 17:14:16 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.master; import org.apache.accumulo.server.util.DefaultMap; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/TestTabletServerLoggers.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/TestTabletServerLoggers.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/TestTabletServerLoggers.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/TestTabletServerLoggers.java Tue Oct 18 17:14:16 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.master; import static org.junit.Assert.assertEquals; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/balancer/DefaultLoadBalancerTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/balancer/DefaultLoadBalancerTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/balancer/DefaultLoadBalancerTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/balancer/DefaultLoadBalancerTest.java Tue Oct 18 17:14:16 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.master.balancer; import static org.junit.Assert.assertEquals; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/balancer/SimpleLoggerBalancerTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/balancer/SimpleLoggerBalancerTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/balancer/SimpleLoggerBalancerTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/balancer/SimpleLoggerBalancerTest.java Tue Oct 18 17:14:16 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.master.balancer; import static org.junit.Assert.assertEquals; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/balancer/TableLoadBalancerTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/balancer/TableLoadBalancerTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/balancer/TableLoadBalancerTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/balancer/TableLoadBalancerTest.java Tue Oct 18 17:14:16 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.master.balancer; import java.util.ArrayList; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/state/MergeInfoTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/state/MergeInfoTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/state/MergeInfoTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/state/MergeInfoTest.java Tue Oct 18 17:14:16 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.master.state; import org.apache.accumulo.core.data.KeyExtent; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/state/RootTabletStateStoreTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/state/RootTabletStateStoreTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/state/RootTabletStateStoreTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/master/state/RootTabletStateStoreTest.java Tue Oct 18 17:14:16 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.master.state; import org.junit.Assert; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/security/ZKAuthenticatorTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/security/ZKAuthenticatorTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/security/ZKAuthenticatorTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/security/ZKAuthenticatorTest.java Tue Oct 18 17:14:16 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.security; import java.util.Set; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/tabletserver/InMemoryMapTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/tabletserver/InMemoryMapTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/tabletserver/InMemoryMapTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/tabletserver/InMemoryMapTest.java Tue Oct 18 17:14:16 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.tabletserver; import java.io.IOException; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/tabletserver/log/MultiReaderTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/tabletserver/log/MultiReaderTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/tabletserver/log/MultiReaderTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/tabletserver/log/MultiReaderTest.java Tue Oct 18 17:14:16 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.tabletserver.log; import static org.junit.Assert.*; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/tabletserver/log/SortedLogRecoveryTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/tabletserver/log/SortedLogRecoveryTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/tabletserver/log/SortedLogRecoveryTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/tabletserver/log/SortedLogRecoveryTest.java Tue Oct 18 17:14:16 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.tabletserver.log; import static org.apache.accumulo.server.logger.LogEvents.COMPACTION_FINISH; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/test/randomwalk/FrameworkTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/test/randomwalk/FrameworkTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/test/randomwalk/FrameworkTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/test/randomwalk/FrameworkTest.java Tue Oct 18 17:14:16 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/trunk/src/server/src/test/java/org/apache/accumulo/server/util/CloneTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/CloneTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/CloneTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/CloneTest.java Tue Oct 18 17:14:16 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.util; import java.util.HashSet; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/DefaultMapTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/DefaultMapTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/DefaultMapTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/DefaultMapTest.java Tue Oct 18 17:14:16 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.util; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/TabletIteratorTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/TabletIteratorTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/TabletIteratorTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/TabletIteratorTest.java Tue Oct 18 17:14:16 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.util; import java.util.Map.Entry; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/time/BaseRelativeTimeTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/time/BaseRelativeTimeTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/time/BaseRelativeTimeTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/util/time/BaseRelativeTimeTest.java Tue Oct 18 17:14:16 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.util.time; import static org.junit.Assert.*; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/zookeeper/DistributedReadWriteLockTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/zookeeper/DistributedReadWriteLockTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/zookeeper/DistributedReadWriteLockTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/zookeeper/DistributedReadWriteLockTest.java Tue Oct 18 17:14:16 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.zookeeper; import java.util.SortedMap; Modified: incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/zookeeper/TransactionWatcherTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/zookeeper/TransactionWatcherTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/zookeeper/TransactionWatcherTest.java (original) +++ incubator/accumulo/trunk/src/server/src/test/java/org/apache/accumulo/server/zookeeper/TransactionWatcherTest.java Tue Oct 18 17:14:16 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.zookeeper; import java.util.ArrayList; Modified: incubator/accumulo/trunk/src/start/pom.xml URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/start/pom.xml?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/start/pom.xml (original) +++ incubator/accumulo/trunk/src/start/pom.xml Tue Oct 18 17:14:16 2011 @@ -1,4 +1,20 @@ + Modified: incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/Main.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/Main.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/Main.java (original) +++ incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/Main.java Tue Oct 18 17:14:16 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.start; import java.lang.reflect.Method; Modified: incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/Platform.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/Platform.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/Platform.java (original) +++ incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/Platform.java Tue Oct 18 17:14:16 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.start; public class Platform { Modified: incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/TestMain.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/TestMain.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/TestMain.java (original) +++ incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/TestMain.java Tue Oct 18 17:14:16 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.start; Modified: incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/classloader/AccumuloClassLoader.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/classloader/AccumuloClassLoader.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/classloader/AccumuloClassLoader.java (original) +++ incubator/accumulo/trunk/src/start/src/main/java/org/apache/accumulo/start/classloader/AccumuloClassLoader.java Tue Oct 18 17:14:16 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.start.classloader; import java.io.File; Modified: incubator/accumulo/trunk/src/start/src/test/java/org/apache/accumulo/start/Test.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/start/src/test/java/org/apache/accumulo/start/Test.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/start/src/test/java/org/apache/accumulo/start/Test.java (original) +++ incubator/accumulo/trunk/src/start/src/test/java/org/apache/accumulo/start/Test.java Tue Oct 18 17:14:16 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.start; import java.io.File; Modified: incubator/accumulo/trunk/src/start/src/test/java/test/Test.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/start/src/test/java/test/Test.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/start/src/test/java/test/Test.java (original) +++ incubator/accumulo/trunk/src/start/src/test/java/test/Test.java Tue Oct 18 17:14:16 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 test; public interface Test { Modified: incubator/accumulo/trunk/src/start/src/test/shell/makeTestJars.sh URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/start/src/test/shell/makeTestJars.sh?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/start/src/test/shell/makeTestJars.sh (original) +++ incubator/accumulo/trunk/src/start/src/test/shell/makeTestJars.sh Tue Oct 18 17:14:16 2011 @@ -1,5 +1,21 @@ #! /bin/sh +# Licensed 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. + + cd $ACCUMULO_HOME/src/start for x in A B C do Modified: incubator/accumulo/trunk/src/trace/pom.xml URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/pom.xml?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/pom.xml (original) +++ incubator/accumulo/trunk/src/trace/pom.xml Tue Oct 18 17:14:16 2011 @@ -1,4 +1,20 @@ + Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/CountSampler.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/CountSampler.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/CountSampler.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/CountSampler.java Tue Oct 18 17:14:16 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 cloudtrace.instrument; import java.util.Random; Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Sampler.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Sampler.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Sampler.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Sampler.java Tue Oct 18 17:14:16 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 cloudtrace.instrument; /** Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Span.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Span.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Span.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Span.java Tue Oct 18 17:14:16 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 cloudtrace.instrument; import java.util.Map; Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Trace.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Trace.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Trace.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Trace.java Tue Oct 18 17:14:16 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 cloudtrace.instrument; import cloudtrace.thrift.TInfo; Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceCallable.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceCallable.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceCallable.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceCallable.java Tue Oct 18 17:14:16 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 cloudtrace.instrument; import java.util.concurrent.Callable; Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceExecutorService.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceExecutorService.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceExecutorService.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceExecutorService.java Tue Oct 18 17:14:16 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 cloudtrace.instrument; import java.util.ArrayList; Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceProxy.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceProxy.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceProxy.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceProxy.java Tue Oct 18 17:14:16 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 cloudtrace.instrument; import java.lang.reflect.InvocationHandler; Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceRunnable.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceRunnable.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceRunnable.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/TraceRunnable.java Tue Oct 18 17:14:16 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 cloudtrace.instrument; /** Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Tracer.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Tracer.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Tracer.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/Tracer.java Tue Oct 18 17:14:16 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 cloudtrace.instrument; import java.security.SecureRandom; Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/impl/MilliSpan.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/impl/MilliSpan.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/impl/MilliSpan.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/impl/MilliSpan.java Tue Oct 18 17:14:16 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 cloudtrace.instrument.impl; import java.security.SecureRandom; Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/impl/NullSpan.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/impl/NullSpan.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/impl/NullSpan.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/impl/NullSpan.java Tue Oct 18 17:14:16 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 cloudtrace.instrument.impl; import java.util.Collections; Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/impl/RootMilliSpan.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/impl/RootMilliSpan.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/impl/RootMilliSpan.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/impl/RootMilliSpan.java Tue Oct 18 17:14:16 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 cloudtrace.instrument.impl; Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/AsyncSpanReceiver.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/AsyncSpanReceiver.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/AsyncSpanReceiver.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/AsyncSpanReceiver.java Tue Oct 18 17:14:16 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 cloudtrace.instrument.receivers; import java.util.AbstractQueue; Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/LogSpans.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/LogSpans.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/LogSpans.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/LogSpans.java Tue Oct 18 17:14:16 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 cloudtrace.instrument.receivers; import java.text.DateFormat; Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/SendSpansViaThrift.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/SendSpansViaThrift.java?rev=1185759&r1=1185758&r2=1185759&view=diff ============================================================================== --- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/SendSpansViaThrift.java (original) +++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/SendSpansViaThrift.java Tue Oct 18 17:14:16 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 cloudtrace.instrument.receivers; import java.net.InetSocketAddress;