diff 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
line wrap: on
line diff
--- a/th_util.h	Mon Jun 04 02:39:40 2018 +0300
+++ b/th_util.h	Mon Jun 04 02:39:54 2018 +0300
@@ -45,14 +45,6 @@
 extern "C" {
 #endif
 
-#ifdef TH_NO_DEFAULTS
-#  define TH_PROG_AUTHOR      NULL
-#  define TH_PROG_LICENSE     NULL
-#else
-#  define TH_PROG_AUTHOR      "By Matti 'ccr' Hamalainen (C) Copyright 2018 TNSP"
-#  define TH_PROG_LICENSE     "This software is licensed under GNU GPL version 2"
-#endif
-
 
 // Replacement for assert()
 #ifdef HAVE_NO_ASSERT