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