From c76852d0bff115720af3f27acdb084c59361e5f6 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sat, 24 Jan 2009 15:40:27 -0500 Subject: Lots of spring cleaning and added in Sphinx documentation. --- test/testlib/__init__.py | 2 +- test/testlib/asserts.py | 2 +- test/testlib/helper.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/testlib') diff --git a/test/testlib/__init__.py b/test/testlib/__init__.py index bfa38d6e..77512794 100644 --- a/test/testlib/__init__.py +++ b/test/testlib/__init__.py @@ -1,5 +1,5 @@ # __init__.py -# Copyright (C) 2008 Michael Trier (mtrier@gmail.com) and contributors +# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors # # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php diff --git a/test/testlib/asserts.py b/test/testlib/asserts.py index 5021e7c0..f66af122 100644 --- a/test/testlib/asserts.py +++ b/test/testlib/asserts.py @@ -1,5 +1,5 @@ # asserts.py -# Copyright (C) 2008 Michael Trier (mtrier@gmail.com) and contributors +# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors # # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php diff --git a/test/testlib/helper.py b/test/testlib/helper.py index 3d6b33dc..ca262ee4 100644 --- a/test/testlib/helper.py +++ b/test/testlib/helper.py @@ -1,5 +1,5 @@ # helper.py -# Copyright (C) 2008 Michael Trier (mtrier@gmail.com) and contributors +# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors # # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php -- cgit v1.2.3