add license info to timed thread modules; update NEWS
[monky] / src / timed_thread.h
index 0ec4e33..e875c45 100644 (file)
@@ -1,10 +1,26 @@
 /* $Id$ */
 
-/* timed_thread.h
- * Author: Philip Kovacs 
+/* 
+ * timed_thread.h: Abstraction layer for timed threads
  *
- * Abstraction layer for timed threads
- * */
+ * Copyright (C) 2006  Philip Kovacs pkovacs@users.sourceforge.net
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
+ * USA.
+ *
+ */
 
 #ifndef _TIMED_THREAD_H_
 #define _TIMED_THREAD_H_