aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx
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/cxx
parent9fb791e9fad6c63fc1dac49f4d05ae63b8a3db9b (diff)
Update copyright year
Diffstat (limited to 'build2/cxx')
-rw-r--r--build2/cxx/compile2
-rw-r--r--build2/cxx/compile.cxx2
-rw-r--r--build2/cxx/install2
-rw-r--r--build2/cxx/install.cxx2
-rw-r--r--build2/cxx/link2
-rw-r--r--build2/cxx/link.cxx2
-rw-r--r--build2/cxx/module2
-rw-r--r--build2/cxx/module.cxx2
-rw-r--r--build2/cxx/target2
-rw-r--r--build2/cxx/target.cxx2
-rw-r--r--build2/cxx/utility2
-rw-r--r--build2/cxx/utility.cxx2
-rw-r--r--build2/cxx/utility.txx2
13 files changed, 13 insertions, 13 deletions
diff --git a/build2/cxx/compile b/build2/cxx/compile
index 42e0f2e..cfef0c4 100644
--- a/build2/cxx/compile
+++ b/build2/cxx/compile
@@ -1,5 +1,5 @@
// file : build2/cxx/compile -*- 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_CXX_COMPILE
diff --git a/build2/cxx/compile.cxx b/build2/cxx/compile.cxx
index bc332b4..9e65eda 100644
--- a/build2/cxx/compile.cxx
+++ b/build2/cxx/compile.cxx
@@ -1,5 +1,5 @@
// file : build2/cxx/compile.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/cxx/compile>
diff --git a/build2/cxx/install b/build2/cxx/install
index 154a62a..cfec3da 100644
--- a/build2/cxx/install
+++ b/build2/cxx/install
@@ -1,5 +1,5 @@
// file : build2/cxx/install -*- 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_CXX_INSTALL
diff --git a/build2/cxx/install.cxx b/build2/cxx/install.cxx
index 1bde9ec..aa097d7 100644
--- a/build2/cxx/install.cxx
+++ b/build2/cxx/install.cxx
@@ -1,5 +1,5 @@
// file : build2/cxx/install.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/cxx/install>
diff --git a/build2/cxx/link b/build2/cxx/link
index c7f7019..b39e16c 100644
--- a/build2/cxx/link
+++ b/build2/cxx/link
@@ -1,5 +1,5 @@
// file : build2/cxx/link -*- 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_CXX_LINK
diff --git a/build2/cxx/link.cxx b/build2/cxx/link.cxx
index 96584d9..7d17553 100644
--- a/build2/cxx/link.cxx
+++ b/build2/cxx/link.cxx
@@ -1,5 +1,5 @@
// file : build2/cxx/link.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/cxx/link>
diff --git a/build2/cxx/module b/build2/cxx/module
index c712d0b..b9c50f4 100644
--- a/build2/cxx/module
+++ b/build2/cxx/module
@@ -1,5 +1,5 @@
// file : build2/cxx/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_CXX_MODULE
diff --git a/build2/cxx/module.cxx b/build2/cxx/module.cxx
index 4829a17..3f3901b 100644
--- a/build2/cxx/module.cxx
+++ b/build2/cxx/module.cxx
@@ -1,5 +1,5 @@
// file : build2/cxx/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/cxx/module>
diff --git a/build2/cxx/target b/build2/cxx/target
index c51c964..9d3df4b 100644
--- a/build2/cxx/target
+++ b/build2/cxx/target
@@ -1,5 +1,5 @@
// file : build2/cxx/target -*- 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_CXX_TARGET
diff --git a/build2/cxx/target.cxx b/build2/cxx/target.cxx
index 0990945..5a909a5 100644
--- a/build2/cxx/target.cxx
+++ b/build2/cxx/target.cxx
@@ -1,5 +1,5 @@
// file : build2/cxx/target.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/cxx/target>
diff --git a/build2/cxx/utility b/build2/cxx/utility
index b0deb08..d8b9fc1 100644
--- a/build2/cxx/utility
+++ b/build2/cxx/utility
@@ -1,5 +1,5 @@
// file : build2/cxx/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_CXX_UTILITY
diff --git a/build2/cxx/utility.cxx b/build2/cxx/utility.cxx
index fead1b4..0a26aea 100644
--- a/build2/cxx/utility.cxx
+++ b/build2/cxx/utility.cxx
@@ -1,5 +1,5 @@
// file : build2/cxx/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/cxx/utility>
diff --git a/build2/cxx/utility.txx b/build2/cxx/utility.txx
index b35649e..2d85b1b 100644
--- a/build2/cxx/utility.txx
+++ b/build2/cxx/utility.txx
@@ -1,5 +1,5 @@
// file : build2/cxx/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
using namespace std;