comparison tools/ppl.c @ 1096:96e0798f602b

Bump copyright year.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Mar 2015 02:35:36 +0200
parents 985225a93aeb
children 441a1ca43b02
comparison
equal deleted inserted replaced
1095:402346b1c01d 1096:96e0798f602b
1 /* 1 /*
2 * Cyrbe Pasci Player - A simple SDL-based UI for XM module playing 2 * Cyrbe Pasci Player - A simple SDL-based UI for XM module playing
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2012 Tecnic Software productions (TNSP) 4 * (C) Copyright 2012-2015 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 <SDL.h> 8 #include <SDL.h>
9 #include "dmlib.h" 9 #include "dmlib.h"
847 847
848 if (force) 848 if (force)
849 { 849 {
850 dmClearSurface(engine.screen, col.boxBg); 850 dmClearSurface(engine.screen, col.boxBg);
851 851
852 dmDrawBMTextQ(engine.screen, font, DMD_TRANSPARENT, 5, 5, "%s v%s by ccr/TNSP - (c) Copyright 2012 TNSP", dmProgDesc, dmProgVersion); 852 dmDrawBMTextQ(engine.screen, font, DMD_TRANSPARENT, 5, 5, "%s v%s by ccr/TNSP - (c) Copyright 2012-2015 TNSP", dmProgDesc, dmProgVersion);
853 853
854 dmDrawBMTextQ(engine.screen, font, DMD_TRANSPARENT, 5, 5 + 12 + 11, 854 dmDrawBMTextQ(engine.screen, font, DMD_TRANSPARENT, 5, 5 + 12 + 11,
855 "Song: '%s'", 855 "Song: '%s'",
856 engine.mod->moduleName); 856 engine.mod->moduleName);
857 857