usocket.c
changeset 12 6a372f8b4b8a
parent 6 4fe857c0b12a
child 14 286b248e402a
--- a/usocket.c	Fri Sep 14 22:23:04 2007 +0200
+++ b/usocket.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 <stdlib.h>
 #include <sys/un.h>
 #include <sys/socket.h>