aboutsummaryrefslogtreecommitdiff
path: root/dist/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 /dist/build
parenta58a2a5abee405be630eec0b6c71ca36b0dd0481 (diff)
Drop copyright notice from source code
Diffstat (limited to 'dist/build')
-rw-r--r--dist/build/c/rules.make1
-rw-r--r--dist/build/c/rules.nmake1
-rw-r--r--dist/build/config.make1
-rw-r--r--dist/build/config.nmake1
-rw-r--r--dist/build/cxx/rules.make1
-rw-r--r--dist/build/cxx/rules.nmake1
6 files changed, 0 insertions, 6 deletions
diff --git a/dist/build/c/rules.make b/dist/build/c/rules.make
index 828e8dc..d6782d9 100644
--- a/dist/build/c/rules.make
+++ b/dist/build/c/rules.make
@@ -1,5 +1,4 @@
# file : build/c/rules.make
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(root)/build/config.make
diff --git a/dist/build/c/rules.nmake b/dist/build/c/rules.nmake
index 9191bc9..b4af91f 100644
--- a/dist/build/c/rules.nmake
+++ b/dist/build/c/rules.nmake
@@ -1,5 +1,4 @@
# file : build/c/rules.nmake
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
!include $(root)\build\config.nmake
diff --git a/dist/build/config.make b/dist/build/config.make
index 19c6a74..4159d67 100644
--- a/dist/build/config.make
+++ b/dist/build/config.make
@@ -1,5 +1,4 @@
# file : build/config.make
-# copyright : Copyright (c) 2008-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#
diff --git a/dist/build/config.nmake b/dist/build/config.nmake
index ba622f3..c66631c 100644
--- a/dist/build/config.nmake
+++ b/dist/build/config.nmake
@@ -1,5 +1,4 @@
# file : build/config.make
-# copyright : Copyright (c) 2008-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#
diff --git a/dist/build/cxx/rules.make b/dist/build/cxx/rules.make
index 7f646e9..b592176 100644
--- a/dist/build/cxx/rules.make
+++ b/dist/build/cxx/rules.make
@@ -1,5 +1,4 @@
# file : 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/config.make
diff --git a/dist/build/cxx/rules.nmake b/dist/build/cxx/rules.nmake
index 106915f..ed153b2 100644
--- a/dist/build/cxx/rules.nmake
+++ b/dist/build/cxx/rules.nmake
@@ -1,5 +1,4 @@
# file : build/cxx/rules.nmake
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
!include $(root)\build\config.nmake