NetworkManager/clients/tui
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
..
newt 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-editor-bindings.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-editor-bindings.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-editor-utils.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-editor-utils.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-address-list.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-address-list.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-connect-connection-list.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-connect-connection-list.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-device-entry.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-device-entry.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-edit-connection-list.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-edit-connection-list.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-editor-grid.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-editor-grid.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-editor-page-device.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-editor-page-device.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-editor-page.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-editor-page.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-editor-section.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-editor-section.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-editor.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-editor.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-ip-entry.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-ip-entry.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-mac-entry.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-mac-entry.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-mtu-entry.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-mtu-entry.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-bond.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-bond.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-bridge-port.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-bridge-port.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-bridge.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-bridge.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-dsl.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-dsl.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-ethernet.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-ethernet.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-infiniband.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-infiniband.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-ip-tunnel.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-ip-tunnel.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-ip4.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-ip4.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-ip6.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-ip6.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-ppp.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-ppp.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-team-port.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-team-port.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-team.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-team.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-vlan.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-vlan.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-wifi.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-page-wifi.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-password-dialog.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-password-dialog.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-password-fields.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-password-fields.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-route-editor.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-route-editor.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-route-entry.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-route-entry.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-route-table.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-route-table.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-slave-list.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-slave-list.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-utils.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-utils.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-widget-list.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmt-widget-list.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmtui-connect.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmtui-connect.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmtui-edit.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmtui-edit.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmtui-hostname.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmtui-hostname.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmtui.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nmtui.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00