From: Daniel F. Dickinson Date: Sat, 9 May 2026 15:27:18 +0000 (-0400) Subject: nut: bump OpenWrt copyright for files with it X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=041783b5c0705c699c98c88da908e1503d1ffc56;p=openwrt-packages.git nut: bump OpenWrt copyright for files with it For files with an existing OpenWrt copyright notation, update to include 2026 for scripts which have been updated this year. Per https://github.com/openwrt/packages/pull/29390#discussion_r3213318908 Signed-off-by: Daniel F. Dickinson --- diff --git a/net/nut/Makefile b/net/nut/Makefile index 58643b458..2a8f2d745 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -1,5 +1,5 @@ -# Copyright (C) 2006-2016 OpenWrt.org +# Copyright (C) 2006-2026 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. diff --git a/net/nut/files/nut-cgi.init b/net/nut/files/nut-cgi.init index 68d39f668..e5c3cf193 100755 --- a/net/nut/files/nut-cgi.init +++ b/net/nut/files/nut-cgi.init @@ -1,5 +1,5 @@ #!/bin/sh /etc/rc.common -# Copyright © 2012 OpenWrt.org +# Copyright © 2012-2026 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. diff --git a/net/nut/files/nut-server.init b/net/nut/files/nut-server.init index e62a3c364..dcdd08cff 100755 --- a/net/nut/files/nut-server.init +++ b/net/nut/files/nut-server.init @@ -1,5 +1,5 @@ #!/bin/sh /etc/rc.common -# Copyright © 2012 OpenWrt.org +# Copyright © 2012-2026 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information.