aboutsummaryrefslogtreecommitdiff
path: root/inheritance
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 13:40:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 13:40:47 +0300
commit4fce4ddd264f6a721d01947024a0ee7a58864193 (patch)
tree35dc3a907fb3b22dceb112630055b6a149cad988 /inheritance
parent2e7fed7a983f15493990957c31651a78988c360f (diff)
Drop copyright notice from source code
Diffstat (limited to 'inheritance')
-rw-r--r--inheritance/polymorphism/makefile1
-rw-r--r--inheritance/reuse/makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/inheritance/polymorphism/makefile b/inheritance/polymorphism/makefile
index 0a97f1e..38ef06a 100644
--- a/inheritance/polymorphism/makefile
+++ b/inheritance/polymorphism/makefile
@@ -1,5 +1,4 @@
# file : inheritance/polymorphism/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/inheritance/reuse/makefile b/inheritance/reuse/makefile
index fac5583..9477844 100644
--- a/inheritance/reuse/makefile
+++ b/inheritance/reuse/makefile
@@ -1,5 +1,4 @@
# file : inheritance/reuse/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make