slw2gmi

Конвертор из slweb-а у Џемини
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

чување e91d7d02cf91a38a8c5f4e1b5d45950fb071d3bb
родитељ d2a085913f19541bb8f44b4288d314ff81201ada
Аутор: Страхиња Радић <contact@strahinja.org>
Датум:   Tue, 15 Aug 2023 07:06:09 +0200

Add copyright lines to source

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

Diffstat:
Mdefs.h | 4+++-
Mslw2gmi.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. Copyright (C) 2021-2023 Страхиња Радић. + * See the file LICENSE for exact copyright and license details. */ #ifndef __DEFS_H #define __DEFS_H diff --git a/slw2gmi.c b/slw2gmi.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. Copyright (C) 2021-2023 Страхиња Радић. + * 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. Copyright (C) 2021-2023 Страхиња Радић. + * 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. Copyright (C) 2021-2023 Страхиња Радић. + * 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. Copyright (C) 2021-2023 Страхиња Радић. + * See the file LICENSE for exact copyright and license details. */ + #define PROGRAMNAME "slw2gmi" #define DATE "%DATE%" #define VERSION "%VERSION%"