summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent8e6bca2427cb62d6820a430e2f31bd1713fa8004 (diff)
Drop copyright notice from source code
Diffstat (limited to 'doc')
-rw-r--r--doc/cxx/makefile1
-rw-r--r--doc/cxx/parser/guide/makefile1
-rw-r--r--doc/cxx/parser/makefile1
-rw-r--r--doc/cxx/tree/guide/makefile1
-rw-r--r--doc/cxx/tree/makefile1
-rw-r--r--doc/cxx/tree/manual/makefile1
-rw-r--r--doc/makefile1
7 files changed, 0 insertions, 7 deletions
diff --git a/doc/cxx/makefile b/doc/cxx/makefile
index a7b6cd7..1395edc 100644
--- a/doc/cxx/makefile
+++ b/doc/cxx/makefile
@@ -1,5 +1,4 @@
# file : doc/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/doc/cxx/parser/guide/makefile b/doc/cxx/parser/guide/makefile
index 7219400..4fca5e9 100644
--- a/doc/cxx/parser/guide/makefile
+++ b/doc/cxx/parser/guide/makefile
@@ -1,5 +1,4 @@
# file : doc/cxx/parser/guide/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/doc/cxx/parser/makefile b/doc/cxx/parser/makefile
index d8eca89..7ed09eb 100644
--- a/doc/cxx/parser/makefile
+++ b/doc/cxx/parser/makefile
@@ -1,5 +1,4 @@
# file : doc/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/doc/cxx/tree/guide/makefile b/doc/cxx/tree/guide/makefile
index 6d39149..3b95fff 100644
--- a/doc/cxx/tree/guide/makefile
+++ b/doc/cxx/tree/guide/makefile
@@ -1,5 +1,4 @@
# file : doc/cxx/tree/guide/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/doc/cxx/tree/makefile b/doc/cxx/tree/makefile
index ecc33fc..deb254c 100644
--- a/doc/cxx/tree/makefile
+++ b/doc/cxx/tree/makefile
@@ -1,5 +1,4 @@
# file : doc/cxx/tree/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/doc/cxx/tree/manual/makefile b/doc/cxx/tree/manual/makefile
index 4e63951..7d46c91 100644
--- a/doc/cxx/tree/manual/makefile
+++ b/doc/cxx/tree/manual/makefile
@@ -1,5 +1,4 @@
# file : doc/cxx/tree/manual/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/doc/makefile b/doc/makefile
index fedb8f8..fcce4f7 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -1,5 +1,4 @@
# file : doc/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