M LICENSE => LICENSE +2 -0
@@ 1,4 1,6 @@
Copyright (c) 2020-2021 Michael Forney
+
+xml.c and xml.h are
Copyright (c) 2011-2020 Hiltjo Posthuma <hiltjo@codemadness.org>
Permission to use, copy, modify, and/or distribute this software for any
M xml.c => xml.c +1 -0
@@ 1,4 1,5 @@
/* SPDX-License-Identifier: ISC */
+/* http://git.codemadness.org/xmlparser/file/README.html */
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
M xml.h => xml.h +2 -0
@@ 1,3 1,5 @@
+/* SPDX-License-Identifier: ISC */
+/* http://git.codemadness.org/xmlparser/file/README.html */
#ifndef _XML_H_
#define _XML_H_