You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2011/10/18 19:16:03 UTC

svn commit: r1185759 [20/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...

Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/SpanReceiver.java
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/SpanReceiver.java?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/SpanReceiver.java (original)
+++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/SpanReceiver.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.Map;

Modified: incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/ZooSpanClient.java
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/ZooSpanClient.java?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/ZooSpanClient.java (original)
+++ incubator/accumulo/trunk/src/trace/src/main/java/cloudtrace/instrument/receivers/ZooSpanClient.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.io.IOException;

Modified: incubator/accumulo/trunk/src/trace/src/main/thrift/cloudtrace.thrift
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/main/thrift/cloudtrace.thrift?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/src/trace/src/main/thrift/cloudtrace.thrift (original)
+++ incubator/accumulo/trunk/src/trace/src/main/thrift/cloudtrace.thrift 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.
+*/
 namespace java cloudtrace.thrift
 
 struct RemoteSpan {

Modified: incubator/accumulo/trunk/src/trace/src/test/java/cloudtrace/instrument/CountSamplerTest.java
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/test/java/cloudtrace/instrument/CountSamplerTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/src/trace/src/test/java/cloudtrace/instrument/CountSamplerTest.java (original)
+++ incubator/accumulo/trunk/src/trace/src/test/java/cloudtrace/instrument/CountSamplerTest.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 junit.framework.Assert;

Modified: incubator/accumulo/trunk/src/trace/src/test/java/cloudtrace/instrument/PerformanceTest.java
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/test/java/cloudtrace/instrument/PerformanceTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/src/trace/src/test/java/cloudtrace/instrument/PerformanceTest.java (original)
+++ incubator/accumulo/trunk/src/trace/src/test/java/cloudtrace/instrument/PerformanceTest.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 org.junit.Test;

Modified: incubator/accumulo/trunk/src/trace/src/test/java/cloudtrace/instrument/TracerTest.java
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/src/test/java/cloudtrace/instrument/TracerTest.java?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/src/trace/src/test/java/cloudtrace/instrument/TracerTest.java (original)
+++ incubator/accumulo/trunk/src/trace/src/test/java/cloudtrace/instrument/TracerTest.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 static org.junit.Assert.assertEquals;

Modified: incubator/accumulo/trunk/src/trace/thrift.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/trace/thrift.sh?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/src/trace/thrift.sh (original)
+++ incubator/accumulo/trunk/src/trace/thrift.sh Tue Oct 18 17:14:16 2011
@@ -1,5 +1,21 @@
 #! /usr/bin/env bash
 
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
 thrift0.6 -o target -gen java src/main/thrift/cloudtrace.thrift
 
 mkdir -p src/main/java/cloudtrace/thrift

Modified: incubator/accumulo/trunk/test/compat/diffAPI.pl
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/compat/diffAPI.pl?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/compat/diffAPI.pl (original)
+++ incubator/accumulo/trunk/test/compat/diffAPI.pl Tue Oct 18 17:14:16 2011
@@ -1,5 +1,21 @@
 #!/usr/bin/perl
 
+# Licensed 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.
+
+
 if(scalar(@ARGV) != 2){
 	print "Usage : diffAPI.pl <core jar 1> <core jar 2>\n";
 	exit(-1);

Modified: incubator/accumulo/trunk/test/system/auto/JavaTest.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/JavaTest.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/JavaTest.py (original)
+++ incubator/accumulo/trunk/test/system/auto/JavaTest.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import unittest
 import time
 import logging

Modified: incubator/accumulo/trunk/test/system/auto/TestUtils.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/TestUtils.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/TestUtils.py (original)
+++ incubator/accumulo/trunk/test/system/auto/TestUtils.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from subprocess import Popen as BasePopen, PIPE
+
+# Licensed 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.
+
 import os
 import time
 import logging

Modified: incubator/accumulo/trunk/test/system/auto/config.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/config.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/config.py (original)
+++ incubator/accumulo/trunk/test/system/auto/config.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 
+
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from xml.sax import make_parser, handler
 
 def parse(filename):

Modified: incubator/accumulo/trunk/test/system/auto/fake_disk_failure.c
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/fake_disk_failure.c?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/fake_disk_failure.c (original)
+++ incubator/accumulo/trunk/test/system/auto/fake_disk_failure.c 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.
+*/
 #include <unistd.h>
 #include <dlfcn.h>
 #include <stdio.h>

Modified: incubator/accumulo/trunk/test/system/auto/run.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/run.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/run.py (original)
+++ incubator/accumulo/trunk/test/system/auto/run.py Tue Oct 18 17:14:16 2011
@@ -1,5 +1,21 @@
 #! /usr/bin/env python
 
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
 import os
 import time
 import logging

Modified: incubator/accumulo/trunk/test/system/auto/simple/addSplit.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/addSplit.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/addSplit.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/addSplit.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class AddSplitTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/aggregation.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/aggregation.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/aggregation.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/aggregation.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/baditerminc.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/baditerminc.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/baditerminc.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/baditerminc.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class BadIterMincTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/batchScanSplit.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/batchScanSplit.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/batchScanSplit.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/batchScanSplit.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class BatchScanSplitTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/batchWriterFlush.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/batchWriterFlush.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/batchWriterFlush.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/batchWriterFlush.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class BatchWriterFlushTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/binary.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/binary.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/binary.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/binary.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import unittest
 import time
 

Modified: incubator/accumulo/trunk/test/system/auto/simple/bloom.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/bloom.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/bloom.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/bloom.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest, os
 
 class BloomFilterTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/bulk.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/bulk.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/bulk.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/bulk.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/bulkFile.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/bulkFile.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/bulkFile.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/bulkFile.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class BulkFileTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/bulkSplitOptimization.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/bulkSplitOptimization.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/bulkSplitOptimization.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/bulkSplitOptimization.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class BulkSplitOptimizationTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/compaction.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/compaction.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/compaction.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/compaction.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 from simple.bulk import SimpleBulkTest

Modified: incubator/accumulo/trunk/test/system/auto/simple/concurrency.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/concurrency.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/concurrency.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/concurrency.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class ConcurrencyTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/constraint.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/constraint.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/constraint.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/constraint.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class ConstraintTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/createAndUse.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/createAndUse.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/createAndUse.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/createAndUse.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class CreateAndUseTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/delete.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/delete.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/delete.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/delete.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/deleteEverything.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/deleteEverything.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/deleteEverything.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/deleteEverything.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class DeleteEverythingTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/deleterows.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/deleterows.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/deleterows.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/deleterows.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class DeleteRowsTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/dynamic.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/dynamic.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/dynamic.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/dynamic.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/examples.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/examples.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/examples.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/examples.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/gc.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/gc.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/gc.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/gc.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import glob
 import logging
 import unittest

Modified: incubator/accumulo/trunk/test/system/auto/simple/largeRow.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/largeRow.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/largeRow.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/largeRow.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class LargeRowTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/mapreduce.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/mapreduce.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/mapreduce.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/mapreduce.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/masterFailover.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/masterFailover.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/masterFailover.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/masterFailover.py Tue Oct 18 17:14:16 2011
@@ -1,5 +1,21 @@
 from simple.readwrite import SunnyDayTest
 
+# Licensed 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.
+
+
 import logging
 log = logging.getLogger('test.auto')
 

Modified: incubator/accumulo/trunk/test/system/auto/simple/maxOpen.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/maxOpen.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/maxOpen.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/maxOpen.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class MaxOpenTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/merge.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/merge.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/merge.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/merge.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import logging
+
+# Licensed 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.
+
 import unittest
 
 from TestUtils import TestUtilsMixin

Modified: incubator/accumulo/trunk/test/system/auto/simple/nativeMap.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/nativeMap.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/nativeMap.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/nativeMap.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import unittest
 import time
 

Modified: incubator/accumulo/trunk/test/system/auto/simple/range.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/range.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/range.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/range.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class RangeTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/readwrite.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/readwrite.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/readwrite.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/readwrite.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/rename.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/rename.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/rename.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/rename.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/rowDelete.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/rowDelete.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/rowDelete.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/rowDelete.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class RowDeleteTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/scanIter.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/scanIter.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/scanIter.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/scanIter.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class ScanIteratorTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/scanSessionTimeout.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/scanSessionTimeout.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/scanSessionTimeout.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/scanSessionTimeout.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class ScanSessionTimeOutTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/security.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/security.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/security.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/security.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class SystemPermissionsTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/serverSideError.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/serverSideError.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/serverSideError.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/serverSideError.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class ServerSideErrorTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/shell.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/shell.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/shell.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/shell.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/shutdown.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/shutdown.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/shutdown.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/shutdown.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import sleep

Modified: incubator/accumulo/trunk/test/system/auto/simple/simpleBalancer.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/simpleBalancer.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/simpleBalancer.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/simpleBalancer.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/split.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/split.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/split.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/split.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/splitRecovery.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/splitRecovery.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/splitRecovery.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/splitRecovery.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class SplitRecoveryTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/start.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/start.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/start.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/start.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import unittest
+
+# Licensed 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.
+
 import os
 from TestUtils import TestUtilsMixin, ROOT, ROOT_PASSWORD, ACCUMULO_DIR
 from subprocess import PIPE

Modified: incubator/accumulo/trunk/test/system/auto/simple/table.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/table.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/table.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/table.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/tablets.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/tablets.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/tablets.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/tablets.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/simple/visibility.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/visibility.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/visibility.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/visibility.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class VisibilityTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/simple/wal.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/wal.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/wal.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/wal.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 
+
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import signal
 import os
 import unittest

Modified: incubator/accumulo/trunk/test/system/auto/simple/zoo.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/zoo.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/zoo.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/zoo.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import signal

Modified: incubator/accumulo/trunk/test/system/auto/simple/zooCacheTest.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/zooCacheTest.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/zooCacheTest.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/zooCacheTest.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import unittest
 import time
 

Modified: incubator/accumulo/trunk/test/system/auto/sleep.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/sleep.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/sleep.py (original)
+++ incubator/accumulo/trunk/test/system/auto/sleep.py Tue Oct 18 17:14:16 2011
@@ -1,5 +1,21 @@
 scale = 1.0
 
+# Licensed 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.
+
+
 def sleep(secs):
     import time
     time.sleep(secs*scale)

Modified: incubator/accumulo/trunk/test/system/auto/stress/batchWrite.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/stress/batchWrite.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/stress/batchWrite.py (original)
+++ incubator/accumulo/trunk/test/system/auto/stress/batchWrite.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import logging
 import unittest
 import time

Modified: incubator/accumulo/trunk/test/system/auto/stress/binary.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/stress/binary.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/stress/binary.py (original)
+++ incubator/accumulo/trunk/test/system/auto/stress/binary.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import unittest
+
+# Licensed 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.
+
 import os
 import logging
 

Modified: incubator/accumulo/trunk/test/system/auto/stress/halfDead.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/stress/halfDead.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/stress/halfDead.py (original)
+++ incubator/accumulo/trunk/test/system/auto/stress/halfDead.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import os
+
+# Licensed 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.
+
 import time
 import signal
 import unittest

Modified: incubator/accumulo/trunk/test/system/auto/stress/logger.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/stress/logger.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/stress/logger.py (original)
+++ incubator/accumulo/trunk/test/system/auto/stress/logger.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from subprocess import PIPE
+
+# Licensed 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.
+
 from TestUtils import TestUtilsMixin, ROOT, ROOT_PASSWORD
 
 import logging

Modified: incubator/accumulo/trunk/test/system/auto/stress/manyScanners.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/stress/manyScanners.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/stress/manyScanners.py (original)
+++ incubator/accumulo/trunk/test/system/auto/stress/manyScanners.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 from JavaTest import JavaTest
+
+# Licensed 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.
+
 import unittest
 
 class CreateManyScannersTest(JavaTest):

Modified: incubator/accumulo/trunk/test/system/auto/stress/metadataMaxFiles.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/stress/metadataMaxFiles.py?rev=1185759&r1=1185758&r2=1185759&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/stress/metadataMaxFiles.py (original)
+++ incubator/accumulo/trunk/test/system/auto/stress/metadataMaxFiles.py Tue Oct 18 17:14:16 2011
@@ -1,4 +1,20 @@
 import unittest
+
+# Licensed 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.
+
 from TestUtils import TestUtilsMixin
 import os