From f7a0e23b391a5fd7a96734d62ac76916f128376e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 20:35:36 +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 c32d83e..3c8b115 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx index 5952df6..27706f3 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 ebcf7b8..a53efa0 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 6bf63bf..f565ff4 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 523236a..4374740 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/cc/guess.cxx b/build2/cc/guess.cxx index aca7e05..10354c3 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/cc/guess.hxx b/build2/cc/guess.hxx index 8c291a9..a762e79 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 258e071..2f88542 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/cc/init.hxx b/build2/cc/init.hxx index 38d8753..dccba89 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 e74104c..eda6ba0 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 dbbe4e5..db098d4 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 1a11e66..d1a9115 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/cc/lexer.hxx b/build2/cc/lexer.hxx index 2adf48c..d41038d 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 c413d0a..37e4be6 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 ba40410..ee4a2bd 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 ae64220..858a2fd 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/cc/module.hxx b/build2/cc/module.hxx index 58aa184..cb89cb1 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 1d94f66..4346872 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/cc/parser.cxx b/build2/cc/parser.cxx index c8fcf4b..b182ae4 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/cc/parser.hxx b/build2/cc/parser.hxx index f2ecc36..fe40dcd 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 378be49..ce73efd 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 38236a0..8f0d554 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/cc/target.hxx b/build2/cc/target.hxx index a7fb7d4..4fb38cb 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 48ffa05..6dc7632 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 74da443..830a957 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/cc/utility.hxx b/build2/cc/utility.hxx index d7d980d..18de360 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 d13a0ff..37f4d1c 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 ae33f66..680e1ac 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 594e3e0..ee75b12 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // E* -- cgit v1.1