NetworkManager/examples/python/dbus
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
..
add-connection-compat.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
add-connection.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
add-wifi-eap-connection.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
add-wifi-psk-connection.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
checkpoint.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
create-bond.py docs: misc. typos 2018-09-15 09:08:03 +02:00
disconnect-device.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
get-active-connection-uuids.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
is-wwan-default.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
list-connections.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
list-devices.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-state.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
show-bssids.py all: say Wi-Fi instead of "wifi" or "WiFi" 2018-11-29 17:53:35 +01:00
update-ip4-method.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
update-secrets.py all: drop trailing spaces 2018-02-07 13:32:04 +01:00
vpn.py all: say Wi-Fi instead of "wifi" or "WiFi" 2018-11-29 17:53:35 +01:00
wifi-active-ap.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
wifi-hotspot.py all: replace non-leading tabs with spaces 2018-02-07 13:32:04 +01:00