diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | container.scm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # SPDX-License-Identifier: CC0-1.0 -# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org> +# Copyright (C) 2022-2023 Wojtek Kosior <koszko@koszko.org> # # Available under the terms of Creative Commons Zero v1.0 Universal. diff --git a/container.scm b/container.scm index a513dda..c7fcf79 100644 --- a/container.scm +++ b/container.scm @@ -1,6 +1,6 @@ ;; SPDX-License-Identifier: CC0-1.0 -;; Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org> +;; Copyright (C) 2022-2023 Wojtek Kosior <koszko@koszko.org> ;; ;; Available under the terms of Creative Commons Zero v1.0 Universal. |