]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - dev_ata_cmd_set.cpp
import smartmontools 7.0
[mirror_smartmontools-debian.git] / dev_ata_cmd_set.cpp
index 93cb339c5209a71093907eed13944168554557f4..117e5d5850cb96e0532a4fac23829f10529c5e36 100644 (file)
@@ -3,26 +3,19 @@
  *
  * Home page of code is: http://www.smartmontools.org
  *
- * Copyright (C) 2008 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) 2008-18 Christian Franke
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
  */
 
 #include "config.h"
-#include "int64.h"
+
 #include "atacmds.h"
 #include "dev_ata_cmd_set.h"
 
 #include <errno.h>
 
-const char * dev_ata_cmd_set_cpp_cvsid = "$Id: dev_ata_cmd_set.cpp 4122 2015-08-27 19:08:07Z chrfranke $"
+const char * dev_ata_cmd_set_cpp_cvsid = "$Id: dev_ata_cmd_set.cpp 4760 2018-08-19 18:45:53Z chrfranke $"
   DEV_ATA_CMD_SET_H_CVSID;