summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2018-01-30 16:50:39 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2018-01-30 16:50:39 +0000
commit050f4e39e8cabd2f08bde3555e750a6d190487bb (patch)
tree8953f528e0cced22e957f72dac49ee8a7394eb6c
parent11f21c3b526188fc4beaa4c506731d604f0bfa00 (diff)
downloadbuildstream-sam/conf-docs.tar.gz
Update copyright years of changed filessam/conf-docs
-rw-r--r--buildstream/plugins/elements/autotools.py2
-rw-r--r--buildstream/plugins/elements/cmake.py2
-rw-r--r--buildstream/plugins/elements/meson.py1
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