diff options
author | W. Kosior <koszko@koszko.org> | 2025-02-14 23:32:53 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2025-02-14 23:32:53 +0100 |
commit | 616c73f178e81fe30fc27b0dc2fffc29d7c18428 (patch) | |
tree | c77c7a9790b82b249e9c7cdfd064f21a9d3fbcc8 | |
parent | 33f5491b7fb0cbf024076b66837e8d2eee11e30d (diff) | |
download | cantius-616c73f178e81fe30fc27b0dc2fffc29d7c18428.tar.gz cantius-616c73f178e81fe30fc27b0dc2fffc29d7c18428.zip |
Update copyright years.
-rw-r--r-- | tests/guile/cantius-test.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guile/cantius-test.scm b/tests/guile/cantius-test.scm index 7a12434..091f8cc 100644 --- a/tests/guile/cantius-test.scm +++ b/tests/guile/cantius-test.scm @@ -1,6 +1,6 @@ ;;; SPDX-License-Identifier: CC0-1.0 ;;; -;;; Copyright (C) 2023, 2024 Wojtek Kosior <koszko@koszko.org> +;;; Copyright (C) 2023-2025 Wojtek Kosior <koszko@koszko.org> (use-modules ((scheme base) #:select (bytevector-copy bytevector-length string->utf8)) |