~mcf/upnp-av

e81e0935d5a2265fd23cf61c4c1451260fa6bb43 — Michael Forney 3 years ago 9f9a917
Clarify origin of xml.[ch]
3 files changed, 5 insertions(+), 0 deletions(-)

M LICENSE
M xml.c
M xml.h
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_