[bwm-tools-devel] COMMIT - r9 - trunk/bwm_monitor
Brought to you by:
nkukard
From: <bwm...@li...> - 2004-12-28 15:22:45
|
Author: nkukard Date: 2004-12-28 17:22:33 +0200 (Tue, 28 Dec 2004) New Revision: 9 Modified: trunk/bwm_monitor/bwm_monitor.c Log: * Fixed copyright notice in bwm_monitor to reflect proper years Modified: trunk/bwm_monitor/bwm_monitor.c =================================================================== --- trunk/bwm_monitor/bwm_monitor.c 2004-12-28 15:19:28 UTC (rev 8) +++ trunk/bwm_monitor/bwm_monitor.c 2004-12-28 15:22:33 UTC (rev 9) @@ -307,7 +307,7 @@ // Set our main screen wbkgdset(w_main, COLOR_PAIR(2) | ' '); fill_window(w_main); - windowTitle(w_main,3,2,0,2,"BWM Monitor v"PACKAGE_VERSION" - Copyright (c) 2003 Linux Based Systems Design"); + windowTitle(w_main,3,2,0,2,"BWM Monitor v"PACKAGE_VERSION" - Copyright (c) 2003-2004 Linux Based Systems Design"); refresh(); |