Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions nmcli-cli-autoconnect-list
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-autoconnect-list
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"

Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-autoconnect-set
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-autoconnect-set
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-bond-add
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-bond-add
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-bond-delete
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-bond-delete
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-bridge-add
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-bridge-add
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-bridge-delete
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-bridge-delete
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-device-name
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-device-name
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-ipv4
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-ipv4
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-ipv4-copy
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-ipv4-copy
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-ipv6
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-ipv6
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-ipv6-copy
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-ipv6-copy
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-restart
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-restart
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-slave-list
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-slave-list
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"

Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-vlan-add
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-vlan-add
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down
7 changes: 2 additions & 5 deletions nmcli-cli-vlan-delete
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright 2019-2026 Jun Futagawa (jfut)
#
# nmcli-cli-vlan-delete
#
# Copyright (c) 2019-2026 Jun Futagawa (jfut)
#
# This software is released under the MIT License.
# http://opensource.org/licenses/mit-license.php

VERSION="1.2.1"
ECHO_OR_EXECUTE="echo"
Expand Down