From 12ec2e4efe868d990076ed8b4e7376c3e808b38e Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Mon, 5 Jan 2015 10:23:52 +0000 Subject: Update copyrights --- baserockimport/exts/importer_python_common.py | 3 ++- baserockimport/exts/python.find_deps | 3 ++- baserockimport/exts/python.to_lorry | 3 ++- 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 -- cgit v1.2.1