summaryrefslogtreecommitdiff
path: root/include/con-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/con-utils.h')
-rw-r--r--include/con-utils.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/include/con-utils.h b/include/con-utils.h
index 15a3ce8..86c0df0 100644
--- a/include/con-utils.h
+++ b/include/con-utils.h
@@ -1,4 +1,14 @@
-#ifndef CON_UTILS_H
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/*
+ * Console utilities
+ */
+
+#ifndef CON_UTILS_H
#define CON_UTILS_H
uint_fast8_t tstc(void);
@@ -18,5 +28,3 @@ uint_fast8_t had_ctrlc (void);
void clear_ctrlc(void);
#endif /* CON_UTILS_H */
-
-