diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-12 14:30:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-13 14:48:38 +0300 |
commit | 4af884fd8e6dd8b538eede13b82ed6004c085f01 (patch) | |
tree | 4e3893c611800732e9ac3942c205c7c199fa61b2 /build | |
parent | 86eb3f9935fa6c9c7a50a8b7d246421e1e591f4c (diff) |
Drop copyright notice from source code
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 1 | ||||
-rw-r--r-- | build/bootstrap.make | 1 | ||||
-rw-r--r-- | build/configuration-rules.make | 1 | ||||
-rw-r--r-- | build/configuration.make | 1 | ||||
-rwxr-xr-x | build/configure | 1 | ||||
-rw-r--r-- | build/export.build | 1 | ||||
-rw-r--r-- | build/export/libodb/stub.make | 1 | ||||
-rw-r--r-- | build/import/libodb/configuration-rules.make | 1 | ||||
-rwxr-xr-x | build/import/libodb/configure | 1 | ||||
-rw-r--r-- | build/import/libodb/stub.make | 1 | ||||
-rw-r--r-- | build/root.build | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 783341d..9c8d1a9 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 v2; see accompanying LICENSE file project = libodb diff --git a/build/bootstrap.make b/build/bootstrap.make index d87cf18..f26a5dc 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 v2; see accompanying LICENSE file project_name := libodb diff --git a/build/configuration-rules.make b/build/configuration-rules.make index 895ac81..adfaf3c 100644 --- a/build/configuration-rules.make +++ b/build/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/configuration-rules.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/configuration-dynamic.make: | $(dcf_root)/. diff --git a/build/configuration.make b/build/configuration.make index 39ab11a..7a00b14 100644 --- a/build/configuration.make +++ b/build/configuration.make @@ -1,5 +1,4 @@ # file : build/configuration.make -# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/configuration-rules.make,$(dcf_root)) diff --git a/build/configure b/build/configure index 977bc3a..0109cb2 100755 --- a/build/configure +++ b/build/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/configure -# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # $1 out file diff --git a/build/export.build b/build/export.build index 59d866f..56312c8 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 v2; see accompanying LICENSE file $out_root/ diff --git a/build/export/libodb/stub.make b/build/export/libodb/stub.make index d3a2bf3..10eeb22 100644 --- a/build/export/libodb/stub.make +++ b/build/export/libodb/stub.make @@ -1,5 +1,4 @@ # file : build/export/libodb/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(src_root)/odb/makefile,$(out_root)) diff --git a/build/import/libodb/configuration-rules.make b/build/import/libodb/configuration-rules.make index 872cbb3..340c418 100644 --- a/build/import/libodb/configuration-rules.make +++ b/build/import/libodb/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libodb/configuration-rules.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libodb/configuration-dynamic.make: | $(dcf_root)/import/libodb/. diff --git a/build/import/libodb/configure b/build/import/libodb/configure index 0d57a5f..261a202 100755 --- a/build/import/libodb/configure +++ b/build/import/libodb/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libodb/configure -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb/stub.make b/build/import/libodb/stub.make index 6b7088d..04dc786 100644 --- a/build/import/libodb/stub.make +++ b/build/import/libodb/stub.make @@ -1,5 +1,4 @@ # file : build/import/libodb/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb/configuration-rules.make,$(dcf_root)) diff --git a/build/root.build b/build/root.build index 653ded7..882047d 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 v2; see accompanying LICENSE file cxx.std = latest |