]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - os_win32/wtssendmsg.c
import smartmontools 7.0
[mirror_smartmontools-debian.git] / os_win32 / wtssendmsg.c
index dca7fb7c74773a0f9a3ef6ace4e6bed33d8de189..7a0814b39f030c73eb01046c425c065ed03bd086 100644 (file)
@@ -3,22 +3,15 @@
  *
  * Home page of code is: http://www.smartmontools.org
  *
- * Copyright (C) 2012 Christian Franke <smartmontools-support@lists.sourceforge.net>
- *
- * 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 <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2012 Christian Franke
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
  */
 
 #define WINVER 0x0500
 #define _WIN32_WINNT WINVER
 
-char svnid[] = "$Id: wtssendmsg.c 4120 2015-08-27 16:12:21Z samm2 $";
+char svnid[] = "$Id: wtssendmsg.c 4760 2018-08-19 18:45:53Z chrfranke $";
 
 #include <stdio.h>
 #include <string.h>
@@ -30,7 +23,7 @@ char svnid[] = "$Id: wtssendmsg.c 4120 2015-08-27 16:12:21Z samm2 $";
 
 static int usage()
 {
-  printf("wtssendmsg $Revision: 4120 $ - Display a message box on client desktops\n"
+  printf("wtssendmsg $Revision: 4760 $ - Display a message box on client desktops\n"
          "Copyright (C) 2012 Christian Franke, smartmontools.org\n\n"
          "Usage: wtssendmsg [-cas] [-v] [\"Caption\"] \"Message\"|-\n"
          "       wtssendmsg -v\n\n"