]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - dev_legacy.cpp
import smartmontools 7.0
[mirror_smartmontools-debian.git] / dev_legacy.cpp
index 1666122409c9e29a7a22b1e4eb7434b469c10649..e760c64174f6c757ef06b7eabef712aa03acd2a0 100644 (file)
@@ -3,20 +3,13 @@
  *
  * Home page of code is: http://www.smartmontools.org
  *
- * Copyright (C) 2008-16 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/>.
+ * Copyright (C) 2008-18 Christian Franke
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
  */
 
 #include "config.h"
-#include "int64.h"
+
 #include "utility.h"
 #include "atacmds.h"
 #include "scsicmds.h"
@@ -25,7 +18,7 @@
 
 #include <errno.h>
 
-const char * dev_legacy_cpp_cvsid = "$Id: dev_legacy.cpp 4431 2017-08-08 19:38:15Z chrfranke $"
+const char * dev_legacy_cpp_cvsid = "$Id: dev_legacy.cpp 4760 2018-08-19 18:45:53Z chrfranke $"
   DEV_INTERFACE_H_CVSID;
 
 /////////////////////////////////////////////////////////////////////////////