diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2018-01-30 16:50:39 +0000 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2018-02-05 11:33:59 +0000 |
commit | aec3ccde6f13f1945eec3933284ca32e2d7a2a53 (patch) | |
tree | 66231e9a3fb6f9bf521e6a45c3e720ef2a75f0ab | |
parent | 216c4b362620cba0de36ab38236a7bff09cfdfd1 (diff) | |
download | buildstream-aec3ccde6f13f1945eec3933284ca32e2d7a2a53.tar.gz |
Update copyright years of changed files
-rw-r--r-- | buildstream/plugins/elements/autotools.py | 2 | ||||
-rw-r--r-- | buildstream/plugins/elements/cmake.py | 2 | ||||
-rw-r--r-- | buildstream/plugins/elements/meson.py | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/buildstream/plugins/elements/autotools.py b/buildstream/plugins/elements/autotools.py index 058c92a60..5f54c3953 100644 --- a/buildstream/plugins/elements/autotools.py +++ b/buildstream/plugins/elements/autotools.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2016 Codethink Limited +# Copyright (C) 2016, 2018 Codethink Limited # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/buildstream/plugins/elements/cmake.py b/buildstream/plugins/elements/cmake.py index 9b284891a..292785e81 100644 --- a/buildstream/plugins/elements/cmake.py +++ b/buildstream/plugins/elements/cmake.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2016 Codethink Limited +# Copyright (C) 2016, 2018 Codethink Limited # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/buildstream/plugins/elements/meson.py b/buildstream/plugins/elements/meson.py index af10fabc3..2b7b7831a 100644 --- a/buildstream/plugins/elements/meson.py +++ b/buildstream/plugins/elements/meson.py @@ -1,4 +1,5 @@ # Copyright (C) 2017 Patrick Griffis +# Copyright (C) 2018 Codethink Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public |