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/in | |
parent | 99173955614b657f9a673bf163ade1be1f22ee31 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'libbuild2/in')
-rw-r--r-- | libbuild2/in/buildfile | 1 | ||||
-rw-r--r-- | libbuild2/in/export.hxx | 1 | ||||
-rw-r--r-- | libbuild2/in/init.cxx | 1 | ||||
-rw-r--r-- | libbuild2/in/init.hxx | 1 | ||||
-rw-r--r-- | libbuild2/in/rule.cxx | 1 | ||||
-rw-r--r-- | libbuild2/in/rule.hxx | 1 | ||||
-rw-r--r-- | libbuild2/in/target.cxx | 1 | ||||
-rw-r--r-- | libbuild2/in/target.hxx | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/libbuild2/in/buildfile b/libbuild2/in/buildfile index a07e131..b9d51d6 100644 --- a/libbuild2/in/buildfile +++ b/libbuild2/in/buildfile @@ -1,5 +1,4 @@ # file : libbuild2/in/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file include ../ diff --git a/libbuild2/in/export.hxx b/libbuild2/in/export.hxx index 776f647..687303f 100644 --- a/libbuild2/in/export.hxx +++ b/libbuild2/in/export.hxx @@ -1,5 +1,4 @@ // file : libbuild2/in/export.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once diff --git a/libbuild2/in/init.cxx b/libbuild2/in/init.cxx index bbf5d43..6cd2f96 100644 --- a/libbuild2/in/init.cxx +++ b/libbuild2/in/init.cxx @@ -1,5 +1,4 @@ // file : libbuild2/in/init.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <libbuild2/in/init.hxx> diff --git a/libbuild2/in/init.hxx b/libbuild2/in/init.hxx index 29e3e61..787c24a 100644 --- a/libbuild2/in/init.hxx +++ b/libbuild2/in/init.hxx @@ -1,5 +1,4 @@ // file : libbuild2/in/init.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUILD2_IN_INIT_HXX diff --git a/libbuild2/in/rule.cxx b/libbuild2/in/rule.cxx index 593fb6d..f2c6ce4 100644 --- a/libbuild2/in/rule.cxx +++ b/libbuild2/in/rule.cxx @@ -1,5 +1,4 @@ // file : libbuild2/in/rule.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <libbuild2/in/rule.hxx> diff --git a/libbuild2/in/rule.hxx b/libbuild2/in/rule.hxx index 0daf6c0..653818f 100644 --- a/libbuild2/in/rule.hxx +++ b/libbuild2/in/rule.hxx @@ -1,5 +1,4 @@ // file : libbuild2/in/rule.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUILD2_IN_RULE_HXX diff --git a/libbuild2/in/target.cxx b/libbuild2/in/target.cxx index 490ab10..0affc04 100644 --- a/libbuild2/in/target.cxx +++ b/libbuild2/in/target.cxx @@ -1,5 +1,4 @@ // file : libbuild2/in/target.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <libbuild2/in/target.hxx> diff --git a/libbuild2/in/target.hxx b/libbuild2/in/target.hxx index 5e3438d..20a0c44 100644 --- a/libbuild2/in/target.hxx +++ b/libbuild2/in/target.hxx @@ -1,5 +1,4 @@ // file : libbuild2/in/target.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUILD2_IN_TARGET_HXX |