Copyright for list.c v0.4-1
authorviric@llimona
Fri, 13 Apr 2007 20:50:31 +0200
changeset 125 b60f173b1489
parent 124 7db10b734cf4
child 126 fb735236b5a5
Copyright for list.c
list.c
--- a/list.c	Fri Apr 13 20:46:56 2007 +0200
+++ b/list.c	Fri Apr 13 20:50:31 2007 +0200
@@ -1,3 +1,9 @@
+/*
+    Task Spooler - a task queue system for the unix user
+    Copyright (C) 2007  LluĂ­s Batlle i Rossell
+
+    Please find the license in the provided COPYING file.
+*/
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>