diff --git a/README.rst b/README.rst index 9ea7267..e72fde2 100644 --- a/README.rst +++ b/README.rst @@ -83,12 +83,12 @@ The latest source code can always be found here: `github.com/notanumber/xapian-h Credits ------- -xapian-haystack is maintained by `David Sauve `_, and is funded by `Trapeze `_. +xapian-haystack is maintained by `David Sauve `_, and was originally funded by `Trapeze `_. License ------- -xapian-haystack is Copyright (c) 2009-2010 David Sauve, Trapeze. It is free software, and may be redistributed under the terms specified in the LICENSE file. +xapian-haystack is Copyright (c) 2009-2011 David Sauve, Trapeze. It is free software, and may be redistributed under the terms specified in the LICENSE file. Questions, Comments, Concerns: ------------------------------ diff --git a/tests/xapian_settings.py b/tests/xapian_settings.py index 9a242ec..f5732bb 100755 --- a/tests/xapian_settings.py +++ b/tests/xapian_settings.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 David Sauve, Trapeze. All rights reserved. +# Copyright (C) 2009-2011 David Sauve, Trapeze. All rights reserved. import os from settings import * diff --git a/tests/xapian_tests/__init__.py b/tests/xapian_tests/__init__.py index 7a190bc..91e7482 100644 --- a/tests/xapian_tests/__init__.py +++ b/tests/xapian_tests/__init__.py @@ -1 +1 @@ -# Copyright (C) 2009-2010 David Sauve, Trapeze. All rights reserved. \ No newline at end of file +# Copyright (C) 2009-2011 David Sauve, Trapeze. All rights reserved. \ No newline at end of file diff --git a/tests/xapian_tests/models.py b/tests/xapian_tests/models.py index 7a190bc..91e7482 100644 --- a/tests/xapian_tests/models.py +++ b/tests/xapian_tests/models.py @@ -1 +1 @@ -# Copyright (C) 2009-2010 David Sauve, Trapeze. All rights reserved. \ No newline at end of file +# Copyright (C) 2009-2011 David Sauve, Trapeze. All rights reserved. \ No newline at end of file diff --git a/tests/xapian_tests/tests/__init__.py b/tests/xapian_tests/tests/__init__.py index 530bcd1..5eaa148 100644 --- a/tests/xapian_tests/tests/__init__.py +++ b/tests/xapian_tests/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 David Sauve, Trapeze. All rights reserved. +# Copyright (C) 2009-2011 David Sauve, Trapeze. All rights reserved. import warnings diff --git a/tests/xapian_tests/tests/xapian_backend.py b/tests/xapian_tests/tests/xapian_backend.py index 5d6a4fb..f9edb2a 100644 --- a/tests/xapian_tests/tests/xapian_backend.py +++ b/tests/xapian_tests/tests/xapian_backend.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 David Sauve, Trapeze. All rights reserved. +# Copyright (C) 2009-2011 David Sauve, Trapeze. All rights reserved. # Based on original code by Daniel Lindsley as part of the Haystack test suite. import cPickle as pickle diff --git a/tests/xapian_tests/tests/xapian_query.py b/tests/xapian_tests/tests/xapian_query.py index 713ce0e..b79ce7f 100644 --- a/tests/xapian_tests/tests/xapian_query.py +++ b/tests/xapian_tests/tests/xapian_query.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 David Sauve, Trapeze. All rights reserved. +# Copyright (C) 2009-2011 David Sauve, Trapeze. All rights reserved. import datetime import os diff --git a/xapian_backend.py b/xapian_backend.py index 878327d..4ba365a 100755 --- a/xapian_backend.py +++ b/xapian_backend.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 David Sauve, Trapeze. All rights reserved. +# Copyright (C) 2009-2011 David Sauve, Trapeze. All rights reserved. __author__ = 'David Sauve' __version__ = (1, 1, 5, 'beta')