diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-09-10 11:14:54 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2019-09-10 11:26:24 +0200 |
commit | 61d826502f43d5682f6eaa3bd0e74842652add56 (patch) | |
tree | b6e4dbc416b03a0b543bb33c80820e4a948937c5 /src/wireless-security/eap-method-fast.c | |
parent | 75879ac370b2a86661fa7b03205ba470fb6fa300 (diff) | |
download | network-manager-applet-61d826502f43d5682f6eaa3bd0e74842652add56.tar.gz |
all: use SPDX license identifiers
Makes licensing audits easier.
Diffstat (limited to 'src/wireless-security/eap-method-fast.c')
-rw-r--r-- | src/wireless-security/eap-method-fast.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/wireless-security/eap-method-fast.c b/src/wireless-security/eap-method-fast.c index 55dfab4a..311371c3 100644 --- a/src/wireless-security/eap-method-fast.c +++ b/src/wireless-security/eap-method-fast.c @@ -1,20 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * EAP-FAST authentication method (RFC4851) * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * * Copyright 2012 - 2017 Red Hat, Inc. */ |