diff options
author | Christoph Hellwig <[email protected]> | 2019-05-01 12:14:15 -0400 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2019-05-21 06:16:23 -0400 |
commit | 95b04a2ff9c7b0804c260bab0f60e561b35a1001 (patch) | |
tree | a70a0f0e5c5a510da06073883ff2bbb751acb97d | |
parent | 203cd5591485715e2c715d1ed262615ddcf1db5a (diff) |
scsi: sr: add a SPDX tag to sr.c
sr.c is the only sr file missing licensing information. Add a
GPLv2 tag for the default kernel license.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/sr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sr.c b/drivers/scsi/sr.c index c3f443d5aea8..3642de844677 100644 --- a/drivers/scsi/sr.c +++ b/drivers/scsi/sr.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * sr.c Copyright (C) 1992 David Giller * Copyright (C) 1993, 1994, 1995, 1999 Eric Youngdale |