commit 404efb03a8ab6b812ec066c05085ecc6a3acd1b5
parent 9441d72080d61e242d2ffafb091a3c396eb28697
Author: hhvn <dev@hhvn.uk>
Date: Sun, 14 Nov 2021 13:25:24 +0000
Makefile {chan,commands,config,handle,hist,main,nick,serv,ui}.c {hirc,struct}.h: license notice
Diffstat:
12 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,3 +1,5 @@
+# See LICENSE for copyright details
+
PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
BIN = hirc
diff --git a/chan.c b/chan.c
@@ -1,3 +1,5 @@
+/* See LICENSE for copyright details */
+
#include <stdlib.h>
#include <string.h>
#include "hirc.h"
diff --git a/commands.c b/commands.c
@@ -1,3 +1,5 @@
+/* See LICENSE for copyright details */
+
#include <ncurses.h>
#include <stdlib.h>
#include <string.h>
diff --git a/config.c b/config.c
@@ -1,3 +1,5 @@
+/* See LICENSE for copyright details */
+
#include <ncurses.h>
#include <string.h>
#include <stdlib.h>
diff --git a/handle.c b/handle.c
@@ -1,3 +1,5 @@
+/* See LICENSE for copyright details */
+
#include <stdio.h>
#include <ctype.h>
#include <string.h>
diff --git a/hirc.h b/hirc.h
@@ -1,3 +1,5 @@
+/* See LICENSE for copyright details */
+
#ifndef H_HIRC
#define H_HIRC
diff --git a/hist.c b/hist.c
@@ -1,3 +1,5 @@
+/* See LICENSE for copyright details */
+
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
diff --git a/main.c b/main.c
@@ -1,3 +1,5 @@
+/* See LICENSE for copyright details */
+
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
diff --git a/nick.c b/nick.c
@@ -1,3 +1,5 @@
+/* See LICENSE for copyright details */
+
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/serv.c b/serv.c
@@ -1,3 +1,5 @@
+/* See LICENSE for copyright details */
+
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
diff --git a/struct.h b/struct.h
@@ -1,3 +1,5 @@
+/* See LICENSE for copyright details */
+
#ifndef H_STRUCT
#define H_STRUCT
diff --git a/ui.c b/ui.c
@@ -1,3 +1,5 @@
+/* See LICENSE for copyright details */
+
#include <errno.h>
#include <ctype.h>
#include <stdarg.h>