diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-08 22:42:32 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-08 22:42:46 +0700 |
| commit | bf2b9dd3c9bf0a52b8b102a8cb2763027a27be01 (patch) | |
| tree | eb9543803080eedacd4a27344c1c2b8a0cabea2b /Makefile | |
| parent | a10b07ddbd21c7725df43f3e37b9d7709fbe66b7 (diff) | |
| download | spdxconv-bf2b9dd3c9bf0a52b8b102a8cb2763027a27be01.tar.xz | |
all: fix wrong copyright year on some files
I wrote the initial codes in December 2025 but commit it on year 2026.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-only -# SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info> +# SPDX-FileCopyrightText: 2026 M. Shulhan <ms@kilabit.info> .PHONY: all all: lint test |
