From 283bfa364f9228712f44bd7f79ec347a7bc1c874 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Wed, 5 Aug 2015 19:30:30 -0700 Subject: [PATCH] Fix up copyright dates --- bson/__init__.py | 2 +- bson/_cbsonmodule.c | 2 +- bson/_cbsonmodule.h | 2 +- bson/binary.py | 2 +- bson/buffer.c | 2 +- bson/buffer.h | 2 +- bson/code.py | 2 +- bson/dbref.py | 2 +- bson/encoding_helpers.c | 2 +- bson/encoding_helpers.h | 2 +- bson/errors.py | 2 +- bson/json_util.py | 2 +- bson/max_key.py | 2 +- bson/min_key.py | 4 ++-- bson/objectid.py | 2 +- bson/py3compat.py | 2 +- bson/regex.py | 2 +- bson/son.py | 2 +- bson/timestamp.py | 2 +- bson/tz_util.py | 2 +- doc/conf.py | 2 +- doc/mongo_extensions.py | 2 +- gridfs/__init__.py | 2 +- gridfs/errors.py | 2 +- gridfs/grid_file.py | 2 +- pymongo/__init__.py | 2 +- pymongo/_cmessagemodule.c | 2 +- pymongo/auth.py | 2 +- pymongo/bulk.py | 2 +- pymongo/collection.py | 2 +- pymongo/command_cursor.py | 2 +- pymongo/common.py | 2 +- pymongo/connection.py | 2 +- pymongo/cursor.py | 2 +- pymongo/cursor_manager.py | 2 +- pymongo/database.py | 2 +- pymongo/errors.py | 2 +- pymongo/helpers.py | 2 +- pymongo/master_slave_connection.py | 2 +- pymongo/member.py | 2 +- pymongo/message.py | 2 +- pymongo/mongo_client.py | 2 +- pymongo/mongo_replica_set_client.py | 2 +- pymongo/pool.py | 2 +- pymongo/read_preferences.py | 2 +- pymongo/replica_set_connection.py | 2 +- pymongo/son_manipulator.py | 2 +- pymongo/thread_util.py | 2 +- pymongo/uri_parser.py | 2 +- test/__init__.py | 2 +- test/high_availability/ha_tools.py | 2 +- test/high_availability/test_ha.py | 2 +- test/mod_wsgi_test/mod_wsgi_test.conf | 2 +- test/mod_wsgi_test/mod_wsgi_test.wsgi | 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_bulk.py | 2 +- test/test_client.py | 2 +- test/test_code.py | 2 +- test/test_collection.py | 2 +- test/test_common.py | 2 +- test/test_cursor.py | 2 +- test/test_database.py | 2 +- test/test_dbref.py | 2 +- test/test_errors.py | 2 +- test/test_grid_file.py | 2 +- test/test_gridfs.py | 2 +- test/test_json_util.py | 2 +- test/test_legacy_connections.py | 2 +- test/test_master_slave_connection.py | 2 +- test/test_mongos_ha.py | 2 +- test/test_objectid.py | 2 +- test/test_pooling.py | 2 +- test/test_pooling_base.py | 2 +- test/test_pooling_gevent.py | 2 +- test/test_pymongo.py | 2 +- test/test_read_preferences.py | 2 +- test/test_replica_set_client.py | 2 +- test/test_replica_set_reconfig.py | 2 +- test/test_son.py | 2 +- test/test_son_manipulator.py | 2 +- test/test_ssl.py | 2 +- test/test_thread_util.py | 2 +- test/test_threads.py | 2 +- test/test_threads_replica_set_client.py | 2 +- test/test_timestamp.py | 2 +- test/test_uri_parser.py | 2 +- test/test_write_concern.py | 4 ++-- test/utils.py | 2 +- test/version.py | 2 +- tools/benchmark.py | 2 +- tools/clean.py | 2 +- tools/fail_if_no_c.py | 2 +- 97 files changed, 99 insertions(+), 99 deletions(-) diff --git a/bson/__init__.py b/bson/__init__.py index c9f33df43..07999c085 100644 --- a/bson/__init__.py +++ b/bson/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 a165a07d0..a78965695 100644 --- a/bson/_cbsonmodule.c +++ b/bson/_cbsonmodule.c @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 MongoDB, Inc. + * Copyright 2009-2015 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 0b207a32a..2a4ed47d9 100644 --- a/bson/_cbsonmodule.h +++ b/bson/_cbsonmodule.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 MongoDB, Inc. + * Copyright 2009-2015 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 3f08a8979..58626c0fb 100644 --- a/bson/binary.py +++ b/bson/binary.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/buffer.c b/bson/buffer.c index 3c5f71bba..c60fc4464 100644 --- a/bson/buffer.c +++ b/bson/buffer.c @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 MongoDB, Inc. + * Copyright 2009-2015 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/buffer.h b/bson/buffer.h index 455c47de1..96b1d0f83 100644 --- a/bson/buffer.h +++ b/bson/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 MongoDB, Inc. + * Copyright 2009-2015 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 d049944cb..28dbceb37 100644 --- a/bson/code.py +++ b/bson/code.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/dbref.py b/bson/dbref.py index a8cc537f2..2e7d418e2 100644 --- a/bson/dbref.py +++ b/bson/dbref.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/encoding_helpers.c b/bson/encoding_helpers.c index 24826963a..a93c2a841 100644 --- a/bson/encoding_helpers.c +++ b/bson/encoding_helpers.c @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 MongoDB, Inc. + * Copyright 2009-2015 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/encoding_helpers.h b/bson/encoding_helpers.h index 20aac9baa..b1a90fa51 100644 --- a/bson/encoding_helpers.h +++ b/bson/encoding_helpers.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 MongoDB, Inc. + * Copyright 2009-2015 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 76e59e870..b6c3864aa 100644 --- a/bson/errors.py +++ b/bson/errors.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 9186a2c09..3af508aa6 100644 --- a/bson/json_util.py +++ b/bson/json_util.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 a6f50dcab..9ed9ab565 100644 --- a/bson/max_key.py +++ b/bson/max_key.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 MongoDB, Inc. +# Copyright 2010-2015 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 48d020f6c..ee135aff0 100644 --- a/bson/min_key.py +++ b/bson/min_key.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 MongoDB, Inc. +# Copyright 2010-2015 MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -44,4 +44,4 @@ class MinKey(object): return False def __repr__(self): - return "MinKey()" \ No newline at end of file + return "MinKey()" diff --git a/bson/objectid.py b/bson/objectid.py index a659df36c..506fdc25d 100644 --- a/bson/objectid.py +++ b/bson/objectid.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 1425ea4f2..65f2c9c52 100644 --- a/bson/py3compat.py +++ b/bson/py3compat.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/regex.py b/bson/regex.py index 97b129191..c37210c25 100644 --- a/bson/regex.py +++ b/bson/regex.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 MongoDB, Inc. +# Copyright 2013-2015 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 615085952..fac62abc8 100644 --- a/bson/son.py +++ b/bson/son.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/timestamp.py b/bson/timestamp.py index 690abdacf..edf3666c4 100644 --- a/bson/timestamp.py +++ b/bson/timestamp.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 MongoDB, Inc. +# Copyright 2010-2015 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/tz_util.py b/bson/tz_util.py index 75e070cf6..6ec918fb2 100644 --- a/bson/tz_util.py +++ b/bson/tz_util.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 MongoDB, Inc. +# Copyright 2010-2015 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/conf.py b/doc/conf.py index b321a2169..18d11dd8a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -27,7 +27,7 @@ master_doc = 'index' # General information about the project. project = u'PyMongo' -copyright = u'2008 - 2014, MongoDB, Inc.' +copyright = u'2008 - 2015, MongoDB, Inc.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/mongo_extensions.py b/doc/mongo_extensions.py index e080e2bc7..117b2c68a 100644 --- a/doc/mongo_extensions.py +++ b/doc/mongo_extensions.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 c837fdd66..963ec3332 100644 --- a/gridfs/__init__.py +++ b/gridfs/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/errors.py b/gridfs/errors.py index a6420d171..f6282edcc 100644 --- a/gridfs/errors.py +++ b/gridfs/errors.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 00a9822b6..eae46d94f 100644 --- a/gridfs/grid_file.py +++ b/gridfs/grid_file.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 2fb324cab..f0a6ac6df 100644 --- a/pymongo/__init__.py +++ b/pymongo/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 47d59beb4..c0a85d801 100644 --- a/pymongo/_cmessagemodule.c +++ b/pymongo/_cmessagemodule.c @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 MongoDB, Inc. + * Copyright 2009-2015 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 4335b980e..b50d39ed3 100644 --- a/pymongo/auth.py +++ b/pymongo/auth.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 MongoDB, Inc. +# Copyright 2013-2015 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 fe922ab51..6f76e0172 100644 --- a/pymongo/bulk.py +++ b/pymongo/bulk.py @@ -1,4 +1,4 @@ -# Copyright 2014-2014 MongoDB, Inc. +# Copyright 2014-2015 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 2097dcc02..88110fbd3 100644 --- a/pymongo/collection.py +++ b/pymongo/collection.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 675dca406..d99a5fe1a 100644 --- a/pymongo/command_cursor.py +++ b/pymongo/command_cursor.py @@ -1,4 +1,4 @@ -# Copyright 2014 MongoDB, Inc. +# Copyright 2014-2015 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 0154bce7f..0c4c5474e 100644 --- a/pymongo/common.py +++ b/pymongo/common.py @@ -1,4 +1,4 @@ -# Copyright 2011-2014 MongoDB, Inc. +# Copyright 2011-2015 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/connection.py b/pymongo/connection.py index b61399344..b7bd18dfb 100644 --- a/pymongo/connection.py +++ b/pymongo/connection.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 bc03b750a..fff51834d 100644 --- a/pymongo/cursor.py +++ b/pymongo/cursor.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 918dc1110..9b7452868 100644 --- a/pymongo/cursor_manager.py +++ b/pymongo/cursor_manager.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 dbbd0c0a2..1075ab39f 100644 --- a/pymongo/database.py +++ b/pymongo/database.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 b4541a555..491f1ff7a 100644 --- a/pymongo/errors.py +++ b/pymongo/errors.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 e5df5ca50..ae88e7b62 100644 --- a/pymongo/helpers.py +++ b/pymongo/helpers.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/master_slave_connection.py b/pymongo/master_slave_connection.py index 51ac12e58..5fb862cd0 100644 --- a/pymongo/master_slave_connection.py +++ b/pymongo/master_slave_connection.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/member.py b/pymongo/member.py index 5ff603d9a..9f8685999 100644 --- a/pymongo/member.py +++ b/pymongo/member.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 MongoDB, Inc. +# Copyright 2013-2015 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/message.py b/pymongo/message.py index 43dbe31bb..2673a707f 100644 --- a/pymongo/message.py +++ b/pymongo/message.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 767ee61d8..406f8b3fc 100644 --- a/pymongo/mongo_client.py +++ b/pymongo/mongo_client.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/mongo_replica_set_client.py b/pymongo/mongo_replica_set_client.py index 05bba856a..bc139faea 100644 --- a/pymongo/mongo_replica_set_client.py +++ b/pymongo/mongo_replica_set_client.py @@ -1,4 +1,4 @@ -# Copyright 2011-2014 MongoDB, Inc. +# Copyright 2011-2015 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 3d0617ef5..6e6becca2 100644 --- a/pymongo/pool.py +++ b/pymongo/pool.py @@ -1,4 +1,4 @@ -# Copyright 2011-2014 MongoDB, Inc. +# Copyright 2011-2015 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 d345cf22d..53aecde1f 100644 --- a/pymongo/read_preferences.py +++ b/pymongo/read_preferences.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 MongoDB, Inc. +# Copyright 2012-2015 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/replica_set_connection.py b/pymongo/replica_set_connection.py index b51fb4a4d..93b718d0d 100644 --- a/pymongo/replica_set_connection.py +++ b/pymongo/replica_set_connection.py @@ -1,4 +1,4 @@ -# Copyright 2011-2014 MongoDB, Inc. +# Copyright 2011-2015 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 02576e83f..7f5645874 100644 --- a/pymongo/son_manipulator.py +++ b/pymongo/son_manipulator.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/thread_util.py b/pymongo/thread_util.py index 36e650a1f..b4e4aebcf 100644 --- a/pymongo/thread_util.py +++ b/pymongo/thread_util.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 MongoDB, Inc. +# Copyright 2012-2015 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/uri_parser.py b/pymongo/uri_parser.py index f018f0c1f..50d7420fc 100644 --- a/pymongo/uri_parser.py +++ b/pymongo/uri_parser.py @@ -1,4 +1,4 @@ -# Copyright 2011-2014 MongoDB, Inc. +# Copyright 2011-2015 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/test/__init__.py b/test/__init__.py index e9e297f5a..69ed29664 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 MongoDB, Inc. +# Copyright 2010-2015 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/high_availability/ha_tools.py b/test/high_availability/ha_tools.py index 18a634699..653129f80 100644 --- a/test/high_availability/ha_tools.py +++ b/test/high_availability/ha_tools.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/high_availability/test_ha.py b/test/high_availability/test_ha.py index e25352d3f..a56dd89e6 100644 --- a/test/high_availability/test_ha.py +++ b/test/high_availability/test_ha.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/mod_wsgi_test.conf b/test/mod_wsgi_test/mod_wsgi_test.conf index 8815f0b34..987d93e8e 100644 --- a/test/mod_wsgi_test/mod_wsgi_test.conf +++ b/test/mod_wsgi_test/mod_wsgi_test.conf @@ -1,4 +1,4 @@ -# Copyright 2012-2014 MongoDB, Inc. +# Copyright 2012-2015 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/mod_wsgi_test.wsgi b/test/mod_wsgi_test/mod_wsgi_test.wsgi index 6e4c1b16d..2dffd9973 100644 --- a/test/mod_wsgi_test/mod_wsgi_test.wsgi +++ b/test/mod_wsgi_test/mod_wsgi_test.wsgi @@ -1,4 +1,4 @@ -# Copyright 2012-2014 MongoDB, Inc. +# Copyright 2012-2015 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 a73689a05..5d6b14154 100644 --- a/test/mod_wsgi_test/test_client.py +++ b/test/mod_wsgi_test/test_client.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 MongoDB, Inc. +# Copyright 2012-2015 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 af60a20ee..b8e207c68 100644 --- a/test/pymongo_mocks.py +++ b/test/pymongo_mocks.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 MongoDB, Inc. +# Copyright 2013-2015 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 569d65178..6e63c289e 100644 --- a/test/qcheck.py +++ b/test/qcheck.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 2be75dd6d..c34d7e0f7 100644 --- a/test/test_auth.py +++ b/test/test_auth.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 MongoDB, Inc. +# Copyright 2013-2015 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 94148a243..c45e1f1d3 100644 --- a/test/test_binary.py +++ b/test/test_binary.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 5a03e6c84..00b48f9a1 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-2015 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 3026b7611..a6663a846 100644 --- a/test/test_bulk.py +++ b/test/test_bulk.py @@ -1,4 +1,4 @@ -# Copyright 2014-2014 MongoDB, Inc. +# Copyright 2014-2015 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 bee2a07eb..b84a637f8 100644 --- a/test/test_client.py +++ b/test/test_client.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 8569f9636..55c5759b7 100644 --- a/test/test_code.py +++ b/test/test_code.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 ce62106c4..efecd1f2f 100644 --- a/test/test_collection.py +++ b/test/test_collection.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 46553b309..75d04af42 100644 --- a/test/test_common.py +++ b/test/test_common.py @@ -1,4 +1,4 @@ -# Copyright 2011-2014 MongoDB, Inc. +# Copyright 2011-2015 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 aff207b53..08859277a 100644 --- a/test/test_cursor.py +++ b/test/test_cursor.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 0839d260f..1de22c817 100644 --- a/test/test_database.py +++ b/test/test_database.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 a34b3ae99..9aae5dac0 100644 --- a/test/test_dbref.py +++ b/test/test_dbref.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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_errors.py b/test/test_errors.py index 59416e521..4211392e3 100644 --- a/test/test_errors.py +++ b/test/test_errors.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 c86b73aaf..fdbe4c563 100644 --- a/test/test_grid_file.py +++ b/test/test_grid_file.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 e4838314c..1d401eb11 100644 --- a/test/test_gridfs.py +++ b/test/test_gridfs.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 744ab1940..0d8ba8a8f 100644 --- a/test/test_json_util.py +++ b/test/test_json_util.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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_connections.py b/test/test_legacy_connections.py index 54ca472e7..95411d557 100644 --- a/test/test_legacy_connections.py +++ b/test/test_legacy_connections.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 MongoDB, Inc. +# Copyright 2013-2015 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_master_slave_connection.py b/test/test_master_slave_connection.py index 988145277..d45c322dd 100644 --- a/test/test_master_slave_connection.py +++ b/test/test_master_slave_connection.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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_ha.py b/test/test_mongos_ha.py index ec06f928f..e29153aa1 100644 --- a/test/test_mongos_ha.py +++ b/test/test_mongos_ha.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 MongoDB, Inc. +# Copyright 2013-2015 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 82383ac11..9910c74f5 100644 --- a/test/test_objectid.py +++ b/test/test_objectid.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 adece5cb4..4cf46409c 100644 --- a/test/test_pooling.py +++ b/test/test_pooling.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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_base.py b/test/test_pooling_base.py index 4eec8239a..b95308f40 100644 --- a/test/test_pooling_base.py +++ b/test/test_pooling_base.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 MongoDB, Inc. +# Copyright 2012-2015 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_gevent.py b/test/test_pooling_gevent.py index e19014c8b..b8412ff99 100644 --- a/test/test_pooling_gevent.py +++ b/test/test_pooling_gevent.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 MongoDB, Inc. +# Copyright 2012-2015 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/test/test_pymongo.py b/test/test_pymongo.py index 1e667fd45..5e5c9cd51 100644 --- a/test/test_pymongo.py +++ b/test/test_pymongo.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 550edb2f3..d193d029e 100644 --- a/test/test_read_preferences.py +++ b/test/test_read_preferences.py @@ -1,4 +1,4 @@ -# Copyright 2011-2014 MongoDB, Inc. +# Copyright 2011-2015 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 410a1b33a..57fd389be 100644 --- a/test/test_replica_set_client.py +++ b/test/test_replica_set_client.py @@ -1,4 +1,4 @@ -# Copyright 2011-2014 MongoDB, Inc. +# Copyright 2011-2015 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_reconfig.py b/test/test_replica_set_reconfig.py index 2523482d6..65ace2f63 100644 --- a/test/test_replica_set_reconfig.py +++ b/test/test_replica_set_reconfig.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 MongoDB, Inc. +# Copyright 2013-2015 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 78b928427..a2fb9671b 100644 --- a/test/test_son.py +++ b/test/test_son.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 a3eebf7b2..38ec3b911 100644 --- a/test/test_son_manipulator.py +++ b/test/test_son_manipulator.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 5a11340bc..5f593f555 100644 --- a/test/test_ssl.py +++ b/test/test_ssl.py @@ -1,4 +1,4 @@ -# Copyright 2011-2014 MongoDB, Inc. +# Copyright 2011-2015 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_thread_util.py b/test/test_thread_util.py index b90fdade9..a3ecfdfd6 100644 --- a/test/test_thread_util.py +++ b/test/test_thread_util.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 MongoDB, Inc. +# Copyright 2012-2015 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 b2f478e71..094c9cd44 100644 --- a/test/test_threads.py +++ b/test/test_threads.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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_replica_set_client.py b/test/test_threads_replica_set_client.py index 613847de3..9dbb5e7fb 100644 --- a/test/test_threads_replica_set_client.py +++ b/test/test_threads_replica_set_client.py @@ -1,4 +1,4 @@ -# Copyright 2011-2014 MongoDB, Inc. +# Copyright 2011-2015 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_timestamp.py b/test/test_timestamp.py index 5a4930c3e..2eb67d907 100644 --- a/test/test_timestamp.py +++ b/test/test_timestamp.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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 163ff1264..f80e84c19 100644 --- a/test/test_uri_parser.py +++ b/test/test_uri_parser.py @@ -1,4 +1,4 @@ -# Copyright 2011-2014 MongoDB, Inc. +# Copyright 2011-2015 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_write_concern.py b/test/test_write_concern.py index 19c91741e..6c407e900 100644 --- a/test/test_write_concern.py +++ b/test/test_write_concern.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2015 MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Tests for the son module.""" +"""Tests for the write_concern module.""" import sys import unittest diff --git a/test/utils.py b/test/utils.py index 98159bad6..38d1c20bb 100644 --- a/test/utils.py +++ b/test/utils.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 MongoDB, Inc. +# Copyright 2012-2015 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/version.py b/test/version.py index 1632f8747..f5c49341e 100644 --- a/test/version.py +++ b/test/version.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/tools/benchmark.py b/tools/benchmark.py index a7daa2c64..518379014 100644 --- a/tools/benchmark.py +++ b/tools/benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/tools/clean.py b/tools/clean.py index 9c260e3a7..a5d383af4 100644 --- a/tools/clean.py +++ b/tools/clean.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 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/tools/fail_if_no_c.py b/tools/fail_if_no_c.py index 897bfcae0..e6fd83a36 100644 --- a/tools/fail_if_no_c.py +++ b/tools/fail_if_no_c.py @@ -1,4 +1,4 @@ -# Copyright 2009-2014 MongoDB, Inc. +# Copyright 2009-2015 MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.