hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/vme/bridges/vme_fake.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Fake VME bridge support.
34 *
....@@ -18,11 +19,6 @@
1819 *
1920 * Based on work by Tom Armistead and Ajit Prem
2021 * Copyright 2004 Motorola Inc.
21
- *
22
- * This program is free software; you can redistribute it and/or modify it
23
- * under the terms of the GNU General Public License as published by the
24
- * Free Software Foundation; either version 2 of the License, or (at your
25
- * option) any later version.
2622 */
2723
2824 #include <linux/device.h>