comparison src/dmgrowbuf.h @ 2297:39b4e06785f5

Bump copyright.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Jul 2019 10:51:02 +0300
parents 732fa926a5ef
children b5abfff07ca9
comparison
equal deleted inserted replaced
2296:732fa926a5ef 2297:39b4e06785f5
1 /* 1 /*
2 * DMLib 2 * DMLib
3 * -- Growable buffer implementation 3 * -- Growable buffer implementation
4 * Programmed and designed by Matti 'ccr' Hamalainen 4 * Programmed and designed by Matti 'ccr' Hamalainen
5 * (C) Copyright 2018 Tecnic Software productions (TNSP) 5 * (C) Copyright 2018-2019 Tecnic Software productions (TNSP)
6 */ 6 */
7 #ifndef DMGROWBUF_H 7 #ifndef DMGROWBUF_H
8 #define DMGROWBUF_H 8 #define DMGROWBUF_H
9 9
10 #include "dmlib.h" 10 #include "dmlib.h"