NetworkManager/src/platform
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
..
linux platform: import nl82154.h 2018-06-26 16:21:54 +02:00
tests all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
wifi all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
wpan platform: assert for out-of-memory in netlink code 2019-05-07 20:58:17 +02:00
nm-fake-platform.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-fake-platform.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-linux-platform.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-linux-platform.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-netlink.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-netlink.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-platform-private.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-platform-utils.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-platform-utils.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-platform.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-platform.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmp-netns.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmp-netns.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmp-object.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmp-object.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmp-rules-manager.c shared: split C-only helper "shared/nm-std-aux" utils out of "shared/nm-utils" 2019-04-18 19:17:23 +02:00
nmp-rules-manager.h platform: add nmp_rules_manager_track_from_platform() 2019-04-13 18:17:16 +02:00