comparison tools/objlink.c @ 2556:12ea1ea93522

Bump copyright year.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 Feb 2022 16:38:46 +0200
parents 6249aa494e83
children 23ca671ee1cd
comparison
equal deleted inserted replaced
2555:6249aa494e83 2556:12ea1ea93522
1 /* 1 /*
2 * objlink - Link files (RAW and PRG) into one PRG object 2 * objlink - Link files (RAW and PRG) into one PRG object
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2002-2021 Tecnic Software productions (TNSP) 4 * (C) Copyright 2002-2022 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"