kernel/arch/arm/mach-u300/regulator.c
.. .. @@ -1,8 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * arch/arm/mach-u300/regulator.c 3 4 * 4 5 * Copyright (C) 2009 ST-Ericsson AB 5 - * License terms: GNU General Public License (GPL) version 26 6 * Handle board-bound regulators and board power not related 7 7 * to any devices. 8 8 * Author: Linus Walleij <linus.walleij@stericsson.com> .. .. @@ -130,3 +130,5 @@ 130 130 } 131 131 132 132 device_initcall(u300_init_boardpower); 133 +MODULE_LICENSE("GPL v2");134 +MODULE_AUTHOR("Linus Walleij");