From 54457492b16bfc1a9b0bbf7d97b82150a5edbd4c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 20:50:47 +0300 Subject: Update copyright year --- LICENSE | 2 +- bdep/bdep.cli | 2 +- bdep/bdep.cxx | 4 ++-- bdep/build.hxx | 2 +- bdep/build.txx | 2 +- bdep/buildfile | 2 +- bdep/clean.cli | 2 +- bdep/clean.hxx | 2 +- bdep/common.cli | 2 +- bdep/config.cli | 2 +- bdep/config.cxx | 2 +- bdep/config.hxx | 2 +- bdep/database-views.hxx | 2 +- bdep/database.cxx | 2 +- bdep/database.hxx | 2 +- bdep/deinit.cli | 2 +- bdep/deinit.cxx | 2 +- bdep/deinit.hxx | 2 +- bdep/diagnostics.cxx | 2 +- bdep/diagnostics.hxx | 2 +- bdep/fetch.cli | 2 +- bdep/fetch.cxx | 2 +- bdep/fetch.hxx | 2 +- bdep/help.cli | 2 +- bdep/help.cxx | 2 +- bdep/help.hxx | 2 +- bdep/init.cli | 2 +- bdep/init.cxx | 2 +- bdep/init.hxx | 2 +- bdep/new-parsers.cxx | 2 +- bdep/new-parsers.hxx | 2 +- bdep/new-types.hxx | 2 +- bdep/new.cli | 2 +- bdep/new.cxx | 2 +- bdep/new.hxx | 2 +- bdep/options-types.hxx | 2 +- bdep/project.cli | 2 +- bdep/project.cxx | 2 +- bdep/project.hxx | 2 +- bdep/projects-configs.cli | 2 +- bdep/status.cli | 2 +- bdep/status.cxx | 2 +- bdep/status.hxx | 2 +- bdep/sync.cli | 2 +- bdep/sync.cxx | 2 +- bdep/sync.hxx | 2 +- bdep/test.cli | 2 +- bdep/test.hxx | 2 +- bdep/types-parsers.cxx | 2 +- bdep/types-parsers.hxx | 2 +- bdep/types.hxx | 2 +- bdep/update.cli | 2 +- bdep/update.hxx | 2 +- bdep/utility.cxx | 2 +- bdep/utility.hxx | 2 +- bdep/utility.txx | 2 +- bdep/version.hxx.in | 2 +- bdep/wrapper-traits.hxx | 2 +- build/bootstrap.build | 2 +- build/export.build | 2 +- build/root.build | 2 +- buildfile | 2 +- doc/buildfile | 2 +- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/common.test | 2 +- tests/fetch.test | 2 +- tests/init.test | 2 +- tests/new.test | 2 +- tests/project.test | 2 +- tests/status.test | 2 +- tests/sync.test | 2 +- tests/test.test | 2 +- tests/update.test | 2 +- 75 files changed, 76 insertions(+), 76 deletions(-) diff --git a/LICENSE b/LICENSE index 91c0877..c1332e6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2017 Code Synthesis Ltd +Copyright (c) 2014-2018 Code Synthesis Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/bdep/bdep.cli b/bdep/bdep.cli index a4e8c41..369da26 100644 --- a/bdep/bdep.cli +++ b/bdep/bdep.cli @@ -1,5 +1,5 @@ // file : bdep/bdep.cli -// 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/bdep/bdep.cxx b/bdep/bdep.cxx index c614cc0..cab10fa 100644 --- a/bdep/bdep.cxx +++ b/bdep/bdep.cxx @@ -1,5 +1,5 @@ // file : bdep/bdep.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef _WIN32 @@ -179,7 +179,7 @@ try cout << "bdep " << BDEP_VERSION_ID << endl << "libbpkg " << LIBBPKG_VERSION_ID << endl << "libbutl " << LIBBUTL_VERSION_ID << endl - << "Copyright (c) 2014-2017 Code Synthesis Ltd" << endl + << "Copyright (c) 2014-2018 Code Synthesis Ltd" << endl << "This is free software released under the MIT license." << endl; return 0; } diff --git a/bdep/build.hxx b/bdep/build.hxx index 64c65a7..5eba223 100644 --- a/bdep/build.hxx +++ b/bdep/build.hxx @@ -1,5 +1,5 @@ // file : bdep/build.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 BDEP_BUILD_HXX diff --git a/bdep/build.txx b/bdep/build.txx index 3aaed2b..8c5bc65 100644 --- a/bdep/build.txx +++ b/bdep/build.txx @@ -1,5 +1,5 @@ // file : bdep/build.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // strchr() diff --git a/bdep/buildfile b/bdep/buildfile index 0a7861b..c3d0707 100644 --- a/bdep/buildfile +++ b/bdep/buildfile @@ -1,5 +1,5 @@ # file : bdep/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # @@ ODB: these are ODB changelogs that are both generated and stored in the diff --git a/bdep/clean.cli b/bdep/clean.cli index c0d84e2..c974c05 100644 --- a/bdep/clean.cli +++ b/bdep/clean.cli @@ -1,5 +1,5 @@ // file : bdep/clean.cli -// 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/bdep/clean.hxx b/bdep/clean.hxx index c66ecc1..35b37aa 100644 --- a/bdep/clean.hxx +++ b/bdep/clean.hxx @@ -1,5 +1,5 @@ // file : bdep/clean.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 BDEP_CLEAN_HXX diff --git a/bdep/common.cli b/bdep/common.cli index 21b504d..471f5a2 100644 --- a/bdep/common.cli +++ b/bdep/common.cli @@ -1,5 +1,5 @@ // file : bdep/common.cli -// 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/bdep/config.cli b/bdep/config.cli index e087693..cf95175 100644 --- a/bdep/config.cli +++ b/bdep/config.cli @@ -1,5 +1,5 @@ // file : bdep/config.cli -// 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/bdep/config.cxx b/bdep/config.cxx index 2e50f5c..8da6211 100644 --- a/bdep/config.cxx +++ b/bdep/config.cxx @@ -1,5 +1,5 @@ // file : bdep/config.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/bdep/config.hxx b/bdep/config.hxx index 6bc732e..4ab8547 100644 --- a/bdep/config.hxx +++ b/bdep/config.hxx @@ -1,5 +1,5 @@ // file : bdep/config.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 BDEP_CONFIG_HXX diff --git a/bdep/database-views.hxx b/bdep/database-views.hxx index 286f7ca..04aef2c 100644 --- a/bdep/database-views.hxx +++ b/bdep/database-views.hxx @@ -1,5 +1,5 @@ // file : bdep/database-views.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 BDEP_DATABASE_VIEWS_HXX diff --git a/bdep/database.cxx b/bdep/database.cxx index 91907dc..7d72a1d 100644 --- a/bdep/database.cxx +++ b/bdep/database.cxx @@ -1,5 +1,5 @@ // file : bdep/database.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/bdep/database.hxx b/bdep/database.hxx index d90f88d..e7929f6 100644 --- a/bdep/database.hxx +++ b/bdep/database.hxx @@ -1,5 +1,5 @@ // file : bdep/database.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 BDEP_DATABASE_HXX diff --git a/bdep/deinit.cli b/bdep/deinit.cli index bfcec51..72488cb 100644 --- a/bdep/deinit.cli +++ b/bdep/deinit.cli @@ -1,5 +1,5 @@ // file : bdep/deinit.cli -// 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/bdep/deinit.cxx b/bdep/deinit.cxx index 4a8c463..434fdee 100644 --- a/bdep/deinit.cxx +++ b/bdep/deinit.cxx @@ -1,5 +1,5 @@ // file : bdep/deinit.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/bdep/deinit.hxx b/bdep/deinit.hxx index 9a2099d..070eac2 100644 --- a/bdep/deinit.hxx +++ b/bdep/deinit.hxx @@ -1,5 +1,5 @@ // file : bdep/deinit.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 BDEP_DEINIT_HXX diff --git a/bdep/diagnostics.cxx b/bdep/diagnostics.cxx index cd77a91..0861056 100644 --- a/bdep/diagnostics.cxx +++ b/bdep/diagnostics.cxx @@ -1,5 +1,5 @@ // file : bdep/diagnostics.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/bdep/diagnostics.hxx b/bdep/diagnostics.hxx index 02765f5..b094457 100644 --- a/bdep/diagnostics.hxx +++ b/bdep/diagnostics.hxx @@ -1,5 +1,5 @@ // file : bdep/diagnostics.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 BDEP_DIAGNOSTICS_HXX diff --git a/bdep/fetch.cli b/bdep/fetch.cli index 011fd0a..7c35344 100644 --- a/bdep/fetch.cli +++ b/bdep/fetch.cli @@ -1,5 +1,5 @@ // file : bdep/fetch.cli -// 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/bdep/fetch.cxx b/bdep/fetch.cxx index 361b11a..a5c219f 100644 --- a/bdep/fetch.cxx +++ b/bdep/fetch.cxx @@ -1,5 +1,5 @@ // file : bdep/fetch.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/bdep/fetch.hxx b/bdep/fetch.hxx index fea40fc..ea31c3a 100644 --- a/bdep/fetch.hxx +++ b/bdep/fetch.hxx @@ -1,5 +1,5 @@ // file : bdep/fetch.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 BDEP_FETCH_HXX diff --git a/bdep/help.cli b/bdep/help.cli index c62a604..3948e77 100644 --- a/bdep/help.cli +++ b/bdep/help.cli @@ -1,5 +1,5 @@ // file : bdep/help.cli -// 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/bdep/help.cxx b/bdep/help.cxx index 098e902..0ba22b3 100644 --- a/bdep/help.cxx +++ b/bdep/help.cxx @@ -1,5 +1,5 @@ // file : bdep/help.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/bdep/help.hxx b/bdep/help.hxx index 224151a..8e860be 100644 --- a/bdep/help.hxx +++ b/bdep/help.hxx @@ -1,5 +1,5 @@ // file : bdep/help.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 BDEP_HELP_HXX diff --git a/bdep/init.cli b/bdep/init.cli index f43ef7a..fd3fccf 100644 --- a/bdep/init.cli +++ b/bdep/init.cli @@ -1,5 +1,5 @@ // file : bdep/init.cli -// 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/bdep/init.cxx b/bdep/init.cxx index 1ea55e9..dfe3a68 100644 --- a/bdep/init.cxx +++ b/bdep/init.cxx @@ -1,5 +1,5 @@ // file : bdep/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/bdep/init.hxx b/bdep/init.hxx index 484b336..cf2a78d 100644 --- a/bdep/init.hxx +++ b/bdep/init.hxx @@ -1,5 +1,5 @@ // file : bdep/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 BDEP_INIT_HXX diff --git a/bdep/new-parsers.cxx b/bdep/new-parsers.cxx index 97e319c..b5e87ed 100644 --- a/bdep/new-parsers.cxx +++ b/bdep/new-parsers.cxx @@ -1,5 +1,5 @@ // file : bdep/new-parsers.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/bdep/new-parsers.hxx b/bdep/new-parsers.hxx index d50dc09..8b0ebdb 100644 --- a/bdep/new-parsers.hxx +++ b/bdep/new-parsers.hxx @@ -1,5 +1,5 @@ // file : bdep/new-parsers.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file // CLI parsers, included into the generated source files. diff --git a/bdep/new-types.hxx b/bdep/new-types.hxx index 1b31027..42c40d7 100644 --- a/bdep/new-types.hxx +++ b/bdep/new-types.hxx @@ -1,5 +1,5 @@ // file : bdep/new-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 BDEP_NEW_TYPES_HXX diff --git a/bdep/new.cli b/bdep/new.cli index 09c7a3e..c824509 100644 --- a/bdep/new.cli +++ b/bdep/new.cli @@ -1,5 +1,5 @@ // file : bdep/new.cli -// 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/bdep/new.cxx b/bdep/new.cxx index 764552c..1639b86 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -1,5 +1,5 @@ // file : bdep/new.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/bdep/new.hxx b/bdep/new.hxx index 536feab..ac4a498 100644 --- a/bdep/new.hxx +++ b/bdep/new.hxx @@ -1,5 +1,5 @@ // file : bdep/new.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 BDEP_NEW_HXX diff --git a/bdep/options-types.hxx b/bdep/options-types.hxx index 3cca75a..eaaeb85 100644 --- a/bdep/options-types.hxx +++ b/bdep/options-types.hxx @@ -1,5 +1,5 @@ // file : bdep/options-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 BDEP_OPTIONS_TYPES_HXX diff --git a/bdep/project.cli b/bdep/project.cli index 469e33d..ef38a2e 100644 --- a/bdep/project.cli +++ b/bdep/project.cli @@ -1,5 +1,5 @@ // file : bdep/project.cli -// 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/bdep/project.cxx b/bdep/project.cxx index 8d922b6..b3b76b3 100644 --- a/bdep/project.cxx +++ b/bdep/project.cxx @@ -1,5 +1,5 @@ // file : bdep/project.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/bdep/project.hxx b/bdep/project.hxx index f3c48d7..fe2b766 100644 --- a/bdep/project.hxx +++ b/bdep/project.hxx @@ -1,5 +1,5 @@ // file : bdep/project.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 BDEP_PROJECT_HXX diff --git a/bdep/projects-configs.cli b/bdep/projects-configs.cli index d3e3e5e..43c2b49 100644 --- a/bdep/projects-configs.cli +++ b/bdep/projects-configs.cli @@ -1,5 +1,5 @@ // file : bdep/projects-configs.cli -// 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/bdep/status.cli b/bdep/status.cli index 0cde91e..2e37065 100644 --- a/bdep/status.cli +++ b/bdep/status.cli @@ -1,5 +1,5 @@ // file : bdep/status.cli -// 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/bdep/status.cxx b/bdep/status.cxx index 5ddf681..d0f7aba 100644 --- a/bdep/status.cxx +++ b/bdep/status.cxx @@ -1,5 +1,5 @@ // file : bdep/status.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/bdep/status.hxx b/bdep/status.hxx index 2ff45c8..00a5c23 100644 --- a/bdep/status.hxx +++ b/bdep/status.hxx @@ -1,5 +1,5 @@ // file : bdep/status.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 BDEP_STATUS_HXX diff --git a/bdep/sync.cli b/bdep/sync.cli index ea5d51f..4e0ebb3 100644 --- a/bdep/sync.cli +++ b/bdep/sync.cli @@ -1,5 +1,5 @@ // file : bdep/sync.cli -// 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/bdep/sync.cxx b/bdep/sync.cxx index 5ea1726..a10e877 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -1,5 +1,5 @@ // file : bdep/sync.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/bdep/sync.hxx b/bdep/sync.hxx index 6ca3937..7569017 100644 --- a/bdep/sync.hxx +++ b/bdep/sync.hxx @@ -1,5 +1,5 @@ // file : bdep/sync.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 BDEP_SYNC_HXX diff --git a/bdep/test.cli b/bdep/test.cli index 8c76386..815f8e7 100644 --- a/bdep/test.cli +++ b/bdep/test.cli @@ -1,5 +1,5 @@ // file : bdep/test.cli -// 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/bdep/test.hxx b/bdep/test.hxx index ff983b2..33fbd8e 100644 --- a/bdep/test.hxx +++ b/bdep/test.hxx @@ -1,5 +1,5 @@ // file : bdep/test.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 BDEP_TEST_HXX diff --git a/bdep/types-parsers.cxx b/bdep/types-parsers.cxx index 5d0fa34..6b92d8e 100644 --- a/bdep/types-parsers.cxx +++ b/bdep/types-parsers.cxx @@ -1,5 +1,5 @@ // file : bdep/types-parsers.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/bdep/types-parsers.hxx b/bdep/types-parsers.hxx index 725ffa3..3c23d2e 100644 --- a/bdep/types-parsers.hxx +++ b/bdep/types-parsers.hxx @@ -1,5 +1,5 @@ // file : bdep/types-parsers.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file // CLI parsers, included into the generated source files. diff --git a/bdep/types.hxx b/bdep/types.hxx index 0c412d3..6c2ea8d 100644 --- a/bdep/types.hxx +++ b/bdep/types.hxx @@ -1,5 +1,5 @@ // file : bdep/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 BDEP_TYPES_HXX diff --git a/bdep/update.cli b/bdep/update.cli index e78dab4..1ecb7e8 100644 --- a/bdep/update.cli +++ b/bdep/update.cli @@ -1,5 +1,5 @@ // file : bdep/update.cli -// 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/bdep/update.hxx b/bdep/update.hxx index 38d6278..d79c7b2 100644 --- a/bdep/update.hxx +++ b/bdep/update.hxx @@ -1,5 +1,5 @@ // file : bdep/update.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 BDEP_UPDATE_HXX diff --git a/bdep/utility.cxx b/bdep/utility.cxx index 98b6279..11e77f8 100644 --- a/bdep/utility.cxx +++ b/bdep/utility.cxx @@ -1,5 +1,5 @@ // file : bdep/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/bdep/utility.hxx b/bdep/utility.hxx index c257686..75adf1d 100644 --- a/bdep/utility.hxx +++ b/bdep/utility.hxx @@ -1,5 +1,5 @@ // file : bdep/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 BDEP_UTILITY_HXX diff --git a/bdep/utility.txx b/bdep/utility.txx index b80388f..23a8c8a 100644 --- a/bdep/utility.txx +++ b/bdep/utility.txx @@ -1,5 +1,5 @@ // file : bdep/utility.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // cin diff --git a/bdep/version.hxx.in b/bdep/version.hxx.in index 73b2df9..bd29a8c 100644 --- a/bdep/version.hxx.in +++ b/bdep/version.hxx.in @@ -1,5 +1,5 @@ // file : bdep/version.hxx.in -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BDEP_VERSION // Note: using the version macro itself. diff --git a/bdep/wrapper-traits.hxx b/bdep/wrapper-traits.hxx index f4479f7..f5e55d3 100644 --- a/bdep/wrapper-traits.hxx +++ b/bdep/wrapper-traits.hxx @@ -1,5 +1,5 @@ // file : bdep/wrapper-traits.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 BDEP_WRAPPER_TRAITS_HXX diff --git a/build/bootstrap.build b/build/bootstrap.build index da6209e..3a723f0 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = bdep diff --git a/build/export.build b/build/export.build index 20e99ea..79ab7cf 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,5 @@ # file : build/export.build -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file $out_root/ diff --git a/build/root.build b/build/root.build index a9f890d..20ec18b 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,5 @@ # file : build/root.build -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/buildfile b/buildfile index fae51a6..150662d 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,5 @@ # file : buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest diff --git a/doc/buildfile b/doc/buildfile index 3e8a6e7..bc069f5 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -1,5 +1,5 @@ # file : doc/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cmds = \ diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 355a05a..91bc3e9 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index 58b2eaf..9013029 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # We need to configure C++ module to pass the compiler path to some of bdep diff --git a/tests/buildfile b/tests/buildfile index 4caf55d..6ab9123 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file define common: file diff --git a/tests/common.test b/tests/common.test index 3aefde4..f872ccb 100644 --- a/tests/common.test +++ b/tests/common.test @@ -1,5 +1,5 @@ # file : tests/common.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Commonly-used variables setup and driver command line. diff --git a/tests/fetch.test b/tests/fetch.test index e7fd54e..0d0c1bc 100644 --- a/tests/fetch.test +++ b/tests/fetch.test @@ -1,5 +1,5 @@ # file : tests/fetch.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.test project.test diff --git a/tests/init.test b/tests/init.test index 0064cf7..40e9500 100644 --- a/tests/init.test +++ b/tests/init.test @@ -1,5 +1,5 @@ # file : tests/init.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Here we test both init and deinit commands. diff --git a/tests/new.test b/tests/new.test index ab9e25a..9a8c14f 100644 --- a/tests/new.test +++ b/tests/new.test @@ -1,5 +1,5 @@ # file : tests/new.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.test diff --git a/tests/project.test b/tests/project.test index 06d6ccc..6ab2b4b 100644 --- a/tests/project.test +++ b/tests/project.test @@ -1,5 +1,5 @@ # file : tests/project.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Create and initialize a sample build2 C++ executable project that will be diff --git a/tests/status.test b/tests/status.test index 9871898..676dac0 100644 --- a/tests/status.test +++ b/tests/status.test @@ -1,5 +1,5 @@ # file : tests/status.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.test project.test diff --git a/tests/sync.test b/tests/sync.test index 195a8e0..c086a02 100644 --- a/tests/sync.test +++ b/tests/sync.test @@ -1,5 +1,5 @@ # file : tests/sync.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.test diff --git a/tests/test.test b/tests/test.test index a2ed771..33952d5 100644 --- a/tests/test.test +++ b/tests/test.test @@ -1,5 +1,5 @@ # file : tests/test.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.test diff --git a/tests/update.test b/tests/update.test index 3e8e5f5..de6aa22 100644 --- a/tests/update.test +++ b/tests/update.test @@ -1,5 +1,5 @@ # file : tests/update.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Here we test both update and clean commands. -- cgit v1.1