diff --git a/README.rst b/README.rst index 5488ad875..08bdfd4dc 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ PyMongo ======= :Info: See `the mongo site `_ for more information. See `github `_ for the latest source. :Author: Mike Dirolf -:Maintainer: Bernie Hackett +:Maintainer: Bernie Hackett About ===== diff --git a/bson/__init__.py b/bson/__init__.py index f0e13c7a4..adafadbf4 100644 --- a/bson/__init__.py +++ b/bson/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 30c8ad670..733ce3de4 100644 --- a/bson/_cbsonmodule.c +++ b/bson/_cbsonmodule.c @@ -1,5 +1,5 @@ /* - * Copyright 2009-2012 10gen, Inc. + * Copyright 2009-2014 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 c4db6d0ae..0b207a32a 100644 --- a/bson/_cbsonmodule.h +++ b/bson/_cbsonmodule.h @@ -1,5 +1,5 @@ /* - * Copyright 2012 10gen, Inc. + * Copyright 2009-2014 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 7602d5132..bc7e144df 100644 --- a/bson/binary.py +++ b/bson/binary.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 19d528cee..3c5f71bba 100644 --- a/bson/buffer.c +++ b/bson/buffer.c @@ -1,5 +1,5 @@ /* - * Copyright 2009-2012 10gen, Inc. + * Copyright 2009-2014 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 23a46d95c..455c47de1 100644 --- a/bson/buffer.h +++ b/bson/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2012 10gen, Inc. + * Copyright 2009-2014 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 8e58840f4..d049944cb 100644 --- a/bson/code.py +++ b/bson/code.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 f0bfd3211..a8cc537f2 100644 --- a/bson/dbref.py +++ b/bson/dbref.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 d7f8faf36..24826963a 100644 --- a/bson/encoding_helpers.c +++ b/bson/encoding_helpers.c @@ -1,5 +1,5 @@ /* - * Copyright 2009-2012 10gen, Inc. + * Copyright 2009-2014 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 6d0ba0fe1..20aac9baa 100644 --- a/bson/encoding_helpers.h +++ b/bson/encoding_helpers.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2012 10gen, Inc. + * Copyright 2009-2014 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 9501bf496..76e59e870 100644 --- a/bson/errors.py +++ b/bson/errors.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 62772816c..3045ddb9e 100644 --- a/bson/json_util.py +++ b/bson/json_util.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 b33d86e91..a6f50dcab 100644 --- a/bson/max_key.py +++ b/bson/max_key.py @@ -1,4 +1,4 @@ -# Copyright 2010-2012 10gen, Inc. +# Copyright 2010-2014 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 261016d27..48d020f6c 100644 --- a/bson/min_key.py +++ b/bson/min_key.py @@ -1,4 +1,4 @@ -# Copyright 2010-2012 10gen, Inc. +# Copyright 2010-2014 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/objectid.py b/bson/objectid.py index bd8c7e77a..fc00ccebb 100644 --- a/bson/objectid.py +++ b/bson/objectid.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 43a409e00..1425ea4f2 100644 --- a/bson/py3compat.py +++ b/bson/py3compat.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 b7392814c..97b129191 100644 --- a/bson/regex.py +++ b/bson/regex.py @@ -1,4 +1,4 @@ -# Copyright 2013 MongoDB, Inc. +# Copyright 2013-2014 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 29ada2ffb..9e9defb20 100644 --- a/bson/son.py +++ b/bson/son.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 195314780..690abdacf 100644 --- a/bson/timestamp.py +++ b/bson/timestamp.py @@ -1,4 +1,4 @@ -# Copyright 2010-2012 10gen, Inc. +# Copyright 2010-2014 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 443756432..75e070cf6 100644 --- a/bson/tz_util.py +++ b/bson/tz_util.py @@ -1,4 +1,4 @@ -# Copyright 2010-2012 10gen, Inc. +# Copyright 2010-2014 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 c3184b0cb..b321a2169 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 - 2012, 10gen, Inc.' +copyright = u'2008 - 2014, 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/installation.rst b/doc/installation.rst index afe0c945f..2f672fb0f 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -42,9 +42,9 @@ To upgrade do:: Dependencies for installing C Extensions on Unix ------------------------------------------------ -10gen does not provide statically linked binary packages for Unix flavors -other than OSX. To build the optional C extensions you must have the GNU C -compiler (gcc) installed. Depending on your flavor of Unix (or Linux +MongoDB, Inc. does not provide statically linked binary packages for Unix +flavors other than OSX. To build the optional C extensions you must have the +GNU C compiler (gcc) installed. Depending on your flavor of Unix (or Linux distribution) you may also need a python development package that provides the necessary header files for your version of Python. The package name may vary from distro to distro. @@ -60,10 +60,10 @@ RedHat, CentOS, and Fedora users should issue the following command:: OSX --- -10gen provides pre-built egg packages for Apple provided Python versions on -Snow Leopard (2.5, 2.6), Lion (2.5, 2.6, 2.7) and Mountain Lion (2.5, 2.6, 2.7). -If you want to install PyMongo for other Python versions (or from source) you -will have to install the following to build the C extensions: +MongoDB, Inc. provides pre-built egg packages for Apple provided Python +versions on Snow Leopard (2.5, 2.6), Lion (2.5, 2.6, 2.7) and Mountain Lion +(2.5, 2.6, 2.7). If you want to install PyMongo for other Python versions (or +from source) you will have to install the following to build the C extensions: **Snow Leopard (10.6)** - Xcode 3 with 'UNIX Development Support'. @@ -118,9 +118,9 @@ Installing from source on Windows .. note:: - 10gen provides pre-built exe installers for 32-bit and 64-bit Windows. We - recommend that users install those packages (`available from pypi - `_). + MongoDB, Inc. provides pre-built exe installers for 32-bit and 64-bit + Windows. We recommend that users install those packages (`available from + pypi `_). If you want to install PyMongo with C extensions from source the following directions apply to both CPython and ActiveState's ActivePython: @@ -193,9 +193,9 @@ package:: Installing a release candidate ------------------------------ -10gen may occasionally tag a release candidate for testing by the community -before final release. These releases will not be uploaded to pypi but can be -found on the +MongoDB, Inc. may occasionally tag a release candidate for testing by the +community before final release. These releases will not be uploaded to pypi +but can be found on the `github tags page `_. They can be installed by passing the full URL for the tag to pip:: diff --git a/doc/mongo_extensions.py b/doc/mongo_extensions.py index 6ec681039..e080e2bc7 100644 --- a/doc/mongo_extensions.py +++ b/doc/mongo_extensions.py @@ -1,4 +1,4 @@ -# Copyright 2009-2010 10gen, Inc. +# Copyright 2009-2014 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 c60179d5d..25bd3a699 100644 --- a/gridfs/__init__.py +++ b/gridfs/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 63f6883ed..a6420d171 100644 --- a/gridfs/errors.py +++ b/gridfs/errors.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 8a2798b99..f64ebee90 100644 --- a/gridfs/grid_file.py +++ b/gridfs/grid_file.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 d39480923..af3c01676 100644 --- a/pymongo/__init__.py +++ b/pymongo/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 f6dbace26..ab7840967 100644 --- a/pymongo/_cmessagemodule.c +++ b/pymongo/_cmessagemodule.c @@ -1,5 +1,5 @@ /* - * Copyright 2009-2012 10gen, Inc. + * Copyright 2009-2014 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 66fc56bac..e62778583 100644 --- a/pymongo/auth.py +++ b/pymongo/auth.py @@ -1,4 +1,4 @@ -# Copyright 2013 10gen, Inc. +# Copyright 2013-2014 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 5697044f7..93e77e294 100644 --- a/pymongo/bulk.py +++ b/pymongo/bulk.py @@ -1,4 +1,4 @@ -# Copyright 2014 MongoDB, Inc. +# Copyright 2014-2014 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 61042c8bb..7dc95dae2 100644 --- a/pymongo/collection.py +++ b/pymongo/collection.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 109eae704..e04111271 100644 --- a/pymongo/common.py +++ b/pymongo/common.py @@ -1,4 +1,4 @@ -# Copyright 2011-2012 10gen, Inc. +# Copyright 2011-2014 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 @@ -333,7 +333,7 @@ class BaseObject(object): """A base class that provides attributes and methods common to multiple pymongo classes. - SHOULD NOT BE USED BY DEVELOPERS EXTERNAL TO 10GEN + SHOULD NOT BE USED BY DEVELOPERS EXTERNAL TO MONGODB. """ def __init__(self, **options): diff --git a/pymongo/connection.py b/pymongo/connection.py index a5952eab4..700d6c5ba 100644 --- a/pymongo/connection.py +++ b/pymongo/connection.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 0ee2000d1..556295c3f 100644 --- a/pymongo/cursor.py +++ b/pymongo/cursor.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 a68fa55fa..918dc1110 100644 --- a/pymongo/cursor_manager.py +++ b/pymongo/cursor_manager.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 1ba3d4323..d35d2a5e9 100644 --- a/pymongo/database.py +++ b/pymongo/database.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 0825e7bc1..24e75d566 100644 --- a/pymongo/errors.py +++ b/pymongo/errors.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 e0383b2cf..95536971a 100644 --- a/pymongo/helpers.py +++ b/pymongo/helpers.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 ed710d5e9..3699b9598 100644 --- a/pymongo/master_slave_connection.py +++ b/pymongo/master_slave_connection.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 3377066d7..576928f3e 100644 --- a/pymongo/member.py +++ b/pymongo/member.py @@ -1,4 +1,4 @@ -# Copyright 2013 MongoDB, Inc. +# Copyright 2013-2014 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 34f41be1e..4f005ca99 100644 --- a/pymongo/message.py +++ b/pymongo/message.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 b0e0f07c6..d685aff0d 100644 --- a/pymongo/mongo_client.py +++ b/pymongo/mongo_client.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 6d04f1a59..db9b2d1cb 100644 --- a/pymongo/mongo_replica_set_client.py +++ b/pymongo/mongo_replica_set_client.py @@ -1,4 +1,4 @@ -# Copyright 2011-2012 10gen, Inc. +# Copyright 2011-2014 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 @@ -604,7 +604,7 @@ class MongoReplicaSetClient(common.BaseObject): self.__seeds.update(uri_parser.split_hosts(host, port)) # _pool_class and _monitor_class are for deep customization of PyMongo, - # e.g. Motor. SHOULD NOT BE USED BY DEVELOPERS EXTERNAL TO 10GEN. + # e.g. Motor. SHOULD NOT BE USED BY DEVELOPERS EXTERNAL TO MONGODB. self.pool_class = kwargs.pop('_pool_class', pool.Pool) self.__monitor_class = kwargs.pop('_monitor_class', None) diff --git a/pymongo/pool.py b/pymongo/pool.py index ca76c5cce..e3ba94e47 100644 --- a/pymongo/pool.py +++ b/pymongo/pool.py @@ -1,4 +1,4 @@ -# Copyright 2011-2012 10gen, Inc. +# Copyright 2011-2014 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 15dbfc07e..90868e372 100644 --- a/pymongo/read_preferences.py +++ b/pymongo/read_preferences.py @@ -1,4 +1,4 @@ -# Copyright 2012 10gen, Inc. +# Copyright 2012-2014 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 ccc91b3ec..d3d2bfe05 100644 --- a/pymongo/replica_set_connection.py +++ b/pymongo/replica_set_connection.py @@ -1,4 +1,4 @@ -# Copyright 2011-2012 10gen, Inc. +# Copyright 2011-2014 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 a966eee9f..c6329ffb5 100644 --- a/pymongo/son_manipulator.py +++ b/pymongo/son_manipulator.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 9b69e4bea..746cae7e3 100644 --- a/pymongo/thread_util.py +++ b/pymongo/thread_util.py @@ -1,4 +1,4 @@ -# Copyright 2012 10gen, Inc. +# Copyright 2012-2014 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 0b2d68a03..dc7359fab 100644 --- a/pymongo/uri_parser.py +++ b/pymongo/uri_parser.py @@ -1,4 +1,4 @@ -# Copyright 2011-2012 10gen, Inc. +# Copyright 2011-2014 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/setup.py b/setup.py index 6547c6cd8..992a4e86e 100755 --- a/setup.py +++ b/setup.py @@ -282,7 +282,7 @@ setup( author="Mike Dirolf", author_email="mongodb-user@googlegroups.com", maintainer="Bernie Hackett", - maintainer_email="bernie@10gen.com", + maintainer_email="bernie@mongodb.com", url="http://github.com/mongodb/mongo-python-driver", keywords=["mongo", "mongodb", "pymongo", "gridfs", "bson"], install_requires=[], diff --git a/test/__init__.py b/test/__init__.py index c02ac5a7f..9448448fd 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2012 10gen, Inc. +# Copyright 2010-2014 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 5f0928357..64928e262 100644 --- a/test/high_availability/ha_tools.py +++ b/test/high_availability/ha_tools.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 857a67eb4..1151f7a9b 100644 --- a/test/high_availability/test_ha.py +++ b/test/high_availability/test_ha.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 fb70a73ce..0b8c714af 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 10gen, Inc. +# Copyright 2012-2014 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_replica_set.wsgi b/test/mod_wsgi_test/mod_wsgi_test_replica_set.wsgi index f31837302..fef57611a 100644 --- a/test/mod_wsgi_test/mod_wsgi_test_replica_set.wsgi +++ b/test/mod_wsgi_test/mod_wsgi_test_replica_set.wsgi @@ -1,4 +1,4 @@ -# Copyright 2012 10gen, Inc. +# Copyright 2012-2014 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_single_server.wsgi b/test/mod_wsgi_test/mod_wsgi_test_single_server.wsgi index 47d93ce5f..995bc668a 100644 --- a/test/mod_wsgi_test/mod_wsgi_test_single_server.wsgi +++ b/test/mod_wsgi_test/mod_wsgi_test_single_server.wsgi @@ -1,4 +1,4 @@ -# Copyright 2012 10gen, Inc. +# Copyright 2012-2014 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 c805dba11..a73689a05 100644 --- a/test/mod_wsgi_test/test_client.py +++ b/test/mod_wsgi_test/test_client.py @@ -1,4 +1,4 @@ -# Copyright 2012 10gen, Inc. +# Copyright 2012-2014 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 e6f21a142..d42555861 100644 --- a/test/pymongo_mocks.py +++ b/test/pymongo_mocks.py @@ -1,4 +1,4 @@ -# Copyright 2013 MongoDB, Inc. +# Copyright 2013-2014 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 2c57e4df9..569d65178 100644 --- a/test/qcheck.py +++ b/test/qcheck.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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/slow/test_high_concurrency.py b/test/slow/test_high_concurrency.py index af56de1db..3ba94b66e 100644 --- a/test/slow/test_high_concurrency.py +++ b/test/slow/test_high_concurrency.py @@ -1,4 +1,4 @@ -# Copyright 2013 10gen, Inc. +# Copyright 2013-2014 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 cfcbfcdf7..663163221 100644 --- a/test/test_auth.py +++ b/test/test_auth.py @@ -1,4 +1,4 @@ -# Copyright 2013 10gen, Inc. +# Copyright 2013-2014 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 009668970..522f5302c 100644 --- a/test/test_binary.py +++ b/test/test_binary.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 d6f637c7d..5e827bf50 100644 --- a/test/test_bson.py +++ b/test/test_bson.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 58f36fccd..c39e81ece 100644 --- a/test/test_bulk.py +++ b/test/test_bulk.py @@ -1,4 +1,4 @@ -# Copyright 2014 MongoDB, Inc. +# Copyright 2014-2014 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 f1da27604..7895d7fc5 100644 --- a/test/test_client.py +++ b/test/test_client.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 767bc275a..8569f9636 100644 --- a/test/test_code.py +++ b/test/test_code.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 44e41217f..e5c828625 100644 --- a/test/test_collection.py +++ b/test/test_collection.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 c7e3b00ba..f05e406cc 100644 --- a/test/test_common.py +++ b/test/test_common.py @@ -1,4 +1,4 @@ -# Copyright 2011-2012 10gen, Inc. +# Copyright 2011-2014 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 ee07353f0..953d8d6b7 100644 --- a/test/test_cursor.py +++ b/test/test_cursor.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 5ae3ae089..0d3d78811 100644 --- a/test/test_database.py +++ b/test/test_database.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 0b147ddc3..c86d77f75 100644 --- a/test/test_dbref.py +++ b/test/test_dbref.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 442d3f22b..59416e521 100644 --- a/test/test_errors.py +++ b/test/test_errors.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 880bb4a35..fe3f78f2a 100644 --- a/test/test_grid_file.py +++ b/test/test_grid_file.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 acad0c423..59930a8c3 100644 --- a/test/test_gridfs.py +++ b/test/test_gridfs.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 99ff9d49f..82ce286b5 100644 --- a/test/test_json_util.py +++ b/test/test_json_util.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 59eb40d69..83b475dc0 100644 --- a/test/test_legacy_connections.py +++ b/test/test_legacy_connections.py @@ -1,4 +1,4 @@ -# Copyright 2013 10gen, Inc. +# Copyright 2013-2014 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 9298272f8..5af88a3c2 100644 --- a/test/test_master_slave_connection.py +++ b/test/test_master_slave_connection.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 14e24c871..3032f5a37 100644 --- a/test/test_mongos_ha.py +++ b/test/test_mongos_ha.py @@ -1,4 +1,4 @@ -# Copyright 2013 MongoDB, Inc. +# Copyright 2013-2014 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 66f906892..dc33366b2 100644 --- a/test/test_objectid.py +++ b/test/test_objectid.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 21a18765b..2e14356f0 100644 --- a/test/test_pooling.py +++ b/test/test_pooling.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 56b24580e..1e3a832ff 100644 --- a/test/test_pooling_base.py +++ b/test/test_pooling_base.py @@ -1,4 +1,4 @@ -# Copyright 2012 10gen, Inc. +# Copyright 2012-2014 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 3cb71dc8e..3fd764a38 100644 --- a/test/test_pooling_gevent.py +++ b/test/test_pooling_gevent.py @@ -1,4 +1,4 @@ -# Copyright 2012 10gen, Inc. +# Copyright 2012-2014 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 470177d06..a861b1f78 100644 --- a/test/test_pymongo.py +++ b/test/test_pymongo.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 166934445..457ea6b51 100644 --- a/test/test_read_preferences.py +++ b/test/test_read_preferences.py @@ -1,4 +1,4 @@ -# Copyright 2011-2012 10gen, Inc. +# Copyright 2011-2014 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 730d32019..f32dcd384 100644 --- a/test/test_replica_set_client.py +++ b/test/test_replica_set_client.py @@ -1,4 +1,4 @@ -# Copyright 2011-2012 10gen, Inc. +# Copyright 2011-2014 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 93e9bed7d..43bc5a0e2 100644 --- a/test/test_replica_set_reconfig.py +++ b/test/test_replica_set_reconfig.py @@ -1,4 +1,4 @@ -# Copyright 2013 MongoDB, Inc. +# Copyright 2013-2014 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 f89559be8..5730da256 100644 --- a/test/test_son.py +++ b/test/test_son.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 cef8e3091..a3eebf7b2 100644 --- a/test/test_son_manipulator.py +++ b/test/test_son_manipulator.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 7576a0247..2e90dae5f 100644 --- a/test/test_ssl.py +++ b/test/test_ssl.py @@ -1,4 +1,4 @@ -# Copyright 2011-2012 10gen, Inc. +# Copyright 2011-2014 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 2b24ab02a..6d74723ec 100644 --- a/test/test_thread_util.py +++ b/test/test_thread_util.py @@ -1,4 +1,4 @@ -# Copyright 2012 10gen, Inc. +# Copyright 2012-2014 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 6a6a7a1b1..e258958e7 100644 --- a/test/test_threads.py +++ b/test/test_threads.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 eaece922b..23b517670 100644 --- a/test/test_threads_replica_set_client.py +++ b/test/test_threads_replica_set_client.py @@ -1,4 +1,4 @@ -# Copyright 2011-2012 10gen, Inc. +# Copyright 2011-2014 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 df268215a..5a4930c3e 100644 --- a/test/test_timestamp.py +++ b/test/test_timestamp.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 b58d608af..c70b89837 100644 --- a/test/test_uri_parser.py +++ b/test/test_uri_parser.py @@ -1,4 +1,4 @@ -# Copyright 2011-2012 10gen, Inc. +# Copyright 2011-2014 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 41cf9280a..241686484 100644 --- a/test/utils.py +++ b/test/utils.py @@ -1,4 +1,4 @@ -# Copyright 2012 10gen, Inc. +# Copyright 2012-2014 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 e0446ff3b..1632f8747 100644 --- a/test/version.py +++ b/test/version.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 fafa572de..a7daa2c64 100644 --- a/tools/benchmark.py +++ b/tools/benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 ac1088790..9c260e3a7 100644 --- a/tools/clean.py +++ b/tools/clean.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 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 628e23f1f..897bfcae0 100644 --- a/tools/fail_if_no_c.py +++ b/tools/fail_if_no_c.py @@ -1,4 +1,4 @@ -# Copyright 2009-2012 10gen, Inc. +# Copyright 2009-2014 MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.