slweb

Једноставни генератор статичких веб страна
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

чување c55f93d92fe3a7383214276340aff765a7787388
родитељ 698765aeedbb4f5dedeee518c7e9e7c771bff226
Аутор: Страхиња Радић <contact@strahinja.org>
Датум:   Tue, 15 Aug 2023 06:51:33 +0200

Add copyright lines to source

Signed-off-by: Страхиња Радић <contact@strahinja.org>

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

diff --git a/defs.h b/defs.h @@ -1,5 +1,5 @@ /* This program is licensed under the terms of GNU GPL v3 or (at your option) - * any later version. + * any later version. Copyright (C) 2020-2023 Страхиња Радић. * See the file LICENSE for exact copyright and license details. */ #ifndef __DEFS_H 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. + * any later version. Copyright (C) 2020-2023 Страхиња Радић. * See the file LICENSE for exact copyright and license details. */ #include "defs.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. + * any later version. Copyright (C) 2020-2023 Страхиња Радић. * 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. + * any later version. Copyright (C) 2020-2023 Страхиња Радић. * See the file LICENSE for exact copyright and license details. */ #include <stdint.h> diff --git a/version.h.in b/version.h.in @@ -1,5 +1,5 @@ /* This program is licensed under the terms of GNU GPL v3 or (at your option) - * any later version. + * any later version. Copyright (C) 2020-2023 Страхиња Радић. * See the file LICENSE for exact copyright and license details. */ #define PROGRAMNAME "slweb"