aboutsummaryrefslogtreecommitdiff
path: root/build2/cc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:38:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:38:22 +0300
commit3eb73174972d542425e82a107e3eae06cab2f9ca (patch)
tree116b9686b61f5dda66dbf9b8572c7a40cfe59e36 /build2/cc
parent28fb279aba3af8bf1a57a9e36b2b183ef68c5454 (diff)
Update copyright year
Diffstat (limited to 'build2/cc')
-rw-r--r--build2/cc/common.cxx2
-rw-r--r--build2/cc/common.hxx2
-rw-r--r--build2/cc/compile-rule.cxx2
-rw-r--r--build2/cc/compile-rule.hxx2
-rw-r--r--build2/cc/gcc.cxx2
-rw-r--r--build2/cc/guess.cxx2
-rw-r--r--build2/cc/guess.hxx2
-rw-r--r--build2/cc/init.cxx2
-rw-r--r--build2/cc/init.hxx2
-rw-r--r--build2/cc/install-rule.cxx2
-rw-r--r--build2/cc/install-rule.hxx2
-rw-r--r--build2/cc/lexer.cxx2
-rw-r--r--build2/cc/lexer.hxx2
-rw-r--r--build2/cc/link-rule.cxx2
-rw-r--r--build2/cc/link-rule.hxx2
-rw-r--r--build2/cc/module.cxx2
-rw-r--r--build2/cc/module.hxx2
-rw-r--r--build2/cc/msvc.cxx2
-rw-r--r--build2/cc/parser.cxx2
-rw-r--r--build2/cc/parser.hxx2
-rw-r--r--build2/cc/pkgconfig.cxx2
-rw-r--r--build2/cc/target.cxx2
-rw-r--r--build2/cc/target.hxx2
-rw-r--r--build2/cc/types.hxx2
-rw-r--r--build2/cc/utility.cxx2
-rw-r--r--build2/cc/utility.hxx2
-rw-r--r--build2/cc/utility.ixx2
-rw-r--r--build2/cc/windows-manifest.cxx2
-rw-r--r--build2/cc/windows-rpath.cxx2
29 files changed, 29 insertions, 29 deletions
diff --git a/build2/cc/common.cxx b/build2/cc/common.cxx
index a1a17f7..318a7f1 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cc/common.hxx>
diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx
index e1b04d7..39301b9 100644
--- a/build2/cc/common.hxx
+++ b/build2/cc/common.hxx
@@ -1,5 +1,5 @@
// file : build2/cc/common.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CC_COMMON_HXX
diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx
index 21c05e1..54c9e08 100644
--- a/build2/cc/compile-rule.cxx
+++ b/build2/cc/compile-rule.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/compile-rule.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cc/compile-rule.hxx>
diff --git a/build2/cc/compile-rule.hxx b/build2/cc/compile-rule.hxx
index f565ff4..a621414 100644
--- a/build2/cc/compile-rule.hxx
+++ b/build2/cc/compile-rule.hxx
@@ -1,5 +1,5 @@
// file : build2/cc/compile-rule.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CC_COMPILE_RULE_HXX
diff --git a/build2/cc/gcc.cxx b/build2/cc/gcc.cxx
index a3361da..724c555 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/scope.hxx>
diff --git a/build2/cc/guess.cxx b/build2/cc/guess.cxx
index 919aeab..e5dd37f 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cc/guess.hxx>
diff --git a/build2/cc/guess.hxx b/build2/cc/guess.hxx
index 5fa4de7..b807446 100644
--- a/build2/cc/guess.hxx
+++ b/build2/cc/guess.hxx
@@ -1,5 +1,5 @@
// file : build2/cc/guess.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CC_GUESS_HXX
diff --git a/build2/cc/init.cxx b/build2/cc/init.cxx
index 183802f..edb9961 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cc/init.hxx>
diff --git a/build2/cc/init.hxx b/build2/cc/init.hxx
index dccba89..e62da3e 100644
--- a/build2/cc/init.hxx
+++ b/build2/cc/init.hxx
@@ -1,5 +1,5 @@
// file : build2/cc/init.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CC_INIT_HXX
diff --git a/build2/cc/install-rule.cxx b/build2/cc/install-rule.cxx
index b2b508e..00e8a63 100644
--- a/build2/cc/install-rule.cxx
+++ b/build2/cc/install-rule.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/install-rule.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cc/install-rule.hxx>
diff --git a/build2/cc/install-rule.hxx b/build2/cc/install-rule.hxx
index ecca702..7616b61 100644
--- a/build2/cc/install-rule.hxx
+++ b/build2/cc/install-rule.hxx
@@ -1,5 +1,5 @@
// file : build2/cc/install-rule.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CC_INSTALL_RULE_HXX
diff --git a/build2/cc/lexer.cxx b/build2/cc/lexer.cxx
index 15627c7..3c6293a 100644
--- a/build2/cc/lexer.cxx
+++ b/build2/cc/lexer.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/lexer.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cc/lexer.hxx>
diff --git a/build2/cc/lexer.hxx b/build2/cc/lexer.hxx
index 0f52aff..b7ce1a4 100644
--- a/build2/cc/lexer.hxx
+++ b/build2/cc/lexer.hxx
@@ -1,5 +1,5 @@
// file : build2/cc/lexer.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CC_LEXER_HXX
diff --git a/build2/cc/link-rule.cxx b/build2/cc/link-rule.cxx
index 20ae0ae..a899ab2 100644
--- a/build2/cc/link-rule.cxx
+++ b/build2/cc/link-rule.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/link-rule.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cc/link-rule.hxx>
diff --git a/build2/cc/link-rule.hxx b/build2/cc/link-rule.hxx
index 47bfdf1..b239dee 100644
--- a/build2/cc/link-rule.hxx
+++ b/build2/cc/link-rule.hxx
@@ -1,5 +1,5 @@
// file : build2/cc/link-rule.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CC_LINK_RULE_HXX
diff --git a/build2/cc/module.cxx b/build2/cc/module.cxx
index 1bc666a..92b17b7 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cc/module.hxx>
diff --git a/build2/cc/module.hxx b/build2/cc/module.hxx
index cb89cb1..f277f95 100644
--- a/build2/cc/module.hxx
+++ b/build2/cc/module.hxx
@@ -1,5 +1,5 @@
// file : build2/cc/module.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CC_MODULE_HXX
diff --git a/build2/cc/msvc.cxx b/build2/cc/msvc.cxx
index 0d3650e..78c29e0 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cstring> // strcmp()
diff --git a/build2/cc/parser.cxx b/build2/cc/parser.cxx
index 273a220..a3d97b4 100644
--- a/build2/cc/parser.cxx
+++ b/build2/cc/parser.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/parser.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cc/parser.hxx>
diff --git a/build2/cc/parser.hxx b/build2/cc/parser.hxx
index 5a529fd..b8a4940 100644
--- a/build2/cc/parser.hxx
+++ b/build2/cc/parser.hxx
@@ -1,5 +1,5 @@
// file : build2/cc/parser.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CC_PARSER_HXX
diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx
index c35569c..3e477d8 100644
--- a/build2/cc/pkgconfig.cxx
+++ b/build2/cc/pkgconfig.cxx
@@ -1,5 +1,5 @@
// file : build2/cc/pkgconfig.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// In order not to complicate the bootstrap procedure with libpkgconf building
diff --git a/build2/cc/target.cxx b/build2/cc/target.cxx
index 981f4d7..d31a38c 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cc/target.hxx>
diff --git a/build2/cc/target.hxx b/build2/cc/target.hxx
index 395c233..6764fe5 100644
--- a/build2/cc/target.hxx
+++ b/build2/cc/target.hxx
@@ -1,5 +1,5 @@
// file : build2/cc/target.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CC_TARGET_HXX
diff --git a/build2/cc/types.hxx b/build2/cc/types.hxx
index db12356..56688ac 100644
--- a/build2/cc/types.hxx
+++ b/build2/cc/types.hxx
@@ -1,5 +1,5 @@
// file : build2/cc/types.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CC_TYPES_HXX
diff --git a/build2/cc/utility.cxx b/build2/cc/utility.cxx
index 080578c..7e5ce53 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cc/utility.hxx>
diff --git a/build2/cc/utility.hxx b/build2/cc/utility.hxx
index c378e74..bf96949 100644
--- a/build2/cc/utility.hxx
+++ b/build2/cc/utility.hxx
@@ -1,5 +1,5 @@
// file : build2/cc/utility.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CC_UTILITY_HXX
diff --git a/build2/cc/utility.ixx b/build2/cc/utility.ixx
index 37f4d1c..2790bf6 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 2807d94..268e8c7 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/scope.hxx>
diff --git a/build2/cc/windows-rpath.cxx b/build2/cc/windows-rpath.cxx
index e9fd680..8161cc4 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <errno.h> // E*