diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-01 12:54:06 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-01 14:45:00 +0200 |
commit | 098621aff34d31bf9b535d9deb5c144c8d79ebdd (patch) | |
tree | db6912f9d4f257c54979955bc35a63290a925838 | |
parent | licensing: add spdx header to chromiumos helper, move license file (diff) | |
download | systemd-098621aff34d31bf9b535d9deb5c144c8d79ebdd.tar.xz systemd-098621aff34d31bf9b535d9deb5c144c8d79ebdd.zip |
licensing: add missing header to one .network file
It should have the full header because it will be installed onto
user systems like the other .network files.
-rw-r--r-- | network/80-wifi-adhoc.network | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/80-wifi-adhoc.network b/network/80-wifi-adhoc.network index 8ca59dee25..c0c388f165 100644 --- a/network/80-wifi-adhoc.network +++ b/network/80-wifi-adhoc.network @@ -1,3 +1,12 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +# +# This file is part of systemd. +# +# systemd 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.1 of the License, or +# (at your option) any later version. + [Match] Type=wlan WLANInterfaceType=ad-hoc |