@@ -1,6 +1,6 @@
# __init__.py -- The git module of dulwich
# Copyright (C) 2007 James Westby <jw+debian@jameswestby.net>
-# Copyright (C) 2008 Jelmer Vernooji <jelmer@samba.org>
+# Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -1,4 +1,4 @@
-# server.py -- Implementation of the server side git protocols
+# client.py -- Implementation of the server side git protocols
# Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org>
# Copyright (C) 2008 John Carr
@@ -1,5 +1,6 @@
# errors.py -- errors for dulwich
+# Copyright (C) 2009 Jelmer Vernooij <jelmer@samba.org>
@@ -1,5 +1,5 @@
# index.py -- File parser/write for the git index file
-# Copryight (C) 2008 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2008-2009 Jelmer Vernooij <jelmer@samba.org>
# object_store.py -- Object store for git objects
-# Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org>
# objects.py -- Access to base git objects
# pack.py -- For dealing wih packed git objects.
+# Copryight (C) 2008-2009 Jelmer Vernooij <jelmer@samba.org>
# repo.py -- For dealing wih git repositories.