diff --git a/README.rst b/README.rst index 74967740..a0415c3c 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ Features to be Added License ------- -Copyright 2013, 2014, 2015 DataStax +Copyright 2013-2015 DataStax Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/benchmarks/base.py b/benchmarks/base.py index 66ca724d..09e76a50 100644 --- a/benchmarks/base.py +++ b/benchmarks/base.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/callback_full_pipeline.py b/benchmarks/callback_full_pipeline.py index c79a6a34..707d127c 100644 --- a/benchmarks/callback_full_pipeline.py +++ b/benchmarks/callback_full_pipeline.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/future_batches.py b/benchmarks/future_batches.py index df1cac97..a816ff26 100644 --- a/benchmarks/future_batches.py +++ b/benchmarks/future_batches.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/future_full_pipeline.py b/benchmarks/future_full_pipeline.py index 2b8eb625..5f3bcebe 100644 --- a/benchmarks/future_full_pipeline.py +++ b/benchmarks/future_full_pipeline.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/future_full_throttle.py b/benchmarks/future_full_throttle.py index bd0b9bd6..1c2059f3 100644 --- a/benchmarks/future_full_throttle.py +++ b/benchmarks/future_full_throttle.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/sync.py b/benchmarks/sync.py index c5b7fbec..d756a58b 100644 --- a/benchmarks/sync.py +++ b/benchmarks/sync.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/__init__.py b/cassandra/__init__.py index 96f08576..fa178592 100644 --- a/cassandra/__init__.py +++ b/cassandra/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/auth.py b/cassandra/auth.py index fc13a821..67d302a9 100644 --- a/cassandra/auth.py +++ b/cassandra/auth.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/cluster.py b/cassandra/cluster.py index b639af69..35bb0729 100644 --- a/cassandra/cluster.py +++ b/cassandra/cluster.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/concurrent.py b/cassandra/concurrent.py index e5ab4528..8d7743e1 100644 --- a/cassandra/concurrent.py +++ b/cassandra/concurrent.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/connection.py b/cassandra/connection.py index 9a41a0d6..928e7f66 100644 --- a/cassandra/connection.py +++ b/cassandra/connection.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/cqltypes.py b/cassandra/cqltypes.py index 8a06560c..e109740f 100644 --- a/cassandra/cqltypes.py +++ b/cassandra/cqltypes.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/decoder.py b/cassandra/decoder.py index e303e495..5c44d5b7 100644 --- a/cassandra/decoder.py +++ b/cassandra/decoder.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/encoder.py b/cassandra/encoder.py index 9b478901..ba055687 100644 --- a/cassandra/encoder.py +++ b/cassandra/encoder.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/io/__init__.py b/cassandra/io/__init__.py index 6df2a731..e4b89e5f 100644 --- a/cassandra/io/__init__.py +++ b/cassandra/io/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/io/asyncorereactor.py b/cassandra/io/asyncorereactor.py index 626622cc..2ac7156d 100644 --- a/cassandra/io/asyncorereactor.py +++ b/cassandra/io/asyncorereactor.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/io/eventletreactor.py b/cassandra/io/eventletreactor.py index 357d8634..ceac6a95 100644 --- a/cassandra/io/eventletreactor.py +++ b/cassandra/io/eventletreactor.py @@ -1,5 +1,5 @@ # Copyright 2014 Symantec Corporation -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/io/geventreactor.py b/cassandra/io/geventreactor.py index 6be43ece..4cd9c681 100644 --- a/cassandra/io/geventreactor.py +++ b/cassandra/io/geventreactor.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/io/libevreactor.py b/cassandra/io/libevreactor.py index 526b8a9d..db11eaf8 100644 --- a/cassandra/io/libevreactor.py +++ b/cassandra/io/libevreactor.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/io/twistedreactor.py b/cassandra/io/twistedreactor.py index ac7f97e4..1a5a64e7 100644 --- a/cassandra/io/twistedreactor.py +++ b/cassandra/io/twistedreactor.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/marshal.py b/cassandra/marshal.py index 1a78a97a..6451ab00 100644 --- a/cassandra/marshal.py +++ b/cassandra/marshal.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/metadata.py b/cassandra/metadata.py index f51b9c93..3fd267b7 100644 --- a/cassandra/metadata.py +++ b/cassandra/metadata.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/metrics.py b/cassandra/metrics.py index 8a07c06c..77ed8961 100644 --- a/cassandra/metrics.py +++ b/cassandra/metrics.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/policies.py b/cassandra/policies.py index d4106a8d..0dc36af7 100644 --- a/cassandra/policies.py +++ b/cassandra/policies.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/pool.py b/cassandra/pool.py index a99724b0..19e9550f 100644 --- a/cassandra/pool.py +++ b/cassandra/pool.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/protocol.py b/cassandra/protocol.py index af279ef9..d8e52342 100644 --- a/cassandra/protocol.py +++ b/cassandra/protocol.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cassandra/query.py b/cassandra/query.py index c159e787..e973ed2b 100644 --- a/cassandra/query.py +++ b/cassandra/query.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/example.py b/example.py index 30050f32..c7221880 100644 --- a/example.py +++ b/example.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index dba353fb..10623390 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/__init__.py b/tests/__init__.py index 5de2c765..e1c1e54e 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py index 9ca0266c..e68afc96 100644 --- a/tests/integration/__init__.py +++ b/tests/integration/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/datatype_utils.py b/tests/integration/datatype_utils.py index 1af91b25..41a4c09e 100644 --- a/tests/integration/datatype_utils.py +++ b/tests/integration/datatype_utils.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -136,4 +136,4 @@ def get_nonprim_sample(non_prim_type, datatype): elif non_prim_type == 'tuple': return (get_sample(datatype),) else: - raise Exception('Missing handling of non-primitive type {0}.'.format(non_prim_type)) \ No newline at end of file + raise Exception('Missing handling of non-primitive type {0}.'.format(non_prim_type)) diff --git a/tests/integration/long/__init__.py b/tests/integration/long/__init__.py index 76954be1..794d75bf 100644 --- a/tests/integration/long/__init__.py +++ b/tests/integration/long/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/long/test_consistency.py b/tests/integration/long/test_consistency.py index 7cb7d14a..b5715f81 100644 --- a/tests/integration/long/test_consistency.py +++ b/tests/integration/long/test_consistency.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/long/test_ipv6.py b/tests/integration/long/test_ipv6.py index 9d6dab1f..3f416561 100644 --- a/tests/integration/long/test_ipv6.py +++ b/tests/integration/long/test_ipv6.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/long/test_large_data.py b/tests/integration/long/test_large_data.py index 9fe1a6b6..a38e6f1c 100644 --- a/tests/integration/long/test_large_data.py +++ b/tests/integration/long/test_large_data.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/long/test_loadbalancingpolicies.py b/tests/integration/long/test_loadbalancingpolicies.py index 8bb9e3ca..2c56f7bd 100644 --- a/tests/integration/long/test_loadbalancingpolicies.py +++ b/tests/integration/long/test_loadbalancingpolicies.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/long/test_schema.py b/tests/integration/long/test_schema.py index bad7df2c..af519240 100644 --- a/tests/integration/long/test_schema.py +++ b/tests/integration/long/test_schema.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/long/utils.py b/tests/integration/long/utils.py index ce0aa51a..f5422ef2 100644 --- a/tests/integration/long/utils.py +++ b/tests/integration/long/utils.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/__init__.py b/tests/integration/standard/__init__.py index 76954be1..794d75bf 100644 --- a/tests/integration/standard/__init__.py +++ b/tests/integration/standard/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_authentication.py b/tests/integration/standard/test_authentication.py index 1534947a..c698c986 100644 --- a/tests/integration/standard/test_authentication.py +++ b/tests/integration/standard/test_authentication.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_cluster.py b/tests/integration/standard/test_cluster.py index 95e6082b..69a771f8 100644 --- a/tests/integration/standard/test_cluster.py +++ b/tests/integration/standard/test_cluster.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_concurrent.py b/tests/integration/standard/test_concurrent.py index 211c4420..a7837d8a 100644 --- a/tests/integration/standard/test_concurrent.py +++ b/tests/integration/standard/test_concurrent.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_connection.py b/tests/integration/standard/test_connection.py index 15e2b198..e5228064 100644 --- a/tests/integration/standard/test_connection.py +++ b/tests/integration/standard/test_connection.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_metadata.py b/tests/integration/standard/test_metadata.py index 1e46d3c5..b14d2082 100644 --- a/tests/integration/standard/test_metadata.py +++ b/tests/integration/standard/test_metadata.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_metrics.py b/tests/integration/standard/test_metrics.py index 828ed600..c5f5da78 100644 --- a/tests/integration/standard/test_metrics.py +++ b/tests/integration/standard/test_metrics.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_prepared_statements.py b/tests/integration/standard/test_prepared_statements.py index e91e0ede..42da2170 100644 --- a/tests/integration/standard/test_prepared_statements.py +++ b/tests/integration/standard/test_prepared_statements.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_query.py b/tests/integration/standard/test_query.py index c0db3075..8c469247 100644 --- a/tests/integration/standard/test_query.py +++ b/tests/integration/standard/test_query.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_query_paging.py b/tests/integration/standard/test_query_paging.py index cc3dea6b..8e4ccfdb 100644 --- a/tests/integration/standard/test_query_paging.py +++ b/tests/integration/standard/test_query_paging.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_routing.py b/tests/integration/standard/test_routing.py index 9d09cc98..8172f8fc 100644 --- a/tests/integration/standard/test_routing.py +++ b/tests/integration/standard/test_routing.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_row_factories.py b/tests/integration/standard/test_row_factories.py index 354021f2..42fe4e26 100644 --- a/tests/integration/standard/test_row_factories.py +++ b/tests/integration/standard/test_row_factories.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_types.py b/tests/integration/standard/test_types.py index 50d556b2..84677f99 100644 --- a/tests/integration/standard/test_types.py +++ b/tests/integration/standard/test_types.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/standard/test_udts.py b/tests/integration/standard/test_udts.py index 87e76b35..1aa8ccd5 100644 --- a/tests/integration/standard/test_udts.py +++ b/tests/integration/standard/test_udts.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/util.py b/tests/integration/util.py index 08ebac06..aab61784 100644 --- a/tests/integration/util.py +++ b/tests/integration/util.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py index 6df2a731..e4b89e5f 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/io/__init__.py b/tests/unit/io/__init__.py index 6df2a731..e4b89e5f 100644 --- a/tests/unit/io/__init__.py +++ b/tests/unit/io/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/io/test_asyncorereactor.py b/tests/unit/io/test_asyncorereactor.py index c2138aa5..17e42a02 100644 --- a/tests/unit/io/test_asyncorereactor.py +++ b/tests/unit/io/test_asyncorereactor.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/io/test_libevreactor.py b/tests/unit/io/test_libevreactor.py index 78e08f27..ddd2dc04 100644 --- a/tests/unit/io/test_libevreactor.py +++ b/tests/unit/io/test_libevreactor.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/io/test_twistedreactor.py b/tests/unit/io/test_twistedreactor.py index de22415b..8563b948 100644 --- a/tests/unit/io/test_twistedreactor.py +++ b/tests/unit/io/test_twistedreactor.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_connection.py b/tests/unit/test_connection.py index 39ef8ce5..fd6f1271 100644 --- a/tests/unit/test_connection.py +++ b/tests/unit/test_connection.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_control_connection.py b/tests/unit/test_control_connection.py index a0cb6523..1f1ccc1b 100644 --- a/tests/unit/test_control_connection.py +++ b/tests/unit/test_control_connection.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_host_connection_pool.py b/tests/unit/test_host_connection_pool.py index 826440aa..7a351afb 100644 --- a/tests/unit/test_host_connection_pool.py +++ b/tests/unit/test_host_connection_pool.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_marshalling.py b/tests/unit/test_marshalling.py index 54686e24..d3703c31 100644 --- a/tests/unit/test_marshalling.py +++ b/tests/unit/test_marshalling.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_metadata.py b/tests/unit/test_metadata.py index 90990373..0c59598a 100644 --- a/tests/unit/test_metadata.py +++ b/tests/unit/test_metadata.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_orderedmap.py b/tests/unit/test_orderedmap.py index 3cee3a11..f5000e60 100644 --- a/tests/unit/test_orderedmap.py +++ b/tests/unit/test_orderedmap.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_parameter_binding.py b/tests/unit/test_parameter_binding.py index efb7ff1a..596f291e 100644 --- a/tests/unit/test_parameter_binding.py +++ b/tests/unit/test_parameter_binding.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_policies.py b/tests/unit/test_policies.py index ba389c76..b0f58617 100644 --- a/tests/unit/test_policies.py +++ b/tests/unit/test_policies.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_response_future.py b/tests/unit/test_response_future.py index bdb2ccb5..027fe732 100644 --- a/tests/unit/test_response_future.py +++ b/tests/unit/test_response_future.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_sortedset.py b/tests/unit/test_sortedset.py index 161fe56b..a2e042c7 100644 --- a/tests/unit/test_sortedset.py +++ b/tests/unit/test_sortedset.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_types.py b/tests/unit/test_types.py index 4588b856..824dd4f9 100644 --- a/tests/unit/test_types.py +++ b/tests/unit/test_types.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 DataStax, Inc. +# Copyright 2013-2015 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.