comparison src/dmlib.h @ 2539:c6ee41fd98dd

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Jan 2021 11:42:17 +0200
parents fcaf2db0cd05
children b544a8e32a35
comparison
equal deleted inserted replaced
2538:9921d60bd8e4 2539:c6ee41fd98dd
1 /* 1 /*
2 * DMLib 2 * DMLib
3 * -- Main header file 3 * -- Main header file
4 * Programmed and designed by Matti 'ccr' Hamalainen 4 * Programmed and designed by Matti 'ccr' Hamalainen
5 * (C) Copyright 2011-2020 Tecnic Software productions (TNSP) 5 * (C) Copyright 2011-2021 Tecnic Software productions (TNSP)
6 */ 6 */
7 #ifndef DMLIB_H 7 #ifndef DMLIB_H
8 #define DMLIB_H 8 #define DMLIB_H
9 9
10 #include <SDL_config.h> 10 #include <SDL_config.h>
123 #ifdef __cplusplus 123 #ifdef __cplusplus
124 extern "C" { 124 extern "C" {
125 #endif 125 #endif
126 126
127 // Defaults 127 // Defaults
128 #define DM_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2002-2020 TNSP" 128 #define DM_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2002-2021 TNSP"
129 #define DM_PROG_LICENSE "This program is distributed under a 3-clause BSD -style license." 129 #define DM_PROG_LICENSE "This program is distributed under a 3-clause BSD -style license."
130 130
131 131
132 /* Error codes 132 /* Error codes
133 */ 133 */