aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/config
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 15:13:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 15:13:01 +0300
commitbd767361efe4b9a80010c41613a2970b06504bff (patch)
tree9cf02058c89f6f613483d54dc9e063becd1e2d62 /libbuild2/config
parent99173955614b657f9a673bf163ade1be1f22ee31 (diff)
Drop copyright notice from source code
Diffstat (limited to 'libbuild2/config')
-rw-r--r--libbuild2/config/functions.cxx1
-rw-r--r--libbuild2/config/host-config.cxx.in1
-rw-r--r--libbuild2/config/init.cxx1
-rw-r--r--libbuild2/config/init.hxx1
-rw-r--r--libbuild2/config/module.cxx1
-rw-r--r--libbuild2/config/module.hxx1
-rw-r--r--libbuild2/config/operation.cxx1
-rw-r--r--libbuild2/config/operation.hxx1
-rw-r--r--libbuild2/config/utility.cxx1
-rw-r--r--libbuild2/config/utility.hxx1
-rw-r--r--libbuild2/config/utility.txx1
11 files changed, 0 insertions, 11 deletions
diff --git a/libbuild2/config/functions.cxx b/libbuild2/config/functions.cxx
index 1fada98..aaf74ec 100644
--- a/libbuild2/config/functions.cxx
+++ b/libbuild2/config/functions.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/config/functions.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <sstream>
diff --git a/libbuild2/config/host-config.cxx.in b/libbuild2/config/host-config.cxx.in
index 46cd912..2e45c46 100644
--- a/libbuild2/config/host-config.cxx.in
+++ b/libbuild2/config/host-config.cxx.in
@@ -1,5 +1,4 @@
// file : libbuild2/config/host-config.cxx.in -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
namespace build2
diff --git a/libbuild2/config/init.cxx b/libbuild2/config/init.cxx
index 2f47486..5e13de7 100644
--- a/libbuild2/config/init.cxx
+++ b/libbuild2/config/init.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/config/init.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/config/init.hxx>
diff --git a/libbuild2/config/init.hxx b/libbuild2/config/init.hxx
index d602ec9..8fe54e0 100644
--- a/libbuild2/config/init.hxx
+++ b/libbuild2/config/init.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/config/init.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_CONFIG_INIT_HXX
diff --git a/libbuild2/config/module.cxx b/libbuild2/config/module.cxx
index f2fcb79..176eef0 100644
--- a/libbuild2/config/module.cxx
+++ b/libbuild2/config/module.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/config/module.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/config/module.hxx>
diff --git a/libbuild2/config/module.hxx b/libbuild2/config/module.hxx
index 297db0a..28c73a3 100644
--- a/libbuild2/config/module.hxx
+++ b/libbuild2/config/module.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/config/module.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_CONFIG_MODULE_HXX
diff --git a/libbuild2/config/operation.cxx b/libbuild2/config/operation.cxx
index 81b99be..7b134c1 100644
--- a/libbuild2/config/operation.cxx
+++ b/libbuild2/config/operation.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/config/operation.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/config/operation.hxx>
diff --git a/libbuild2/config/operation.hxx b/libbuild2/config/operation.hxx
index 79539b5..a887eb7 100644
--- a/libbuild2/config/operation.hxx
+++ b/libbuild2/config/operation.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/config/operation.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_CONFIG_OPERATION_HXX
diff --git a/libbuild2/config/utility.cxx b/libbuild2/config/utility.cxx
index fd87c39..98047b7 100644
--- a/libbuild2/config/utility.cxx
+++ b/libbuild2/config/utility.cxx
@@ -1,5 +1,4 @@
// file : libbuild2/config/utility.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/config/utility.hxx>
diff --git a/libbuild2/config/utility.hxx b/libbuild2/config/utility.hxx
index b6a49da..6890574 100644
--- a/libbuild2/config/utility.hxx
+++ b/libbuild2/config/utility.hxx
@@ -1,5 +1,4 @@
// file : libbuild2/config/utility.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUILD2_CONFIG_UTILITY_HXX
diff --git a/libbuild2/config/utility.txx b/libbuild2/config/utility.txx
index 8c92f86..b5d2174 100644
--- a/libbuild2/config/utility.txx
+++ b/libbuild2/config/utility.txx
@@ -1,5 +1,4 @@
// file : libbuild2/config/utility.txx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbuild2/scope.hxx>