aboutsummaryrefslogtreecommitdiff
path: root/build2/cc
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/cc
parentf5ea93b1711b9f50bdbbd20f3b34f2e8fcb47665 (diff)
Update copyright year
Diffstat (limited to 'build2/cc')
-rw-r--r--build2/cc/common2
-rw-r--r--build2/cc/common.cxx2
-rw-r--r--build2/cc/compile2
-rw-r--r--build2/cc/compile.cxx2
-rw-r--r--build2/cc/gcc.cxx2
-rw-r--r--build2/cc/guess2
-rw-r--r--build2/cc/guess.cxx2
-rw-r--r--build2/cc/init2
-rw-r--r--build2/cc/init.cxx2
-rw-r--r--build2/cc/install2
-rw-r--r--build2/cc/install.cxx2
-rw-r--r--build2/cc/link2
-rw-r--r--build2/cc/link.cxx2
-rw-r--r--build2/cc/module2
-rw-r--r--build2/cc/module.cxx2
-rw-r--r--build2/cc/msvc.cxx2
-rw-r--r--build2/cc/pkgconfig.cxx2
-rw-r--r--build2/cc/target2
-rw-r--r--build2/cc/target.cxx2
-rw-r--r--build2/cc/types2
-rw-r--r--build2/cc/utility2
-rw-r--r--build2/cc/utility.cxx2
-rw-r--r--build2/cc/utility.ixx2
-rw-r--r--build2/cc/windows-manifest.cxx2
-rw-r--r--build2/cc/windows-rpath.cxx2
25 files changed, 25 insertions, 25 deletions
diff --git a/build2/cc/common b/build2/cc/common
index 49e6331..3974a03 100644
--- a/build2/cc/common
+++ b/build2/cc/common
@@ -1,5 +1,5 @@
// file : build2/cc/common -*- 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_CC_COMMON
diff --git a/build2/cc/common.cxx b/build2/cc/common.cxx
index 14201d4..86d998e 100644
--- a/build2/cc/common.cxx
+++ b/build2/cc/common.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/common.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/cc/common>
diff --git a/build2/cc/compile b/build2/cc/compile
index 584da7c..67897f2 100644
--- a/build2/cc/compile
+++ b/build2/cc/compile
@@ -1,5 +1,5 @@
// file : build2/cc/compile -*- 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_CC_COMPILE
diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx
index f182408..1b34c69 100644
--- a/build2/cc/compile.cxx
+++ b/build2/cc/compile.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/compile.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/cc/compile>
diff --git a/build2/cc/gcc.cxx b/build2/cc/gcc.cxx
index b4ec45c..c778493 100644
--- a/build2/cc/gcc.cxx
+++ b/build2/cc/gcc.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/gcc.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/scope>
diff --git a/build2/cc/guess b/build2/cc/guess
index c49fb4f..593bd85 100644
--- a/build2/cc/guess
+++ b/build2/cc/guess
@@ -1,5 +1,5 @@
// file : build2/cc/guess -*- 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_CC_GUESS
diff --git a/build2/cc/guess.cxx b/build2/cc/guess.cxx
index ecadcc7..e0b4911 100644
--- a/build2/cc/guess.cxx
+++ b/build2/cc/guess.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/guess.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/cc/guess>
diff --git a/build2/cc/init b/build2/cc/init
index 32d9f3c..c969505 100644
--- a/build2/cc/init
+++ b/build2/cc/init
@@ -1,5 +1,5 @@
// file : build2/cc/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_CC_INIT
diff --git a/build2/cc/init.cxx b/build2/cc/init.cxx
index 036d622..32ea8f3 100644
--- a/build2/cc/init.cxx
+++ b/build2/cc/init.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/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/cc/init>
diff --git a/build2/cc/install b/build2/cc/install
index e8035b7..561ed87 100644
--- a/build2/cc/install
+++ b/build2/cc/install
@@ -1,5 +1,5 @@
// file : build2/cc/install -*- 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_CC_INSTALL
diff --git a/build2/cc/install.cxx b/build2/cc/install.cxx
index 48054bf..28d7db2 100644
--- a/build2/cc/install.cxx
+++ b/build2/cc/install.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/install.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/cc/install>
diff --git a/build2/cc/link b/build2/cc/link
index ea30320..c7d3c93 100644
--- a/build2/cc/link
+++ b/build2/cc/link
@@ -1,5 +1,5 @@
// file : build2/cc/link -*- 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_CC_LINK
diff --git a/build2/cc/link.cxx b/build2/cc/link.cxx
index cf284e1..c90fcb1 100644
--- a/build2/cc/link.cxx
+++ b/build2/cc/link.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/link.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/cc/link>
diff --git a/build2/cc/module b/build2/cc/module
index 12a57a0..3c5ec61 100644
--- a/build2/cc/module
+++ b/build2/cc/module
@@ -1,5 +1,5 @@
// file : build2/cc/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_CC_MODULE
diff --git a/build2/cc/module.cxx b/build2/cc/module.cxx
index 1c4e84c..5ac10f7 100644
--- a/build2/cc/module.cxx
+++ b/build2/cc/module.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/module.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/cc/module>
diff --git a/build2/cc/msvc.cxx b/build2/cc/msvc.cxx
index 81736c9..5ce2f2a 100644
--- a/build2/cc/msvc.cxx
+++ b/build2/cc/msvc.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/msvc.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 <iostream> // cerr
diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx
index a20014a..1b14960 100644
--- a/build2/cc/pkgconfig.cxx
+++ b/build2/cc/pkgconfig.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/msvc.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/scope>
diff --git a/build2/cc/target b/build2/cc/target
index 465ea61..6992609 100644
--- a/build2/cc/target
+++ b/build2/cc/target
@@ -1,5 +1,5 @@
// file : build2/cc/target -*- 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_CC_TARGET
diff --git a/build2/cc/target.cxx b/build2/cc/target.cxx
index 0674ade..d8c3b97 100644
--- a/build2/cc/target.cxx
+++ b/build2/cc/target.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/target.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/cc/target>
diff --git a/build2/cc/types b/build2/cc/types
index d512da2..68d9949 100644
--- a/build2/cc/types
+++ b/build2/cc/types
@@ -1,5 +1,5 @@
// file : build2/cc/types -*- 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_CC_TYPES
diff --git a/build2/cc/utility b/build2/cc/utility
index 1ef65d8..b481202 100644
--- a/build2/cc/utility
+++ b/build2/cc/utility
@@ -1,5 +1,5 @@
// file : build2/cc/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_CC_UTILITY
diff --git a/build2/cc/utility.cxx b/build2/cc/utility.cxx
index 7be86e2..b786d11 100644
--- a/build2/cc/utility.cxx
+++ b/build2/cc/utility.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/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/cc/utility>
diff --git a/build2/cc/utility.ixx b/build2/cc/utility.ixx
index ee54b6d..8695a8e 100644
--- a/build2/cc/utility.ixx
+++ b/build2/cc/utility.ixx
@@ -1,5 +1,5 @@
// file : build2/cc/utility.ixx -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
namespace build2
diff --git a/build2/cc/windows-manifest.cxx b/build2/cc/windows-manifest.cxx
index da0aaf1..c4e86e4 100644
--- a/build2/cc/windows-manifest.cxx
+++ b/build2/cc/windows-manifest.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/windows-manifest.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/scope>
diff --git a/build2/cc/windows-rpath.cxx b/build2/cc/windows-rpath.cxx
index 5c70ff9..aa1d740 100644
--- a/build2/cc/windows-rpath.cxx
+++ b/build2/cc/windows-rpath.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/windows-rpath.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 <errno.h> // E*