aboutsummaryrefslogtreecommitdiff
path: root/build2/config
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-09 08:46:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-09 08:46:34 +0200
commit57a26d5e4ecad011cd4a74a19e47cd955c77e9e9 (patch)
tree93c5b9de645db47e760e9b7495b3ee261215ff5c /build2/config
parent9fb791e9fad6c63fc1dac49f4d05ae63b8a3db9b (diff)
Update copyright year
Diffstat (limited to 'build2/config')
-rw-r--r--build2/config/module2
-rw-r--r--build2/config/module.cxx2
-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.ixx2
-rw-r--r--build2/config/utility.txx2
8 files changed, 8 insertions, 8 deletions
diff --git a/build2/config/module b/build2/config/module
index 5888376..5f3c826 100644
--- a/build2/config/module
+++ b/build2/config/module
@@ -1,5 +1,5 @@
// file : build2/config/module -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CONFIG_MODULE
diff --git a/build2/config/module.cxx b/build2/config/module.cxx
index 3d03a51..d3fb45b 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-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/config/module>
diff --git a/build2/config/operation b/build2/config/operation
index 63eba7e..0a89694 100644
--- a/build2/config/operation
+++ b/build2/config/operation
@@ -1,5 +1,5 @@
// file : build2/config/operation -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 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 96d9be7..141b618 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-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/config/operation>
diff --git a/build2/config/utility b/build2/config/utility
index 608cf5e..95ec258 100644
--- a/build2/config/utility
+++ b/build2/config/utility
@@ -1,5 +1,5 @@
// file : build2/config/utility -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 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 361bd5e..d5e0afe 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-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/config/utility>
diff --git a/build2/config/utility.ixx b/build2/config/utility.ixx
index b665248..7f666d4 100644
--- a/build2/config/utility.ixx
+++ b/build2/config/utility.ixx
@@ -1,5 +1,5 @@
// file : build2/config/utility.ixx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
namespace build2
diff --git a/build2/config/utility.txx b/build2/config/utility.txx
index c88a34f..3fc40c0 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-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/scope>