From 3eb73174972d542425e82a107e3eae06cab2f9ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 20:38:22 +0300 Subject: Update copyright year --- build2/cc/common.cxx | 2 +- build2/cc/common.hxx | 2 +- build2/cc/compile-rule.cxx | 2 +- build2/cc/compile-rule.hxx | 2 +- build2/cc/gcc.cxx | 2 +- build2/cc/guess.cxx | 2 +- build2/cc/guess.hxx | 2 +- build2/cc/init.cxx | 2 +- build2/cc/init.hxx | 2 +- build2/cc/install-rule.cxx | 2 +- build2/cc/install-rule.hxx | 2 +- build2/cc/lexer.cxx | 2 +- build2/cc/lexer.hxx | 2 +- build2/cc/link-rule.cxx | 2 +- build2/cc/link-rule.hxx | 2 +- build2/cc/module.cxx | 2 +- build2/cc/module.hxx | 2 +- build2/cc/msvc.cxx | 2 +- build2/cc/parser.cxx | 2 +- build2/cc/parser.hxx | 2 +- build2/cc/pkgconfig.cxx | 2 +- build2/cc/target.cxx | 2 +- build2/cc/target.hxx | 2 +- build2/cc/types.hxx | 2 +- build2/cc/utility.cxx | 2 +- build2/cc/utility.hxx | 2 +- build2/cc/utility.ixx | 2 +- build2/cc/windows-manifest.cxx | 2 +- build2/cc/windows-rpath.cxx | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) (limited to 'build2/cc') 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 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 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 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 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 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 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 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 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 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 // 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 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 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 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 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 // E* -- cgit v1.1