File tree 9 files changed +9
-37
lines changed
9 files changed +9
-37
lines changed Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0-only */
1
2
/*
2
3
* Copyright 2012 Red Hat
3
4
*
4
- * This file is subject to the terms and conditions of the GNU General
5
- * Public License version 2. See the file COPYING in the main
6
- * directory of this archive for more details.
7
- *
8
5
* Authors: Matthew Garrett
9
6
* Dave Airlie
10
7
*/
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Copyright 2013 Matrox Graphics
3
4
*
4
- * This file is subject to the terms and conditions of the GNU General
5
- * Public License version 2. See the file COPYING in the main
6
- * directory of this archive for more details.
7
- *
8
5
* Author: Christopher Harvey <[email protected] >
9
6
*/
10
7
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Copyright 2012 Red Hat
3
4
*
4
- * This file is subject to the terms and conditions of the GNU General
5
- * Public License version 2. See the file COPYING in the main
6
- * directory of this archive for more details.
7
- *
8
5
* Authors: Matthew Garrett
9
6
* Dave Airlie
10
7
*/
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0-only */
1
2
/*
2
3
* Copyright 2010 Matt Turner.
3
4
* Copyright 2012 Red Hat
4
5
*
5
- * This file is subject to the terms and conditions of the GNU General
6
- * Public License version 2. See the file COPYING in the main
7
- * directory of this archive for more details.
8
- *
9
6
* Authors: Matthew Garrett
10
7
* Matt Turner
11
8
* Dave Airlie
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Copyright 2010 Matt Turner.
3
4
* Copyright 2012 Red Hat
4
5
*
5
- * This file is subject to the terms and conditions of the GNU General
6
- * Public License version 2. See the file COPYING in the main
7
- * directory of this archive for more details.
8
- *
9
6
* Authors: Matthew Garrett
10
7
* Matt Turner
11
8
* Dave Airlie
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Copyright 2010 Matt Turner.
3
4
* Copyright 2012 Red Hat
4
5
*
5
- * This file is subject to the terms and conditions of the GNU General
6
- * Public License version 2. See the file COPYING in the main
7
- * directory of this archive for more details.
8
- *
9
6
* Authors: Matthew Garrett
10
7
* Matt Turner
11
8
* Dave Airlie
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Copyright 2010 Matt Turner.
3
4
* Copyright 2012 Red Hat
4
5
*
5
- * This file is subject to the terms and conditions of the GNU General
6
- * Public License version 2. See the file COPYING in the main
7
- * directory of this archive for more details.
8
- *
9
6
* Authors: Matthew Garrett
10
7
* Matt Turner
11
8
* Dave Airlie
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* linux/drivers/hil/hilkbd.c
3
4
*
8
9
* Very basic HP Human Interface Loop (HIL) driver.
9
10
* This driver handles the keyboard on HP300 (m68k) and on some
10
11
* HP700 (parisc) series machines.
11
- *
12
- *
13
- * This file is subject to the terms and conditions of the GNU General Public
14
- * License version 2. See the file COPYING in the main directory of this
15
- * archive for more details.
16
12
*/
17
13
18
14
#include <linux/pci_ids.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Dallas DS1302 RTC Support
3
4
*
4
5
* Copyright (C) 2002 David McCullough
5
6
* Copyright (C) 2003 - 2007 Paul Mundt
6
- *
7
- * This file is subject to the terms and conditions of the GNU General Public
8
- * License version 2. See the file "COPYING" in the main directory of
9
- * this archive for more details.
10
7
*/
11
8
12
9
#include <linux/bcd.h>
You can’t perform that action at this time.
0 commit comments