X-Git-Url: https://git.proxmox.com/?p=mirror_smartmontools-debian.git;a=blobdiff_plain;f=dev_ata_cmd_set.cpp;h=117e5d5850cb96e0532a4fac23829f10529c5e36;hp=93cb339c5209a71093907eed13944168554557f4;hb=HEAD;hpb=17d0b8d95e81ea878103bf6b245be408eab9da85 diff --git a/dev_ata_cmd_set.cpp b/dev_ata_cmd_set.cpp index 93cb339..117e5d5 100644 --- a/dev_ata_cmd_set.cpp +++ b/dev_ata_cmd_set.cpp @@ -3,26 +3,19 @@ * * Home page of code is: http://www.smartmontools.org * - * Copyright (C) 2008 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 . + * 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 -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;