hirc

IRC client
Log | Files | Refs

commit 2340fa96aa4483b8a6b3b78f883847ebe42914d0
parent 8e2092a3cb2ce4da5d69f973be5c3746db8b28b5
Author: hhvn <dev@hhvn.uk>
Date:   Tue, 12 Apr 2022 14:34:32 +0100

Add license comment to format.c

Diffstat:
Msrc/format.c | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/src/format.c b/src/format.c @@ -1,3 +1,22 @@ +/* + * src/format.c from hirc + * + * Copyright (c) 2021-2022 hhvn <dev@hhvn.uk> + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * + */ + #include <string.h> #include <stdlib.h> #include <ctype.h>