diff options
Diffstat (limited to 'clectio.c')
| -rw-r--r-- | clectio.c | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -5,8 +5,15 @@ * date it does a table lookup and prints the day and its readings. Configuration * is compile-time (config.h), suckless-style: edit and recompile. * - * Public domain. The compiled scripture corpus is NOT part of this program's - * licence (see README): the default is the public-domain Latin Vulgate. + * Copyright (C) 2026 Ćukasz Kasprzak. SPDX-License-Identifier: GPL-3.0-or-later + * + * clectio is free software: you may redistribute and/or modify it under the + * terms of the GNU General Public License as published by the Free Software + * Foundation, either version 3 of the License, or (at your option) any later + * version, and WITHOUT ANY WARRANTY. See the LICENSE file for the full text. + * + * The compiled scripture text is a separate work under its own terms; the + * default Latin Vulgate is public domain (see README). */ #define _POSIX_C_SOURCE 200809L /* localtime_r, isatty under -std=c99 */ #define _DEFAULT_SOURCE /* struct winsize / TIOCGWINSZ under -std=c99 */ |
