comparison tools/data2inc.c @ 2406:b153bc46241d

Bump copyright year.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Jan 2020 20:30:23 +0200
parents 1f74cc842d71
children 60e119262c67
comparison
equal deleted inserted replaced
2405:1f74cc842d71 2406:b153bc46241d
1 /* 1 /*
2 * data2inc - Convert binary data to "C"-source or XA-compatible include file 2 * data2inc - Convert binary data to "C"-source or XA-compatible include file
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2003,2009-2019 Tecnic Software productions (TNSP) 4 * (C) Copyright 2003,2009-2020 Tecnic Software productions (TNSP)
5 * 5 *
6 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
7 */ 7 */
8 #include "dmtool.h" 8 #include "dmtool.h"
9 #include "dmlib.h" 9 #include "dmlib.h"