slweb

Једноставни генератор статичких веб страна
git clone https://git.sr.ht/~strahinja/slweb
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

чување fc09e169003096716bbb59de8eba7053a249ec95
родитељ c837b4b587cf5709575255aa274519ba59ea9ac6
Аутор: Страхиња Радић <sr@strahinja.org>
Датум:   Mon,  2 Feb 2026 22:54:13 +0100

Update copyright year

Diffstat:
MREADME | 2+-
Mdefs.h | 6+++---
Mslweb.1.in | 4++--
Mslweb.c | 2+-
Mutf8.c | 2+-
Mutf8.h | 2+-
измењених датотека: 6, додавања: 9(+), брисања: 9(-)

diff --git a/README b/README @@ -44,7 +44,7 @@ License ------- slweb - Simple static website generator. -Copyright (C) 2020-2024 Страхиња Радић +Copyright (C) 2020-2026 Страхиња Радић 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 diff --git a/defs.h b/defs.h @@ -1,8 +1,8 @@ /* This program is licensed under the terms of GNU GPL v3 or (at your option) - * any later version. Copyright (C) 2020-2024 Страхиња Радић. + * any later version. Copyright (C) 2020-2026 Страхиња Радић. * See the file LICENSE for exact copyright and license details. */ -#define COPYRIGHT_YEAR "2020-2024" +#define COPYRIGHT_YEAR "2020-2026" #define MADEBY_URL "https://strahinja.srht.site/slweb/" #define BUFSIZE 1024 @@ -92,7 +92,7 @@ static const char* CMD_IDENTIFY #define COPYRIGHT \ (" This program is licensed under the terms of GNU GPL v3" \ " or (at your option)\n" \ - " any later version. Copyright (C) 2020-2024 Strahinya Radich.\n" \ + " any later version. Copyright (C) 2020-2026 Strahinya Radich.\n" \ " See the file LICENSE for exact copyright and license " \ "details.") diff --git a/slweb.1.in b/slweb.1.in @@ -1,5 +1,5 @@ .\" This program is licensed under the terms of GNU GPL v3 or (at your option) -.\" any later version. Copyright (C) 2020-2024 Страхиња Радић. +.\" any later version. Copyright (C) 2020-2026 Страхиња Радић. .\" See the file LICENSE for exact copyright and license details. .Dd %DATE% .Dt SLWEB 1 @@ -1446,7 +1446,7 @@ prior to outputting an error message in the above format. . .Sh AUTHORS .An Strahinya Radich Aq Mt sr@strahinja.org , -2020\-2024 +2020\-2026 . .Sh BUGS Bugs can be reported using the ticket tracker at: diff --git a/slweb.c b/slweb.c @@ -1,5 +1,5 @@ /* This program is licensed under the terms of GNU GPL v3 or (at your option) - * any later version. Copyright (C) 2020-2024 Страхиња Радић. + * any later version. Copyright (C) 2020-2026 Страхиња Радић. * See the file LICENSE for exact copyright and license details. */ #include <assert.h> diff --git a/utf8.c b/utf8.c @@ -1,5 +1,5 @@ /* This program is licensed under the terms of GNU GPL v3 or (at your option) - * any later version. Copyright (C) 2020-2024 Страхиња Радић. + * any later version. Copyright (C) 2020-2026 Страхиња Радић. * See the file LICENSE for exact copyright and license details. */ #include "utf8.h" diff --git a/utf8.h b/utf8.h @@ -1,5 +1,5 @@ /* This program is licensed under the terms of GNU GPL v3 or (at your option) - * any later version. Copyright (C) 2020-2024 Страхиња Радић. + * any later version. Copyright (C) 2020-2026 Страхиња Радић. * See the file LICENSE for exact copyright and license details. */ #include <stdint.h>