aboutsummaryrefslogtreecommitdiff
path: root/build/b.cxx
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 /build/b.cxx
parent40537e7e0941926168226f8a841544f3536a55cb (diff)
Correct copyright
Diffstat (limited to 'build/b.cxx')
-rw-r--r--build/b.cxx4
1 files changed, 2 insertions, 2 deletions
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 <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;
}