diff options
author | Thomas Haller <thaller@redhat.com> | 2019-06-02 14:32:30 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-06-09 22:03:11 +0200 |
commit | d050faee7060bcf23b83700d60b7bc7599896d14 (patch) | |
tree | 34853340c2ed45a9a5e345525b2548cf7b7a6ff6 /examples/lua | |
parent | 66115853d81d4b4eaa2eda4e5d995b57c74afb1f (diff) | |
download | NetworkManager-th/drop-emacs-file-variables.tar.gz |
all: drop vim file variables from first line of sourcesth/drop-emacs-file-variables
sed '1,3 { /^\(#\|--\) *vim:/d }; 1 { /^\/\* *vim:.*\*\/$/ d}' -i $(git grep -l 'vim:')
Diffstat (limited to 'examples/lua')
-rwxr-xr-x | examples/lua/lgi/add-connection.lua | 1 | ||||
-rwxr-xr-x | examples/lua/lgi/change-vpn-username.lua | 1 | ||||
-rwxr-xr-x | examples/lua/lgi/deactivate-all.lua | 1 | ||||
-rwxr-xr-x | examples/lua/lgi/get-basic-nm-info.lua | 1 | ||||
-rwxr-xr-x | examples/lua/lgi/get-ips.lua | 1 | ||||
-rwxr-xr-x | examples/lua/lgi/list-connections.lua | 1 | ||||
-rwxr-xr-x | examples/lua/lgi/list-devices.lua | 1 | ||||
-rwxr-xr-x | examples/lua/lgi/show-wifi-networks.lua | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/examples/lua/lgi/add-connection.lua b/examples/lua/lgi/add-connection.lua index 311a167870..efccfddffc 100755 --- a/examples/lua/lgi/add-connection.lua +++ b/examples/lua/lgi/add-connection.lua @@ -1,5 +1,4 @@ #!/usr/bin/env lua --- vim: ft=lua ts=2 sts=2 sw=2 et ai -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/examples/lua/lgi/change-vpn-username.lua b/examples/lua/lgi/change-vpn-username.lua index fc56307efb..1e6c94bb42 100755 --- a/examples/lua/lgi/change-vpn-username.lua +++ b/examples/lua/lgi/change-vpn-username.lua @@ -1,5 +1,4 @@ #!/usr/bin/env lua --- vim: ft=lua ts=2 sts=2 sw=2 et ai -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/examples/lua/lgi/deactivate-all.lua b/examples/lua/lgi/deactivate-all.lua index dc06b74a78..b4db8add4e 100755 --- a/examples/lua/lgi/deactivate-all.lua +++ b/examples/lua/lgi/deactivate-all.lua @@ -1,5 +1,4 @@ #!/usr/bin/env lua --- vim: ft=lua ts=2 sts=2 sw=2 et ai -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/examples/lua/lgi/get-basic-nm-info.lua b/examples/lua/lgi/get-basic-nm-info.lua index ab4f1dadb6..6ff0be5493 100755 --- a/examples/lua/lgi/get-basic-nm-info.lua +++ b/examples/lua/lgi/get-basic-nm-info.lua @@ -1,5 +1,4 @@ #!/usr/bin/env lua --- vim: ft=lua ts=2 sts=2 sw=2 et ai -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/examples/lua/lgi/get-ips.lua b/examples/lua/lgi/get-ips.lua index 87309fbe0b..0f67c807d9 100755 --- a/examples/lua/lgi/get-ips.lua +++ b/examples/lua/lgi/get-ips.lua @@ -1,5 +1,4 @@ #!/usr/bin/env lua --- vim: ft=lua ts=2 sts=2 sw=2 et ai -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/examples/lua/lgi/list-connections.lua b/examples/lua/lgi/list-connections.lua index c7286d2e2c..6c1d0cb0e1 100755 --- a/examples/lua/lgi/list-connections.lua +++ b/examples/lua/lgi/list-connections.lua @@ -1,5 +1,4 @@ #!/usr/bin/env lua --- vim: ft=lua ts=2 sts=2 sw=2 et ai -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/examples/lua/lgi/list-devices.lua b/examples/lua/lgi/list-devices.lua index 84591882ee..57ed54e68b 100755 --- a/examples/lua/lgi/list-devices.lua +++ b/examples/lua/lgi/list-devices.lua @@ -1,5 +1,4 @@ #!/usr/bin/env lua --- vim: ft=lua ts=2 sts=2 sw=2 et ai -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/examples/lua/lgi/show-wifi-networks.lua b/examples/lua/lgi/show-wifi-networks.lua index 9ba57d0fee..7bffada215 100755 --- a/examples/lua/lgi/show-wifi-networks.lua +++ b/examples/lua/lgi/show-wifi-networks.lua @@ -1,5 +1,4 @@ #!/usr/bin/env lua --- vim: ft=lua ts=2 sts=2 sw=2 et ai -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by |