--- embedaddon/smartmontools/utility.cpp 2012/02/21 16:32:16 1.1.1.1 +++ embedaddon/smartmontools/utility.cpp 2012/10/09 09:36:45 1.1.1.2 @@ -3,8 +3,8 @@ * * Home page of code is: http://smartmontools.sourceforge.net * - * Copyright (C) 2002-11 Bruce Allen - * Copyright (C) 2008-11 Christian Franke + * Copyright (C) 2002-12 Bruce Allen + * Copyright (C) 2008-12 Christian Franke * Copyright (C) 2000 Michael Cornwell * * This program is free software; you can redistribute it and/or modify @@ -53,7 +53,7 @@ #include "atacmds.h" #include "dev_interface.h" -const char * utility_cpp_cvsid = "$Id: utility.cpp,v 1.1.1.1 2012/02/21 16:32:16 misho Exp $" +const char * utility_cpp_cvsid = "$Id: utility.cpp,v 1.1.1.2 2012/10/09 09:36:45 misho Exp $" UTILITY_H_CVSID INT64_H_CVSID; const char * packet_types[] = { @@ -91,7 +91,7 @@ std::string format_version_info(const char * prog_name "(build date "__DATE__")" // checkout without expansion of Id keywords #endif " [%s] "BUILD_INFO"\n" - "Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net\n", + "Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net\n", prog_name, smi()->get_os_version_str().c_str() ); if (!full) @@ -101,7 +101,8 @@ std::string format_version_info(const char * prog_name "\n" "%s comes with ABSOLUTELY NO WARRANTY. This is free\n" "software, and you are welcome to redistribute it under\n" - "the terms of the GNU General Public License Version 2.\n" + "the terms of the GNU General Public License; either\n" + "version 2, or (at your option) any later version.\n" "See http://www.gnu.org for further details.\n" "\n", prog_name