From c12f6494218c0f179eee7e2f4631b2b902e32fe3a324bc517167fdf9ac035fd2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 27 Nov 2025 18:00:10 +0300 Subject: [PATCH] Mention "apply" in dsc help --- dsc | 2 ++ jimlib/netUtils.tcl | 14 ++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/dsc b/dsc index 78680ee..e302e4f 100755 --- a/dsc +++ b/dsc @@ -1,6 +1,7 @@ #!/usr/bin/env jimsh # dsc -- damn small configuration manager # Copyright (C) 2025 Sergey Matveev +# 2025 Vladimir Bobrov # # 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 @@ -32,6 +33,7 @@ if {$argc == 0} { dsc export [prefix] >file.txtar -- export (whole by default) configuration dsc import +# +# 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 +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + proc list-sys-ifaces {} { set ifaces [list] foreach l [split [exec ip link] \n] { -- 2.52.0