comparison src/dmlib.h @ 1277:7eedcf1d5af7

Update copyright.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 21 Apr 2017 18:39:32 +0300
parents 132706e3b94b
children 2260ed90ab6b
comparison
equal deleted inserted replaced
1276:5fc043f1bd44 1277:7eedcf1d5af7
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-2015 Tecnic Software productions (TNSP) 5 * (C) Copyright 2011-2017 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>
79 #ifdef __cplusplus 79 #ifdef __cplusplus
80 extern "C" { 80 extern "C" {
81 #endif 81 #endif
82 82
83 // Defaults 83 // Defaults
84 #define DM_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2015 TNSP" 84 #define DM_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2017 TNSP"
85 #define DM_PROG_LICENSE "Et all, see README / COPYING for more information." 85 #define DM_PROG_LICENSE "Et all, see README / COPYING for more information."
86 86
87 /* Error codes 87 /* Error codes
88 */ 88 */
89 enum { 89 enum {