aboutsummaryrefslogtreecommitdiff
path: root/examples
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 /examples
parenta58a2a5abee405be630eec0b6c71ca36b0dd0481 (diff)
Drop copyright notice from source code
Diffstat (limited to 'examples')
-rw-r--r--examples/cxx/hybrid/allocator/makefile1
-rw-r--r--examples/cxx/hybrid/binary/cdr/makefile1
-rw-r--r--examples/cxx/hybrid/binary/custom/makefile1
-rw-r--r--examples/cxx/hybrid/binary/makefile1
-rw-r--r--examples/cxx/hybrid/binary/xdr/makefile1
-rw-r--r--examples/cxx/hybrid/compositors/makefile1
-rw-r--r--examples/cxx/hybrid/custom/makefile1
-rw-r--r--examples/cxx/hybrid/custom/wildcard/makefile1
-rw-r--r--examples/cxx/hybrid/evolution/ignore/makefile1
-rw-r--r--examples/cxx/hybrid/evolution/makefile1
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/makefile1
-rw-r--r--examples/cxx/hybrid/filter/makefile1
-rw-r--r--examples/cxx/hybrid/hello/makefile1
-rw-r--r--examples/cxx/hybrid/library/makefile1
-rw-r--r--examples/cxx/hybrid/makefile1
-rw-r--r--examples/cxx/hybrid/minimal/makefile1
-rw-r--r--examples/cxx/hybrid/multiroot/makefile1
-rw-r--r--examples/cxx/hybrid/polymorphism/makefile1
-rw-r--r--examples/cxx/hybrid/polyroot/makefile1
-rw-r--r--examples/cxx/hybrid/streaming/makefile1
-rw-r--r--examples/cxx/hybrid/wildcard/makefile1
-rw-r--r--examples/cxx/makefile1
-rw-r--r--examples/cxx/parser/generated/makefile1
-rw-r--r--examples/cxx/parser/hello/makefile1
-rw-r--r--examples/cxx/parser/library/makefile1
-rw-r--r--examples/cxx/parser/makefile1
-rw-r--r--examples/cxx/parser/minimal/makefile1
-rw-r--r--examples/cxx/parser/mixed/makefile1
-rw-r--r--examples/cxx/parser/multiroot/makefile1
-rw-r--r--examples/cxx/parser/polymorphism/makefile1
-rw-r--r--examples/cxx/parser/polyroot/makefile1
-rw-r--r--examples/cxx/parser/wildcard/makefile1
-rw-r--r--examples/cxx/serializer/hello/makefile1
-rw-r--r--examples/cxx/serializer/library/makefile1
-rw-r--r--examples/cxx/serializer/makefile1
-rw-r--r--examples/cxx/serializer/minimal/makefile1
-rw-r--r--examples/cxx/serializer/polymorphism/makefile1
-rw-r--r--examples/cxx/serializer/polyroot/makefile1
-rw-r--r--examples/cxx/serializer/wildcard/makefile1
-rw-r--r--examples/makefile1
40 files changed, 0 insertions, 40 deletions
diff --git a/examples/cxx/hybrid/allocator/makefile b/examples/cxx/hybrid/allocator/makefile
index 759156b..39d684d 100644
--- a/examples/cxx/hybrid/allocator/makefile
+++ b/examples/cxx/hybrid/allocator/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/allocator/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/binary/cdr/makefile b/examples/cxx/hybrid/binary/cdr/makefile
index ed5f3f6..f25e96d 100644
--- a/examples/cxx/hybrid/binary/cdr/makefile
+++ b/examples/cxx/hybrid/binary/cdr/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/binary/cdr/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/binary/custom/makefile b/examples/cxx/hybrid/binary/custom/makefile
index 8a44890..2f4e3a0 100644
--- a/examples/cxx/hybrid/binary/custom/makefile
+++ b/examples/cxx/hybrid/binary/custom/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/binary/custom/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/binary/makefile b/examples/cxx/hybrid/binary/makefile
index a305edb..17ad117 100644
--- a/examples/cxx/hybrid/binary/makefile
+++ b/examples/cxx/hybrid/binary/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/binary/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/binary/xdr/makefile b/examples/cxx/hybrid/binary/xdr/makefile
index a73f6ce..653eb41 100644
--- a/examples/cxx/hybrid/binary/xdr/makefile
+++ b/examples/cxx/hybrid/binary/xdr/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/binary/xdr/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/compositors/makefile b/examples/cxx/hybrid/compositors/makefile
index 90269dd..a538f9a 100644
--- a/examples/cxx/hybrid/compositors/makefile
+++ b/examples/cxx/hybrid/compositors/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/compositors/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/custom/makefile b/examples/cxx/hybrid/custom/makefile
index fd7e890..93323e1 100644
--- a/examples/cxx/hybrid/custom/makefile
+++ b/examples/cxx/hybrid/custom/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/custom/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/custom/wildcard/makefile b/examples/cxx/hybrid/custom/wildcard/makefile
index 6e1c296..6a774b1 100644
--- a/examples/cxx/hybrid/custom/wildcard/makefile
+++ b/examples/cxx/hybrid/custom/wildcard/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/custom/wildcard/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/evolution/ignore/makefile b/examples/cxx/hybrid/evolution/ignore/makefile
index 85d8935..3a8eba7 100644
--- a/examples/cxx/hybrid/evolution/ignore/makefile
+++ b/examples/cxx/hybrid/evolution/ignore/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/evolution/ignore/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/evolution/makefile b/examples/cxx/hybrid/evolution/makefile
index d2e0901..2eb5ee9 100644
--- a/examples/cxx/hybrid/evolution/makefile
+++ b/examples/cxx/hybrid/evolution/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/evolution/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/evolution/passthrough/makefile b/examples/cxx/hybrid/evolution/passthrough/makefile
index 4d062a9..c85d497 100644
--- a/examples/cxx/hybrid/evolution/passthrough/makefile
+++ b/examples/cxx/hybrid/evolution/passthrough/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/evolution/passthrough/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/filter/makefile b/examples/cxx/hybrid/filter/makefile
index 79cde5b..4a8f19f 100644
--- a/examples/cxx/hybrid/filter/makefile
+++ b/examples/cxx/hybrid/filter/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/filter/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/hello/makefile b/examples/cxx/hybrid/hello/makefile
index adb0c06..1fc98a4 100644
--- a/examples/cxx/hybrid/hello/makefile
+++ b/examples/cxx/hybrid/hello/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/hello/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/library/makefile b/examples/cxx/hybrid/library/makefile
index f866a35..77fd8db 100644
--- a/examples/cxx/hybrid/library/makefile
+++ b/examples/cxx/hybrid/library/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/library/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/makefile b/examples/cxx/hybrid/makefile
index 739cab4..38cf4e4 100644
--- a/examples/cxx/hybrid/makefile
+++ b/examples/cxx/hybrid/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/minimal/makefile b/examples/cxx/hybrid/minimal/makefile
index a93b24f..b88631e 100644
--- a/examples/cxx/hybrid/minimal/makefile
+++ b/examples/cxx/hybrid/minimal/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/minimal/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/multiroot/makefile b/examples/cxx/hybrid/multiroot/makefile
index 9e701d6..a50a521 100644
--- a/examples/cxx/hybrid/multiroot/makefile
+++ b/examples/cxx/hybrid/multiroot/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/multiroot/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/polymorphism/makefile b/examples/cxx/hybrid/polymorphism/makefile
index d31fb99..3b984c4 100644
--- a/examples/cxx/hybrid/polymorphism/makefile
+++ b/examples/cxx/hybrid/polymorphism/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/polymorphism/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/polyroot/makefile b/examples/cxx/hybrid/polyroot/makefile
index ea49c92..7a689af 100644
--- a/examples/cxx/hybrid/polyroot/makefile
+++ b/examples/cxx/hybrid/polyroot/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/polyroot/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/streaming/makefile b/examples/cxx/hybrid/streaming/makefile
index 2512449..7de82a9 100644
--- a/examples/cxx/hybrid/streaming/makefile
+++ b/examples/cxx/hybrid/streaming/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/streaming/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/hybrid/wildcard/makefile b/examples/cxx/hybrid/wildcard/makefile
index 9e749e3..8f0ff76 100644
--- a/examples/cxx/hybrid/wildcard/makefile
+++ b/examples/cxx/hybrid/wildcard/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/wildcard/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/makefile b/examples/cxx/makefile
index 3d11c8b..fba1672 100644
--- a/examples/cxx/makefile
+++ b/examples/cxx/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/examples/cxx/parser/generated/makefile b/examples/cxx/parser/generated/makefile
index 963f6eb..0f11c58 100644
--- a/examples/cxx/parser/generated/makefile
+++ b/examples/cxx/parser/generated/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/generated/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/parser/hello/makefile b/examples/cxx/parser/hello/makefile
index ff5f629..0440d86 100644
--- a/examples/cxx/parser/hello/makefile
+++ b/examples/cxx/parser/hello/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/hello/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/parser/library/makefile b/examples/cxx/parser/library/makefile
index 91d077c..7bd656a 100644
--- a/examples/cxx/parser/library/makefile
+++ b/examples/cxx/parser/library/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/library/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/parser/makefile b/examples/cxx/parser/makefile
index e5f1733..fa0a56f 100644
--- a/examples/cxx/parser/makefile
+++ b/examples/cxx/parser/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/examples/cxx/parser/minimal/makefile b/examples/cxx/parser/minimal/makefile
index 543b1b8..243a977 100644
--- a/examples/cxx/parser/minimal/makefile
+++ b/examples/cxx/parser/minimal/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/minimal/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/parser/mixed/makefile b/examples/cxx/parser/mixed/makefile
index 2abd4c2..637cbc6 100644
--- a/examples/cxx/parser/mixed/makefile
+++ b/examples/cxx/parser/mixed/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/mixed/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/parser/multiroot/makefile b/examples/cxx/parser/multiroot/makefile
index 11a3a20..59ceeb4 100644
--- a/examples/cxx/parser/multiroot/makefile
+++ b/examples/cxx/parser/multiroot/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/multiroot/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/parser/polymorphism/makefile b/examples/cxx/parser/polymorphism/makefile
index e25c57e..ddd07f5 100644
--- a/examples/cxx/parser/polymorphism/makefile
+++ b/examples/cxx/parser/polymorphism/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/polymorphism/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/parser/polyroot/makefile b/examples/cxx/parser/polyroot/makefile
index 3739268..bb57d63 100644
--- a/examples/cxx/parser/polyroot/makefile
+++ b/examples/cxx/parser/polyroot/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/polyroot/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/parser/wildcard/makefile b/examples/cxx/parser/wildcard/makefile
index b16a774..95160b1 100644
--- a/examples/cxx/parser/wildcard/makefile
+++ b/examples/cxx/parser/wildcard/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/wildcard/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/serializer/hello/makefile b/examples/cxx/serializer/hello/makefile
index 47e8086..d3c599f 100644
--- a/examples/cxx/serializer/hello/makefile
+++ b/examples/cxx/serializer/hello/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/serializer/hello/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/serializer/library/makefile b/examples/cxx/serializer/library/makefile
index ab9c140..f6be661 100644
--- a/examples/cxx/serializer/library/makefile
+++ b/examples/cxx/serializer/library/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/serializer/library/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/serializer/makefile b/examples/cxx/serializer/makefile
index 4f83ac9..fba55cc 100644
--- a/examples/cxx/serializer/makefile
+++ b/examples/cxx/serializer/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/serializer/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/examples/cxx/serializer/minimal/makefile b/examples/cxx/serializer/minimal/makefile
index 56bd46c..bf058ee 100644
--- a/examples/cxx/serializer/minimal/makefile
+++ b/examples/cxx/serializer/minimal/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/serializer/minimal/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/serializer/polymorphism/makefile b/examples/cxx/serializer/polymorphism/makefile
index e90fbce..4045ee8 100644
--- a/examples/cxx/serializer/polymorphism/makefile
+++ b/examples/cxx/serializer/polymorphism/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/serializer/polymorphism/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/serializer/polyroot/makefile b/examples/cxx/serializer/polyroot/makefile
index 8e8e899..008e7a2 100644
--- a/examples/cxx/serializer/polyroot/makefile
+++ b/examples/cxx/serializer/polyroot/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/serializer/polyroot/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/cxx/serializer/wildcard/makefile b/examples/cxx/serializer/wildcard/makefile
index 9aa736e..4d73205 100644
--- a/examples/cxx/serializer/wildcard/makefile
+++ b/examples/cxx/serializer/wildcard/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/serializer/wildcard/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/examples/makefile b/examples/makefile
index 0d2e816..c06da48 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -1,5 +1,4 @@
# file : examples/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make