---
 lib/debian/debian_support.py | 8 ++++++--
 setup.py.in                  | 4 +++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/lib/debian/debian_support.py b/lib/debian/debian_support.py
index d5bb6665..2d1b28fb 100644
--- a/lib/debian/debian_support.py
+++ b/lib/debian/debian_support.py
@@ -1,6 +1,10 @@
+# -*- coding: utf-8; -*-
+
 # debian_support.py -- Python module for Debian metadata
-# Copyright (C) 2005 Florian Weimer <[email protected]>
-# Copyright (C) 2010 John Wright <[email protected]>
+#
+# Copyright © 2017 Ben Finney <[email protected]>
+# Copyright © 2005 Florian Weimer <[email protected]>
+# Copyright © 2010 John Wright <[email protected]>
 #
 # 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/setup.py.in b/setup.py.in
index 67423a30..298c5853 100644
--- a/setup.py.in
+++ b/setup.py.in
@@ -1,6 +1,8 @@
 #!/usr/bin/python
+# -*- coding: utf-8; -*-
 
-# Copyright (C) 2006 James Westby <[email protected]>
+# Copyright © 2017 Ben Finney <[email protected]>
+# Copyright © 2006 James Westby <[email protected]>
 #
 # 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
-- 
2.11.0

Attachment: signature.asc
Description: PGP signature

-- 
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-python-debian-maint

Reply via email to