aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/git
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-02-26 15:08:05 +0100
committerGuido Günther <agx@sigxcpu.org>2018-02-26 15:08:05 +0100
commit23874c2c50ebd57426797d38f4f9c6c40dc336ec (patch)
tree20e792a7cb4d2e8c1f9d8abf12b4f90b0f9a6a14 /gbp/git
parente9942bdc9792e65a7796ed644e85a6e8cef11326 (diff)
8bit Guido
Diffstat (limited to 'gbp/git')
-rw-r--r--gbp/git/__init__.py2
-rw-r--r--gbp/git/args.py2
-rw-r--r--gbp/git/commit.py2
-rw-r--r--gbp/git/errors.py2
-rw-r--r--gbp/git/fastimport.py2
-rw-r--r--gbp/git/modifier.py2
-rw-r--r--gbp/git/repository.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/gbp/git/__init__.py b/gbp/git/__init__.py
index 5b8f6120..b3bc5997 100644
--- a/gbp/git/__init__.py
+++ b/gbp/git/__init__.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2006,2007,2008,2011 Guido Guenther <agx@sigxcpu.org>
+# (C) 2006,2007,2008,2011 Guido Günther <agx@sigxcpu.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/gbp/git/args.py b/gbp/git/args.py
index b2342ab6..88ad40b8 100644
--- a/gbp/git/args.py
+++ b/gbp/git/args.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2011 Guido Guenther <agx@sigxcpu.org>
+# (C) 2011 Guido Günther <agx@sigxcpu.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/gbp/git/commit.py b/gbp/git/commit.py
index 1a9912f8..9437a5a6 100644
--- a/gbp/git/commit.py
+++ b/gbp/git/commit.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2011 Guido Guenther <agx@sigxcpu.org>
+# (C) 2011 Guido Günther <agx@sigxcpu.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/gbp/git/errors.py b/gbp/git/errors.py
index 377e468a..3a948655 100644
--- a/gbp/git/errors.py
+++ b/gbp/git/errors.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2011 Guido Guenther <agx@sigxcpu.org>
+# (C) 2011 Guido Günther <agx@sigxcpu.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/gbp/git/fastimport.py b/gbp/git/fastimport.py
index a9941036..3c113c1d 100644
--- a/gbp/git/fastimport.py
+++ b/gbp/git/fastimport.py
@@ -1,7 +1,7 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2011 Guido Guenther <agx@sigxcpu.org>
+# (C) 2011 Guido Günther <agx@sigxcpu.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/gbp/git/modifier.py b/gbp/git/modifier.py
index 28d8bde2..d93086d8 100644
--- a/gbp/git/modifier.py
+++ b/gbp/git/modifier.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2011 Guido Guenther <agx@sigxcpu.org>
+# (C) 2011 Guido Günther <agx@sigxcpu.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/gbp/git/repository.py b/gbp/git/repository.py
index 397ee9c9..6b29f5c4 100644
--- a/gbp/git/repository.py
+++ b/gbp/git/repository.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2006,2007,2008,2011,2013,2017 Guido Guenther <agx@sigxcpu.org>
+# (C) 2006,2007,2008,2011,2013,2017 Guido Günther <agx@sigxcpu.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or