signals.c
changeset 12 6a372f8b4b8a
parent 7 af8d59476914
child 21 a82c88322eb5
--- a/signals.c	Fri Sep 14 22:23:04 2007 +0200
+++ b/signals.c	Fri Sep 14 22:26:58 2007 +0200
@@ -1,3 +1,9 @@
+/*
+    stdin mix - a mixer/multiplexer for stdin to processes
+    Copyright (C) 2007  LluĂ­s Batlle i Rossell
+
+    Please find the license in the provided COPYING file.
+*/
 #include <signal.h>
 
 #include "main.h"