NetworkManager/shared/systemd/sd-adapt-shared
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
..
architecture.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
btrfs-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
build.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
cgroup-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
copy.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
def.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
device-nodes.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
dirent-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
errno-list.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
format-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
glob-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
gunicode.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
ioprio.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
locale-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
memfd-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
missing.h systemd: merge branch systemd into master 2019-04-04 09:49:37 +02:00
missing_syscall.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
missing_timerfd.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
mkdir.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
namespace-util.h systemd: merge branch systemd into master 2019-04-04 09:49:37 +02:00
nm-sd-adapt-shared.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nulstr-util.h systemd: merge branch systemd into master 2019-04-04 09:49:37 +02:00
procfs-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
raw-clone.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
rlimit-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
strxcpyx.h systemd: merge branch systemd into master 2019-04-04 09:49:37 +02:00
terminal-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
unaligned.h shared: split C-only helper "shared/nm-std-aux" utils out of "shared/nm-utils" 2019-04-18 19:17:23 +02:00
user-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
virt.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00