diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 15:13:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 15:13:01 +0300 |
commit | bd767361efe4b9a80010c41613a2970b06504bff (patch) | |
tree | 9cf02058c89f6f613483d54dc9e063becd1e2d62 /libbuild2/dist | |
parent | 99173955614b657f9a673bf163ade1be1f22ee31 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'libbuild2/dist')
-rw-r--r-- | libbuild2/dist/init.cxx | 1 | ||||
-rw-r--r-- | libbuild2/dist/init.hxx | 1 | ||||
-rw-r--r-- | libbuild2/dist/module.cxx | 1 | ||||
-rw-r--r-- | libbuild2/dist/module.hxx | 1 | ||||
-rw-r--r-- | libbuild2/dist/operation.cxx | 1 | ||||
-rw-r--r-- | libbuild2/dist/operation.hxx | 1 | ||||
-rw-r--r-- | libbuild2/dist/rule.cxx | 1 | ||||
-rw-r--r-- | libbuild2/dist/rule.hxx | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/libbuild2/dist/init.cxx b/libbuild2/dist/init.cxx index 30cd56b..ff2d757 100644 --- a/libbuild2/dist/init.cxx +++ b/libbuild2/dist/init.cxx @@ -1,5 +1,4 @@ // file : libbuild2/dist/init.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <libbuild2/dist/init.hxx> diff --git a/libbuild2/dist/init.hxx b/libbuild2/dist/init.hxx index 6069252..672c7cf 100644 --- a/libbuild2/dist/init.hxx +++ b/libbuild2/dist/init.hxx @@ -1,5 +1,4 @@ // file : libbuild2/dist/init.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUILD2_DIST_INIT_HXX diff --git a/libbuild2/dist/module.cxx b/libbuild2/dist/module.cxx index e9b9955..66f5d6f 100644 --- a/libbuild2/dist/module.cxx +++ b/libbuild2/dist/module.cxx @@ -1,5 +1,4 @@ // file : libbuild2/dist/module.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <libbuild2/dist/module.hxx> diff --git a/libbuild2/dist/module.hxx b/libbuild2/dist/module.hxx index 983aebc..95dbc53 100644 --- a/libbuild2/dist/module.hxx +++ b/libbuild2/dist/module.hxx @@ -1,5 +1,4 @@ // file : libbuild2/dist/module.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUILD2_DIST_MODULE_HXX diff --git a/libbuild2/dist/operation.cxx b/libbuild2/dist/operation.cxx index 90be2c0..cc16e9b 100644 --- a/libbuild2/dist/operation.cxx +++ b/libbuild2/dist/operation.cxx @@ -1,5 +1,4 @@ // file : libbuild2/dist/operation.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <libbuild2/dist/operation.hxx> diff --git a/libbuild2/dist/operation.hxx b/libbuild2/dist/operation.hxx index aa59c36..8030590 100644 --- a/libbuild2/dist/operation.hxx +++ b/libbuild2/dist/operation.hxx @@ -1,5 +1,4 @@ // file : libbuild2/dist/operation.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUILD2_DIST_OPERATION_HXX diff --git a/libbuild2/dist/rule.cxx b/libbuild2/dist/rule.cxx index 357d70e..31f34e4 100644 --- a/libbuild2/dist/rule.cxx +++ b/libbuild2/dist/rule.cxx @@ -1,5 +1,4 @@ // file : libbuild2/dist/rule.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <libbuild2/dist/rule.hxx> diff --git a/libbuild2/dist/rule.hxx b/libbuild2/dist/rule.hxx index edcface..28caa68 100644 --- a/libbuild2/dist/rule.hxx +++ b/libbuild2/dist/rule.hxx @@ -1,5 +1,4 @@ // file : libbuild2/dist/rule.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUILD2_DIST_RULE_HXX |