From: Thomas Gleixner tglx@xxxxxxxxxxxxx Based on 1 normalized pattern(s): it is hereby placed under the terms of the gnu general public license see linux copying extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 1 file(s). Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> --- https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch10&id=a64b4098a7ff --- drivers/ide/ide-tape.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- a/drivers/ide/ide-tape.c +++ b/drivers/ide/ide-tape.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * IDE ATAPI streaming tape driver. * @@ -8,9 +9,6 @@ * of the faculty of electrical engineering in the Technion - Israel's * Institute Of Technology, with the guide of Avner Lottem and Dr. Ilana David. * - * It is hereby placed under the terms of the GNU general public license. - * (See linux/COPYING). - * * For a historical changelog see * Documentation/ide/ChangeLog.ide-tape.1995-2002 */