From dfb709b2dc253858f309a6a7c90ac812be74872036731618a01f4636a1b32276 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 26 Dec 2024 12:23:17 +0300 Subject: [PATCH] Raise copyright years --- zws | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zws b/zws index 456169d..c8bd3fa 100755 --- a/zws +++ b/zws @@ -1,6 +1,6 @@ #!/usr/bin/env zsh # zws -- Z Shell-based Web server -# Copyright (C) 2024 Sergey Matveev +# Copyright (C) 2024-2025 Sergey Matveev # Serves static files, directory listings and MIME types # Usage: tcpserver -DHR -l 0 ::0 80 ./zws -- 2.48.1