From 9e1e8cd30fbd76908e054a5d75755639b6c2445d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:27:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Sync=202024-01-22=2016:27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luci-app-smartdns/Makefile | 2 +- luci-app-smartdns/luasrc/controller/smartdns.lua | 2 +- luci-app-smartdns/luasrc/model/cbi/smartdns/smartdns.lua | 2 +- luci-app-smartdns/luasrc/model/cbi/smartdns/upstream.lua | 4 ++-- luci-app-smartdns/luasrc/model/smartdns.lua | 2 +- luci-app-smartdns/root/etc/uci-defaults/50_luci-smartdns | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/luci-app-smartdns/Makefile b/luci-app-smartdns/Makefile index 2c3f9f86..7e362a21 100644 --- a/luci-app-smartdns/Makefile +++ b/luci-app-smartdns/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2023 Ruilin Peng (Nick) . +# Copyright (C) 2018-2024 Ruilin Peng (Nick) . # # smartdns 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/luci-app-smartdns/luasrc/controller/smartdns.lua b/luci-app-smartdns/luasrc/controller/smartdns.lua index be70065f..616fdb9c 100644 --- a/luci-app-smartdns/luasrc/controller/smartdns.lua +++ b/luci-app-smartdns/luasrc/controller/smartdns.lua @@ -1,5 +1,5 @@ -- --- Copyright (C) 2018-2023 Ruilin Peng (Nick) . +-- Copyright (C) 2018-2024 Ruilin Peng (Nick) . -- -- smartdns 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/luci-app-smartdns/luasrc/model/cbi/smartdns/smartdns.lua b/luci-app-smartdns/luasrc/model/cbi/smartdns/smartdns.lua index 64f05c1d..ed8b40e5 100644 --- a/luci-app-smartdns/luasrc/model/cbi/smartdns/smartdns.lua +++ b/luci-app-smartdns/luasrc/model/cbi/smartdns/smartdns.lua @@ -1,5 +1,5 @@ -- --- Copyright (C) 2018-2023 Ruilin Peng (Nick) . +-- Copyright (C) 2018-2024 Ruilin Peng (Nick) . -- -- smartdns 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/luci-app-smartdns/luasrc/model/cbi/smartdns/upstream.lua b/luci-app-smartdns/luasrc/model/cbi/smartdns/upstream.lua index 02b7a5f4..f2fc1d23 100644 --- a/luci-app-smartdns/luasrc/model/cbi/smartdns/upstream.lua +++ b/luci-app-smartdns/luasrc/model/cbi/smartdns/upstream.lua @@ -1,5 +1,5 @@ -- --- Copyright (C) 2018-2023 Ruilin Peng (Nick) . +-- Copyright (C) 2018-2024 Ruilin Peng (Nick) . -- -- smartdns is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -155,4 +155,4 @@ o = s:option(Value, "addition_arg", translate("Additional Server Args"), transla o.default = "" o.rempty = true -return m \ No newline at end of file +return m diff --git a/luci-app-smartdns/luasrc/model/smartdns.lua b/luci-app-smartdns/luasrc/model/smartdns.lua index d71742b7..777b775c 100644 --- a/luci-app-smartdns/luasrc/model/smartdns.lua +++ b/luci-app-smartdns/luasrc/model/smartdns.lua @@ -1,5 +1,5 @@ -- --- Copyright (C) 2018-2023 Ruilin Peng (Nick) . +-- Copyright (C) 2018-2024 Ruilin Peng (Nick) . -- -- smartdns 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/luci-app-smartdns/root/etc/uci-defaults/50_luci-smartdns b/luci-app-smartdns/root/etc/uci-defaults/50_luci-smartdns index 88efcacb..8c9580c1 100644 --- a/luci-app-smartdns/root/etc/uci-defaults/50_luci-smartdns +++ b/luci-app-smartdns/root/etc/uci-defaults/50_luci-smartdns @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2018-2023 Ruilin Peng (Nick) . +# Copyright (C) 2018-2024 Ruilin Peng (Nick) . # # smartdns is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by