From bd767361efe4b9a80010c41613a2970b06504bff Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Feb 2020 15:13:01 +0300 Subject: Drop copyright notice from source code --- build2/b.cli | 1 - build2/b.cxx | 1 - build2/buildfile | 1 - build2/cli/init.cxx | 1 - build2/cli/init.hxx | 1 - build2/cli/rule.cxx | 1 - build2/cli/rule.hxx | 1 - build2/cli/target.cxx | 1 - build2/cli/target.hxx | 1 - build2/types-parsers.cxx | 1 - build2/types-parsers.hxx | 1 - 11 files changed, 11 deletions(-) (limited to 'build2') 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 ; 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 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 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 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 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. -- cgit v1.1