Skip to content

Commit 0215845

Browse files
Sui Jingfengbjorn-helgaas
authored andcommitted
PCI/VGA: Replace full MIT license text with SPDX identifier
Per Documentation/process/license-rules.rst, the SPDX MIT identifier is equivalent to including the entire MIT license text from LICENSES/preferred/MIT. Replace the MIT license text with the equivalent SPDX identifier. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sui Jingfeng <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Andi Shyti <[email protected]>
1 parent 4582db1 commit 0215845

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

include/linux/vgaarb.h

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,12 @@
1+
/* SPDX-License-Identifier: MIT */
2+
13
/*
24
* The VGA aribiter manages VGA space routing and VGA resource decode to
35
* allow multiple VGA devices to be used in a system in a safe way.
46
*
57
* (C) Copyright 2005 Benjamin Herrenschmidt <[email protected]>
68
* (C) Copyright 2007 Paulo R. Zanoni <[email protected]>
79
* (C) Copyright 2007, 2009 Tiago Vignatti <[email protected]>
8-
*
9-
* Permission is hereby granted, free of charge, to any person obtaining a
10-
* copy of this software and associated documentation files (the "Software"),
11-
* to deal in the Software without restriction, including without limitation
12-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
13-
* and/or sell copies of the Software, and to permit persons to whom the
14-
* Software is furnished to do so, subject to the following conditions:
15-
*
16-
* The above copyright notice and this permission notice (including the next
17-
* paragraph) shall be included in all copies or substantial portions of the
18-
* Software.
19-
*
20-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
23-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
25-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
26-
* DEALINGS
27-
* IN THE SOFTWARE.
28-
*
2910
*/
3011

3112
#ifndef LINUX_VGA_H

0 commit comments

Comments
 (0)