diff --git a/doc/mongo_extensions.py b/doc/mongo_extensions.py index 3eac8e5bd..574e4267e 100644 --- a/doc/mongo_extensions.py +++ b/doc/mongo_extensions.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/auto_reference.py b/examples/auto_reference.py index b1e449e38..beb1f3a25 100644 --- a/examples/auto_reference.py +++ b/examples/auto_reference.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 548c299be..06351f251 100644 --- a/gridfs/__init__.py +++ b/gridfs/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 a84f582c5..97417a09b 100644 --- a/gridfs/errors.py +++ b/gridfs/errors.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 8e1a72628..5ba81a001 100644 --- a/gridfs/grid_file.py +++ b/gridfs/grid_file.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 0c323e120..180848d3a 100644 --- a/pymongo/__init__.py +++ b/pymongo/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/_cbsonmodule.c b/pymongo/_cbsonmodule.c index c50a4e636..ea841f1c0 100644 --- a/pymongo/_cbsonmodule.c +++ b/pymongo/_cbsonmodule.c @@ -1,5 +1,5 @@ /* - * Copyright 2009 10gen, Inc. + * Copyright 2009-2010 10gen, Inc. * * Licensed 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/binary.py b/pymongo/binary.py index dace7fd4b..245c9eb41 100644 --- a/pymongo/binary.py +++ b/pymongo/binary.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/bson.py b/pymongo/bson.py index 51f6097da..fa5e1591f 100644 --- a/pymongo/bson.py +++ b/pymongo/bson.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/code.py b/pymongo/code.py index e9359bff4..f0ec16d69 100644 --- a/pymongo/code.py +++ b/pymongo/code.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 0d80d62f8..6ffde3447 100644 --- a/pymongo/collection.py +++ b/pymongo/collection.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/connection.py b/pymongo/connection.py index 53397e16e..8015e377a 100644 --- a/pymongo/connection.py +++ b/pymongo/connection.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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.py b/pymongo/cursor.py index c23c10171..bee1d4658 100644 --- a/pymongo/cursor.py +++ b/pymongo/cursor.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 f0a92cfc0..5daa1e330 100644 --- a/pymongo/cursor_manager.py +++ b/pymongo/cursor_manager.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 1503c94ce..78f1e9ec0 100644 --- a/pymongo/database.py +++ b/pymongo/database.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/dbref.py b/pymongo/dbref.py index 629e291af..a4054488f 100644 --- a/pymongo/dbref.py +++ b/pymongo/dbref.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/encoding_helpers.c b/pymongo/encoding_helpers.c index e6a639dcf..485718ddb 100644 --- a/pymongo/encoding_helpers.c +++ b/pymongo/encoding_helpers.c @@ -1,5 +1,5 @@ /* - * Copyright 2009 10gen, Inc. + * Copyright 2009-2010 10gen, Inc. * * Licensed 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/encoding_helpers.h b/pymongo/encoding_helpers.h index d4cd2f4aa..7224bccf6 100644 --- a/pymongo/encoding_helpers.h +++ b/pymongo/encoding_helpers.h @@ -1,5 +1,5 @@ /* - * Copyright 2009 10gen, Inc. + * Copyright 2009-2010 10gen, Inc. * * Licensed 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 c2b3a5342..4eee90b78 100644 --- a/pymongo/errors.py +++ b/pymongo/errors.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 20bd4ae3b..e1bb0045e 100644 --- a/pymongo/helpers.py +++ b/pymongo/helpers.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/json_util.py b/pymongo/json_util.py index 30c64433f..ebcb86558 100644 --- a/pymongo/json_util.py +++ b/pymongo/json_util.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 3b96ea0d4..478e03b47 100644 --- a/pymongo/master_slave_connection.py +++ b/pymongo/master_slave_connection.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 132b153c3..6b6922e2e 100644 --- a/pymongo/message.py +++ b/pymongo/message.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/objectid.py b/pymongo/objectid.py index c9f3a4455..2ab9923ec 100644 --- a/pymongo/objectid.py +++ b/pymongo/objectid.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/son.py b/pymongo/son.py index 4dc7e640c..037d0952b 100644 --- a/pymongo/son.py +++ b/pymongo/son.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/son_manipulator.py b/pymongo/son_manipulator.py index e7a5ab53c..1a07e4349 100644 --- a/pymongo/son_manipulator.py +++ b/pymongo/son_manipulator.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/time_helpers.c b/pymongo/time_helpers.c index 997592c19..6059941bd 100644 --- a/pymongo/time_helpers.c +++ b/pymongo/time_helpers.c @@ -1,5 +1,5 @@ /* - * Copyright 2009 10gen, Inc. + * Copyright 2009-2010 10gen, Inc. * * Licensed 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/time_helpers.h b/pymongo/time_helpers.h index 451f7ae0f..bc86df0c6 100644 --- a/pymongo/time_helpers.h +++ b/pymongo/time_helpers.h @@ -1,5 +1,5 @@ /* - * Copyright 2009 10gen, Inc. + * Copyright 2009-2010 10gen, Inc. * * Licensed 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/gridfs15.py b/test/gridfs15.py index be19bb009..f9ad6f244 100644 --- a/test/gridfs15.py +++ b/test/gridfs15.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/gridfs16.py b/test/gridfs16.py index 253291c31..aa48d9638 100644 --- a/test/gridfs16.py +++ b/test/gridfs16.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 b73117f30..6d45940e3 100644 --- a/test/qcheck.py +++ b/test/qcheck.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 5a5ce4c7c..fd096635b 100644 --- a/test/test_binary.py +++ b/test/test_binary.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 210490c0d..350534000 100644 --- a/test/test_bson.py +++ b/test/test_bson.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 b1f12bc93..92f7acb51 100644 --- a/test/test_code.py +++ b/test/test_code.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 c3a481750..97a5cd8a7 100644 --- a/test/test_collection.py +++ b/test/test_collection.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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_connection.py b/test/test_connection.py index dcd4b1e4b..48b4017d6 100644 --- a/test/test_connection.py +++ b/test/test_connection.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 4846f3ce1..793499f9d 100644 --- a/test/test_cursor.py +++ b/test/test_cursor.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 5a60e7e71..0df1e3603 100644 --- a/test/test_database.py +++ b/test/test_database.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 d9afbe1ac..eb92d2602 100644 --- a/test/test_dbref.py +++ b/test/test_dbref.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 30754120e..ef11373ae 100644 --- a/test/test_errors.py +++ b/test/test_errors.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 a28b970aa..867aa0057 100644 --- a/test/test_grid_file.py +++ b/test/test_grid_file.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 bf83fbeff..ea140f226 100644 --- a/test/test_gridfs.py +++ b/test/test_gridfs.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 ec68c77fe..bd77f7c10 100644 --- a/test/test_json_util.py +++ b/test/test_json_util.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 64b2db231..302a8b5d2 100644 --- a/test/test_master_slave_connection.py +++ b/test/test_master_slave_connection.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 bd9b611d7..7674cfcde 100644 --- a/test/test_objectid.py +++ b/test/test_objectid.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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_paired.py b/test/test_paired.py index 21754a832..b6c6a6568 100644 --- a/test/test_paired.py +++ b/test/test_paired.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 e560d744a..efb10a779 100644 --- a/test/test_pooling.py +++ b/test/test_pooling.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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_pymongo.py b/test/test_pymongo.py index f8ffdd8aa..143127950 100644 --- a/test/test_pymongo.py +++ b/test/test_pymongo.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 e2cb3f3b8..f1839c463 100644 --- a/test/test_son.py +++ b/test/test_son.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 be3851cc8..ddbf3b46f 100644 --- a/test/test_son_manipulator.py +++ b/test/test_son_manipulator.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 5eee34d5e..5a33ae751 100644 --- a/test/test_threads.py +++ b/test/test_threads.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 3770ca0dc..bbff24503 100644 --- a/test/version.py +++ b/test/version.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/auto_reconnect_test.py b/tools/auto_reconnect_test.py index ff4137a15..b8a3ebeb9 100644 --- a/tools/auto_reconnect_test.py +++ b/tools/auto_reconnect_test.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 6f23e8923..7438619b2 100644 --- a/tools/benchmark.py +++ b/tools/benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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/bson_benchmark.py b/tools/bson_benchmark.py index dc6fb5994..ccc20ecd8 100644 --- a/tools/bson_benchmark.py +++ b/tools/bson_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 53fe6ffd7..9c7492b71 100644 --- a/tools/clean.py +++ b/tools/clean.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed 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 96afa0448..7f86e1dbe 100644 --- a/tools/fail_if_no_c.py +++ b/tools/fail_if_no_c.py @@ -1,4 +1,4 @@ -# Copyright 2009 10gen, Inc. +# Copyright 2009-2010 10gen, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.