Răsfoiți Sursa

sh: Revert incorrect license string changes.

These were right the first time. Either a thinko or
building in the wrong tree. Revert this.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 17 ani în urmă
părinte
comite
e71cf2b63c
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      arch/sh/drivers/push-switch.c
  2. 1 1
      arch/sh/mm/cache-debugfs.c

+ 1 - 1
arch/sh/drivers/push-switch.c

@@ -138,4 +138,4 @@ module_exit(switch_exit);
 
 MODULE_VERSION(DRV_VERSION);
 MODULE_AUTHOR("Paul Mundt");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");

+ 1 - 1
arch/sh/mm/cache-debugfs.c

@@ -144,4 +144,4 @@ static int __init cache_debugfs_init(void)
 }
 module_init(cache_debugfs_init);
 
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");