summaryrefslogtreecommitdiff
path: root/lib/ChainTasks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ChainTasks.cc')
-rw-r--r--lib/ChainTasks.cc22
1 files changed, 21 insertions, 1 deletions
diff --git a/lib/ChainTasks.cc b/lib/ChainTasks.cc
index 6a816e7..88ffaa9 100644
--- a/lib/ChainTasks.cc
+++ b/lib/ChainTasks.cc
@@ -1,5 +1,25 @@
-#include "ChainTasks.h"
+/*
+ * Baltisot
+ * Copyright (C) 1999-2007 Nicolas "Pixel" Noble
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+/* $Id: ChainTasks.cc,v 1.3 2007-05-30 11:57:09 pixel Exp $ */
+#include "ChainTasks.h"
ChainTasks::ChainTasks(tasklist_t _tasklist) : tasklist(_tasklist) {
tasklist_iter_t i;