|
@@ -1,3 +1,4 @@
|
|
|
+// SPDX-License-Identifier: GPL-2.0+
|
|
|
/*
|
|
|
* Driver for Renesas R-Car VIN
|
|
|
*
|
|
@@ -7,11 +8,6 @@
|
|
|
* Copyright (C) 2008 Magnus Damm
|
|
|
*
|
|
|
* Based on the soc-camera rcar_vin driver
|
|
|
- *
|
|
|
- * 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 of the License, or (at your
|
|
|
- * option) any later version.
|
|
|
*/
|
|
|
|
|
|
#include <linux/module.h>
|
|
@@ -1275,4 +1271,4 @@ module_platform_driver(rcar_vin_driver);
|
|
|
|
|
|
MODULE_AUTHOR("Niklas Söderlund <niklas.soderlund@ragnatech.se>");
|
|
|
MODULE_DESCRIPTION("Renesas R-Car VIN camera host driver");
|
|
|
-MODULE_LICENSE("GPL v2");
|
|
|
+MODULE_LICENSE("GPL");
|