summaryrefslogtreecommitdiffstats
path: root/build2/config
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
commit4598656934424b42be1e7d6c513c7f005881ad90 (patch)
tree6a521c8af79334c93a2890e4231ed11f3a6878e6 /build2/config
parentf5ea93b1711b9f50bdbbd20f3b34f2e8fcb47665 (diff)
downloadbuild2-4598656934424b42be1e7d6c513c7f005881ad90.tar.gz
build2-4598656934424b42be1e7d6c513c7f005881ad90.tar.xz
build2-4598656934424b42be1e7d6c513c7f005881ad90.zip
Update copyright year
Diffstat (limited to 'build2/config')
-rw-r--r--build2/config/init2
-rw-r--r--build2/config/init.cxx2
-rw-r--r--build2/config/module2
-rw-r--r--build2/config/operation2
-rw-r--r--build2/config/operation.cxx2
-rw-r--r--build2/config/utility2
-rw-r--r--build2/config/utility.cxx2
-rw-r--r--build2/config/utility.txx2
8 files changed, 8 insertions, 8 deletions
diff --git a/build2/config/init b/build2/config/init
index 7efae99e..7100ab2c 100644
--- a/build2/config/init
+++ b/build2/config/init
@@ -1,5 +1,5 @@
// file : build2/config/init -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CONFIG_INIT
diff --git a/build2/config/init.cxx b/build2/config/init.cxx
index 4fdb318e..d6cbe745 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/config/init>
diff --git a/build2/config/module b/build2/config/module
index 16da9665..ddd54d60 100644
--- a/build2/config/module
+++ b/build2/config/module
@@ -1,5 +1,5 @@
// file : build2/config/module -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CONFIG_MODULE
diff --git a/build2/config/operation b/build2/config/operation
index ad010dff..b55412a5 100644
--- a/build2/config/operation
+++ b/build2/config/operation
@@ -1,5 +1,5 @@
// file : build2/config/operation -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CONFIG_OPERATION
diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx
index 8e288da1..7fdd6822 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/config/operation>
diff --git a/build2/config/utility b/build2/config/utility
index 31270fb6..1f1fba2f 100644
--- a/build2/config/utility
+++ b/build2/config/utility
@@ -1,5 +1,5 @@
// file : build2/config/utility -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CONFIG_UTILITY
diff --git a/build2/config/utility.cxx b/build2/config/utility.cxx
index 4c0e9332..dac11c28 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/config/utility>
diff --git a/build2/config/utility.txx b/build2/config/utility.txx
index 659ffb8d..b6859d0f 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/scope>