summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--baserockimport/exts/importer_python_common.py3
-rwxr-xr-xbaserockimport/exts/python.find_deps3
-rwxr-xr-xbaserockimport/exts/python.to_lorry3
3 files changed, 6 insertions, 3 deletions
diff --git a/baserockimport/exts/importer_python_common.py b/baserockimport/exts/importer_python_common.py
index 1bbc6e8..b2e7c51 100644
--- a/baserockimport/exts/importer_python_common.py
+++ b/baserockimport/exts/importer_python_common.py
@@ -1,4 +1,5 @@
-# Copyright (C) 2014 Codethink Limited
+# -*- coding: utf-8 -*-
+# Copyright © 2014, 2015 Codethink Limited
#
# 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/baserockimport/exts/python.find_deps b/baserockimport/exts/python.find_deps
index 2b6b618..b9791ef 100755
--- a/baserockimport/exts/python.find_deps
+++ b/baserockimport/exts/python.find_deps
@@ -1,8 +1,9 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
#
# Find the build and runtime dependencies for a given Python package
#
-# Copyright (C) 2014 Codethink Limited
+# Copyright © 2014, 2015 Codethink Limited
#
# 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/baserockimport/exts/python.to_lorry b/baserockimport/exts/python.to_lorry
index b7341ca..accc9dc 100755
--- a/baserockimport/exts/python.to_lorry
+++ b/baserockimport/exts/python.to_lorry
@@ -1,8 +1,9 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
#
# Create a Baserock .lorry file for a given Python package
#
-# Copyright (C) 2014 Codethink Limited
+# Copyright © 2014, 2015 Codethink Limited
#
# 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