Updated copyright notice.

This commit is contained in:
David Sauve 2011-07-14 16:12:59 -07:00
parent 224eb804ff
commit d32dde1b7b
8 changed files with 17 additions and 9 deletions

View file

@ -91,12 +91,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@gmail.com>`_, and was originally funded by `Trapeze <http://www.trapeze.com>`_.
xapian-haystack is maintained by `David Sauve <mailto:david.sauve@bag-of-holding.com>`_, and was originally funded by `Trapeze <http://www.trapeze.com>`_.
License
-------
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.
xapian-haystack is Copyright (c) 2009, 2010, 2011 David Sauve, 2009, 2010 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,5 @@
# Copyright (C) 2009-2011 David Sauve, Trapeze. All rights reserved.
# Copyright (C) 2009, 2010, 2011 David Sauve
# Copyright (C) 2009, 2010 Trapeze
import os
from settings import *

View file

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

View file

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

View file

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

View file

@ -1,4 +1,6 @@
# Copyright (C) 2009-2011 David Sauve, Trapeze. All rights reserved.
# Copyright (C) 2009, 2010, 2011 David Sauve
# Copyright (C) 2009, 2010 Trapeze
# Based on original code by Daniel Lindsley as part of the Haystack test suite.
import cPickle as pickle

View file

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

View file

@ -1,4 +1,5 @@
# Copyright (C) 2009-2011 David Sauve, Trapeze. All rights reserved.
# Copyright (C) 2009, 2010, 2011 David Sauve
# Copyright (C) 2009, 2010 Trapeze
__author__ = 'David Sauve'
__version__ = (1, 1, 5, 'beta')