aboutsummaryrefslogtreecommitdiff
path: root/build/bin
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/bin
parent40537e7e0941926168226f8a841544f3536a55cb (diff)
Correct copyright
Diffstat (limited to 'build/bin')
-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
6 files changed, 6 insertions, 6 deletions
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 <build/bin/module>
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 <build/bin/rule>
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 <build/bin/target>