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

Happy New Year! Update copyright year in version info.

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5573 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent ff368a51
No related branches found
No related tags found
No related merge requests found
$Id$
2024-01-01 Christian Franke <franke@computer.org>
Happy New Year! Update copyright year in version info.
2023-12-31 Christian Franke <franke@computer.org>
drivedb.h:
......
......@@ -4,7 +4,7 @@
* Home page of code is: https://www.smartmontools.org
*
* Copyright (C) 2002-12 Bruce Allen
* Copyright (C) 2008-23 Christian Franke
* Copyright (C) 2008-24 Christian Franke
* Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
*
* SPDX-License-Identifier: GPL-2.0-or-later
......@@ -103,7 +103,7 @@ std::string format_version_info(const char * prog_name, int lines /* = 2 */)
if (lines <= 1)
return info;
info += "Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org\n";
info += "Copyright (C) 2002-24, Bruce Allen, Christian Franke, www.smartmontools.org\n";
if (lines == 2)
return info;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment