From e65c8f9385bb698d1b0baf2171a7b5390888c25e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 26 Dec 2024 12:29:31 +0300 Subject: [PATCH] Raise copyright years --- auth.go | 2 +- cfg.go | 2 +- cmd/godlighty/main.go | 2 +- dirlist.go | 2 +- doc/index.texi | 2 +- handler.go | 2 +- media.go | 2 +- meta4/parse.go | 2 +- meta4/scheme.go | 2 +- mtime.go | 2 +- orig.go | 2 +- rc/cgi.go | 2 +- rc/redirect.go | 2 +- rw.go | 2 +- tls.go | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/auth.go b/auth.go index fb2fbfa..02bf16d 100644 --- a/auth.go +++ b/auth.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/cfg.go b/cfg.go index 110e0e3..4ccdc7e 100644 --- a/cfg.go +++ b/cfg.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/cmd/godlighty/main.go b/cmd/godlighty/main.go index 9f09407..8bbadea 100644 --- a/cmd/godlighty/main.go +++ b/cmd/godlighty/main.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/dirlist.go b/dirlist.go index d0bfc7b..621fb88 100644 --- a/dirlist.go +++ b/dirlist.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/doc/index.texi b/doc/index.texi index f6a05b8..65cbe8d 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -2,7 +2,7 @@ @settitle godlighty @copying -Copyright @copyright{} 2021-2024 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2021-2025 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top diff --git a/handler.go b/handler.go index 3060f97..19a5c64 100644 --- a/handler.go +++ b/handler.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/media.go b/media.go index 9409c8b..ef6ebae 100644 --- a/media.go +++ b/media.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/meta4/parse.go b/meta4/parse.go index bd9ef36..e747e3f 100644 --- a/meta4/parse.go +++ b/meta4/parse.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/meta4/scheme.go b/meta4/scheme.go index d664546..5d862fc 100644 --- a/meta4/scheme.go +++ b/meta4/scheme.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/mtime.go b/mtime.go index 35afa48..1b971d8 100644 --- a/mtime.go +++ b/mtime.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/orig.go b/orig.go index 879a8eb..9e4ca70 100644 --- a/orig.go +++ b/orig.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/rc/cgi.go b/rc/cgi.go index 64c63c6..1e4ad40 100644 --- a/rc/cgi.go +++ b/rc/cgi.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/rc/redirect.go b/rc/redirect.go index f98439e..f160b2a 100644 --- a/rc/redirect.go +++ b/rc/redirect.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/rw.go b/rw.go index 4191e1c..f27cc15 100644 --- a/rw.go +++ b/rw.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 diff --git a/tls.go b/tls.go index b79edd7..346eaeb 100644 --- a/tls.go +++ b/tls.go @@ -1,5 +1,5 @@ // godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 Sergey Matveev // // 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 -- 2.48.1