comparison src/dmlib.h @ 2609:0f351e291319

Bump copyright year.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Nov 2023 09:21:29 +0200
parents 9807ae37ad69
children
comparison
equal deleted inserted replaced
2608:8315e713c35e 2609:0f351e291319
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-2022 Tecnic Software productions (TNSP) 5 * (C) Copyright 2011-2023 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 // Meh, this is a hack due to the crap non-portability of 64bit 10 // Meh, this is a hack due to the crap non-portability of 64bit
137 #ifdef __cplusplus 137 #ifdef __cplusplus
138 extern "C" { 138 extern "C" {
139 #endif 139 #endif
140 140
141 // Defaults 141 // Defaults
142 #define DM_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2002-2022 TNSP" 142 #define DM_PROG_AUTHOR "By Matti 'ccr' Hamalainen (C) Copyright 2002-2023 TNSP"
143 #define DM_PROG_LICENSE "This program is distributed under a 3-clause BSD -style license." 143 #define DM_PROG_LICENSE "This program is distributed under a 3-clause BSD -style license."
144 144
145 145
146 /* Error codes 146 /* Error codes
147 */ 147 */