kernel/net/core/netevent.c
.. .. @@ -1,14 +1,10 @@ 1 +// SPDX-License-Identifier: GPL-2.0-or-later1 2 /* 2 3 * Network event notifiers 3 4 * 4 5 * Authors: 5 6 * Tom Tucker <tom@opengridcomputing.com> 6 7 * Steve Wise <swise@opengridcomputing.com> 7 - *8 - * This program is free software; you can redistribute it and/or9 - * modify it under the terms of the GNU General Public License10 - * as published by the Free Software Foundation; either version11 - * 2 of the License, or (at your option) any later version.12 8 * 13 9 * Fixes: 14 10 */