diff options
author | Christoph Hellwig <hch@lst.de> | 2019-05-01 12:14:13 -0400 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-05-21 06:16:23 -0400 |
commit | 5ee7e1f1c6c1263f0970462d19a2853ca1bb694d (patch) | |
tree | 9e6f34c8b5d98fe76bc8d75ab904b6653b78b28c | |
parent | b0edc7fdc65cd0a7eb97aa3e6a8586656fc51997 (diff) |
scsi: ses: switch to SPDX tags
Use the the GPLv2 SPDX tag instead of verbose boilerplate text.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-rw-r--r-- | drivers/scsi/ses.c | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/drivers/scsi/ses.c b/drivers/scsi/ses.c index 0fc39224ce1e..8afea5a1d3f0 100644 --- a/drivers/scsi/ses.c +++ b/drivers/scsi/ses.c | |||
@@ -1,25 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * SCSI Enclosure Services | 3 | * SCSI Enclosure Services |
3 | * | 4 | * |
4 | * Copyright (C) 2008 James Bottomley <James.Bottomley@HansenPartnership.com> | 5 | * Copyright (C) 2008 James Bottomley <James.Bottomley@HansenPartnership.com> |
5 | * | 6 | */ |
6 | **----------------------------------------------------------------------------- | ||
7 | ** | ||
8 | ** This program is free software; you can redistribute it and/or | ||
9 | ** modify it under the terms of the GNU General Public License | ||
10 | ** version 2 as published by the Free Software Foundation. | ||
11 | ** | ||
12 | ** This program is distributed in the hope that it will be useful, | ||
13 | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | ** GNU General Public License for more details. | ||
16 | ** | ||
17 | ** You should have received a copy of the GNU General Public License | ||
18 | ** along with this program; if not, write to the Free Software | ||
19 | ** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
20 | ** | ||
21 | **----------------------------------------------------------------------------- | ||
22 | */ | ||
23 | 7 | ||
24 | #include <linux/slab.h> | 8 | #include <linux/slab.h> |
25 | #include <linux/module.h> | 9 | #include <linux/module.h> |