diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-09-10 11:19:01 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2019-09-10 11:19:56 +0200 |
commit | 24028a22467275671df71cc6a8054036b37d8f03 (patch) | |
tree | 046d175593e484ac1a7b82e4c1bae585c5de3a61 /libnm-core/nm-setting-ip4-config.h | |
parent | e4784327c0f1da74a78428b07d29c74bf6fa5a53 (diff) | |
download | NetworkManager-24028a22467275671df71cc6a8054036b37d8f03.tar.gz |
all: SPDX header conversion
$ find * -type f |xargs perl contrib/scripts/spdx.pl
$ git rm contrib/scripts/spdx.pl
Diffstat (limited to 'libnm-core/nm-setting-ip4-config.h')
-rw-r--r-- | libnm-core/nm-setting-ip4-config.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/libnm-core/nm-setting-ip4-config.h b/libnm-core/nm-setting-ip4-config.h index bd6b6a2c73..03cbb77f9e 100644 --- a/libnm-core/nm-setting-ip4-config.h +++ b/libnm-core/nm-setting-ip4-config.h @@ -1,19 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1+ /* - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA. - * * Copyright 2007 - 2014 Red Hat, Inc. * Copyright 2007 - 2008 Novell, Inc. */ |