summaryrefslogtreecommitdiff
path: root/dist/examples/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-14 12:05:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-14 12:05:36 +0300
commit5b5e51d11a2c562458ac808e001a785a511eae86 (patch)
treef9d4acf3bfe19156d55fe6a326d13923c9b984aa /dist/examples/build
parent8e6bca2427cb62d6820a430e2f31bd1713fa8004 (diff)
Drop copyright notice from source code
Diffstat (limited to 'dist/examples/build')
-rw-r--r--dist/examples/build/cxx/compilers.make1
-rw-r--r--dist/examples/build/cxx/rules.make1
-rw-r--r--dist/examples/build/xsd/common.make1
-rw-r--r--dist/examples/build/xsd/parser-rules.make1
-rw-r--r--dist/examples/build/xsd/tree-rules.make1
5 files changed, 0 insertions, 5 deletions
diff --git a/dist/examples/build/cxx/compilers.make b/dist/examples/build/cxx/compilers.make
index 53314f5..a3a97be 100644
--- a/dist/examples/build/cxx/compilers.make
+++ b/dist/examples/build/cxx/compilers.make
@@ -1,5 +1,4 @@
# file : examples/build/cxx/compilers.make
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
CXX := g++
diff --git a/dist/examples/build/cxx/rules.make b/dist/examples/build/cxx/rules.make
index 7217769..9f31128 100644
--- a/dist/examples/build/cxx/rules.make
+++ b/dist/examples/build/cxx/rules.make
@@ -1,5 +1,4 @@
# file : examples/build/cxx/rules.make
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(root)/build/cxx/compilers.make
diff --git a/dist/examples/build/xsd/common.make b/dist/examples/build/xsd/common.make
index 26ecd07..ccd5a42 100644
--- a/dist/examples/build/xsd/common.make
+++ b/dist/examples/build/xsd/common.make
@@ -1,5 +1,4 @@
# file : examples/build/xsd/common.make
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
XSD := $(shell if test -x $(root)/../bin/xsd; \
diff --git a/dist/examples/build/xsd/parser-rules.make b/dist/examples/build/xsd/parser-rules.make
index 6edd183..13addaa 100644
--- a/dist/examples/build/xsd/parser-rules.make
+++ b/dist/examples/build/xsd/parser-rules.make
@@ -1,5 +1,4 @@
# file : examples/build/xsd/parser-rules.make
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(root)/build/xsd/common.make
diff --git a/dist/examples/build/xsd/tree-rules.make b/dist/examples/build/xsd/tree-rules.make
index 4cf6033..2f188cc 100644
--- a/dist/examples/build/xsd/tree-rules.make
+++ b/dist/examples/build/xsd/tree-rules.make
@@ -1,5 +1,4 @@
# file : examples/build/xsd/tree-rules.make
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(root)/build/xsd/common.make