]> 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 2977f1a66c09d0126db377f7d01ae6adfd1d2dff..7a0814b39f030c73eb01046c425c065ed03bd086 100644 (file)
@@ -5,20 +5,13 @@
  *
  * Copyright (C) 2012 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 <http://www.gnu.org/licenses/>.
- *
+ * SPDX-License-Identifier: GPL-2.0-or-later
  */
 
 #define WINVER 0x0500
 #define _WIN32_WINNT WINVER
 
-char svnid[] = "$Id: wtssendmsg.c 4431 2017-08-08 19:38:15Z chrfranke $";
+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 4431 2017-08-08 19:38:15Z chrfranke $";
 
 static int usage()
 {
-  printf("wtssendmsg $Revision: 4431 $ - 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"