diff options
Diffstat (limited to 'build/cxx')
-rw-r--r-- | build/cxx/module | 2 | ||||
-rw-r--r-- | build/cxx/module.cxx | 2 | ||||
-rw-r--r-- | build/cxx/rule | 2 | ||||
-rw-r--r-- | build/cxx/rule.cxx | 2 | ||||
-rw-r--r-- | build/cxx/target | 2 | ||||
-rw-r--r-- | build/cxx/target.cxx | 2 |
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> |