From eee1eebfa023dabb6e59f461409f96d1ea955f80 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 17 Sep 2025 08:30:26 +0800 Subject: [PATCH] Fix some license headers --- LICENSE | 3 ++- htmplgen/htmpl.7 | 3 ++- htmplgen/htmplgen.1 | 3 ++- htmplgen/htmplgen.c | 4 ++-- diff --git a/LICENSE b/LICENSE index 7738476ed148626e7a0e97c2821c6a31c0deb961..943d22ca191f3b753ecb5a0f2823d8179806f9c4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ -Copyright (c) 2025 Runxi Yu +Copyright (c) 2022-2024 Omar Polo Copyright (c) 2017-2024 Stefan Sperling +Copyright (c) 2024-2025 Runxi Yu Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/htmplgen/htmpl.7 b/htmplgen/htmpl.7 index b92333fd5cb6c0aa7af4fedfeca25568692c8330..220f2b25e528622631945f18eef0792d2a180293 100644 --- a/htmplgen/htmpl.7 +++ b/htmplgen/htmpl.7 @@ -1,4 +1,5 @@ -.\" Copyright (c) 2022 Omar Polo +.\" Copyright (c) 2022-2024 Omar Polo +.\" Copyright (c) 2024-2025 Runxi Yu .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff --git a/htmplgen/htmplgen.1 b/htmplgen/htmplgen.1 index eeb374ed381a86b21eea1c26471eea54e506fc2c..1b77749159dee0ec43d12ca7df1f5c50e0b1f33c 100644 --- a/htmplgen/htmplgen.1 +++ b/htmplgen/htmplgen.1 @@ -1,4 +1,5 @@ -.\" Copyright (c) 2022 Omar Polo +.\" Copyright (c) 2022-2024 Omar Polo +.\" Copyright (c) 2024-2025 Runxi Yu .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff --git a/htmplgen/htmplgen.c b/htmplgen/htmplgen.c index 3f982430453d641a9862e41e66eebff332dd7378..ccf87377b089402c5f5d083046cb9287efe3d3d2 100644 --- a/htmplgen/htmplgen.c +++ b/htmplgen/htmplgen.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2025 Runxi Yu - * Copyright (c) 2022 Omar Polo + * Copyright (c) 2024-2025 Runxi Yu + * Copyright (c) 2022-2024 Omar Polo * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above -- 2.48.1