]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - os_win32/runcmd.c
Merge tag 'upstream/6.6'
[mirror_smartmontools-debian.git] / os_win32 / runcmd.c
index 8be8198b1b0795ac3380afa1034cecc033f5324e..fe190f5d65f6d949f692c8647fabf10fb3a9acb5 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Run console command and wait for user input
  *
- * Home page of code is: http://smartmontools.sourceforge.net
+ * Home page of code is: http://www.smartmontools.org
  *
- * Copyright (C) 2011 Christian Franke <smartmontools-support@lists.sourceforge.net>
+ * Copyright (C) 2011 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
@@ -15,7 +15,7 @@
  *
  */
 
-char svnid[] = "$Id: runcmd.c 3453 2011-10-16 12:45:27Z chrfranke $";
+char svnid[] = "$Id: runcmd.c 4431 2017-08-08 19:38:15Z chrfranke $";
 
 #include <stdio.h>
 #include <windows.h>