comparison th_util.h @ 454:347bfd3e017e

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 22:57:02 +0200
parents 1b3472ba7b23
children a90fe2c4c636
comparison
equal deleted inserted replaced
453:efd33accdc81 454:347bfd3e017e
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-2017 Tecnic Software productions (TNSP) 4 * (C) Copyright 2002-2018 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
47 47
48 #ifdef TH_NO_DEFAULTS 48 #ifdef TH_NO_DEFAULTS
49 #define TH_PROG_AUTHOR NULL 49 #define TH_PROG_AUTHOR NULL
50 #define TH_PROG_LICENSE NULL 50 #define TH_PROG_LICENSE NULL
51 #else 51 #else
52 #define TH_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2017 TNSP" 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" 53 #define TH_PROG_LICENSE "This software is licensed under GNU GPL version 2"
54 #endif 54 #endif
55 55
56 56
57 // Replacement for assert() 57 // Replacement for assert()