NetworkManager/src/dhcp
Thomas Haller c0e075c902 all: drop emacs file variables from source files
We no longer add these. If you use Emacs, configure it yourself.

Also, due to our "smart-tab" usage the editor anyway does a subpar
job handling our tabs. However, on the upside every user can choose
whatever tab-width he/she prefers. If "smart-tabs" are used properly
(like we do), every tab-width will work.

No manual changes, just ran commands:

    F=($(git grep -l -e '-\*-'))
    sed '1 { /\/\* *-\*-  *[mM]ode.*\*\/$/d }'     -i "${F[@]}"
    sed '1,4 { /^\(#\|--\|dnl\) *-\*- [mM]ode/d }' -i "${F[@]}"

Check remaining lines with:

    git grep -e '-\*-'

The ultimate purpose of this is to cleanup our files and eventually use
SPDX license identifiers. For that, first get rid of the boilerplate lines.
2019-06-11 10:04:00 +02:00
..
tests all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
meson.build build/meson: rename "nm_core_dep" to "libnm_core_dep" 2019-04-18 20:13:49 +02:00
nm-dhcp-client-logging.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-client.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-client.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-dhclient-utils.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-dhclient-utils.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-dhclient.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-dhcpcanon.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-dhcpcd.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-helper-api.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-helper.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-listener.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-listener.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-manager.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-manager.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-systemd.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-utils.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dhcp-utils.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00