summaryrefslogtreecommitdiff
path: root/test/git
diff options
context:
space:
mode:
Diffstat (limited to 'test/git')
-rw-r--r--test/git/__init__.py2
-rw-r--r--test/git/test_actor.py2
-rw-r--r--test/git/test_blob.py2
-rw-r--r--test/git/test_commit.py2
-rw-r--r--test/git/test_diff.py2
-rw-r--r--test/git/test_git.py2
-rw-r--r--test/git/test_head.py2
-rw-r--r--test/git/test_repo.py2
-rw-r--r--test/git/test_stats.py2
-rw-r--r--test/git/test_tag.py2
-rw-r--r--test/git/test_tree.py2
-rw-r--r--test/git/test_utils.py2
12 files changed, 12 insertions, 12 deletions
diff --git a/test/git/__init__.py b/test/git/__init__.py
index 9255d20b..757cbad1 100644
--- a/test/git/__init__.py
+++ b/test/git/__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/git/test_actor.py b/test/git/test_actor.py
index 76b0ecc9..862010fc 100644
--- a/test/git/test_actor.py
+++ b/test/git/test_actor.py
@@ -1,5 +1,5 @@
# test_actor.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/git/test_blob.py b/test/git/test_blob.py
index fb7fc890..8f83f391 100644
--- a/test/git/test_blob.py
+++ b/test/git/test_blob.py
@@ -1,5 +1,5 @@
# test_blob.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/git/test_commit.py b/test/git/test_commit.py
index 4af13d80..3e37a7a4 100644
--- a/test/git/test_commit.py
+++ b/test/git/test_commit.py
@@ -1,5 +1,5 @@
# test_commit.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/git/test_diff.py b/test/git/test_diff.py
index 94ac03e0..65a27e98 100644
--- a/test/git/test_diff.py
+++ b/test/git/test_diff.py
@@ -1,5 +1,5 @@
# test_diff.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/git/test_git.py b/test/git/test_git.py
index 3a3dc564..6e28f4c0 100644
--- a/test/git/test_git.py
+++ b/test/git/test_git.py
@@ -1,5 +1,5 @@
# test_git.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/git/test_head.py b/test/git/test_head.py
index b9b1ac4f..e3408974 100644
--- a/test/git/test_head.py
+++ b/test/git/test_head.py
@@ -1,5 +1,5 @@
# test_head.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/git/test_repo.py b/test/git/test_repo.py
index 8b767744..6b82d029 100644
--- a/test/git/test_repo.py
+++ b/test/git/test_repo.py
@@ -1,5 +1,5 @@
# test_repo.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/git/test_stats.py b/test/git/test_stats.py
index 4546eea1..b6f1b60e 100644
--- a/test/git/test_stats.py
+++ b/test/git/test_stats.py
@@ -1,5 +1,5 @@
# test_stats.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/git/test_tag.py b/test/git/test_tag.py
index a8b128b1..732bbd45 100644
--- a/test/git/test_tag.py
+++ b/test/git/test_tag.py
@@ -1,5 +1,5 @@
# test_tag.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/git/test_tree.py b/test/git/test_tree.py
index 487c5dad..c9fc2640 100644
--- a/test/git/test_tree.py
+++ b/test/git/test_tree.py
@@ -1,5 +1,5 @@
# test_tree.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/git/test_utils.py b/test/git/test_utils.py
index e6baf3ea..327a07ed 100644
--- a/test/git/test_utils.py
+++ b/test/git/test_utils.py
@@ -1,5 +1,5 @@
# test_utils.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