Skip to content
Snippets Groups Projects
Commit 67dfa941 authored by chrfranke's avatar chrfranke
Browse files

Happy New Year! Update copyright year in version info.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3022 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 28ed63ba
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,8 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -43,6 +43,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] Happy New Year! Update copyright year in version info.
[CF] drivedb.h update: [CF] drivedb.h update:
- SAMSUNG SpinPoint M40/60/80 series - SAMSUNG SpinPoint M40/60/80 series
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
* *
* Home page of code is: http://smartmontools.sourceforge.net * Home page of code is: http://smartmontools.sourceforge.net
* *
* Copyright (C) 2002-9 Bruce Allen <smartmontools-support@lists.sourceforge.net> * Copyright (C) 2002-10 Bruce Allen <smartmontools-support@lists.sourceforge.net>
* Copyright (C) 2008-9 Christian Franke <smartmontools-support@lists.sourceforge.net> * Copyright (C) 2008-10 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
...@@ -90,7 +90,7 @@ std::string format_version_info(const char * prog_name, bool full /*= false*/) ...@@ -90,7 +90,7 @@ std::string format_version_info(const char * prog_name, bool full /*= false*/)
std::string info = strprintf( std::string info = strprintf(
"%s "PACKAGE_VERSION" "SMARTMONTOOLS_SVN_DATE" r"SMARTMONTOOLS_SVN_REV "%s "PACKAGE_VERSION" "SMARTMONTOOLS_SVN_DATE" r"SMARTMONTOOLS_SVN_REV
" [%s] "BUILD_INFO"\n" " [%s] "BUILD_INFO"\n"
"Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net\n", "Copyright (C) 2002-10 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment