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:51:11 UTC

svn commit: r1185770 [15/17] - in /incubator/accumulo/branches/1.3: ./ bin/ conf/ docs/ docs/src/developer_manual/ docs/src/user_manual/ docs/src/user_manual/appendices/ docs/src/user_manual/chapters/ src/assemble/ src/core/ src/core/src/main/java/org/...

Modified: incubator/accumulo/branches/1.3/test/system/auto/fake_disk_failure.c
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/fake_disk_failure.c?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/fake_disk_failure.c (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/fake_disk_failure.c Tue Oct 18 17:50:01 2011
@@ -1,3 +1,19 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
 #include <unistd.h>
 #include <dlfcn.h>
 #include <stdio.h>

Modified: incubator/accumulo/branches/1.3/test/system/auto/run.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/run.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/run.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/run.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/addSplit.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/addSplit.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/addSplit.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/addSplit.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/aggregation.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/aggregation.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/aggregation.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/aggregation.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/baditerminc.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/baditerminc.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/baditerminc.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/baditerminc.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/batchScanSplit.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/batchScanSplit.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/batchScanSplit.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/batchScanSplit.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/batchWriterFlush.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/batchWriterFlush.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/batchWriterFlush.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/batchWriterFlush.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/binary.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/binary.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/binary.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/binary.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/bloom.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/bloom.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/bloom.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/bloom.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/bulk.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/bulk.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/bulk.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/bulk.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/bulkFile.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/bulkFile.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/bulkFile.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/bulkFile.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/bulkSplitOptimization.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/bulkSplitOptimization.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/bulkSplitOptimization.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/bulkSplitOptimization.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/compaction.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/compaction.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/compaction.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/compaction.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/concurrency.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/concurrency.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/concurrency.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/concurrency.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/constraint.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/constraint.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/constraint.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/constraint.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/createAndUse.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/createAndUse.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/createAndUse.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/createAndUse.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/delete.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/delete.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/delete.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/delete.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/deleteEverything.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/deleteEverything.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/deleteEverything.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/deleteEverything.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/dynamic.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/dynamic.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/dynamic.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/dynamic.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/gc.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/gc.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/gc.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/gc.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/largeRow.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/largeRow.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/largeRow.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/largeRow.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/mapreduce.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/mapreduce.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/mapreduce.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/mapreduce.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/masterFailover.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/masterFailover.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/masterFailover.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/masterFailover.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/maxOpen.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/maxOpen.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/maxOpen.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/maxOpen.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/nativeMap.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/nativeMap.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/nativeMap.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/nativeMap.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/range.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/range.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/range.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/range.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/readwrite.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/readwrite.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/readwrite.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/readwrite.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/regex.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/regex.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/regex.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/regex.py Tue Oct 18 17:50:01 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 RegExTest(JavaTest):

Modified: incubator/accumulo/branches/1.3/test/system/auto/simple/rename.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/rename.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/rename.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/rename.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/rowDelete.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/rowDelete.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/rowDelete.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/rowDelete.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/scanIter.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/scanIter.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/scanIter.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/scanIter.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/scanSessionTimeout.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/scanSessionTimeout.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/scanSessionTimeout.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/scanSessionTimeout.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/security.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/security.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/security.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/security.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/serverSideError.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/serverSideError.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/serverSideError.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/serverSideError.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/shell.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/shell.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/shell.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/shell.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/shutdown.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/shutdown.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/shutdown.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/shutdown.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/simpleBalancer.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/simpleBalancer.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/simpleBalancer.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/simpleBalancer.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/split.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/split.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/split.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/split.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/splitRecovery.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/splitRecovery.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/splitRecovery.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/splitRecovery.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/start.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/start.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/start.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/start.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/table.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/table.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/table.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/table.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/tablets.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/tablets.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/tablets.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/tablets.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/visibility.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/visibility.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/visibility.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/visibility.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/wal.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/wal.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/wal.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/wal.py Tue Oct 18 17:50:01 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 os
 import signal
 import unittest

Modified: incubator/accumulo/branches/1.3/test/system/auto/simple/zoo.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/zoo.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/zoo.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/zoo.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/simple/zooCacheTest.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/simple/zooCacheTest.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/simple/zooCacheTest.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/simple/zooCacheTest.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/sleep.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/sleep.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/sleep.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/sleep.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/stress/batchWrite.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/stress/batchWrite.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/stress/batchWrite.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/stress/batchWrite.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/stress/binary.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/stress/binary.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/stress/binary.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/stress/binary.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/stress/halfDead.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/stress/halfDead.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/stress/halfDead.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/stress/halfDead.py Tue Oct 18 17:50:01 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 signal
 import unittest
 

Modified: incubator/accumulo/branches/1.3/test/system/auto/stress/logger.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/stress/logger.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/stress/logger.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/stress/logger.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/stress/manyScanners.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/stress/manyScanners.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/stress/manyScanners.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/stress/manyScanners.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/stress/metadataMaxFiles.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/stress/metadataMaxFiles.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/stress/metadataMaxFiles.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/stress/metadataMaxFiles.py Tue Oct 18 17:50:01 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
 

Modified: incubator/accumulo/branches/1.3/test/system/auto/stress/msplit.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/stress/msplit.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/stress/msplit.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/stress/msplit.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/auto/stress/restart.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/stress/restart.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/stress/restart.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/stress/restart.py Tue Oct 18 17:50:01 2011
@@ -1,4 +1,20 @@
 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 unittest
 import logging
 import os

Modified: incubator/accumulo/branches/1.3/test/system/auto/stress/table.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/stress/table.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/stress/table.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/stress/table.py Tue Oct 18 17:50:01 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
 

Modified: incubator/accumulo/branches/1.3/test/system/auto/stress/weird.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/auto/stress/weird.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/auto/stress/weird.py (original)
+++ incubator/accumulo/branches/1.3/test/system/auto/stress/weird.py Tue Oct 18 17:50:01 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/branches/1.3/test/system/bench/cloudstone1/__init__.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/bench/cloudstone1/__init__.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/bench/cloudstone1/__init__.py (original)
+++ incubator/accumulo/branches/1.3/test/system/bench/cloudstone1/__init__.py Tue Oct 18 17:50:01 2011
@@ -1 +1,17 @@
 "this directory is a module"
+
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+

Modified: incubator/accumulo/branches/1.3/test/system/bench/cloudstone1/cloudstone1.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/bench/cloudstone1/cloudstone1.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/bench/cloudstone1/cloudstone1.py (original)
+++ incubator/accumulo/branches/1.3/test/system/bench/cloudstone1/cloudstone1.py Tue Oct 18 17:50:01 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 time
 
 from lib import cloudshell

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

Modified: incubator/accumulo/branches/1.3/test/system/bench/cloudstone2/cloudstone2.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/bench/cloudstone2/cloudstone2.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/bench/cloudstone2/cloudstone2.py (original)
+++ incubator/accumulo/branches/1.3/test/system/bench/cloudstone2/cloudstone2.py Tue Oct 18 17:50:01 2011
@@ -1,5 +1,21 @@
 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 lib import cloudshell
 from lib.IngestBenchmark import IngestBenchmark
 

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

Modified: incubator/accumulo/branches/1.3/test/system/bench/cloudstone3/cloudstone3.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/bench/cloudstone3/cloudstone3.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/bench/cloudstone3/cloudstone3.py (original)
+++ incubator/accumulo/branches/1.3/test/system/bench/cloudstone3/cloudstone3.py Tue Oct 18 17:50:01 2011
@@ -1,5 +1,21 @@
 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 lib import cloudshell
 from lib.IngestBenchmark import IngestBenchmark
 

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

Modified: incubator/accumulo/branches/1.3/test/system/bench/cloudstone4/cloudstone4.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/bench/cloudstone4/cloudstone4.py?rev=1185770&r1=1185769&r2=1185770&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/test/system/bench/cloudstone4/cloudstone4.py (original)
+++ incubator/accumulo/branches/1.3/test/system/bench/cloudstone4/cloudstone4.py Tue Oct 18 17:50:01 2011
@@ -1,5 +1,21 @@
 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 lib import cloudshell
 from lib.TeraSortBenchmark import TeraSortBenchmark