summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-05 10:23:52 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-05 17:33:43 +0000
commit12ec2e4efe868d990076ed8b4e7376c3e808b38e (patch)
treee83a35aa1b88e8ed49c8a2e1409eada084c63b61
parent954df6a8fba515baab7940c617eb919c28fdd2f2 (diff)
downloadimport-baserock/richardipsum/fix-hyphen-bug.tar.gz
-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