aboutsummaryrefslogtreecommitdiff
path: root/cutl/details
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:48:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:48:55 +0300
commit416359f425f7035c63f1cf8f2831873d11510e76 (patch)
treeff31bbd951652751df2bb270b0395d713032ff8f /cutl/details
parentbba70704395bbc2801c9a033c1de6842b342b2a1 (diff)
Drop copyright notice from source code
Diffstat (limited to 'cutl/details')
-rw-r--r--cutl/details/build2/config-stub.h1
-rw-r--r--cutl/details/build2/config-vc-stub.h1
-rw-r--r--cutl/details/build2/config-vc.h1
-rw-r--r--cutl/details/build2/config.h1
-rw-r--r--cutl/details/config-vc.h1
-rw-r--r--cutl/details/config.h.in1
-rw-r--r--cutl/details/config.hxx1
-rw-r--r--cutl/details/export.hxx1
-rw-r--r--cutl/details/genx/char-props.c4
-rw-r--r--cutl/details/genx/genx.c3
-rw-r--r--cutl/details/genx/genx.h3
11 files changed, 6 insertions, 12 deletions
diff --git a/cutl/details/build2/config-stub.h b/cutl/details/build2/config-stub.h
index 5509e26..791a66d 100644
--- a/cutl/details/build2/config-stub.h
+++ b/cutl/details/build2/config-stub.h
@@ -1,5 +1,4 @@
/* file : cutl/details/build2/config-stub.h
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : GNU GPL v2; see accompanying LICENSE file
*/
diff --git a/cutl/details/build2/config-vc-stub.h b/cutl/details/build2/config-vc-stub.h
index cdda87f..a5dd5f7 100644
--- a/cutl/details/build2/config-vc-stub.h
+++ b/cutl/details/build2/config-vc-stub.h
@@ -1,5 +1,4 @@
/* file : cutl/details/build2/config-vc-stub.h
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : GNU GPL v2; see accompanying LICENSE file
*/
diff --git a/cutl/details/build2/config-vc.h b/cutl/details/build2/config-vc.h
index 567e279..364a0f8 100644
--- a/cutl/details/build2/config-vc.h
+++ b/cutl/details/build2/config-vc.h
@@ -1,5 +1,4 @@
/* file : cutl/details/build2/config-vc.h
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/cutl/details/build2/config.h b/cutl/details/build2/config.h
index b2946b8..fe5d9ae 100644
--- a/cutl/details/build2/config.h
+++ b/cutl/details/build2/config.h
@@ -1,5 +1,4 @@
/* file : cutl/details/build2/config.h
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/cutl/details/config-vc.h b/cutl/details/config-vc.h
index bf0ce7b..1d4cc98 100644
--- a/cutl/details/config-vc.h
+++ b/cutl/details/config-vc.h
@@ -1,5 +1,4 @@
/* file : cutl/details/config-vc.h
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/cutl/details/config.h.in b/cutl/details/config.h.in
index f799eec..3fbe73d 100644
--- a/cutl/details/config.h.in
+++ b/cutl/details/config.h.in
@@ -1,5 +1,4 @@
/* file : cutl/details/config.h.in
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/cutl/details/config.hxx b/cutl/details/config.hxx
index 7438964..d4f3e41 100644
--- a/cutl/details/config.hxx
+++ b/cutl/details/config.hxx
@@ -1,5 +1,4 @@
// file : cutl/details/config.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_DETAILS_CONFIG_HXX
diff --git a/cutl/details/export.hxx b/cutl/details/export.hxx
index 6f7d46d..e13a74c 100644
--- a/cutl/details/export.hxx
+++ b/cutl/details/export.hxx
@@ -1,5 +1,4 @@
// file : cutl/details/export.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_DETAILS_EXPORT_HXX
diff --git a/cutl/details/genx/char-props.c b/cutl/details/genx/char-props.c
index f361501..959aa41 100644
--- a/cutl/details/genx/char-props.c
+++ b/cutl/details/genx/char-props.c
@@ -1,6 +1,7 @@
/*
- * Copyright (c) 2007-2019 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
+ * Copyright (c) Code Synthesis Tools CC; see the accompanying LICENSE
+ * file for details.
*
* For copying permission, see the accompanying COPYING file.
*/
@@ -392,4 +393,3 @@ void genxSetCharProps(char * p)
#endif /* GENX_CHAR_TABLE_SIZE == 0x10000 */
}
-
diff --git a/cutl/details/genx/genx.c b/cutl/details/genx/genx.c
index b6d2f6f..4800bbe 100644
--- a/cutl/details/genx/genx.c
+++ b/cutl/details/genx/genx.c
@@ -1,6 +1,7 @@
/*
- * Copyright (c) 2007-2019 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
+ * Copyright (c) Code Synthesis Tools CC; see the accompanying LICENSE
+ * file for details.
*
* For copying permission, see the accompanying COPYING file.
*/
diff --git a/cutl/details/genx/genx.h b/cutl/details/genx/genx.h
index f34f3cd..95fab84 100644
--- a/cutl/details/genx/genx.h
+++ b/cutl/details/genx/genx.h
@@ -3,8 +3,9 @@
*/
/*
- * Copyright (c) 2007-2019 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
+ * Copyright (c) Code Synthesis Tools CC; see the accompanying LICENSE
+ * file for details.
*
* For copying permission, see the accompanying COPYING file.
*/