kernel/arch/um/drivers/umcast_kern.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.01 2 /* 2 3 * user-mode-linux networking multicast transport 3 4 * Copyright (C) 2001 by Harald Welte <laforge@gnumonks.org> .. .. @@ -8,7 +9,6 @@ 8 9 * James Leu (jleu@mindspring.net). 9 10 * Copyright (C) 2001 by various other people who didn't put their name here. 10 11 * 11 - * Licensed under the GPL.12 12 */ 13 13 14 14 #include <linux/init.h>