NetworkManager/contrib/scripts
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
..
checkpatch-feature-branch.sh checkpatch: quote variable in "checkpatch-feature-branch.sh" 2018-10-22 18:21:41 +02:00
checkpatch.pl contrib/checkpatch: properly determine the commit id boundary 2019-05-20 16:31:52 +02:00
nm-ci-install-valgrind-in-ubuntu1604.sh gitlab-ci: run unit tests under valgrind in gitlab-ci 2019-05-18 09:58:52 +02:00
nm-ci-patch-gtkdoc.sh gitlab-ci: patch gtk-doc to generate valid documentation 2018-12-01 08:55:44 +01:00
nm-ci-run.sh gitlab-ci: also build on CentOS 7.5 and 7.6 2019-05-29 09:42:40 +02:00
nm-import-openconnect all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-import-openvpn all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-import-vpnc all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
NM-log platform: add routing-rule add/delete netlink functions 2019-03-13 09:03:59 +01:00
test-macsec tests: use "/run" instead of "/var/run" 2019-05-17 21:24:18 +02:00