NetworkManager/examples
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
..
C all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
dispatcher all: say Wi-Fi instead of "wifi" or "WiFi" 2018-11-29 17:53:35 +01:00
js examples/js: add a javascript example 2017-11-06 11:47:05 +01:00
lua/lgi all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-conf.d examples: drop rtl drivers from the mac address change blacklist 2019-04-08 10:10:25 +02:00
python all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
ruby all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
shell all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00