aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-03-21 12:03:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-03-21 12:05:47 +0200
commit972f062b0118d530cb4e6986c2ea51df5bce52b1 (patch)
treee363a365f37d228d8ef5f26054446c518cbf66a7
parent40c8c226c6c3e40ba8e3e3e0012946bb2a923555 (diff)
Relicense changes in libxsde/xsde/c/regexp/ under original license
-rw-r--r--libxsde/xsde/c/regexp/LICENSE17
-rw-r--r--libxsde/xsde/c/regexp/xmlregexp.c2
-rw-r--r--libxsde/xsde/c/regexp/xmlregexp.h2
3 files changed, 2 insertions, 19 deletions
diff --git a/libxsde/xsde/c/regexp/LICENSE b/libxsde/xsde/c/regexp/LICENSE
index 827a232..781ec4b 100644
--- a/libxsde/xsde/c/regexp/LICENSE
+++ b/libxsde/xsde/c/regexp/LICENSE
@@ -1,21 +1,4 @@
Copyright (c) 2009-2023 Code Synthesis Tools CC.
-
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License version 2 as
-published by the Free Software Foundation.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-
-Original Version:
-
Copyright (C) 1998-2003 Daniel Veillard.
Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/libxsde/xsde/c/regexp/xmlregexp.c b/libxsde/xsde/c/regexp/xmlregexp.c
index 6d598ed..f9077fc 100644
--- a/libxsde/xsde/c/regexp/xmlregexp.c
+++ b/libxsde/xsde/c/regexp/xmlregexp.c
@@ -9,7 +9,7 @@
* - XML Schemas Datatypes part 2 especially Appendix F
* - RELAX-NG/TREX i.e. the counter proposal
*
- * See COPYING for the status of this software.
+ * See LICENSE for the status of this software.
*/
#include <xsde/c/pre.h>
diff --git a/libxsde/xsde/c/regexp/xmlregexp.h b/libxsde/xsde/c/regexp/xmlregexp.h
index 948e3ca..1cd6991 100644
--- a/libxsde/xsde/c/regexp/xmlregexp.h
+++ b/libxsde/xsde/c/regexp/xmlregexp.h
@@ -3,7 +3,7 @@
* Description: basic API for libxml regular expressions handling used
* for XML Schemas and validation.
*
- * See COPYING for the status of this software.
+ * See LICENSE for the status of this software.
*/
#ifndef __XML_REGEXP_H__