From e81e0935d5a2265fd23cf61c4c1451260fa6bb43 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 5 Jan 2021 23:57:29 -0800 Subject: [PATCH] Clarify origin of xml.[ch] --- LICENSE | 2 ++ xml.c | 1 + xml.h | 2 ++ 3 files changed, 5 insertions(+) diff --git a/LICENSE b/LICENSE index 458f4b2..ad87fae 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,6 @@ Copyright (c) 2020-2021 Michael Forney + +xml.c and xml.h are Copyright (c) 2011-2020 Hiltjo Posthuma Permission to use, copy, modify, and/or distribute this software for any diff --git a/xml.c b/xml.c index 110fb62..7315aa9 100644 --- a/xml.c +++ b/xml.c @@ -1,4 +1,5 @@ /* SPDX-License-Identifier: ISC */ +/* http://git.codemadness.org/xmlparser/file/README.html */ #include #include #include diff --git a/xml.h b/xml.h index ddbe3da..5b4854f 100644 --- a/xml.h +++ b/xml.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: ISC */ +/* http://git.codemadness.org/xmlparser/file/README.html */ #ifndef _XML_H_ #define _XML_H_ -- 2.45.2