From 3ea7899eb449a5094ae6d7b7707bbde6f57c5dd7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 11 Feb 2020 21:24:35 +0300 Subject: Drop copyright notice from source code --- build/bootstrap.build | 1 - build/bootstrap.make | 1 - build/export.build | 1 - build/export/odb/stub.make | 1 - build/hxx/hxx-cxx.make | 1 - build/import/cli/cli-cxx.make | 1 - build/import/cli/configuration-rules.make | 1 - build/import/cli/configure | 1 - build/import/cli/stub.make | 1 - build/import/libcutl/configuration-rules.make | 1 - build/import/libcutl/configure | 1 - build/import/libcutl/stub.make | 1 - build/import/odb/configuration-rules.make | 1 - build/import/odb/configure | 1 - build/import/odb/hxx-cxx.make | 1 - build/import/odb/stub.make | 1 - build/root.build | 1 - 17 files changed, 17 deletions(-) (limited to 'build') diff --git a/build/bootstrap.build b/build/bootstrap.build index d82a776..9e30b56 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,4 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file project = odb diff --git a/build/bootstrap.make b/build/bootstrap.make index 054a073..f0c56e8 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,5 +1,4 @@ # file : build/bootstrap.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file project_name := odb diff --git a/build/export.build b/build/export.build index 0f9170b..6293a45 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,4 @@ # file : build/export.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file $out_root/ diff --git a/build/export/odb/stub.make b/build/export/odb/stub.make index 0233132..890ae22 100644 --- a/build/export/odb/stub.make +++ b/build/export/odb/stub.make @@ -1,5 +1,4 @@ # file : build/export/odb/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file $(call include-once,$(src_root)/odb/makefile,$(out_root)) diff --git a/build/hxx/hxx-cxx.make b/build/hxx/hxx-cxx.make index fc72963..cdd0f01 100644 --- a/build/hxx/hxx-cxx.make +++ b/build/hxx/hxx-cxx.make @@ -1,5 +1,4 @@ # file : build/hxx/hxx-cxx.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file # Get the C++ configuration (file extensions, and extra CPP options). diff --git a/build/import/cli/cli-cxx.make b/build/import/cli/cli-cxx.make index 3d01453..9bdf238 100644 --- a/build/import/cli/cli-cxx.make +++ b/build/import/cli/cli-cxx.make @@ -1,5 +1,4 @@ # file : build/import/cli/cli-cxx.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # Here we are operating in the importing project's space, not in diff --git a/build/import/cli/configuration-rules.make b/build/import/cli/configuration-rules.make index f13d01b..6355000 100644 --- a/build/import/cli/configuration-rules.make +++ b/build/import/cli/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/cli/configuration-rules.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(dcf_root)/import/cli/configuration-dynamic.make: | $(dcf_root)/import/cli/. diff --git a/build/import/cli/configure b/build/import/cli/configure index 944f48c..2a1fde4 100755 --- a/build/import/cli/configure +++ b/build/import/cli/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/cli/configure -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file diff --git a/build/import/cli/stub.make b/build/import/cli/stub.make index 047ba40..741b371 100644 --- a/build/import/cli/stub.make +++ b/build/import/cli/stub.make @@ -1,5 +1,4 @@ # file : build/import/cli/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(scf_root)/import/cli/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libcutl/configuration-rules.make b/build/import/libcutl/configuration-rules.make index ac6ae63..4559510 100644 --- a/build/import/libcutl/configuration-rules.make +++ b/build/import/libcutl/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libcutl/configuration-rules.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(dcf_root)/import/libcutl/configuration-dynamic.make: | $(dcf_root)/import/libcutl/. diff --git a/build/import/libcutl/configure b/build/import/libcutl/configure index d2bdd68..5c182e2 100755 --- a/build/import/libcutl/configure +++ b/build/import/libcutl/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libcutl/configure -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file diff --git a/build/import/libcutl/stub.make b/build/import/libcutl/stub.make index d831a43..11876f2 100644 --- a/build/import/libcutl/stub.make +++ b/build/import/libcutl/stub.make @@ -1,5 +1,4 @@ # file : build/import/libcutl/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libcutl/configuration-rules.make,$(dcf_root)) diff --git a/build/import/odb/configuration-rules.make b/build/import/odb/configuration-rules.make index ea66763..81d21e1 100644 --- a/build/import/odb/configuration-rules.make +++ b/build/import/odb/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/odb/configuration-rules.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file $(dcf_root)/import/odb/configuration-dynamic.make: | $(dcf_root)/import/odb/. diff --git a/build/import/odb/configure b/build/import/odb/configure index a1fcb71..6cb5f9b 100755 --- a/build/import/odb/configure +++ b/build/import/odb/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/odb/configure -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file diff --git a/build/import/odb/hxx-cxx.make b/build/import/odb/hxx-cxx.make index 7cb6f51..987acc0 100644 --- a/build/import/odb/hxx-cxx.make +++ b/build/import/odb/hxx-cxx.make @@ -1,5 +1,4 @@ # file : build/import/odb/hxx-cxx.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file # Here we are operating in the importing project's space, not in odb's. diff --git a/build/import/odb/stub.make b/build/import/odb/stub.make index cc523cf..b2fcebe 100644 --- a/build/import/odb/stub.make +++ b/build/import/odb/stub.make @@ -1,5 +1,4 @@ # file : build/import/odb/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file $(call include-once,$(scf_root)/import/odb/configuration-rules.make,$(dcf_root)) diff --git a/build/root.build b/build/root.build index 59fb3b6..296b033 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,4 @@ # file : build/root.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file cxx.std = latest -- cgit v1.1