diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2021-02-25 11:36:45 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2021-02-25 11:36:45 +0100 |
| commit | d92aa7f298fe84d4cf686c5ad64b73438e00d377 (patch) | |
| tree | 2f1f4c7b48cff9e63b0d0e3669bada3d9aeda72e /examples/lua/lgi | |
| parent | a82e048a943092315a32d745c99e0f5635e29134 (diff) | |
| parent | 3a56bce6c0ea7ba0fe269520547740783b342e0d (diff) | |
Merge branch 'upstream/latest' of https://salsa.debian.org/utopia-team/network-manager into upstream/latest
Diffstat (limited to 'examples/lua/lgi')
| -rwxr-xr-x | examples/lua/lgi/add-connection.lua | 2 | ||||
| -rwxr-xr-x | examples/lua/lgi/change-vpn-username.lua | 2 | ||||
| -rwxr-xr-x | examples/lua/lgi/deactivate-all.lua | 2 | ||||
| -rwxr-xr-x | examples/lua/lgi/get-basic-nm-info.lua | 2 | ||||
| -rwxr-xr-x | examples/lua/lgi/get-ips.lua | 2 | ||||
| -rwxr-xr-x | examples/lua/lgi/list-connections.lua | 2 | ||||
| -rwxr-xr-x | examples/lua/lgi/list-devices.lua | 2 | ||||
| -rwxr-xr-x | examples/lua/lgi/show-wifi-networks.lua | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/lua/lgi/add-connection.lua b/examples/lua/lgi/add-connection.lua index 14871aa4..11be01dd 100755 --- a/examples/lua/lgi/add-connection.lua +++ b/examples/lua/lgi/add-connection.lua @@ -1,5 +1,5 @@ #!/usr/bin/env lua --- SPDX-License-Identifier: GPL-2.0+ +-- SPDX-License-Identifier: GPL-2.0-or-later -- -- Copyright (C) 2015 Red Hat, Inc. -- diff --git a/examples/lua/lgi/change-vpn-username.lua b/examples/lua/lgi/change-vpn-username.lua index 3b607c05..538658d8 100755 --- a/examples/lua/lgi/change-vpn-username.lua +++ b/examples/lua/lgi/change-vpn-username.lua @@ -1,5 +1,5 @@ #!/usr/bin/env lua --- SPDX-License-Identifier: GPL-2.0+ +-- SPDX-License-Identifier: GPL-2.0-or-later -- -- Copyright (C) 2015 Red Hat, Inc. -- diff --git a/examples/lua/lgi/deactivate-all.lua b/examples/lua/lgi/deactivate-all.lua index 6d53956d..b535f121 100755 --- a/examples/lua/lgi/deactivate-all.lua +++ b/examples/lua/lgi/deactivate-all.lua @@ -1,5 +1,5 @@ #!/usr/bin/env lua --- SPDX-License-Identifier: GPL-2.0+ +-- SPDX-License-Identifier: GPL-2.0-or-later -- -- Copyright (C) 2015 Red Hat, Inc. -- diff --git a/examples/lua/lgi/get-basic-nm-info.lua b/examples/lua/lgi/get-basic-nm-info.lua index 5c99461d..8d9ae755 100755 --- a/examples/lua/lgi/get-basic-nm-info.lua +++ b/examples/lua/lgi/get-basic-nm-info.lua @@ -1,5 +1,5 @@ #!/usr/bin/env lua --- SPDX-License-Identifier: GPL-2.0+ +-- SPDX-License-Identifier: GPL-2.0-or-later -- -- Copyright (C) 2015 Red Hat, Inc. -- diff --git a/examples/lua/lgi/get-ips.lua b/examples/lua/lgi/get-ips.lua index 916dcea0..7e174c4d 100755 --- a/examples/lua/lgi/get-ips.lua +++ b/examples/lua/lgi/get-ips.lua @@ -1,5 +1,5 @@ #!/usr/bin/env lua --- SPDX-License-Identifier: GPL-2.0+ +-- SPDX-License-Identifier: GPL-2.0-or-later -- -- Copyright (C) 2015 Red Hat, Inc. -- diff --git a/examples/lua/lgi/list-connections.lua b/examples/lua/lgi/list-connections.lua index fc62e12d..b011641f 100755 --- a/examples/lua/lgi/list-connections.lua +++ b/examples/lua/lgi/list-connections.lua @@ -1,5 +1,5 @@ #!/usr/bin/env lua --- SPDX-License-Identifier: GPL-2.0+ +-- SPDX-License-Identifier: GPL-2.0-or-later -- -- Copyright (C) 2015 Red Hat, Inc. -- diff --git a/examples/lua/lgi/list-devices.lua b/examples/lua/lgi/list-devices.lua index 35023453..aca5de64 100755 --- a/examples/lua/lgi/list-devices.lua +++ b/examples/lua/lgi/list-devices.lua @@ -1,5 +1,5 @@ #!/usr/bin/env lua --- SPDX-License-Identifier: GPL-2.0+ +-- SPDX-License-Identifier: GPL-2.0-or-later -- -- Copyright (C) 2015 Red Hat, Inc. -- diff --git a/examples/lua/lgi/show-wifi-networks.lua b/examples/lua/lgi/show-wifi-networks.lua index 8fecc741..9438a4d9 100755 --- a/examples/lua/lgi/show-wifi-networks.lua +++ b/examples/lua/lgi/show-wifi-networks.lua @@ -1,5 +1,5 @@ #!/usr/bin/env lua --- SPDX-License-Identifier: GPL-2.0+ +-- SPDX-License-Identifier: GPL-2.0-or-later -- -- Copyright (C) 2015 Red Hat, Inc. -- |