From 972f062b0118d530cb4e6986c2ea51df5bce52b1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 Mar 2023 12:03:48 +0200 Subject: Relicense changes in libxsde/xsde/c/regexp/ under original license --- libxsde/xsde/c/regexp/LICENSE | 17 ----------------- libxsde/xsde/c/regexp/xmlregexp.c | 2 +- libxsde/xsde/c/regexp/xmlregexp.h | 2 +- 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 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__ -- cgit v1.1