NetworkManager/clients/common/tests
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
..
meson.build clients/tests: rename clients/common's "test-general" to "test-clients-common" 2019-05-19 14:00:16 +02:00
test-clients-common.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
test-libnm-core-aux.c cli: refactor team-link-watcher to/from strings 2019-04-25 07:50:47 +02:00
wg-test0.conf clients/tests: add wireguard import tests 2019-03-07 22:22:39 +01:00
wg-test1.conf clients/tests: add wireguard import tests 2019-03-07 22:22:39 +01:00
wg-test2.conf clients/tests: add wireguard import tests 2019-03-07 22:22:39 +01:00
wg-test3.conf clients/tests: add wireguard import tests 2019-03-07 22:22:39 +01:00