aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-14 17:58:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-14 17:58:11 +0300
commit061b59ec50c40e8757c5e9237f45a2c7ade36d62 (patch)
tree3011504dbdda8cb9c61960dd52c4935ffbd81c0b /build
parent4c0521dd31ed4d0e47b7bb2361e88538327eda62 (diff)
Drop copyright notice from source codelegacy-build-system
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.make1
-rw-r--r--build/export/libxsd-frontend/stub.make1
-rw-r--r--build/import/libcutl/configuration-rules.make1
-rwxr-xr-xbuild/import/libcutl/configure1
-rw-r--r--build/import/libcutl/stub.make1
-rw-r--r--build/import/libxerces-c/configuration-rules.make1
-rwxr-xr-xbuild/import/libxerces-c/configure1
-rw-r--r--build/import/libxerces-c/rules.make1
-rw-r--r--build/import/libxerces-c/stub.make1
-rw-r--r--build/import/libxsd-frontend/configuration-rules.make1
-rwxr-xr-xbuild/import/libxsd-frontend/configure1
-rw-r--r--build/import/libxsd-frontend/stub.make1
12 files changed, 0 insertions, 12 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make
index 6983cdd..16014f0 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -1,5 +1,4 @@
# file : build/bootstrap.make
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
project_name := libxsd-frontend
diff --git a/build/export/libxsd-frontend/stub.make b/build/export/libxsd-frontend/stub.make
index 9f3fc51..4ba6ae4 100644
--- a/build/export/libxsd-frontend/stub.make
+++ b/build/export/libxsd-frontend/stub.make
@@ -1,5 +1,4 @@
# file : build/import/libxsd-frontend/stub.make
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
$(call include-once,$(src_root)/xsd-frontend/makefile,$(out_root))
diff --git a/build/import/libcutl/configuration-rules.make b/build/import/libcutl/configuration-rules.make
index b9fcabc..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-2012 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 8adb631..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-2012 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 1ec4716..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-2012 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/libxerces-c/configuration-rules.make b/build/import/libxerces-c/configuration-rules.make
index 995e6bd..bda0a59 100644
--- a/build/import/libxerces-c/configuration-rules.make
+++ b/build/import/libxerces-c/configuration-rules.make
@@ -1,5 +1,4 @@
# file : build/import/libxerces-c/configuration-rules.make
-# copyright : Copyright (c) 2005-2009 Boris Kolpackov
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/import/libxerces-c/configuration-dynamic.make: | $(dcf_root)/import/libxerces-c/.
diff --git a/build/import/libxerces-c/configure b/build/import/libxerces-c/configure
index 45cd3da..3db09e5 100755
--- a/build/import/libxerces-c/configure
+++ b/build/import/libxerces-c/configure
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : build/import/libxerces-c/configure
-# copyright : Copyright (c) 2005-2009 Boris Kolpackov
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/build/import/libxerces-c/rules.make b/build/import/libxerces-c/rules.make
index 21ac145..b094d22 100644
--- a/build/import/libxerces-c/rules.make
+++ b/build/import/libxerces-c/rules.make
@@ -1,5 +1,4 @@
# file : build/import/libxerces-c/rules.make
-# copyright : Copyright (c) 2005-2009 Boris Kolpackov
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/import/libxerces-c/%: root := $(libxerces_c_root)
diff --git a/build/import/libxerces-c/stub.make b/build/import/libxerces-c/stub.make
index 745200d..f5bb440 100644
--- a/build/import/libxerces-c/stub.make
+++ b/build/import/libxerces-c/stub.make
@@ -1,5 +1,4 @@
# file : build/import/libxerces-c/stub.make
-# copyright : Copyright (c) 2005-2009 Boris Kolpackov
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(scf_root)/import/libxerces-c/configuration-rules.make,$(dcf_root))
diff --git a/build/import/libxsd-frontend/configuration-rules.make b/build/import/libxsd-frontend/configuration-rules.make
index 22224d8..b0b16e5 100644
--- a/build/import/libxsd-frontend/configuration-rules.make
+++ b/build/import/libxsd-frontend/configuration-rules.make
@@ -1,5 +1,4 @@
# file : build/import/libxsd-frontend/configuration-rules.make
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
$(dcf_root)/import/libxsd-frontend/configuration-dynamic.make: | $(dcf_root)/import/libxsd-frontend/.
diff --git a/build/import/libxsd-frontend/configure b/build/import/libxsd-frontend/configure
index 50d23df..1908830 100755
--- a/build/import/libxsd-frontend/configure
+++ b/build/import/libxsd-frontend/configure
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : build/import/libxsd-frontend/configure
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
diff --git a/build/import/libxsd-frontend/stub.make b/build/import/libxsd-frontend/stub.make
index 16e8085..9bf00e5 100644
--- a/build/import/libxsd-frontend/stub.make
+++ b/build/import/libxsd-frontend/stub.make
@@ -1,5 +1,4 @@
# file : build/import/libxsd-frontend/stub.make
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
$(call include-once,$(scf_root)/import/libxsd-frontend/configuration-rules.make,$(dcf_root))