Updated copyright information

This commit is contained in:
David Sauve 2011-02-01 14:59:13 -08:00
parent 78d8c6841a
commit dc11c14542
8 changed files with 9 additions and 9 deletions

View File

@ -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 <mailto:dsauve@trapeze.com>`_, and is funded by `Trapeze <http://www.trapeze.com>`_.
xapian-haystack is maintained by `David Sauve <mailto:dsauve@gmail.com>`_, and was originally funded by `Trapeze <http://www.trapeze.com>`_.
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:
------------------------------

View File

@ -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 *

View File

@ -1 +1 @@
# Copyright (C) 2009-2010 David Sauve, Trapeze. All rights reserved.
# Copyright (C) 2009-2011 David Sauve, Trapeze. All rights reserved.

View File

@ -1 +1 @@
# Copyright (C) 2009-2010 David Sauve, Trapeze. All rights reserved.
# Copyright (C) 2009-2011 David Sauve, Trapeze. All rights reserved.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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')