aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-14 16:07:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-14 16:38:51 +0300
commitacb1f4f53ac6f9d71fec2a3cea160bdfadcf6d18 (patch)
treedfc2d90f4156c61a9d9364de5316186634394061 /build
parenta58a2a5abee405be630eec0b6c71ca36b0dd0481 (diff)
Drop copyright notice from source code
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.make1
-rw-r--r--build/configuration-rules.make1
-rw-r--r--build/configuration.make1
-rwxr-xr-xbuild/configure1
-rwxr-xr-xbuild/dist1
-rw-r--r--build/import/cli/cli-cxx.make1
-rw-r--r--build/import/cli/configuration-rules.make1
-rwxr-xr-xbuild/import/cli/configure1
-rw-r--r--build/import/cli/stub.make1
-rw-r--r--build/import/libace/configuration-rules.make1
-rwxr-xr-xbuild/import/libace/configure1
-rw-r--r--build/import/libace/rules.make1
-rw-r--r--build/import/libace/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/libxsd-frontend/configuration-rules.make1
-rwxr-xr-xbuild/import/libxsd-frontend/configure1
-rw-r--r--build/import/libxsd-frontend/stub.make1
-rw-r--r--build/xsde/hybrid/xsd-cxx.make1
-rw-r--r--build/xsde/parser/xsd-cxx.make1
-rw-r--r--build/xsde/serializer/xsd-cxx.make1
22 files changed, 0 insertions, 22 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make
index bb09852..12d447e 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 := xsd/e
diff --git a/build/configuration-rules.make b/build/configuration-rules.make
index b0ed367..e5e2b08 100644
--- a/build/configuration-rules.make
+++ b/build/configuration-rules.make
@@ -1,5 +1,4 @@
# file : build/configuration-rules.make
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
$(dcf_root)/configuration-dynamic.make: | $(dcf_root)/.
diff --git a/build/configuration.make b/build/configuration.make
index e8b3f04..55239f8 100644
--- a/build/configuration.make
+++ b/build/configuration.make
@@ -1,5 +1,4 @@
# file : build/configuration.make
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
$(call include-once,$(scf_root)/configuration-rules.make,$(dcf_root))
diff --git a/build/configure b/build/configure
index 576e479..7660fb1 100755
--- a/build/configure
+++ b/build/configure
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : build/configure
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
# $1 out file
diff --git a/build/dist b/build/dist
index 333e6c6..7074fa6 100755
--- a/build/dist
+++ b/build/dist
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : build/dist
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
# Create test distribution and generate makefiles.
diff --git a/build/import/cli/cli-cxx.make b/build/import/cli/cli-cxx.make
index cd009d9..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-2012 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 5fb2485..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-2012 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 ae1e512..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-2012 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 3704723..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-2012 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/libace/configuration-rules.make b/build/import/libace/configuration-rules.make
index 716541d..380e849 100644
--- a/build/import/libace/configuration-rules.make
+++ b/build/import/libace/configuration-rules.make
@@ -1,5 +1,4 @@
# file : build/import/libace/configuration-rules.make
-# copyright : Copyright (c) 2005-2008 Boris Kolpackov
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/import/libace/configuration-dynamic.make: | $(dcf_root)/import/libace/.
diff --git a/build/import/libace/configure b/build/import/libace/configure
index a7d03ad..36aec69 100755
--- a/build/import/libace/configure
+++ b/build/import/libace/configure
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : build/import/libace/configure
-# copyright : Copyright (c) 2005-2008 Boris Kolpackov
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/build/import/libace/rules.make b/build/import/libace/rules.make
index 82ce2f2..f183051 100644
--- a/build/import/libace/rules.make
+++ b/build/import/libace/rules.make
@@ -1,5 +1,4 @@
# file : build/import/libace/rules.make
-# copyright : Copyright (c) 2005-2008 Boris Kolpackov
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/import/libace/%: root := $(libace_root)
diff --git a/build/import/libace/stub.make b/build/import/libace/stub.make
index 3277234..fba22d5 100644
--- a/build/import/libace/stub.make
+++ b/build/import/libace/stub.make
@@ -1,5 +1,4 @@
# file : build/import/libace/stub.make
-# copyright : Copyright (c) 2005-2008 Boris Kolpackov
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(scf_root)/import/libace/configuration-rules.make,$(dcf_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/libxsd-frontend/configuration-rules.make b/build/import/libxsd-frontend/configuration-rules.make
index bb3cf95..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-2009 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 6aa2764..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-2009 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 5704312..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-2009 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))
diff --git a/build/xsde/hybrid/xsd-cxx.make b/build/xsde/hybrid/xsd-cxx.make
index a20f1f2..3b915d6 100644
--- a/build/xsde/hybrid/xsd-cxx.make
+++ b/build/xsde/hybrid/xsd-cxx.make
@@ -1,5 +1,4 @@
# file : build/xsde/hybrid/xsd-cxx.make
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#@@ Need to use extensions from cxx config.
diff --git a/build/xsde/parser/xsd-cxx.make b/build/xsde/parser/xsd-cxx.make
index be49ff0..ff512b0 100644
--- a/build/xsde/parser/xsd-cxx.make
+++ b/build/xsde/parser/xsd-cxx.make
@@ -1,5 +1,4 @@
# file : build/xsde/parser/xsd-cxx.make
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#@@ Need to use extensions from cxx config.
diff --git a/build/xsde/serializer/xsd-cxx.make b/build/xsde/serializer/xsd-cxx.make
index c4187f5..bebc323 100644
--- a/build/xsde/serializer/xsd-cxx.make
+++ b/build/xsde/serializer/xsd-cxx.make
@@ -1,5 +1,4 @@
# file : build/xsde/serializer/xsd-cxx.make
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#@@ Need to use extensions from cxx config.