aboutsummaryrefslogtreecommitdiff
path: root/build2/config
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 20:35:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 20:35:36 +0300
commitf7a0e23b391a5fd7a96734d62ac76916f128376e (patch)
tree4001f19d18ff42343a183b39e8ec6822ea202778 /build2/config
parent3fce45aadf75d5d5e1f9fea19f5a1bf04726ab68 (diff)
Update copyright year
Diffstat (limited to 'build2/config')
-rw-r--r--build2/config/init.cxx2
-rw-r--r--build2/config/init.hxx2
-rw-r--r--build2/config/module.cxx2
-rw-r--r--build2/config/module.hxx2
-rw-r--r--build2/config/operation.cxx2
-rw-r--r--build2/config/operation.hxx2
-rw-r--r--build2/config/utility.cxx2
-rw-r--r--build2/config/utility.hxx2
-rw-r--r--build2/config/utility.txx2
9 files changed, 9 insertions, 9 deletions
diff --git a/build2/config/init.cxx b/build2/config/init.cxx
index c88f252..6d47724 100644
--- a/build2/config/init.cxx
+++ b/build2/config/init.cxx
@@ -1,5 +1,5 @@
// file : build2/config/init.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/config/init.hxx>
diff --git a/build2/config/init.hxx b/build2/config/init.hxx
index a79ef02..3a89eda 100644
--- a/build2/config/init.hxx
+++ b/build2/config/init.hxx
@@ -1,5 +1,5 @@
// file : build2/config/init.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CONFIG_INIT_HXX
diff --git a/build2/config/module.cxx b/build2/config/module.cxx
index 4639d98..79e91e1 100644
--- a/build2/config/module.cxx
+++ b/build2/config/module.cxx
@@ -1,5 +1,5 @@
// file : build2/config/module.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/config/module.hxx>
diff --git a/build2/config/module.hxx b/build2/config/module.hxx
index fa29b62..31ad848 100644
--- a/build2/config/module.hxx
+++ b/build2/config/module.hxx
@@ -1,5 +1,5 @@
// file : build2/config/module.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CONFIG_MODULE_HXX
diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx
index 54e3211..e10030a 100644
--- a/build2/config/operation.cxx
+++ b/build2/config/operation.cxx
@@ -1,5 +1,5 @@
// file : build2/config/operation.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/config/operation.hxx>
diff --git a/build2/config/operation.hxx b/build2/config/operation.hxx
index 1317d38..691c2a6 100644
--- a/build2/config/operation.hxx
+++ b/build2/config/operation.hxx
@@ -1,5 +1,5 @@
// file : build2/config/operation.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CONFIG_OPERATION_HXX
diff --git a/build2/config/utility.cxx b/build2/config/utility.cxx
index 08795d7..976e46f 100644
--- a/build2/config/utility.cxx
+++ b/build2/config/utility.cxx
@@ -1,5 +1,5 @@
// file : build2/config/utility.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/config/utility.hxx>
diff --git a/build2/config/utility.hxx b/build2/config/utility.hxx
index c09dc07..ed67cc5 100644
--- a/build2/config/utility.hxx
+++ b/build2/config/utility.hxx
@@ -1,5 +1,5 @@
// file : build2/config/utility.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CONFIG_UTILITY_HXX
diff --git a/build2/config/utility.txx b/build2/config/utility.txx
index 4336955..3d5a967 100644
--- a/build2/config/utility.txx
+++ b/build2/config/utility.txx
@@ -1,5 +1,5 @@
// file : build2/config/utility.txx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/scope.hxx>