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/cxx | |
parent | 99173955614b657f9a673bf163ade1be1f22ee31 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'libbuild2/cxx')
-rw-r--r-- | libbuild2/cxx/buildfile | 1 | ||||
-rw-r--r-- | libbuild2/cxx/export.hxx | 1 | ||||
-rw-r--r-- | libbuild2/cxx/init.cxx | 1 | ||||
-rw-r--r-- | libbuild2/cxx/init.hxx | 1 | ||||
-rw-r--r-- | libbuild2/cxx/target.cxx | 1 | ||||
-rw-r--r-- | libbuild2/cxx/target.hxx | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/libbuild2/cxx/buildfile b/libbuild2/cxx/buildfile index 475c28f..429027a 100644 --- a/libbuild2/cxx/buildfile +++ b/libbuild2/cxx/buildfile @@ -1,5 +1,4 @@ # file : libbuild2/cxx/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file include ../ diff --git a/libbuild2/cxx/export.hxx b/libbuild2/cxx/export.hxx index 64df2f7..29fa3b9 100644 --- a/libbuild2/cxx/export.hxx +++ b/libbuild2/cxx/export.hxx @@ -1,5 +1,4 @@ // file : libbuild2/cxx/export.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #pragma once diff --git a/libbuild2/cxx/init.cxx b/libbuild2/cxx/init.cxx index e44b6fe..901fd8f 100644 --- a/libbuild2/cxx/init.cxx +++ b/libbuild2/cxx/init.cxx @@ -1,5 +1,4 @@ // file : libbuild2/cxx/init.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <libbuild2/cxx/init.hxx> diff --git a/libbuild2/cxx/init.hxx b/libbuild2/cxx/init.hxx index a6398de..094fea4 100644 --- a/libbuild2/cxx/init.hxx +++ b/libbuild2/cxx/init.hxx @@ -1,5 +1,4 @@ // file : libbuild2/cxx/init.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUILD2_CXX_INIT_HXX diff --git a/libbuild2/cxx/target.cxx b/libbuild2/cxx/target.cxx index 25dfa3a..982dcb4 100644 --- a/libbuild2/cxx/target.cxx +++ b/libbuild2/cxx/target.cxx @@ -1,5 +1,4 @@ // file : libbuild2/cxx/target.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <libbuild2/cxx/target.hxx> diff --git a/libbuild2/cxx/target.hxx b/libbuild2/cxx/target.hxx index 3cf2882..cddab68 100644 --- a/libbuild2/cxx/target.hxx +++ b/libbuild2/cxx/target.hxx @@ -1,5 +1,4 @@ // file : libbuild2/cxx/target.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBUILD2_CXX_TARGET_HXX |