aboutsummaryrefslogtreecommitdiff
path: root/build2
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 /build2
parent99173955614b657f9a673bf163ade1be1f22ee31 (diff)
Drop copyright notice from source code
Diffstat (limited to 'build2')
-rw-r--r--build2/b.cli1
-rw-r--r--build2/b.cxx1
-rw-r--r--build2/buildfile1
-rw-r--r--build2/cli/init.cxx1
-rw-r--r--build2/cli/init.hxx1
-rw-r--r--build2/cli/rule.cxx1
-rw-r--r--build2/cli/rule.hxx1
-rw-r--r--build2/cli/target.cxx1
-rw-r--r--build2/cli/target.hxx1
-rw-r--r--build2/types-parsers.cxx1
-rw-r--r--build2/types-parsers.hxx1
11 files changed, 0 insertions, 11 deletions
diff --git a/build2/b.cli b/build2/b.cli
index 532688f..c6a4e3e 100644
--- a/build2/b.cli
+++ b/build2/b.cli
@@ -1,5 +1,4 @@
// file : build2/b.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <set>;
diff --git a/build2/b.cxx b/build2/b.cxx
index b7e534e..aab73c1 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -1,5 +1,4 @@
// file : build2/b.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef _WIN32
diff --git a/build2/buildfile b/build2/buildfile
index 7b9bb7a..da32525 100644
--- a/build2/buildfile
+++ b/build2/buildfile
@@ -1,5 +1,4 @@
# file : build2/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
diff --git a/build2/cli/init.cxx b/build2/cli/init.cxx
index 18c7ff9..f3f5840 100644
--- a/build2/cli/init.cxx
+++ b/build2/cli/init.cxx
@@ -1,5 +1,4 @@
// file : build2/cli/init.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cli/init.hxx>
diff --git a/build2/cli/init.hxx b/build2/cli/init.hxx
index 4bb7d0d..d5998f5 100644
--- a/build2/cli/init.hxx
+++ b/build2/cli/init.hxx
@@ -1,5 +1,4 @@
// file : build2/cli/init.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CLI_INIT_HXX
diff --git a/build2/cli/rule.cxx b/build2/cli/rule.cxx
index 8bb124b..9917f1a 100644
--- a/build2/cli/rule.cxx
+++ b/build2/cli/rule.cxx
@@ -1,5 +1,4 @@
// file : build2/cli/rule.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cli/rule.hxx>
diff --git a/build2/cli/rule.hxx b/build2/cli/rule.hxx
index e839999..aa3b8fa 100644
--- a/build2/cli/rule.hxx
+++ b/build2/cli/rule.hxx
@@ -1,5 +1,4 @@
// file : build2/cli/rule.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CLI_RULE_HXX
diff --git a/build2/cli/target.cxx b/build2/cli/target.cxx
index 2fd70f7..09f3e10 100644
--- a/build2/cli/target.cxx
+++ b/build2/cli/target.cxx
@@ -1,5 +1,4 @@
// file : build2/cli/target.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cli/target.hxx>
diff --git a/build2/cli/target.hxx b/build2/cli/target.hxx
index cf66a44..722bb5f 100644
--- a/build2/cli/target.hxx
+++ b/build2/cli/target.hxx
@@ -1,5 +1,4 @@
// file : build2/cli/target.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CLI_TARGET_HXX
diff --git a/build2/types-parsers.cxx b/build2/types-parsers.cxx
index 48d4c51..3593143 100644
--- a/build2/types-parsers.cxx
+++ b/build2/types-parsers.cxx
@@ -1,5 +1,4 @@
// file : build2/types-parsers.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/types-parsers.hxx>
diff --git a/build2/types-parsers.hxx b/build2/types-parsers.hxx
index db55c05..d39a096 100644
--- a/build2/types-parsers.hxx
+++ b/build2/types-parsers.hxx
@@ -1,5 +1,4 @@
// file : build2/types-parsers.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// CLI parsers, included into the generated source files.