From f59897f058c63399f1e218fffa3b7f5da5ded203 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 20:55:52 +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/ci.cli | 2 +- bdep/ci.cxx | 2 +- bdep/ci.hxx | 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/git.cxx | 2 +- bdep/git.hxx | 2 +- bdep/git.ixx | 2 +- bdep/git.txx | 2 +- bdep/help.cli | 2 +- bdep/help.cxx | 2 +- bdep/help.hxx | 2 +- bdep/http-service.cxx | 2 +- bdep/http-service.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-author.cxx | 2 +- bdep/project-author.hxx | 2 +- bdep/project.cli | 2 +- bdep/project.cxx | 2 +- bdep/project.hxx | 2 +- bdep/projects-configs.cli | 2 +- bdep/publish.cli | 2 +- bdep/publish.cxx | 2 +- bdep/publish.hxx | 2 +- bdep/release.cli | 2 +- bdep/release.cxx | 2 +- bdep/release.hxx | 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/value-traits.hxx | 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/ci.testscript | 2 +- tests/common.testscript | 2 +- tests/config.testscript | 2 +- tests/fetch.testscript | 2 +- tests/init.testscript | 2 +- tests/new.testscript | 2 +- tests/project.testscript | 2 +- tests/publish.testscript | 2 +- tests/release.testscript | 2 +- tests/status.testscript | 2 +- tests/sync.testscript | 2 +- tests/test.testscript | 2 +- tests/update.testscript | 2 +- 97 files changed, 98 insertions(+), 98 deletions(-) diff --git a/LICENSE b/LICENSE index fee1abd..4d370ab 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ exception: https://git.codesynthesis.com/cgit/odb/odb-etc/tree/license-exceptions/build2-odb-license-exception.txt -Copyright (c) 2014-2018 Code Synthesis Ltd +Copyright (c) 2014-2019 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 c743686..58e3bc2 100644 --- a/bdep/bdep.cli +++ b/bdep/bdep.cli @@ -1,5 +1,5 @@ // file : bdep/bdep.cli -// 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/bdep/bdep.cxx b/bdep/bdep.cxx index e6f850e..6e17a3f 100644 --- a/bdep/bdep.cxx +++ b/bdep/bdep.cxx @@ -1,5 +1,5 @@ // file : bdep/bdep.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef _WIN32 @@ -208,7 +208,7 @@ try cout << "bdep " << BDEP_VERSION_ID << endl << "libbpkg " << LIBBPKG_VERSION_ID << endl << "libbutl " << LIBBUTL_VERSION_ID << endl - << "Copyright (c) 2014-2018 Code Synthesis Ltd" << endl + << "Copyright (c) 2014-2019 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 5eba223..eea8f36 100644 --- a/bdep/build.hxx +++ b/bdep/build.hxx @@ -1,5 +1,5 @@ // file : bdep/build.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 BDEP_BUILD_HXX diff --git a/bdep/build.txx b/bdep/build.txx index a1690b4..1cd5fff 100644 --- a/bdep/build.txx +++ b/bdep/build.txx @@ -1,5 +1,5 @@ // file : bdep/build.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // strchr() diff --git a/bdep/buildfile b/bdep/buildfile index 274700e..2b8bcf1 100644 --- a/bdep/buildfile +++ b/bdep/buildfile @@ -1,5 +1,5 @@ # file : bdep/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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/ci.cli b/bdep/ci.cli index 85c7a5f..46a3488 100644 --- a/bdep/ci.cli +++ b/bdep/ci.cli @@ -1,5 +1,5 @@ // file : bdep/ci.cli -// 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/bdep/ci.cxx b/bdep/ci.cxx index 83119c1..9298ef8 100644 --- a/bdep/ci.cxx +++ b/bdep/ci.cxx @@ -1,5 +1,5 @@ // file : bdep/ci.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/bdep/ci.hxx b/bdep/ci.hxx index cd3e563..a9e6659 100644 --- a/bdep/ci.hxx +++ b/bdep/ci.hxx @@ -1,5 +1,5 @@ // file : bdep/ci.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 BDEP_CI_HXX diff --git a/bdep/clean.cli b/bdep/clean.cli index c974c05..999722f 100644 --- a/bdep/clean.cli +++ b/bdep/clean.cli @@ -1,5 +1,5 @@ // file : bdep/clean.cli -// 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/bdep/clean.hxx b/bdep/clean.hxx index f64c1ef..01c9dac 100644 --- a/bdep/clean.hxx +++ b/bdep/clean.hxx @@ -1,5 +1,5 @@ // file : bdep/clean.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 BDEP_CLEAN_HXX diff --git a/bdep/common.cli b/bdep/common.cli index 8ab4b8e..4736159 100644 --- a/bdep/common.cli +++ b/bdep/common.cli @@ -1,5 +1,5 @@ // file : bdep/common.cli -// 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/bdep/config.cli b/bdep/config.cli index 44fcfd5..55591c1 100644 --- a/bdep/config.cli +++ b/bdep/config.cli @@ -1,5 +1,5 @@ // file : bdep/config.cli -// 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/bdep/config.cxx b/bdep/config.cxx index 2432263..412b753 100644 --- a/bdep/config.cxx +++ b/bdep/config.cxx @@ -1,5 +1,5 @@ // file : bdep/config.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/bdep/config.hxx b/bdep/config.hxx index f209aa4..1b9bc5a 100644 --- a/bdep/config.hxx +++ b/bdep/config.hxx @@ -1,5 +1,5 @@ // file : bdep/config.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 BDEP_CONFIG_HXX diff --git a/bdep/database-views.hxx b/bdep/database-views.hxx index 04aef2c..f047162 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 7d72a1d..9ae745a 100644 --- a/bdep/database.cxx +++ b/bdep/database.cxx @@ -1,5 +1,5 @@ // file : bdep/database.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/bdep/database.hxx b/bdep/database.hxx index e7929f6..ef43acf 100644 --- a/bdep/database.hxx +++ b/bdep/database.hxx @@ -1,5 +1,5 @@ // file : bdep/database.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 BDEP_DATABASE_HXX diff --git a/bdep/deinit.cli b/bdep/deinit.cli index 2280454..ad7e626 100644 --- a/bdep/deinit.cli +++ b/bdep/deinit.cli @@ -1,5 +1,5 @@ // file : bdep/deinit.cli -// 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/bdep/deinit.cxx b/bdep/deinit.cxx index 40c13a4..55f43ab 100644 --- a/bdep/deinit.cxx +++ b/bdep/deinit.cxx @@ -1,5 +1,5 @@ // file : bdep/deinit.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/bdep/deinit.hxx b/bdep/deinit.hxx index 070eac2..e879c12 100644 --- a/bdep/deinit.hxx +++ b/bdep/deinit.hxx @@ -1,5 +1,5 @@ // file : bdep/deinit.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 BDEP_DEINIT_HXX diff --git a/bdep/diagnostics.cxx b/bdep/diagnostics.cxx index e1f5f6a..9d0b237 100644 --- a/bdep/diagnostics.cxx +++ b/bdep/diagnostics.cxx @@ -1,5 +1,5 @@ // file : bdep/diagnostics.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/bdep/diagnostics.hxx b/bdep/diagnostics.hxx index 521af23..89d8ac8 100644 --- a/bdep/diagnostics.hxx +++ b/bdep/diagnostics.hxx @@ -1,5 +1,5 @@ // file : bdep/diagnostics.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 BDEP_DIAGNOSTICS_HXX diff --git a/bdep/fetch.cli b/bdep/fetch.cli index 7c35344..acbb360 100644 --- a/bdep/fetch.cli +++ b/bdep/fetch.cli @@ -1,5 +1,5 @@ // file : bdep/fetch.cli -// 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/bdep/fetch.cxx b/bdep/fetch.cxx index dda9793..7a88106 100644 --- a/bdep/fetch.cxx +++ b/bdep/fetch.cxx @@ -1,5 +1,5 @@ // file : bdep/fetch.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/bdep/fetch.hxx b/bdep/fetch.hxx index ea31c3a..e367459 100644 --- a/bdep/fetch.hxx +++ b/bdep/fetch.hxx @@ -1,5 +1,5 @@ // file : bdep/fetch.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 BDEP_FETCH_HXX diff --git a/bdep/git.cxx b/bdep/git.cxx index 2a81550..311a557 100644 --- a/bdep/git.cxx +++ b/bdep/git.cxx @@ -1,5 +1,5 @@ // file : bdep/git.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/bdep/git.hxx b/bdep/git.hxx index ee8847c..9f968dd 100644 --- a/bdep/git.hxx +++ b/bdep/git.hxx @@ -1,5 +1,5 @@ // file : bdep/git.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 BDEP_GIT_HXX diff --git a/bdep/git.ixx b/bdep/git.ixx index 379f392..dbc43cb 100644 --- a/bdep/git.ixx +++ b/bdep/git.ixx @@ -1,5 +1,5 @@ // file : bdep/git.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 bdep diff --git a/bdep/git.txx b/bdep/git.txx index c4202de..4624102 100644 --- a/bdep/git.txx +++ b/bdep/git.txx @@ -1,5 +1,5 @@ // file : bdep/git.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace bdep diff --git a/bdep/help.cli b/bdep/help.cli index 3948e77..238a730 100644 --- a/bdep/help.cli +++ b/bdep/help.cli @@ -1,5 +1,5 @@ // file : bdep/help.cli -// 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/bdep/help.cxx b/bdep/help.cxx index 0ba22b3..cd2c671 100644 --- a/bdep/help.cxx +++ b/bdep/help.cxx @@ -1,5 +1,5 @@ // file : bdep/help.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/bdep/help.hxx b/bdep/help.hxx index 8e860be..6f0cac2 100644 --- a/bdep/help.hxx +++ b/bdep/help.hxx @@ -1,5 +1,5 @@ // file : bdep/help.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 BDEP_HELP_HXX diff --git a/bdep/http-service.cxx b/bdep/http-service.cxx index faec3a7..59598c0 100644 --- a/bdep/http-service.cxx +++ b/bdep/http-service.cxx @@ -1,5 +1,5 @@ // file : bdep/submit.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/bdep/http-service.hxx b/bdep/http-service.hxx index b1db7e7..247fe94 100644 --- a/bdep/http-service.hxx +++ b/bdep/http-service.hxx @@ -1,5 +1,5 @@ // file : bdep/http-service.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 BDEP_HTTP_SERVICE_HXX diff --git a/bdep/init.cli b/bdep/init.cli index fd3fccf..ea9e53e 100644 --- a/bdep/init.cli +++ b/bdep/init.cli @@ -1,5 +1,5 @@ // file : bdep/init.cli -// 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/bdep/init.cxx b/bdep/init.cxx index d3dd7fc..94ce212 100644 --- a/bdep/init.cxx +++ b/bdep/init.cxx @@ -1,5 +1,5 @@ // file : bdep/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/bdep/init.hxx b/bdep/init.hxx index adebbcf..bceb850 100644 --- a/bdep/init.hxx +++ b/bdep/init.hxx @@ -1,5 +1,5 @@ // file : bdep/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 BDEP_INIT_HXX diff --git a/bdep/new-parsers.cxx b/bdep/new-parsers.cxx index b5e87ed..ca45447 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bdep/new-parsers.hxx b/bdep/new-parsers.hxx index 8b0ebdb..e771369 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 42c40d7..f80b973 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 5026d74..67a3ed1 100644 --- a/bdep/new.cli +++ b/bdep/new.cli @@ -1,5 +1,5 @@ // file : bdep/new.cli -// 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/bdep/new.cxx b/bdep/new.cxx index 8553a9b..39643da 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -1,5 +1,5 @@ // file : bdep/new.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/bdep/new.hxx b/bdep/new.hxx index ac4a498..2cbb0fc 100644 --- a/bdep/new.hxx +++ b/bdep/new.hxx @@ -1,5 +1,5 @@ // file : bdep/new.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 BDEP_NEW_HXX diff --git a/bdep/options-types.hxx b/bdep/options-types.hxx index eaaeb85..968814e 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BDEP_OPTIONS_TYPES_HXX diff --git a/bdep/project-author.cxx b/bdep/project-author.cxx index 7aa1eb9..cb4b631 100644 --- a/bdep/project-author.cxx +++ b/bdep/project-author.cxx @@ -1,5 +1,5 @@ // file : bdep/project-author.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/bdep/project-author.hxx b/bdep/project-author.hxx index bcabdb3..124fe15 100644 --- a/bdep/project-author.hxx +++ b/bdep/project-author.hxx @@ -1,5 +1,5 @@ // file : bdep/project-author.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 BDEP_PROJECT_AUTHOR_HXX diff --git a/bdep/project.cli b/bdep/project.cli index ef38a2e..d19847a 100644 --- a/bdep/project.cli +++ b/bdep/project.cli @@ -1,5 +1,5 @@ // file : bdep/project.cli -// 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/bdep/project.cxx b/bdep/project.cxx index 181c091..8092867 100644 --- a/bdep/project.cxx +++ b/bdep/project.cxx @@ -1,5 +1,5 @@ // file : bdep/project.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/bdep/project.hxx b/bdep/project.hxx index c252ead..47373b0 100644 --- a/bdep/project.hxx +++ b/bdep/project.hxx @@ -1,5 +1,5 @@ // file : bdep/project.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 BDEP_PROJECT_HXX diff --git a/bdep/projects-configs.cli b/bdep/projects-configs.cli index 43c2b49..b8742bd 100644 --- a/bdep/projects-configs.cli +++ b/bdep/projects-configs.cli @@ -1,5 +1,5 @@ // file : bdep/projects-configs.cli -// 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/bdep/publish.cli b/bdep/publish.cli index 69c8a9a..1c05cd0 100644 --- a/bdep/publish.cli +++ b/bdep/publish.cli @@ -1,5 +1,5 @@ // file : bdep/publish.cli -// 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/bdep/publish.cxx b/bdep/publish.cxx index e6ea965..3c64706 100644 --- a/bdep/publish.cxx +++ b/bdep/publish.cxx @@ -1,5 +1,5 @@ // file : bdep/publish.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/bdep/publish.hxx b/bdep/publish.hxx index 8cc5b94..2693b21 100644 --- a/bdep/publish.hxx +++ b/bdep/publish.hxx @@ -1,5 +1,5 @@ // file : bdep/publish.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 BDEP_PUBLISH_HXX diff --git a/bdep/release.cli b/bdep/release.cli index 10c4b58..651288c 100644 --- a/bdep/release.cli +++ b/bdep/release.cli @@ -1,5 +1,5 @@ // file : bdep/release.cli -// 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/bdep/release.cxx b/bdep/release.cxx index bfdc98b..dfa092c 100644 --- a/bdep/release.cxx +++ b/bdep/release.cxx @@ -1,5 +1,5 @@ // file : bdep/release.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/bdep/release.hxx b/bdep/release.hxx index 305f8c2..1cf93c7 100644 --- a/bdep/release.hxx +++ b/bdep/release.hxx @@ -1,5 +1,5 @@ // file : bdep/release.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 BDEP_RELEASE_HXX diff --git a/bdep/status.cli b/bdep/status.cli index 2e37065..422dbe6 100644 --- a/bdep/status.cli +++ b/bdep/status.cli @@ -1,5 +1,5 @@ // file : bdep/status.cli -// 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/bdep/status.cxx b/bdep/status.cxx index 080e970..c31f156 100644 --- a/bdep/status.cxx +++ b/bdep/status.cxx @@ -1,5 +1,5 @@ // file : bdep/status.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/bdep/status.hxx b/bdep/status.hxx index 00a5c23..56fe979 100644 --- a/bdep/status.hxx +++ b/bdep/status.hxx @@ -1,5 +1,5 @@ // file : bdep/status.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 BDEP_STATUS_HXX diff --git a/bdep/sync.cli b/bdep/sync.cli index bf0fbb5..a2f3966 100644 --- a/bdep/sync.cli +++ b/bdep/sync.cli @@ -1,5 +1,5 @@ // file : bdep/sync.cli -// 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/bdep/sync.cxx b/bdep/sync.cxx index dfc9f9c..a8514ab 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -1,5 +1,5 @@ // file : bdep/sync.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/bdep/sync.hxx b/bdep/sync.hxx index 7569017..68f5e54 100644 --- a/bdep/sync.hxx +++ b/bdep/sync.hxx @@ -1,5 +1,5 @@ // file : bdep/sync.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 BDEP_SYNC_HXX diff --git a/bdep/test.cli b/bdep/test.cli index 815f8e7..4b6349f 100644 --- a/bdep/test.cli +++ b/bdep/test.cli @@ -1,5 +1,5 @@ // file : bdep/test.cli -// 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/bdep/test.hxx b/bdep/test.hxx index 382fe85..6edd97d 100644 --- a/bdep/test.hxx +++ b/bdep/test.hxx @@ -1,5 +1,5 @@ // file : bdep/test.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 BDEP_TEST_HXX diff --git a/bdep/types-parsers.cxx b/bdep/types-parsers.cxx index c93424a..43218e7 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/bdep/types-parsers.hxx b/bdep/types-parsers.hxx index 1ce0eef..5cd4f65 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 d4c02ee..ef10ed3 100644 --- a/bdep/types.hxx +++ b/bdep/types.hxx @@ -1,5 +1,5 @@ // file : bdep/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 BDEP_TYPES_HXX diff --git a/bdep/update.cli b/bdep/update.cli index 1ecb7e8..3868a0a 100644 --- a/bdep/update.cli +++ b/bdep/update.cli @@ -1,5 +1,5 @@ // file : bdep/update.cli -// 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/bdep/update.hxx b/bdep/update.hxx index 36ce8da..80bf74c 100644 --- a/bdep/update.hxx +++ b/bdep/update.hxx @@ -1,5 +1,5 @@ // file : bdep/update.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 BDEP_UPDATE_HXX diff --git a/bdep/utility.cxx b/bdep/utility.cxx index 45f924a..b670587 100644 --- a/bdep/utility.cxx +++ b/bdep/utility.cxx @@ -1,5 +1,5 @@ // file : bdep/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/bdep/utility.hxx b/bdep/utility.hxx index 1f45ded..fcf0963 100644 --- a/bdep/utility.hxx +++ b/bdep/utility.hxx @@ -1,5 +1,5 @@ // file : bdep/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 BDEP_UTILITY_HXX diff --git a/bdep/utility.txx b/bdep/utility.txx index cab2dd8..4686ba2 100644 --- a/bdep/utility.txx +++ b/bdep/utility.txx @@ -1,5 +1,5 @@ // file : bdep/utility.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // cin diff --git a/bdep/value-traits.hxx b/bdep/value-traits.hxx index 9984bae..24702cd 100644 --- a/bdep/value-traits.hxx +++ b/bdep/value-traits.hxx @@ -1,5 +1,5 @@ // file : bdep/value-traits.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 BDEP_VALUE_TRAITS_HXX diff --git a/bdep/version.hxx.in b/bdep/version.hxx.in index 6a91e27..59ffd35 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 f5e55d3..aea12ae 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 3a723f0..81dd5fa 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = bdep diff --git a/build/export.build b/build/export.build index 79ab7cf..3e7bb50 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,5 @@ # file : build/export.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file $out_root/ diff --git a/build/root.build b/build/root.build index 9b50d89..734fcbd 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,5 @@ # file : build/root.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/buildfile b/buildfile index cb1610f..582ed01 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,5 @@ # file : buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 bc069f5..6fbdb81 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -1,5 +1,5 @@ # file : doc/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cmds = \ diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 91bc3e9..b42a95d 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 8176e9e..b725dbc 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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 0640b2f..9fdcb36 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file define common: file diff --git a/tests/ci.testscript b/tests/ci.testscript index 07d1923..bea287d 100644 --- a/tests/ci.testscript +++ b/tests/ci.testscript @@ -1,5 +1,5 @@ # file : tests/ci.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.testscript project.testscript diff --git a/tests/common.testscript b/tests/common.testscript index 5397fe1..1914625 100644 --- a/tests/common.testscript +++ b/tests/common.testscript @@ -1,5 +1,5 @@ # file : tests/common.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Commonly-used variables setup and driver command line. diff --git a/tests/config.testscript b/tests/config.testscript index 68e504c..6147756 100644 --- a/tests/config.testscript +++ b/tests/config.testscript @@ -1,5 +1,5 @@ # file : tests/config.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Note that we test the list sub-command while testing other sub-commands. diff --git a/tests/fetch.testscript b/tests/fetch.testscript index 2564470..9d5ad18 100644 --- a/tests/fetch.testscript +++ b/tests/fetch.testscript @@ -1,5 +1,5 @@ # file : tests/fetch.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.testscript project.testscript diff --git a/tests/init.testscript b/tests/init.testscript index 17af7e2..4b4c8c7 100644 --- a/tests/init.testscript +++ b/tests/init.testscript @@ -1,5 +1,5 @@ # file : tests/init.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Here we test both init and deinit commands. diff --git a/tests/new.testscript b/tests/new.testscript index f114ce8..8bfdc36 100644 --- a/tests/new.testscript +++ b/tests/new.testscript @@ -1,5 +1,5 @@ # file : tests/new.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.testscript diff --git a/tests/project.testscript b/tests/project.testscript index 69288aa..673a728 100644 --- a/tests/project.testscript +++ b/tests/project.testscript @@ -1,5 +1,5 @@ # file : tests/project.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 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/publish.testscript b/tests/publish.testscript index 97a0dfb..7913272 100644 --- a/tests/publish.testscript +++ b/tests/publish.testscript @@ -1,5 +1,5 @@ # file : tests/publish.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.testscript project.testscript diff --git a/tests/release.testscript b/tests/release.testscript index 0aba92b..98fddad 100644 --- a/tests/release.testscript +++ b/tests/release.testscript @@ -1,5 +1,5 @@ # file : tests/release.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.testscript project.testscript diff --git a/tests/status.testscript b/tests/status.testscript index 905281e..d8e1be9 100644 --- a/tests/status.testscript +++ b/tests/status.testscript @@ -1,5 +1,5 @@ # file : tests/status.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.testscript project.testscript diff --git a/tests/sync.testscript b/tests/sync.testscript index d01550b..faef7d6 100644 --- a/tests/sync.testscript +++ b/tests/sync.testscript @@ -1,5 +1,5 @@ # file : tests/sync.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.testscript diff --git a/tests/test.testscript b/tests/test.testscript index dec9177..c39ddb5 100644 --- a/tests/test.testscript +++ b/tests/test.testscript @@ -1,5 +1,5 @@ # file : tests/test.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include common.testscript diff --git a/tests/update.testscript b/tests/update.testscript index 947abab..d97fcf3 100644 --- a/tests/update.testscript +++ b/tests/update.testscript @@ -1,5 +1,5 @@ # file : tests/update.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Here we test both update and clean commands. -- cgit v1.1