Added copyright headers to the new files. I always forget that. v0.3.2-1
authorviric@llimona
Fri, 06 Apr 2007 00:10:04 +0200
changeset 102 27b0f0e44de8
parent 101 df6c7d46ae61
child 103 e1759ee35dea
Added copyright headers to the new files. I always forget that.
error.c
signals.c
--- a/error.c	Fri Apr 06 00:07:26 2007 +0200
+++ b/error.c	Fri Apr 06 00:10:04 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 <unistd.h>
 #include <stdio.h>
 #include <time.h>
--- a/signals.c	Fri Apr 06 00:07:26 2007 +0200
+++ b/signals.c	Fri Apr 06 00:10:04 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 <signal.h>
 #include <stdlib.h> /* for NULL */