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