summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-05-11 16:39:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-05-11 16:39:48 +0200
commitf3226a88235cf66db6e4b30b1b6953d050bb39c9 (patch)
tree9ae6a7da3edd78c4d1124711f884a9153a25250d
parent40537e7e0941926168226f8a841544f3536a55cb (diff)
downloadbuild2-f3226a88235cf66db6e4b30b1b6953d050bb39c9.tar.gz
build2-f3226a88235cf66db6e4b30b1b6953d050bb39c9.tar.xz
build2-f3226a88235cf66db6e4b30b1b6953d050bb39c9.zip
Correct copyright
-rw-r--r--LICENSE2
-rw-r--r--build/algorithm2
-rw-r--r--build/algorithm.cxx2
-rw-r--r--build/algorithm.ixx2
-rw-r--r--build/algorithm.txx2
-rw-r--r--build/b.cxx4
-rw-r--r--build/bin/module2
-rw-r--r--build/bin/module.cxx2
-rw-r--r--build/bin/rule2
-rw-r--r--build/bin/rule.cxx2
-rw-r--r--build/bin/target2
-rw-r--r--build/bin/target.cxx2
-rw-r--r--build/config/module2
-rw-r--r--build/config/module.cxx2
-rw-r--r--build/config/operation2
-rw-r--r--build/config/operation.cxx2
-rw-r--r--build/config/utility2
-rw-r--r--build/config/utility.cxx2
-rw-r--r--build/config/utility.txx2
-rw-r--r--build/context2
-rw-r--r--build/context.cxx2
-rw-r--r--build/context.txx2
-rw-r--r--build/cxx/module2
-rw-r--r--build/cxx/module.cxx2
-rw-r--r--build/cxx/rule2
-rw-r--r--build/cxx/rule.cxx2
-rw-r--r--build/cxx/target2
-rw-r--r--build/cxx/target.cxx2
-rw-r--r--build/diagnostics2
-rw-r--r--build/diagnostics.cxx2
-rw-r--r--build/dump2
-rw-r--r--build/dump.cxx2
-rw-r--r--build/file2
-rw-r--r--build/file.cxx2
-rw-r--r--build/file.ixx2
-rw-r--r--build/filesystem2
-rw-r--r--build/filesystem.cxx2
-rw-r--r--build/lexer2
-rw-r--r--build/lexer.cxx2
-rw-r--r--build/map-key2
-rw-r--r--build/module2
-rw-r--r--build/module.cxx2
-rw-r--r--build/name2
-rw-r--r--build/name.cxx2
-rw-r--r--build/operation2
-rw-r--r--build/operation.cxx2
-rw-r--r--build/options.cli2
-rw-r--r--build/parser2
-rw-r--r--build/parser.cxx2
-rw-r--r--build/path2
-rw-r--r--build/path-io2
-rw-r--r--build/path-io.cxx2
-rw-r--r--build/path-map2
-rw-r--r--build/path.cxx2
-rw-r--r--build/path.ixx2
-rw-r--r--build/path.txx2
-rw-r--r--build/prefix-map2
-rw-r--r--build/prefix-map.txx2
-rw-r--r--build/prerequisite2
-rw-r--r--build/prerequisite.cxx2
-rw-r--r--build/process2
-rw-r--r--build/process.cxx2
-rw-r--r--build/rule2
-rw-r--r--build/rule.cxx2
-rw-r--r--build/scope2
-rw-r--r--build/scope.cxx2
-rw-r--r--build/search2
-rw-r--r--build/search.cxx2
-rw-r--r--build/spec2
-rw-r--r--build/spec.cxx2
-rw-r--r--build/string-table2
-rw-r--r--build/string-table.txx2
-rw-r--r--build/target2
-rw-r--r--build/target-key2
-rw-r--r--build/target.cxx2
-rw-r--r--build/target.ixx2
-rw-r--r--build/timestamp2
-rw-r--r--build/timestamp.cxx2
-rw-r--r--build/token2
-rw-r--r--build/token.cxx2
-rw-r--r--build/types2
-rw-r--r--build/utility2
-rw-r--r--build/utility.cxx2
-rw-r--r--build/variable2
-rw-r--r--build/variable.cxx2
-rw-r--r--build/variable.ixx2
-rw-r--r--tests/build/lexer/driver.cxx2
-rw-r--r--tests/build/parser/driver.cxx2
-rw-r--r--tests/build/path/driver.cxx2
-rw-r--r--tests/build/prefix-map/driver.cxx2
90 files changed, 91 insertions, 91 deletions
diff --git a/LICENSE b/LICENSE
index 329695eb..d79003bd 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 161baa24..c21457e9 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 95724cff..be63f990 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 <build/algorithm>
diff --git a/build/algorithm.ixx b/build/algorithm.ixx
index ee63f90f..23655a93 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 <build/prerequisite>
diff --git a/build/algorithm.txx b/build/algorithm.txx
index a62603d8..24909625 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 13f7991c..d65a6c22 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 <time.h> // 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 7e800854..749ce3f3 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 f27ea68d..37753025 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 <build/bin/module>
diff --git a/build/bin/rule b/build/bin/rule
index 007f6f7b..b8b98731 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 d84af258..e4d17a84 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 <build/bin/rule>
diff --git a/build/bin/target b/build/bin/target
index b26a8900..946d7f6f 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 1849533b..cb7959ce 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 <build/bin/target>
diff --git a/build/config/module b/build/config/module
index c7921df7..317b25a0 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 2e676ff9..ab7ed4ed 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 <build/config/module>
diff --git a/build/config/operation b/build/config/operation
index cfd04c38..514c1184 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 3e4d64ab..567e636c 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 <build/config/operation>
diff --git a/build/config/utility b/build/config/utility
index 29735168..83fcd758 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 8b262397..212d030c 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 <build/config/utility>
diff --git a/build/config/utility.txx b/build/config/utility.txx
index e37c2b50..bee8a0b4 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 <utility> // move()
diff --git a/build/context b/build/context
index 0e284729..3a990147 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 1bd5033f..7769c947 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 <build/context>
diff --git a/build/context.txx b/build/context.txx
index 5c93221a..286d4602 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 <system_error>
diff --git a/build/cxx/module b/build/cxx/module
index 65cdcc67..11cd7bca 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 b26a7fae..a511757f 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 <build/cxx/module>
diff --git a/build/cxx/rule b/build/cxx/rule
index da46eb68..686d5aef 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 c942de91..1eb13984 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 <build/cxx/rule>
diff --git a/build/cxx/target b/build/cxx/target
index 39ebdd3d..bcc5ff11 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 ad676ddf..ab75b4ca 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 <build/cxx/target>
diff --git a/build/diagnostics b/build/diagnostics
index 85da45db..a9e93054 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 0dfae1a9..d8201455 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 <build/diagnostics>
diff --git a/build/dump b/build/dump
index 3830b694..8bc548e3 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 df7d7828..6b6debe1 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 <build/dump>
diff --git a/build/file b/build/file
index 4dbe9fe6..c02c9858 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 d3fc8eb8..6f103918 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 <build/file>
diff --git a/build/file.ixx b/build/file.ixx
index e3c51856..1a11cbe5 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 8617dd48..fbade4f3 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 54947490..6485f34c 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 <build/filesystem>
diff --git a/build/lexer b/build/lexer
index 81225e07..1106ed00 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 4cd9cdaa..43c06908 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 <build/lexer>
diff --git a/build/map-key b/build/map-key
index 43cdefe5..385d1541 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 6a7a8a77..54a202ce 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 495d8498..6b410e66 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 <build/module>
diff --git a/build/name b/build/name
index 0af944ac..302092bf 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 4d306848..4ead47a2 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 <build/name>
diff --git a/build/operation b/build/operation
index fc5651f1..45e054f3 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 39de5f36..f0594ada 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 <build/operation>
diff --git a/build/options.cli b/build/options.cli
index af28992c..67eeba27 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 <cstdint>;
diff --git a/build/parser b/build/parser
index ccacb248..35b2f326 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 6a64d0e3..97e8733a 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 <build/parser>
diff --git a/build/path b/build/path
index 4c34a588..94af711f 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 f5f2d4f3..c2130dac 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 80a14e07..ae28143f 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 <build/path-io>
diff --git a/build/path-map b/build/path-map
index 2b32b0d1..b95f2a66 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 899dc8f2..3a3ea3dd 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 <build/path>
diff --git a/build/path.ixx b/build/path.ixx
index 8ee6a33b..9193fba1 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 67a271df..c664eaf3 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 <vector>
diff --git a/build/prefix-map b/build/prefix-map
index 5214faef..885d2842 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 a8bf0281..528fd3c5 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 f46cb985..e65921ef 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 da6b8ba4..7ccf37d1 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 <build/prerequisite>
diff --git a/build/process b/build/process
index 0b45846f..0e1a8c95 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 f5610002..53e66c31 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 <build/process>
diff --git a/build/rule b/build/rule
index e6dbd5a3..32e8c66a 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 475d8122..a99611b1 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 <build/rule>
diff --git a/build/scope b/build/scope
index 2975fd03..60515344 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 4503c6da..0495011e 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 <build/scope>
diff --git a/build/search b/build/search
index 1f90a8ab..d5e2c04a 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 bdc59175..dc59a9b7 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 <build/search>
diff --git a/build/spec b/build/spec
index 4a6036a3..bdfda4c1 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 f796ad91..bdca7634 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 <build/spec>
diff --git a/build/string-table b/build/string-table
index 7a74024d..a4fae368 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 67d93c9e..7bd98648 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 <limits> // numeric_limits
diff --git a/build/target b/build/target
index 7776a77d..d7bdd04d 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 b18125f1..2fa21860 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 5e421c32..164a13f4 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 <build/target>
diff --git a/build/target.ixx b/build/target.ixx
index 45a8c69e..837769ee 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 04a0c296..3479a777 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 0d450eac..9d6e70c4 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 <build/timestamp>
diff --git a/build/token b/build/token
index 7b0223bc..3b9edb1f 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 33d30a82..22f5b755 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 <build/token>
diff --git a/build/types b/build/types
index 68500560..c29890a2 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 064a95f8..db8e94c2 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 d84db52c..bc2c5599 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 <build/utility>
diff --git a/build/variable b/build/variable
index c3532463..ec5fa85a 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 ce1890d4..6a40bc73 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 <build/variable>
diff --git a/build/variable.ixx b/build/variable.ixx
index 576d0cb4..7cbd8f4b 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 5b29b7dd..f77656dd 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 <string>
diff --git a/tests/build/parser/driver.cxx b/tests/build/parser/driver.cxx
index 681db384..57d92678 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 <cassert>
diff --git a/tests/build/path/driver.cxx b/tests/build/path/driver.cxx
index 3aa624c3..58839d43 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 <cassert>
diff --git a/tests/build/prefix-map/driver.cxx b/tests/build/prefix-map/driver.cxx
index 2110d31e..bbbd472e 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 <string>