Diff for /embedaddon/smartmontools/utility.cpp between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:32:16 version 1.1.1.2, 2012/10/09 09:36:45
Line 3 Line 3
  *   *
  * Home page of code is: http://smartmontools.sourceforge.net   * Home page of code is: http://smartmontools.sourceforge.net
  *   *
 * Copyright (C) 2002-11 Bruce Allen <smartmontools-support@lists.sourceforge.net> * Copyright (C) 2002-12 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 * Copyright (C) 2008-11 Christian Franke <smartmontools-support@lists.sourceforge.net> * Copyright (C) 2008-12 Christian Franke <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>   * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
  *   *
  * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
Line 91  std::string format_version_info(const char * prog_name Line 91  std::string format_version_info(const char * prog_name
       "(build date "__DATE__")" // checkout without expansion of Id keywords        "(build date "__DATE__")" // checkout without expansion of Id keywords
 #endif  #endif
       " [%s] "BUILD_INFO"\n"        " [%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()      prog_name, smi()->get_os_version_str().c_str()
   );    );
   if (!full)    if (!full)
Line 101  std::string format_version_info(const char * prog_name Line 101  std::string format_version_info(const char * prog_name
     "\n"      "\n"
     "%s comes with ABSOLUTELY NO WARRANTY. This is free\n"      "%s comes with ABSOLUTELY NO WARRANTY. This is free\n"
     "software, and you are welcome to redistribute it under\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"      "See http://www.gnu.org for further details.\n"
     "\n",      "\n",
     prog_name      prog_name

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>