ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/src/main.C
(Generate patch)

Comparing ermyth/src/main.C (file contents):
Revision 1.1 by pippijn, Thu Jul 19 08:24:59 2007 UTC vs.
Revision 1.2 by pippijn, Sat Jul 21 01:29:12 2007 UTC

1/* 1/*
2 * main.C: Initialisation routine. 2 * main.C: Initialisation routine.
3 * Rights to this code are documented in doc/LICENSE. 3 * Rights to this code are documented in doc/pod/license.pod.
4 */ 4 */
5 5
6static char const rcsid[] = "$Id"; 6static char const rcsid[] = "$Id";
7 7
8#include "atheme.h" 8#include "atheme.h"
35{ 35{
36 printf ("Ermyth IRC Services (" PACKAGE_NAME "-%s)\n" 36 printf ("Ermyth IRC Services (" PACKAGE_NAME "-%s)\n"
37 "Compiled %s, build %s\n\n" 37 "Compiled %s, build %s\n\n"
38 "Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team\n" 38 "Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team\n"
39 "Copyright © 2005-2007 Atheme Development Group\n" 39 "Copyright © 2005-2007 Atheme Development Group\n"
40 "Rights to this code are documented in doc/LICENSE.\n", 40 "Rights to this code are documented in doc/pod/license.pod.\n",
41 version, creation, generation); 41 version, creation, generation);
42} 42}
43/* *INDENT-ON* */ 43/* *INDENT-ON* */
44 44
45static void 45static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines