comparison th_util.h @ 468:bbe3c9175d77

Do not set default author/copyright anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jun 2018 02:39:54 +0300
parents bdee04d21282
children fe5b803ae449
comparison
equal deleted inserted replaced
467:b92b18500bf9 468:bbe3c9175d77
41 #endif 41 #endif
42 42
43 43
44 #ifdef __cplusplus 44 #ifdef __cplusplus
45 extern "C" { 45 extern "C" {
46 #endif
47
48 #ifdef TH_NO_DEFAULTS
49 # define TH_PROG_AUTHOR NULL
50 # define TH_PROG_LICENSE NULL
51 #else
52 # define TH_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2018 TNSP"
53 # define TH_PROG_LICENSE "This software is licensed under GNU GPL version 2"
54 #endif 46 #endif
55 47
56 48
57 // Replacement for assert() 49 // Replacement for assert()
58 #ifdef HAVE_NO_ASSERT 50 #ifdef HAVE_NO_ASSERT