aboutsummaryrefslogtreecommitdiff
path: root/libstudxml/details
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-02-18 12:21:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-02-18 12:21:07 +0200
commitb9a23e5af815dac2b7be11314cca8291674833f8 (patch)
tree6da4ca0ee465aa8734a5115c4c8e57752e0760ea /libstudxml/details
parent537e18bd9b10c8d81e6588ce4644d566e0a34d82 (diff)
New LICENSE arrangement
Diffstat (limited to 'libstudxml/details')
-rw-r--r--libstudxml/details/expat/COPYING (renamed from libstudxml/details/expat/LICENSE)0
-rw-r--r--libstudxml/details/expat/README2
-rw-r--r--libstudxml/details/genx/README2
-rw-r--r--libstudxml/details/genx/char-props.c5
-rw-r--r--libstudxml/details/genx/genx.c5
-rw-r--r--libstudxml/details/genx/genx.h5
6 files changed, 8 insertions, 11 deletions
diff --git a/libstudxml/details/expat/LICENSE b/libstudxml/details/expat/COPYING
index dcb4506..dcb4506 100644
--- a/libstudxml/details/expat/LICENSE
+++ b/libstudxml/details/expat/COPYING
diff --git a/libstudxml/details/expat/README b/libstudxml/details/expat/README
index 3b1ced2..4aeb87f 100644
--- a/libstudxml/details/expat/README
+++ b/libstudxml/details/expat/README
@@ -1,2 +1,2 @@
This directory contains the Expat XML parser library for internal
-use by libstudxml.
+use by libstudxml. See the COPYING file for license.
diff --git a/libstudxml/details/genx/README b/libstudxml/details/genx/README
index 10a7238..638f1f6 100644
--- a/libstudxml/details/genx/README
+++ b/libstudxml/details/genx/README
@@ -1,2 +1,2 @@
This directory contains a customized version of the Genx XML generator
-library for internal use by libstudxml.
+library for internal use by libstudxml. See the LICENSE file for license.
diff --git a/libstudxml/details/genx/char-props.c b/libstudxml/details/genx/char-props.c
index 680dd13..d50e822 100644
--- a/libstudxml/details/genx/char-props.c
+++ b/libstudxml/details/genx/char-props.c
@@ -1,9 +1,8 @@
/*
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
- * Copyright (c) Code Synthesis Tools CC; see the accompanying LICENSE
- * file for details.
+ * Copyright (c) Code Synthesis Tools CC (see the LICENSE file).
*
- * For copying permission, see the accompanying COPYING file.
+ * For copying permission, see the accompanying LICENSE file.
*/
/*
diff --git a/libstudxml/details/genx/genx.c b/libstudxml/details/genx/genx.c
index 49b7095..9c82059 100644
--- a/libstudxml/details/genx/genx.c
+++ b/libstudxml/details/genx/genx.c
@@ -1,9 +1,8 @@
/*
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
- * Copyright (c) Code Synthesis Tools CC; see the accompanying LICENSE
- * file for details.
+ * Copyright (c) Code Synthesis Tools CC (see the LICENSE file).
*
- * For copying permission, see the accompanying COPYING file.
+ * For copying permission, see the accompanying LICENSE file.
*/
#define GENX_VERSION "cs-1"
diff --git a/libstudxml/details/genx/genx.h b/libstudxml/details/genx/genx.h
index 31e5831..041815f 100644
--- a/libstudxml/details/genx/genx.h
+++ b/libstudxml/details/genx/genx.h
@@ -4,10 +4,9 @@
/*
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
- * Copyright (c) Code Synthesis Tools CC; see the accompanying LICENSE
- * file for details.
+ * Copyright (c) Code Synthesis Tools CC (see the LICENSE file).
*
- * For copying permission, see the accompanying COPYING file.
+ * For copying permission, see the accompanying LICENSE file.
*/
#ifndef GENX_H