comparison src/dmgrowbuf.h @ 2539:c6ee41fd98dd

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Jan 2021 11:42:17 +0200
parents c801995cbb13
children 9807ae37ad69
comparison
equal deleted inserted replaced
2538:9921d60bd8e4 2539:c6ee41fd98dd
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-2020 Tecnic Software productions (TNSP) 5 * (C) Copyright 2018-2021 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"