aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/pkg
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/pkg
parente9942bdc9792e65a7796ed644e85a6e8cef11326 (diff)
8bit Guido
Diffstat (limited to 'gbp/pkg')
-rw-r--r--gbp/pkg/__init__.py2
-rw-r--r--gbp/pkg/archive.py2
-rw-r--r--gbp/pkg/compressor.py2
-rw-r--r--gbp/pkg/pkgpolicy.py2
-rw-r--r--gbp/pkg/upstreamsource.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/gbp/pkg/__init__.py b/gbp/pkg/__init__.py
index e6204e79..fb38e527 100644
--- a/gbp/pkg/__init__.py
+++ b/gbp/pkg/__init__.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2006,2007 Guido Guenther <agx@sigxcpu.org>
+# (C) 2006,2007 Guido Günther <agx@sigxcpu.org>
# (C) 2012 Intel Corporation <markus.lehtonen@linux.intel.com>
# 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
diff --git a/gbp/pkg/archive.py b/gbp/pkg/archive.py
index 69f0202a..cfb96b86 100644
--- a/gbp/pkg/archive.py
+++ b/gbp/pkg/archive.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2017 Guido Guenther <agx@sigxcpu.org>
+# (C) 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
diff --git a/gbp/pkg/compressor.py b/gbp/pkg/compressor.py
index 285f6a29..6b0ea4ca 100644
--- a/gbp/pkg/compressor.py
+++ b/gbp/pkg/compressor.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2017 Guido Guenther <agx@sigxcpu.org>
+# (C) 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
diff --git a/gbp/pkg/pkgpolicy.py b/gbp/pkg/pkgpolicy.py
index eb2d72ea..e6b3683b 100644
--- a/gbp/pkg/pkgpolicy.py
+++ b/gbp/pkg/pkgpolicy.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2017 Guido Guenther <agx@sigxcpu.org>
+# (C) 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
diff --git a/gbp/pkg/upstreamsource.py b/gbp/pkg/upstreamsource.py
index 9716ed2a..ab9e61de 100644
--- a/gbp/pkg/upstreamsource.py
+++ b/gbp/pkg/upstreamsource.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2017 Guido Guenther <agx@sigxcpu.org>
+# (C) 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