slweb

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

чување 698765aeedbb4f5dedeee518c7e9e7c771bff226
родитељ ff5414a5b894be8dc6f00a8217dad33032486feb
Аутор: Страхиња Радић <contact@strahinja.org>
Датум:   Fri,  4 Aug 2023 17:01:00 +0200

Clarify license terms better in source code

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

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

diff --git a/defs.h b/defs.h @@ -1,4 +1,6 @@ -/* See the file LICENSE for copyright and license details. */ +/* This program is licensed under the terms of GNU GPL v3 or (at your option) + * any later version. + * See the file LICENSE for exact copyright and license details. */ #ifndef __DEFS_H #define __DEFS_H diff --git a/slweb.c b/slweb.c @@ -1,4 +1,6 @@ -/* See the file LICENSE for copyright and license details. */ +/* This program is licensed under the terms of GNU GPL v3 or (at your option) + * any later version. + * See the file LICENSE for exact copyright and license details. */ #include "defs.h" diff --git a/utf8.c b/utf8.c @@ -1,4 +1,6 @@ -/* See the file LICENSE for copyright and license details. */ +/* This program is licensed under the terms of GNU GPL v3 or (at your option) + * any later version. + * See the file LICENSE for exact copyright and license details. */ #include "utf8.h" diff --git a/utf8.h b/utf8.h @@ -1,4 +1,6 @@ -/* See the file LICENSE for copyright and license details. */ +/* This program is licensed under the terms of GNU GPL v3 or (at your option) + * any later version. + * See the file LICENSE for exact copyright and license details. */ #include <stdint.h> #include <sys/types.h> diff --git a/version.h.in b/version.h.in @@ -1,3 +1,7 @@ +/* This program is licensed under the terms of GNU GPL v3 or (at your option) + * any later version. + * See the file LICENSE for exact copyright and license details. */ + #define PROGRAMNAME "slweb" #define DATE "%DATE%" #define VERSION "%VERSION%"