From f3226a88235cf66db6e4b30b1b6953d050bb39c9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 May 2015 16:39:48 +0200 Subject: Correct copyright --- LICENSE | 2 +- build/algorithm | 2 +- build/algorithm.cxx | 2 +- build/algorithm.ixx | 2 +- build/algorithm.txx | 2 +- build/b.cxx | 4 ++-- build/bin/module | 2 +- build/bin/module.cxx | 2 +- build/bin/rule | 2 +- build/bin/rule.cxx | 2 +- build/bin/target | 2 +- build/bin/target.cxx | 2 +- build/config/module | 2 +- build/config/module.cxx | 2 +- build/config/operation | 2 +- build/config/operation.cxx | 2 +- build/config/utility | 2 +- build/config/utility.cxx | 2 +- build/config/utility.txx | 2 +- build/context | 2 +- build/context.cxx | 2 +- build/context.txx | 2 +- build/cxx/module | 2 +- build/cxx/module.cxx | 2 +- build/cxx/rule | 2 +- build/cxx/rule.cxx | 2 +- build/cxx/target | 2 +- build/cxx/target.cxx | 2 +- build/diagnostics | 2 +- build/diagnostics.cxx | 2 +- build/dump | 2 +- build/dump.cxx | 2 +- build/file | 2 +- build/file.cxx | 2 +- build/file.ixx | 2 +- build/filesystem | 2 +- build/filesystem.cxx | 2 +- build/lexer | 2 +- build/lexer.cxx | 2 +- build/map-key | 2 +- build/module | 2 +- build/module.cxx | 2 +- build/name | 2 +- build/name.cxx | 2 +- build/operation | 2 +- build/operation.cxx | 2 +- build/options.cli | 2 +- build/parser | 2 +- build/parser.cxx | 2 +- build/path | 2 +- build/path-io | 2 +- build/path-io.cxx | 2 +- build/path-map | 2 +- build/path.cxx | 2 +- build/path.ixx | 2 +- build/path.txx | 2 +- build/prefix-map | 2 +- build/prefix-map.txx | 2 +- build/prerequisite | 2 +- build/prerequisite.cxx | 2 +- build/process | 2 +- build/process.cxx | 2 +- build/rule | 2 +- build/rule.cxx | 2 +- build/scope | 2 +- build/scope.cxx | 2 +- build/search | 2 +- build/search.cxx | 2 +- build/spec | 2 +- build/spec.cxx | 2 +- build/string-table | 2 +- build/string-table.txx | 2 +- build/target | 2 +- build/target-key | 2 +- build/target.cxx | 2 +- build/target.ixx | 2 +- build/timestamp | 2 +- build/timestamp.cxx | 2 +- build/token | 2 +- build/token.cxx | 2 +- build/types | 2 +- build/utility | 2 +- build/utility.cxx | 2 +- build/variable | 2 +- build/variable.cxx | 2 +- build/variable.ixx | 2 +- tests/build/lexer/driver.cxx | 2 +- tests/build/parser/driver.cxx | 2 +- tests/build/path/driver.cxx | 2 +- tests/build/prefix-map/driver.cxx | 2 +- 90 files changed, 91 insertions(+), 91 deletions(-) diff --git a/LICENSE b/LICENSE index 329695e..d79003b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2015 Code Synthesis Tools CC +Copyright (c) 2014-2015 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/build/algorithm b/build/algorithm index 161baa2..c21457e 100644 --- a/build/algorithm +++ b/build/algorithm @@ -1,5 +1,5 @@ // file : build/algorithm -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_ALGORITHM diff --git a/build/algorithm.cxx b/build/algorithm.cxx index 95724cf..be63f99 100644 --- a/build/algorithm.cxx +++ b/build/algorithm.cxx @@ -1,5 +1,5 @@ // file : build/algorithm.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/algorithm.ixx b/build/algorithm.ixx index ee63f90..23655a9 100644 --- a/build/algorithm.ixx +++ b/build/algorithm.ixx @@ -1,5 +1,5 @@ // file : build/algorithm.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/algorithm.txx b/build/algorithm.txx index a62603d..2490962 100644 --- a/build/algorithm.txx +++ b/build/algorithm.txx @@ -1,5 +1,5 @@ // file : build/algorithm.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace build diff --git a/build/b.cxx b/build/b.cxx index 13f7991..d65a6c2 100644 --- a/build/b.cxx +++ b/build/b.cxx @@ -1,5 +1,5 @@ // file : build/b.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // tzset() @@ -104,7 +104,7 @@ main (int argc, char* argv[]) if (ops.version ()) { cout << "build2 0.0.0" << endl - << "Copyright (c) 2014-2015 Code Synthesis Tools CC" << endl + << "Copyright (c) 2014-2015 Code Synthesis Ltd" << endl << "This is free software released under the MIT license. " << endl; return 0; } diff --git a/build/bin/module b/build/bin/module index 7e80085..749ce3f 100644 --- a/build/bin/module +++ b/build/bin/module @@ -1,5 +1,5 @@ // file : build/bin/module -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_BIN_MODULE diff --git a/build/bin/module.cxx b/build/bin/module.cxx index f27ea68..3775302 100644 --- a/build/bin/module.cxx +++ b/build/bin/module.cxx @@ -1,5 +1,5 @@ // file : build/bin/module.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/bin/rule b/build/bin/rule index 007f6f7..b8b9873 100644 --- a/build/bin/rule +++ b/build/bin/rule @@ -1,5 +1,5 @@ // file : build/bin/rule -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_BIN_RULE diff --git a/build/bin/rule.cxx b/build/bin/rule.cxx index d84af25..e4d17a8 100644 --- a/build/bin/rule.cxx +++ b/build/bin/rule.cxx @@ -1,5 +1,5 @@ // file : build/bin/rule.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/bin/target b/build/bin/target index b26a890..946d7f6 100644 --- a/build/bin/target +++ b/build/bin/target @@ -1,5 +1,5 @@ // file : build/bin/target -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_BIN_TARGET diff --git a/build/bin/target.cxx b/build/bin/target.cxx index 1849533..cb7959c 100644 --- a/build/bin/target.cxx +++ b/build/bin/target.cxx @@ -1,5 +1,5 @@ // file : build/bin/target.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/config/module b/build/config/module index c7921df..317b25a 100644 --- a/build/config/module +++ b/build/config/module @@ -1,5 +1,5 @@ // file : build/config/module -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_CONFIG_MODULE diff --git a/build/config/module.cxx b/build/config/module.cxx index 2e676ff..ab7ed4e 100644 --- a/build/config/module.cxx +++ b/build/config/module.cxx @@ -1,5 +1,5 @@ // file : build/config/module.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/config/operation b/build/config/operation index cfd04c3..514c118 100644 --- a/build/config/operation +++ b/build/config/operation @@ -1,5 +1,5 @@ // file : build/config/operation -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_CONFIG_OPERATION diff --git a/build/config/operation.cxx b/build/config/operation.cxx index 3e4d64a..567e636 100644 --- a/build/config/operation.cxx +++ b/build/config/operation.cxx @@ -1,5 +1,5 @@ // file : build/config/operation.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/config/utility b/build/config/utility index 2973516..83fcd75 100644 --- a/build/config/utility +++ b/build/config/utility @@ -1,5 +1,5 @@ // file : build/config/utility -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_CONFIG_UTILITY diff --git a/build/config/utility.cxx b/build/config/utility.cxx index 8b26239..212d030 100644 --- a/build/config/utility.cxx +++ b/build/config/utility.cxx @@ -1,5 +1,5 @@ // file : build/config/utility.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/config/utility.txx b/build/config/utility.txx index e37c2b5..bee8a0b 100644 --- a/build/config/utility.txx +++ b/build/config/utility.txx @@ -1,5 +1,5 @@ // file : build/config/utility.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // move() diff --git a/build/context b/build/context index 0e28472..3a99014 100644 --- a/build/context +++ b/build/context @@ -1,5 +1,5 @@ // file : build/context -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_CONTEXT diff --git a/build/context.cxx b/build/context.cxx index 1bd5033..7769c94 100644 --- a/build/context.cxx +++ b/build/context.cxx @@ -1,5 +1,5 @@ // file : build/context.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/context.txx b/build/context.txx index 5c93221..286d460 100644 --- a/build/context.txx +++ b/build/context.txx @@ -1,5 +1,5 @@ // file : build/context.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/cxx/module b/build/cxx/module index 65cdcc6..11cd7bc 100644 --- a/build/cxx/module +++ b/build/cxx/module @@ -1,5 +1,5 @@ // file : build/cxx/module -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_CXX_MODULE diff --git a/build/cxx/module.cxx b/build/cxx/module.cxx index b26a7fa..a511757 100644 --- a/build/cxx/module.cxx +++ b/build/cxx/module.cxx @@ -1,5 +1,5 @@ // file : build/cxx/module.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/cxx/rule b/build/cxx/rule index da46eb6..686d5ae 100644 --- a/build/cxx/rule +++ b/build/cxx/rule @@ -1,5 +1,5 @@ // file : build/cxx/rule -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_CXX_RULE diff --git a/build/cxx/rule.cxx b/build/cxx/rule.cxx index c942de9..1eb1398 100644 --- a/build/cxx/rule.cxx +++ b/build/cxx/rule.cxx @@ -1,5 +1,5 @@ // file : build/cxx/rule.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/cxx/target b/build/cxx/target index 39ebdd3..bcc5ff1 100644 --- a/build/cxx/target +++ b/build/cxx/target @@ -1,5 +1,5 @@ // file : build/cxx/target -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_CXX_TARGET diff --git a/build/cxx/target.cxx b/build/cxx/target.cxx index ad676dd..ab75b4c 100644 --- a/build/cxx/target.cxx +++ b/build/cxx/target.cxx @@ -1,5 +1,5 @@ // file : build/cxx/target.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/diagnostics b/build/diagnostics index 85da45d..a9e9305 100644 --- a/build/diagnostics +++ b/build/diagnostics @@ -1,5 +1,5 @@ // file : build/diagnostics -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_DIAGNOSTICS diff --git a/build/diagnostics.cxx b/build/diagnostics.cxx index 0dfae1a..d820145 100644 --- a/build/diagnostics.cxx +++ b/build/diagnostics.cxx @@ -1,5 +1,5 @@ // file : build/diagnostics.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/dump b/build/dump index 3830b69..8bc548e 100644 --- a/build/dump +++ b/build/dump @@ -1,5 +1,5 @@ // file : build/dump -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_DUMP diff --git a/build/dump.cxx b/build/dump.cxx index df7d782..6b6debe 100644 --- a/build/dump.cxx +++ b/build/dump.cxx @@ -1,5 +1,5 @@ // file : build/dump.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/file b/build/file index 4dbe9fe..c02c985 100644 --- a/build/file +++ b/build/file @@ -1,5 +1,5 @@ // file : build/file -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_FILE diff --git a/build/file.cxx b/build/file.cxx index d3fc8eb..6f10391 100644 --- a/build/file.cxx +++ b/build/file.cxx @@ -1,5 +1,5 @@ // file : build/file.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/file.ixx b/build/file.ixx index e3c5185..1a11cbe 100644 --- a/build/file.ixx +++ b/build/file.ixx @@ -1,5 +1,5 @@ // file : build/file.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace build diff --git a/build/filesystem b/build/filesystem index 8617dd4..fbade4f 100644 --- a/build/filesystem +++ b/build/filesystem @@ -1,5 +1,5 @@ // file : build/filesystem -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_FILESYSTEM diff --git a/build/filesystem.cxx b/build/filesystem.cxx index 5494749..6485f34 100644 --- a/build/filesystem.cxx +++ b/build/filesystem.cxx @@ -1,5 +1,5 @@ // file : build/filesystem.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/lexer b/build/lexer index 81225e0..1106ed0 100644 --- a/build/lexer +++ b/build/lexer @@ -1,5 +1,5 @@ // file : build/lexer -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_LEXER diff --git a/build/lexer.cxx b/build/lexer.cxx index 4cd9cda..43c0690 100644 --- a/build/lexer.cxx +++ b/build/lexer.cxx @@ -1,5 +1,5 @@ // file : build/lexer.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/map-key b/build/map-key index 43cdefe..385d154 100644 --- a/build/map-key +++ b/build/map-key @@ -1,5 +1,5 @@ // file : build/map-key -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_MAP_KEY diff --git a/build/module b/build/module index 6a7a8a7..54a202c 100644 --- a/build/module +++ b/build/module @@ -1,5 +1,5 @@ // file : build/module -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_MODULE diff --git a/build/module.cxx b/build/module.cxx index 495d849..6b410e6 100644 --- a/build/module.cxx +++ b/build/module.cxx @@ -1,5 +1,5 @@ // file : build/module.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/name b/build/name index 0af944a..302092b 100644 --- a/build/name +++ b/build/name @@ -1,5 +1,5 @@ // file : build/name -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_NAME diff --git a/build/name.cxx b/build/name.cxx index 4d30684..4ead47a 100644 --- a/build/name.cxx +++ b/build/name.cxx @@ -1,5 +1,5 @@ // file : build/name.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/operation b/build/operation index fc5651f..45e054f 100644 --- a/build/operation +++ b/build/operation @@ -1,5 +1,5 @@ // file : build/operation -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_OPERATION diff --git a/build/operation.cxx b/build/operation.cxx index 39de5f3..f0594ad 100644 --- a/build/operation.cxx +++ b/build/operation.cxx @@ -1,5 +1,5 @@ // file : build/operation.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/options.cli b/build/options.cli index af28992..67eeba2 100644 --- a/build/options.cli +++ b/build/options.cli @@ -1,5 +1,5 @@ // file : build/options.cli -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; diff --git a/build/parser b/build/parser index ccacb24..35b2f32 100644 --- a/build/parser +++ b/build/parser @@ -1,5 +1,5 @@ // file : build/parser -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_PARSER diff --git a/build/parser.cxx b/build/parser.cxx index 6a64d0e..97e8733 100644 --- a/build/parser.cxx +++ b/build/parser.cxx @@ -1,5 +1,5 @@ // file : build/parser.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/path b/build/path index 4c34a58..94af711 100644 --- a/build/path +++ b/build/path @@ -1,5 +1,5 @@ // file : build/path -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_PATH diff --git a/build/path-io b/build/path-io index f5f2d4f..c2130da 100644 --- a/build/path-io +++ b/build/path-io @@ -1,5 +1,5 @@ // file : build/path-io -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_PATH_IO diff --git a/build/path-io.cxx b/build/path-io.cxx index 80a14e0..ae28143 100644 --- a/build/path-io.cxx +++ b/build/path-io.cxx @@ -1,5 +1,5 @@ // file : build/path-io.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/path-map b/build/path-map index 2b32b0d..b95f2a6 100644 --- a/build/path-map +++ b/build/path-map @@ -1,5 +1,5 @@ // file : build/path-map -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_PATH_MAP diff --git a/build/path.cxx b/build/path.cxx index 899dc8f..3a3ea3d 100644 --- a/build/path.cxx +++ b/build/path.cxx @@ -1,5 +1,5 @@ // file : build/path.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/path.ixx b/build/path.ixx index 8ee6a33..9193fba 100644 --- a/build/path.ixx +++ b/build/path.ixx @@ -1,5 +1,5 @@ // file : build/path.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifdef _WIN32 diff --git a/build/path.txx b/build/path.txx index 67a271d..c664eaf 100644 --- a/build/path.txx +++ b/build/path.txx @@ -1,5 +1,5 @@ // file : build/path.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/prefix-map b/build/prefix-map index 5214fae..885d284 100644 --- a/build/prefix-map +++ b/build/prefix-map @@ -1,5 +1,5 @@ // file : build/prefix-map -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_PREFIX_MAP diff --git a/build/prefix-map.txx b/build/prefix-map.txx index a8bf028..528fd3c 100644 --- a/build/prefix-map.txx +++ b/build/prefix-map.txx @@ -1,5 +1,5 @@ // file : build/prefix-map.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace build diff --git a/build/prerequisite b/build/prerequisite index f46cb98..e65921e 100644 --- a/build/prerequisite +++ b/build/prerequisite @@ -1,5 +1,5 @@ // file : build/prerequisite -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_PREREQUISITE diff --git a/build/prerequisite.cxx b/build/prerequisite.cxx index da6b8ba..7ccf37d 100644 --- a/build/prerequisite.cxx +++ b/build/prerequisite.cxx @@ -1,5 +1,5 @@ // file : build/prerequisite.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/process b/build/process index 0b45846..0e1a8c9 100644 --- a/build/process +++ b/build/process @@ -1,5 +1,5 @@ // file : build/process -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_PROCESS diff --git a/build/process.cxx b/build/process.cxx index f561000..53e66c3 100644 --- a/build/process.cxx +++ b/build/process.cxx @@ -1,5 +1,5 @@ // file : build/process.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/rule b/build/rule index e6dbd5a..32e8c66 100644 --- a/build/rule +++ b/build/rule @@ -1,5 +1,5 @@ // file : build/rule -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_RULE diff --git a/build/rule.cxx b/build/rule.cxx index 475d812..a99611b 100644 --- a/build/rule.cxx +++ b/build/rule.cxx @@ -1,5 +1,5 @@ // file : build/rule.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/scope b/build/scope index 2975fd0..6051534 100644 --- a/build/scope +++ b/build/scope @@ -1,5 +1,5 @@ // file : build/scope -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_SCOPE diff --git a/build/scope.cxx b/build/scope.cxx index 4503c6d..0495011 100644 --- a/build/scope.cxx +++ b/build/scope.cxx @@ -1,5 +1,5 @@ // file : build/scope.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/search b/build/search index 1f90a8a..d5e2c04 100644 --- a/build/search +++ b/build/search @@ -1,5 +1,5 @@ // file : build/search -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_SEARCH diff --git a/build/search.cxx b/build/search.cxx index bdc5917..dc59a9b 100644 --- a/build/search.cxx +++ b/build/search.cxx @@ -1,5 +1,5 @@ // file : build/search.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/spec b/build/spec index 4a6036a..bdfda4c 100644 --- a/build/spec +++ b/build/spec @@ -1,5 +1,5 @@ // file : build/spec -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_SPEC diff --git a/build/spec.cxx b/build/spec.cxx index f796ad9..bdca763 100644 --- a/build/spec.cxx +++ b/build/spec.cxx @@ -1,5 +1,5 @@ // file : build/spec.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/string-table b/build/string-table index 7a74024..a4fae36 100644 --- a/build/string-table +++ b/build/string-table @@ -1,5 +1,5 @@ // file : build/string-table -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_STRING_TABLE diff --git a/build/string-table.txx b/build/string-table.txx index 67d93c9..7bd9864 100644 --- a/build/string-table.txx +++ b/build/string-table.txx @@ -1,5 +1,5 @@ // file : build/string-table.txx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // numeric_limits diff --git a/build/target b/build/target index 7776a77..d7bdd04 100644 --- a/build/target +++ b/build/target @@ -1,5 +1,5 @@ // file : build/target -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_TARGET diff --git a/build/target-key b/build/target-key index b18125f..2fa2186 100644 --- a/build/target-key +++ b/build/target-key @@ -1,5 +1,5 @@ // file : build/target-key -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_TARGET_KEY diff --git a/build/target.cxx b/build/target.cxx index 5e421c3..164a13f 100644 --- a/build/target.cxx +++ b/build/target.cxx @@ -1,5 +1,5 @@ // file : build/target.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/target.ixx b/build/target.ixx index 45a8c69..837769e 100644 --- a/build/target.ixx +++ b/build/target.ixx @@ -1,5 +1,5 @@ // file : build/target.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace build diff --git a/build/timestamp b/build/timestamp index 04a0c29..3479a77 100644 --- a/build/timestamp +++ b/build/timestamp @@ -1,5 +1,5 @@ // file : build/timestamp -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_TIMESTAMP diff --git a/build/timestamp.cxx b/build/timestamp.cxx index 0d450ea..9d6e70c 100644 --- a/build/timestamp.cxx +++ b/build/timestamp.cxx @@ -1,5 +1,5 @@ // file : build/timestamp.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/token b/build/token index 7b0223b..3b9edb1 100644 --- a/build/token +++ b/build/token @@ -1,5 +1,5 @@ // file : build/token -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_TOKEN diff --git a/build/token.cxx b/build/token.cxx index 33d30a8..22f5b75 100644 --- a/build/token.cxx +++ b/build/token.cxx @@ -1,5 +1,5 @@ // file : build/token.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/types b/build/types index 6850056..c29890a 100644 --- a/build/types +++ b/build/types @@ -1,5 +1,5 @@ // file : build/types -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_TYPES diff --git a/build/utility b/build/utility index 064a95f..db8e94c 100644 --- a/build/utility +++ b/build/utility @@ -1,5 +1,5 @@ // file : build/utility -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_UTILITY diff --git a/build/utility.cxx b/build/utility.cxx index d84db52..bc2c559 100644 --- a/build/utility.cxx +++ b/build/utility.cxx @@ -1,5 +1,5 @@ // file : build/utility.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/variable b/build/variable index c353246..ec5fa85 100644 --- a/build/variable +++ b/build/variable @@ -1,5 +1,5 @@ // file : build/variable -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_VARIABLE diff --git a/build/variable.cxx b/build/variable.cxx index ce1890d..6a40bc7 100644 --- a/build/variable.cxx +++ b/build/variable.cxx @@ -1,5 +1,5 @@ // file : build/variable.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build/variable.ixx b/build/variable.ixx index 576d0cb..7cbd8f4 100644 --- a/build/variable.ixx +++ b/build/variable.ixx @@ -1,5 +1,5 @@ // file : build/variable.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace build diff --git a/tests/build/lexer/driver.cxx b/tests/build/lexer/driver.cxx index 5b29b7d..f77656d 100644 --- a/tests/build/lexer/driver.cxx +++ b/tests/build/lexer/driver.cxx @@ -1,5 +1,5 @@ // file : tests/build/lexer/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/build/parser/driver.cxx b/tests/build/parser/driver.cxx index 681db38..57d9267 100644 --- a/tests/build/parser/driver.cxx +++ b/tests/build/parser/driver.cxx @@ -1,5 +1,5 @@ // file : tests/build/parser/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/build/path/driver.cxx b/tests/build/path/driver.cxx index 3aa624c..58839d4 100644 --- a/tests/build/path/driver.cxx +++ b/tests/build/path/driver.cxx @@ -1,5 +1,5 @@ // file : tests/build/path/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/build/prefix-map/driver.cxx b/tests/build/prefix-map/driver.cxx index 2110d31..bbbd472 100644 --- a/tests/build/prefix-map/driver.cxx +++ b/tests/build/prefix-map/driver.cxx @@ -1,5 +1,5 @@ // file : tests/build/prefix-map/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include -- cgit v1.1