Skip to content

Commit 060358d

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 125
Based on 1 normalized pattern(s): osl gpl code release authorized by [jalil] [fadavi] 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 this program is distributed in the hope that it will be useful but without any warranty without even the implied warranty of merchantability or fitness for a particular purpose see the gnu general public license for more details you should have received a copy of the gnu general public license along with this program see the file copying if not write to the free software foundation 675 mass ave cambridge ma 02139 usa extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 1 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Richard Fontana <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 9dd0abd commit 060358d

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

drivers/ata/sata_qstor.c

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* sata_qstor.c - Pacific Digital Corporation QStor SATA
34
*
@@ -6,25 +7,8 @@
67
* Copyright 2005 Pacific Digital Corporation.
78
* (OSL/GPL code release authorized by Jalil Fadavi).
89
*
9-
*
10-
* This program is free software; you can redistribute it and/or modify
11-
* it under the terms of the GNU General Public License as published by
12-
* the Free Software Foundation; either version 2, or (at your option)
13-
* any later version.
14-
*
15-
* This program is distributed in the hope that it will be useful,
16-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
* GNU General Public License for more details.
19-
*
20-
* You should have received a copy of the GNU General Public License
21-
* along with this program; see the file COPYING. If not, write to
22-
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23-
*
24-
*
2510
* libata documentation is available via 'make {ps|pdf}docs',
2611
* as Documentation/driver-api/libata.rst
27-
*
2812
*/
2913

3014
#include <linux/kernel.h>

0 commit comments

Comments
 (0)