X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=os_win32%2Fsyslog_win32.cpp;h=dfa08343fc83a0619dc15fe9dcdd6511374a02ad;hb=ff28b140e6e5ff7daf5f3386dc11367d30dda4dd;hp=57e14e6c3de487c48f0181a1449078cdd9dce0f7;hpb=a818ba584ce838c945b648669166d476da4417a9;p=mirror_smartmontools-debian.git diff --git a/os_win32/syslog_win32.cpp b/os_win32/syslog_win32.cpp index 57e14e6..dfa0834 100644 --- a/os_win32/syslog_win32.cpp +++ b/os_win32/syslog_win32.cpp @@ -5,14 +5,7 @@ * * Copyright (C) 2004-15 Christian Franke * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * You should have received a copy of the GNU General Public License - * (for example COPYING); If not, see . - * + * SPDX-License-Identifier: GPL-2.0-or-later */ // Win32 Emulation of syslog() for smartd @@ -33,7 +26,7 @@ #define WIN32_LEAN_AND_MEAN #include // RegisterEventSourceA(), ReportEventA(), ... -const char *syslog_win32_cpp_cvsid = "$Id: syslog_win32.cpp 4149 2015-10-17 15:38:01Z chrfranke $" +const char *syslog_win32_cpp_cvsid = "$Id: syslog_win32.cpp 4760 2018-08-19 18:45:53Z chrfranke $" SYSLOG_H_CVSID; #ifdef _MSC_VER