[bwm-tools-devel] COMMIT - r13 - in trunk: bwm_firewall bwm_graph
Brought to you by:
nkukard
From: <bwm...@li...> - 2004-12-29 17:03:54
|
Author: nkukard Date: 2004-12-29 19:03:34 +0200 (Wed, 29 Dec 2004) New Revision: 13 Modified: trunk/bwm_firewall/bwm_firewall.c trunk/bwm_graph/bwm_graph.c Log: * Small copyright date changes Modified: trunk/bwm_firewall/bwm_firewall.c =================================================================== --- trunk/bwm_firewall/bwm_firewall.c 2004-12-29 10:39:07 UTC (rev 12) +++ trunk/bwm_firewall/bwm_firewall.c 2004-12-29 17:03:34 UTC (rev 13) @@ -115,7 +115,7 @@ }; - printf("BWM Firewall v%s - Copyright (c) 2003 Linux Based Systems Design\n\n",PACKAGE_VERSION); + printf("BWM Firewall v%s - Copyright (c) 2003-2004 Linux Based Systems Design\n\n",PACKAGE_VERSION); // Check if we have no args if (argc == 1) Modified: trunk/bwm_graph/bwm_graph.c =================================================================== --- trunk/bwm_graph/bwm_graph.c 2004-12-29 10:39:07 UTC (rev 12) +++ trunk/bwm_graph/bwm_graph.c 2004-12-29 17:03:34 UTC (rev 13) @@ -92,7 +92,7 @@ options = (struct graphOptions_t*) malloc0(sizeof(struct graphOptions_t)); // FIXME - error check - printf("BWM Graph v%s - Copyright (c) 2003 Linux Based Systems Design\n\n",PACKAGE_VERSION); + printf("BWM Graph v%s - Copyright (c) 2003-2004 Linux Based Systems Design\n\n",PACKAGE_VERSION); // Print out help if (argc == 1) |