From 507f954ed4f5778b2cc2d34fd57ff5525f4d2be0 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Fri, 1 Dec 2017 17:23:39 -0800 Subject: [PATCH] Update copyright dates --- bson/__init__.py | 2 +- bson/_cbsonmodule.c | 2 +- bson/_cbsonmodule.h | 2 +- bson/binary.py | 2 +- bson/code.py | 2 +- bson/codec_options.py | 2 +- bson/decimal128.py | 2 +- bson/errors.py | 2 +- bson/json_util.py | 2 +- bson/max_key.py | 2 +- bson/min_key.py | 2 +- bson/py3compat.py | 2 +- bson/raw_bson.py | 2 +- bson/regex.py | 2 +- bson/son.py | 2 +- doc/mongo_extensions.py | 2 +- green_framework_test.py | 2 +- gridfs/__init__.py | 2 +- gridfs/grid_file.py | 2 +- pymongo/__init__.py | 2 +- pymongo/_cmessagemodule.c | 2 +- pymongo/auth.py | 2 +- pymongo/bulk.py | 2 +- pymongo/client_options.py | 2 +- pymongo/client_session.py | 2 +- pymongo/collection.py | 2 +- pymongo/command_cursor.py | 2 +- pymongo/common.py | 2 +- pymongo/cursor.py | 2 +- pymongo/cursor_manager.py | 2 +- pymongo/database.py | 2 +- pymongo/errors.py | 2 +- pymongo/helpers.py | 2 +- pymongo/ismaster.py | 2 +- pymongo/message.py | 2 +- pymongo/mongo_client.py | 2 +- pymongo/monitor.py | 2 +- pymongo/monitoring.py | 2 +- pymongo/network.py | 2 +- pymongo/operations.py | 2 +- pymongo/periodic_executor.py | 2 +- pymongo/pool.py | 2 +- pymongo/read_preferences.py | 2 +- pymongo/response.py | 2 +- pymongo/results.py | 2 +- pymongo/server.py | 2 +- pymongo/server_description.py | 2 +- pymongo/settings.py | 2 +- pymongo/son_manipulator.py | 2 +- pymongo/ssl_context.py | 2 +- pymongo/ssl_support.py | 2 +- pymongo/topology_description.py | 2 +- pymongo/uri_parser.py | 2 +- pymongo/write_concern.py | 2 +- test/__init__.py | 2 +- test/mod_wsgi_test/test_client.py | 2 +- test/pymongo_mocks.py | 2 +- test/qcheck.py | 2 +- test/test_auth.py | 2 +- test/test_binary.py | 2 +- test/test_bson.py | 2 +- test/test_bson_corpus.py | 2 +- test/test_bulk.py | 2 +- test/test_client.py | 2 +- test/test_code.py | 2 +- test/test_collation.py | 2 +- test/test_collection.py | 2 +- test/test_command_monitoring_spec.py | 2 +- test/test_common.py | 2 +- test/test_crud.py | 2 +- test/test_cursor.py | 2 +- test/test_cursor_manager.py | 2 +- test/test_database.py | 2 +- test/test_dbref.py | 2 +- test/test_decimal128.py | 2 +- test/test_discovery_and_monitoring.py | 2 +- test/test_grid_file.py | 2 +- test/test_gridfs.py | 2 +- test/test_gridfs_bucket.py | 2 +- test/test_heartbeat_monitoring.py | 2 +- test/test_json_util.py | 2 +- test/test_legacy_api.py | 2 +- test/test_mongos_load_balancing.py | 2 +- test/test_monitor.py | 2 +- test/test_monitoring.py | 2 +- test/test_objectid.py | 2 +- test/test_pooling.py | 2 +- test/test_raw_bson.py | 14 ++++++++++++++ test/test_read_concern.py | 2 +- test/test_read_preferences.py | 2 +- test/test_replica_set_client.py | 2 +- test/test_retryable_writes.py | 2 +- test/test_server_description.py | 2 +- test/test_server_selection.py | 2 +- test/test_son.py | 2 +- test/test_son_manipulator.py | 2 +- test/test_ssl.py | 2 +- test/test_threads.py | 2 +- test/test_topology.py | 2 +- test/test_uri_parser.py | 2 +- test/utils.py | 2 +- test/utils_selection_tests.py | 2 +- 102 files changed, 115 insertions(+), 101 deletions(-) diff --git a/bson/__init__.py b/bson/__init__.py index 5891441ba..ba57cde2a 100644 --- a/bson/__init__.py +++ b/bson/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/bson/_cbsonmodule.c b/bson/_cbsonmodule.c index d021442fc..a06729740 100644 --- a/bson/_cbsonmodule.c +++ b/bson/_cbsonmodule.c @@ -1,5 +1,5 @@ /* - * Copyright 2009-2015 MongoDB, Inc. + * Copyright 2009-present MongoDB, 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/bson/_cbsonmodule.h b/bson/_cbsonmodule.h index e46e6b381..d3a43c389 100644 --- a/bson/_cbsonmodule.h +++ b/bson/_cbsonmodule.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2015 MongoDB, Inc. + * Copyright 2009-present MongoDB, 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/bson/binary.py b/bson/binary.py index c78299b82..8600125bc 100644 --- a/bson/binary.py +++ b/bson/binary.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/bson/code.py b/bson/code.py index 1c7b754a6..43b3ae3fa 100644 --- a/bson/code.py +++ b/bson/code.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/bson/codec_options.py b/bson/codec_options.py index e2618fcea..f318020cc 100644 --- a/bson/codec_options.py +++ b/bson/codec_options.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/bson/decimal128.py b/bson/decimal128.py index da9655370..e06ce0401 100644 --- a/bson/decimal128.py +++ b/bson/decimal128.py @@ -1,4 +1,4 @@ -# Copyright 2016 MongoDB, Inc. +# Copyright 2016-present MongoDB, 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/bson/errors.py b/bson/errors.py index b6c3864aa..9bdb74137 100644 --- a/bson/errors.py +++ b/bson/errors.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/bson/json_util.py b/bson/json_util.py index 8f5938922..ba99ff2e7 100644 --- a/bson/json_util.py +++ b/bson/json_util.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/bson/max_key.py b/bson/max_key.py index d8afc6e9f..7e89dd70d 100644 --- a/bson/max_key.py +++ b/bson/max_key.py @@ -1,4 +1,4 @@ -# Copyright 2010-2015 MongoDB, Inc. +# Copyright 2010-present MongoDB, 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/bson/min_key.py b/bson/min_key.py index 766b11746..b03520e9c 100644 --- a/bson/min_key.py +++ b/bson/min_key.py @@ -1,4 +1,4 @@ -# Copyright 2010-2015 MongoDB, Inc. +# Copyright 2010-present MongoDB, 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/bson/py3compat.py b/bson/py3compat.py index 0a2aa3254..5cade483d 100644 --- a/bson/py3compat.py +++ b/bson/py3compat.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/bson/raw_bson.py b/bson/raw_bson.py index cc9711068..d2b7f0056 100644 --- a/bson/raw_bson.py +++ b/bson/raw_bson.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/bson/regex.py b/bson/regex.py index f8e7f5f5d..f9d39ad83 100644 --- a/bson/regex.py +++ b/bson/regex.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015 MongoDB, Inc. +# Copyright 2013-present MongoDB, 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/bson/son.py b/bson/son.py index 1039cb168..5d7aa398a 100644 --- a/bson/son.py +++ b/bson/son.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/doc/mongo_extensions.py b/doc/mongo_extensions.py index b86b2f76f..cc6fe40ab 100644 --- a/doc/mongo_extensions.py +++ b/doc/mongo_extensions.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/green_framework_test.py b/green_framework_test.py index c955506ad..baffe21b1 100644 --- a/green_framework_test.py +++ b/green_framework_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/gridfs/__init__.py b/gridfs/__init__.py index 0edf03df5..2979bb969 100644 --- a/gridfs/__init__.py +++ b/gridfs/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/gridfs/grid_file.py b/gridfs/grid_file.py index 4ccb886d0..e30f082d3 100644 --- a/gridfs/grid_file.py +++ b/gridfs/grid_file.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/pymongo/__init__.py b/pymongo/__init__.py index ac173f01e..3d686a5bd 100644 --- a/pymongo/__init__.py +++ b/pymongo/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/pymongo/_cmessagemodule.c b/pymongo/_cmessagemodule.c index e76b8670f..0f1a4fd1b 100644 --- a/pymongo/_cmessagemodule.c +++ b/pymongo/_cmessagemodule.c @@ -1,5 +1,5 @@ /* - * Copyright 2009-2015 MongoDB, Inc. + * Copyright 2009-present MongoDB, 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/pymongo/auth.py b/pymongo/auth.py index a6cce49ec..a7a69aea5 100644 --- a/pymongo/auth.py +++ b/pymongo/auth.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015 MongoDB, Inc. +# Copyright 2013-present MongoDB, 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/pymongo/bulk.py b/pymongo/bulk.py index bef1ddf85..8efc5c5fb 100644 --- a/pymongo/bulk.py +++ b/pymongo/bulk.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/pymongo/client_options.py b/pymongo/client_options.py index 0ec3ce2d4..197fedfe4 100644 --- a/pymongo/client_options.py +++ b/pymongo/client_options.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/client_session.py b/pymongo/client_session.py index f84e2194b..70e97cebf 100644 --- a/pymongo/client_session.py +++ b/pymongo/client_session.py @@ -1,4 +1,4 @@ -# Copyright 2017-present MongoDB, Inc. +# Copyright 2017 MongoDB, 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/pymongo/collection.py b/pymongo/collection.py index 29aa3e2ea..756be74fb 100644 --- a/pymongo/collection.py +++ b/pymongo/collection.py @@ -1,4 +1,4 @@ -# Copyright 2009-2017 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/pymongo/command_cursor.py b/pymongo/command_cursor.py index ba5ba9478..9d88a9543 100644 --- a/pymongo/command_cursor.py +++ b/pymongo/command_cursor.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/pymongo/common.py b/pymongo/common.py index cc5b8898b..a86d5a6ec 100644 --- a/pymongo/common.py +++ b/pymongo/common.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015 MongoDB, Inc. +# Copyright 2011-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/cursor.py b/pymongo/cursor.py index b995050f6..a703aa3a4 100644 --- a/pymongo/cursor.py +++ b/pymongo/cursor.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/pymongo/cursor_manager.py b/pymongo/cursor_manager.py index 532247e1e..c05cf301e 100644 --- a/pymongo/cursor_manager.py +++ b/pymongo/cursor_manager.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/pymongo/database.py b/pymongo/database.py index 8949ad8a6..54a39429f 100644 --- a/pymongo/database.py +++ b/pymongo/database.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/pymongo/errors.py b/pymongo/errors.py index fb4c9e48c..a94ae36a9 100644 --- a/pymongo/errors.py +++ b/pymongo/errors.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/pymongo/helpers.py b/pymongo/helpers.py index 7fd4d4c4a..a0393c088 100644 --- a/pymongo/helpers.py +++ b/pymongo/helpers.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/pymongo/ismaster.py b/pymongo/ismaster.py index c97a10585..a20ef0d12 100644 --- a/pymongo/ismaster.py +++ b/pymongo/ismaster.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/pymongo/message.py b/pymongo/message.py index bfbc60183..d50667f78 100644 --- a/pymongo/message.py +++ b/pymongo/message.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/pymongo/mongo_client.py b/pymongo/mongo_client.py index 604456608..672960f0d 100644 --- a/pymongo/mongo_client.py +++ b/pymongo/mongo_client.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/monitor.py b/pymongo/monitor.py index 1881ddc75..eaacfae83 100644 --- a/pymongo/monitor.py +++ b/pymongo/monitor.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/monitoring.py b/pymongo/monitoring.py index 226139084..62aa28461 100644 --- a/pymongo/monitoring.py +++ b/pymongo/monitoring.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/network.py b/pymongo/network.py index ce76ea8c4..c0de3308a 100644 --- a/pymongo/network.py +++ b/pymongo/network.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/pymongo/operations.py b/pymongo/operations.py index d4bd87190..acec05e1f 100644 --- a/pymongo/operations.py +++ b/pymongo/operations.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/pymongo/periodic_executor.py b/pymongo/periodic_executor.py index 07f383724..2a325446e 100644 --- a/pymongo/periodic_executor.py +++ b/pymongo/periodic_executor.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/pool.py b/pymongo/pool.py index 61ebf2609..859d0e04f 100644 --- a/pymongo/pool.py +++ b/pymongo/pool.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015 MongoDB, Inc. +# Copyright 2011-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/read_preferences.py b/pymongo/read_preferences.py index 4d3c58b43..39ec6a7a6 100644 --- a/pymongo/read_preferences.py +++ b/pymongo/read_preferences.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015 MongoDB, Inc. +# Copyright 2012-present MongoDB, 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/pymongo/response.py b/pymongo/response.py index cdc743f87..a91490ed3 100644 --- a/pymongo/response.py +++ b/pymongo/response.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/pymongo/results.py b/pymongo/results.py index 3c781a0da..a5025e9f4 100644 --- a/pymongo/results.py +++ b/pymongo/results.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/pymongo/server.py b/pymongo/server.py index 5f982c8c7..dd24edcb9 100644 --- a/pymongo/server.py +++ b/pymongo/server.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/server_description.py b/pymongo/server_description.py index b5ee79791..8ac758055 100644 --- a/pymongo/server_description.py +++ b/pymongo/server_description.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/pymongo/settings.py b/pymongo/settings.py index ae2758215..88bac1a65 100644 --- a/pymongo/settings.py +++ b/pymongo/settings.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/son_manipulator.py b/pymongo/son_manipulator.py index 1515a4f31..c99f8a4ce 100644 --- a/pymongo/son_manipulator.py +++ b/pymongo/son_manipulator.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/pymongo/ssl_context.py b/pymongo/ssl_context.py index 41cc774ed..2874fdd97 100644 --- a/pymongo/ssl_context.py +++ b/pymongo/ssl_context.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/ssl_support.py b/pymongo/ssl_support.py index a9ff77b33..5d9d07148 100644 --- a/pymongo/ssl_support.py +++ b/pymongo/ssl_support.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/topology_description.py b/pymongo/topology_description.py index 1b98dadd0..ac282bb14 100644 --- a/pymongo/topology_description.py +++ b/pymongo/topology_description.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 MongoDB, Inc. +# Copyright 2014-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/uri_parser.py b/pymongo/uri_parser.py index df8c8d58e..0c8aa56e8 100644 --- a/pymongo/uri_parser.py +++ b/pymongo/uri_parser.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015 MongoDB, Inc. +# Copyright 2011-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you # may not use this file except in compliance with the License. You diff --git a/pymongo/write_concern.py b/pymongo/write_concern.py index b3b933c53..58600317f 100644 --- a/pymongo/write_concern.py +++ b/pymongo/write_concern.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/test/__init__.py b/test/__init__.py index 89726fe3c..3a021953a 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2015 MongoDB, Inc. +# Copyright 2010-present MongoDB, 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/test/mod_wsgi_test/test_client.py b/test/mod_wsgi_test/test_client.py index 6ef807287..61cf8df67 100644 --- a/test/mod_wsgi_test/test_client.py +++ b/test/mod_wsgi_test/test_client.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015 MongoDB, Inc. +# Copyright 2012-present MongoDB, 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/test/pymongo_mocks.py b/test/pymongo_mocks.py index 0ec64109b..542e78f64 100644 --- a/test/pymongo_mocks.py +++ b/test/pymongo_mocks.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015 MongoDB, Inc. +# Copyright 2013-present MongoDB, 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/test/qcheck.py b/test/qcheck.py index 71a5f2511..4d039f75b 100644 --- a/test/qcheck.py +++ b/test/qcheck.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_auth.py b/test/test_auth.py index 345c50a3d..c9aa4109e 100644 --- a/test/test_auth.py +++ b/test/test_auth.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015 MongoDB, Inc. +# Copyright 2013-present MongoDB, 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/test/test_binary.py b/test/test_binary.py index 2ff6bc3bc..e984881ee 100644 --- a/test/test_binary.py +++ b/test/test_binary.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_bson.py b/test/test_bson.py index c923b6001..4f6ba5e72 100644 --- a/test/test_bson.py +++ b/test/test_bson.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_bson_corpus.py b/test/test_bson_corpus.py index 9332334ed..ed6b8fe8c 100644 --- a/test/test_bson_corpus.py +++ b/test/test_bson_corpus.py @@ -1,4 +1,4 @@ -# Copyright 2016 MongoDB, Inc. +# Copyright 2016-present MongoDB, 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/test/test_bulk.py b/test/test_bulk.py index fb6c6a347..c8e8c5189 100644 --- a/test/test_bulk.py +++ b/test/test_bulk.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/test/test_client.py b/test/test_client.py index d6864fb21..f0877a10e 100644 --- a/test/test_client.py +++ b/test/test_client.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015 MongoDB, Inc. +# Copyright 2013-present MongoDB, 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/test/test_code.py b/test/test_code.py index f06a84346..a2e257adf 100644 --- a/test/test_code.py +++ b/test/test_code.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_collation.py b/test/test_collation.py index ef46713c1..c6b7f4b94 100644 --- a/test/test_collation.py +++ b/test/test_collation.py @@ -1,4 +1,4 @@ -# Copyright 2016 MongoDB, Inc. +# Copyright 2016-present MongoDB, 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/test/test_collection.py b/test/test_collection.py index f4fe34b62..8b82cc441 100644 --- a/test/test_collection.py +++ b/test/test_collection.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_command_monitoring_spec.py b/test/test_command_monitoring_spec.py index e314e2d8a..dd7f116ed 100644 --- a/test/test_command_monitoring_spec.py +++ b/test/test_command_monitoring_spec.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/test/test_common.py b/test/test_common.py index f856992be..f8398f103 100644 --- a/test/test_common.py +++ b/test/test_common.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015 MongoDB, Inc. +# Copyright 2011-present MongoDB, 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/test/test_crud.py b/test/test_crud.py index 20d91cf15..793a37f23 100644 --- a/test/test_crud.py +++ b/test/test_crud.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/test/test_cursor.py b/test/test_cursor.py index 54b3c72e9..f45d8a0a8 100644 --- a/test/test_cursor.py +++ b/test/test_cursor.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_cursor_manager.py b/test/test_cursor_manager.py index 38dce4282..1b0114028 100644 --- a/test/test_cursor_manager.py +++ b/test/test_cursor_manager.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/test/test_database.py b/test/test_database.py index f7b92bafb..73900aed1 100644 --- a/test/test_database.py +++ b/test/test_database.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_dbref.py b/test/test_dbref.py index 3a9e9524d..4996a2f00 100644 --- a/test/test_dbref.py +++ b/test/test_dbref.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_decimal128.py b/test/test_decimal128.py index 3673d6132..e72c1273e 100644 --- a/test/test_decimal128.py +++ b/test/test_decimal128.py @@ -1,4 +1,4 @@ -# Copyright 2016 MongoDB, Inc. +# Copyright 2016-present MongoDB, 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/test/test_discovery_and_monitoring.py b/test/test_discovery_and_monitoring.py index 66b534d8a..2ae5d4bb1 100644 --- a/test/test_discovery_and_monitoring.py +++ b/test/test_discovery_and_monitoring.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/test/test_grid_file.py b/test/test_grid_file.py index 81620b94a..2b49d3a25 100644 --- a/test/test_grid_file.py +++ b/test/test_grid_file.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_gridfs.py b/test/test_gridfs.py index f62227d9d..7a2cb796a 100644 --- a/test/test_gridfs.py +++ b/test/test_gridfs.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_gridfs_bucket.py b/test/test_gridfs_bucket.py index 1a59b462e..a8fed0e16 100644 --- a/test/test_gridfs_bucket.py +++ b/test/test_gridfs_bucket.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/test/test_heartbeat_monitoring.py b/test/test_heartbeat_monitoring.py index 53c54abae..69d99aab5 100644 --- a/test/test_heartbeat_monitoring.py +++ b/test/test_heartbeat_monitoring.py @@ -1,4 +1,4 @@ -# Copyright 2016 MongoDB, Inc. +# Copyright 2016-present MongoDB, 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/test/test_json_util.py b/test/test_json_util.py index 6c5fc777a..99513e880 100644 --- a/test/test_json_util.py +++ b/test/test_json_util.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_legacy_api.py b/test/test_legacy_api.py index f75e3e5f7..d275f7f96 100644 --- a/test/test_legacy_api.py +++ b/test/test_legacy_api.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/test/test_mongos_load_balancing.py b/test/test_mongos_load_balancing.py index fdf2c3fb0..7df2239e7 100644 --- a/test/test_mongos_load_balancing.py +++ b/test/test_mongos_load_balancing.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/test/test_monitor.py b/test/test_monitor.py index 5b255dc5c..5a6459a14 100644 --- a/test/test_monitor.py +++ b/test/test_monitor.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/test/test_monitoring.py b/test/test_monitoring.py index 6f7c87e2e..41cd5f2ad 100644 --- a/test/test_monitoring.py +++ b/test/test_monitoring.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/test/test_objectid.py b/test/test_objectid.py index 72bb9fec4..9d98197ee 100644 --- a/test/test_objectid.py +++ b/test/test_objectid.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_pooling.py b/test/test_pooling.py index 188a394a6..4b0cc5d6e 100644 --- a/test/test_pooling.py +++ b/test/test_pooling.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_raw_bson.py b/test/test_raw_bson.py index c73968c8e..3931693f4 100644 --- a/test/test_raw_bson.py +++ b/test/test_raw_bson.py @@ -1,3 +1,17 @@ +# Copyright 2015-present MongoDB, Inc. +# +# Licensed 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 datetime import uuid diff --git a/test/test_read_concern.py b/test/test_read_concern.py index f501cf2ed..c6d7cc889 100644 --- a/test/test_read_concern.py +++ b/test/test_read_concern.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/test/test_read_preferences.py b/test/test_read_preferences.py index f66f80eb2..b8efee0bc 100644 --- a/test/test_read_preferences.py +++ b/test/test_read_preferences.py @@ -1,4 +1,4 @@ -# Copyright 2011-2016 MongoDB, Inc. +# Copyright 2011-present MongoDB, 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/test/test_replica_set_client.py b/test/test_replica_set_client.py index 2b86e8606..531069726 100644 --- a/test/test_replica_set_client.py +++ b/test/test_replica_set_client.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015 MongoDB, Inc. +# Copyright 2011-present MongoDB, 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/test/test_retryable_writes.py b/test/test_retryable_writes.py index 1235531a9..815656c6a 100644 --- a/test/test_retryable_writes.py +++ b/test/test_retryable_writes.py @@ -1,4 +1,4 @@ -# Copyright 2017-present MongoDB, Inc. +# Copyright 2017 MongoDB, 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/test/test_server_description.py b/test/test_server_description.py index 7d6933e44..a79b9875e 100644 --- a/test/test_server_description.py +++ b/test/test_server_description.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/test/test_server_selection.py b/test/test_server_selection.py index b54eea4f3..57b3ed302 100644 --- a/test/test_server_selection.py +++ b/test/test_server_selection.py @@ -1,4 +1,4 @@ -# Copyright 2015 MongoDB, Inc. +# Copyright 2015-present MongoDB, 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/test/test_son.py b/test/test_son.py index a1af35061..921f85d45 100644 --- a/test/test_son.py +++ b/test/test_son.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_son_manipulator.py b/test/test_son_manipulator.py index 5117ca81a..b4b9544f5 100644 --- a/test/test_son_manipulator.py +++ b/test/test_son_manipulator.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_ssl.py b/test/test_ssl.py index bf367b46d..6ec751f7e 100644 --- a/test/test_ssl.py +++ b/test/test_ssl.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015 MongoDB, Inc. +# Copyright 2011-present MongoDB, 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/test/test_threads.py b/test/test_threads.py index adf44cce1..1e3fbeb3b 100644 --- a/test/test_threads.py +++ b/test/test_threads.py @@ -1,4 +1,4 @@ -# Copyright 2009-2015 MongoDB, Inc. +# Copyright 2009-present MongoDB, 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/test/test_topology.py b/test/test_topology.py index 5a4697f41..76732a9f2 100644 --- a/test/test_topology.py +++ b/test/test_topology.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 MongoDB, Inc. +# Copyright 2014-present MongoDB, 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/test/test_uri_parser.py b/test/test_uri_parser.py index cf9ef24bf..29bd2b8c1 100644 --- a/test/test_uri_parser.py +++ b/test/test_uri_parser.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015 MongoDB, Inc. +# Copyright 2011-present MongoDB, 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/test/utils.py b/test/utils.py index 407dbf2bc..d97469f48 100644 --- a/test/utils.py +++ b/test/utils.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015 MongoDB, Inc. +# Copyright 2012-present MongoDB, 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/test/utils_selection_tests.py b/test/utils_selection_tests.py index 687ce87ca..58655e165 100644 --- a/test/utils_selection_tests.py +++ b/test/utils_selection_tests.py @@ -1,4 +1,4 @@ -# Copyright 2015-2016 MongoDB, Inc. +# Copyright 2015-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.