Skip to content
Snippets Groups Projects
Commit 123d5827 authored by ballen4705's avatar ballen4705
Browse files

Fixed CVS string/version printout

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@7 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 2a12648a
No related branches found
No related tags found
No related merge requests found
// $Id: smartd.c,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $
// $Id: smartd.c,v 1.2 2002/10/09 18:01:18 ballen4705 Exp $
/*
* smartd.c
*
......@@ -260,7 +260,7 @@ void CheckDevices ( atadevices_t *atadevices, scsidevices_t *scsidevices)
char copyleftstring[]=
"\nHome page of smartd is http://sourceforge.net/projects/smartmontools\n\n"
"CVS Version ID $Id: smartd.c,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $"
"CVS Version ID $Id: smartd.c,v 1.2 2002/10/09 18:01:18 ballen4705 Exp $\n"
"smartd comes with ABSOLUTELY NO WARRANTY. This\n"
"is free software, and you are welcome to redistribute it\n"
"under the terms of the GNU General Public License Version 2.\n"
......
// $Id: smartd.cpp,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $
// $Id: smartd.cpp,v 1.2 2002/10/09 18:01:18 ballen4705 Exp $
/*
* smartd.c
*
......@@ -260,7 +260,7 @@ void CheckDevices ( atadevices_t *atadevices, scsidevices_t *scsidevices)
char copyleftstring[]=
"\nHome page of smartd is http://sourceforge.net/projects/smartmontools\n\n"
"CVS Version ID $Id: smartd.cpp,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $"
"CVS Version ID $Id: smartd.cpp,v 1.2 2002/10/09 18:01:18 ballen4705 Exp $\n"
"smartd comes with ABSOLUTELY NO WARRANTY. This\n"
"is free software, and you are welcome to redistribute it\n"
"under the terms of the GNU General Public License Version 2.\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment