comparison th_util.h @ 80:335b5a74c22e

Updatec copyrights to 2009.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 30 Jan 2009 01:54:51 +0200
parents 8749f6517491
children 69aed051f84d
comparison
equal deleted inserted replaced
79:e36df57c5b0f 80:335b5a74c22e
1 /* 1 /*
2 * Generic utility-functions, macros and defaults 2 * Generic utility-functions, macros and defaults
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2002-2008 Tecnic Software productions (TNSP) 4 * (C) Copyright 2002-2009 Tecnic Software productions (TNSP)
5 * 5 *
6 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
7 */ 7 */
8 #ifndef _TH_UTIL_H 8 #ifndef _TH_UTIL_H
9 #define _TH_UTIL_H 9 #define _TH_UTIL_H
35 35
36 #ifdef TH_NO_DEFAULTS 36 #ifdef TH_NO_DEFAULTS
37 #define TH_PROG_AUTHOR NULL 37 #define TH_PROG_AUTHOR NULL
38 #define TH_PROG_LICENSE NULL 38 #define TH_PROG_LICENSE NULL
39 #else 39 #else
40 #define TH_PROG_AUTHOR "By Matti 'ccr' Hämäläinen (C) Copyright 2008 TNSP" 40 #define TH_PROG_AUTHOR "By Matti 'ccr' Hämäläinen (C) Copyright 2009 TNSP"
41 #define TH_PROG_LICENSE "This software is licensed under GNU GPL version 2" 41 #define TH_PROG_LICENSE "This software is licensed under GNU GPL version 2"
42 #endif 42 #endif
43 43
44 44
45 /* Replacement for assert() */ 45 /* Replacement for assert() */