aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c
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 /libxsde/xsde/c
parenta58a2a5abee405be630eec0b6c71ca36b0dd0481 (diff)
Drop copyright notice from source code
Diffstat (limited to 'libxsde/xsde/c')
-rw-r--r--libxsde/xsde/c/compilers/ghs/post.h1
-rw-r--r--libxsde/xsde/c/compilers/ghs/pre.h1
-rw-r--r--libxsde/xsde/c/compilers/vc-8/post.h1
-rw-r--r--libxsde/xsde/c/compilers/vc-8/pre.h1
-rw-r--r--libxsde/xsde/c/expat/LICENSE (renamed from libxsde/xsde/c/expat/COPYING)0
-rw-r--r--libxsde/xsde/c/genx/LICENSE (renamed from libxsde/xsde/c/genx/COPYING)0
-rw-r--r--libxsde/xsde/c/genx/char-props.c3
-rw-r--r--libxsde/xsde/c/genx/genx.c3
-rw-r--r--libxsde/xsde/c/genx/genx.h3
-rw-r--r--libxsde/xsde/c/post.h1
-rw-r--r--libxsde/xsde/c/pre.h1
-rw-r--r--libxsde/xsde/c/regexp/LICENSE (renamed from libxsde/xsde/c/regexp/COPYING)0
12 files changed, 6 insertions, 9 deletions
diff --git a/libxsde/xsde/c/compilers/ghs/post.h b/libxsde/xsde/c/compilers/ghs/post.h
index 5668e9d..fade614 100644
--- a/libxsde/xsde/c/compilers/ghs/post.h
+++ b/libxsde/xsde/c/compilers/ghs/post.h
@@ -1,5 +1,4 @@
/* file : xsde/c/compilers/ghs/post.h
- * copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
* license : GNU GPL v2 + exceptions; see accompanying LICENSE file
*/
diff --git a/libxsde/xsde/c/compilers/ghs/pre.h b/libxsde/xsde/c/compilers/ghs/pre.h
index 1edf3cb..cba01f2 100644
--- a/libxsde/xsde/c/compilers/ghs/pre.h
+++ b/libxsde/xsde/c/compilers/ghs/pre.h
@@ -1,5 +1,4 @@
/* file : xsde/c/compilers/ghs/pre.h
- * copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
* license : GNU GPL v2 + exceptions; see accompanying LICENSE file
*/
diff --git a/libxsde/xsde/c/compilers/vc-8/post.h b/libxsde/xsde/c/compilers/vc-8/post.h
index 7abf240..c610404 100644
--- a/libxsde/xsde/c/compilers/vc-8/post.h
+++ b/libxsde/xsde/c/compilers/vc-8/post.h
@@ -1,5 +1,4 @@
/* file : xsde/c/compilers/vc-8/post.h
- * copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
* license : GNU GPL v2 + exceptions; see accompanying LICENSE file
*/
diff --git a/libxsde/xsde/c/compilers/vc-8/pre.h b/libxsde/xsde/c/compilers/vc-8/pre.h
index c2e6b77..c47653e 100644
--- a/libxsde/xsde/c/compilers/vc-8/pre.h
+++ b/libxsde/xsde/c/compilers/vc-8/pre.h
@@ -1,5 +1,4 @@
/* file : xsde/c/compilers/vc-8/pre.h
- * copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
* license : GNU GPL v2 + exceptions; see accompanying LICENSE file
*/
diff --git a/libxsde/xsde/c/expat/COPYING b/libxsde/xsde/c/expat/LICENSE
index dcb4506..dcb4506 100644
--- a/libxsde/xsde/c/expat/COPYING
+++ b/libxsde/xsde/c/expat/LICENSE
diff --git a/libxsde/xsde/c/genx/COPYING b/libxsde/xsde/c/genx/LICENSE
index 7612161..7612161 100644
--- a/libxsde/xsde/c/genx/COPYING
+++ b/libxsde/xsde/c/genx/LICENSE
diff --git a/libxsde/xsde/c/genx/char-props.c b/libxsde/xsde/c/genx/char-props.c
index a75218a..94f4ddf 100644
--- a/libxsde/xsde/c/genx/char-props.c
+++ b/libxsde/xsde/c/genx/char-props.c
@@ -1,6 +1,7 @@
/*
- * Copyright (c) 2007-2017 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/libxsde/xsde/c/genx/genx.c b/libxsde/xsde/c/genx/genx.c
index 69b0825..c7aac99 100644
--- a/libxsde/xsde/c/genx/genx.c
+++ b/libxsde/xsde/c/genx/genx.c
@@ -1,6 +1,7 @@
/*
- * Copyright (c) 2007-2017 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/libxsde/xsde/c/genx/genx.h b/libxsde/xsde/c/genx/genx.h
index 0ce6377..246d7a6 100644
--- a/libxsde/xsde/c/genx/genx.h
+++ b/libxsde/xsde/c/genx/genx.h
@@ -3,8 +3,9 @@
*/
/*
- * Copyright (c) 2007-2017 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/libxsde/xsde/c/post.h b/libxsde/xsde/c/post.h
index 5b16b0b..4001d8f 100644
--- a/libxsde/xsde/c/post.h
+++ b/libxsde/xsde/c/post.h
@@ -1,5 +1,4 @@
/* file : xsde/c/post.h
- * copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
* license : GNU GPL v2 + exceptions; see accompanying LICENSE file
*/
diff --git a/libxsde/xsde/c/pre.h b/libxsde/xsde/c/pre.h
index 6214eb0..4541752 100644
--- a/libxsde/xsde/c/pre.h
+++ b/libxsde/xsde/c/pre.h
@@ -1,5 +1,4 @@
/* file : xsde/c/pre.h
- * copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
* license : GNU GPL v2 + exceptions; see accompanying LICENSE file
*/
diff --git a/libxsde/xsde/c/regexp/COPYING b/libxsde/xsde/c/regexp/LICENSE
index 00e4a51..00e4a51 100644
--- a/libxsde/xsde/c/regexp/COPYING
+++ b/libxsde/xsde/c/regexp/LICENSE