From a0e204d7ab7a560390e78207ea3426baad2b3a52 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 3 Dec 2022 16:10:37 +0100 Subject: [PATCH] update (C) date --- c/include/pool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/include/pool.h b/c/include/pool.h index 7f070bd..a207012 100644 --- a/c/include/pool.h +++ b/c/include/pool.h @@ -1,6 +1,6 @@ /* pool.h - A simple memory pool manager. * - * Copyright (C) 2021 Bruno Raoult ("br") + * Copyright (C) 2021-2022 Bruno Raoult ("br") * Licensed under the GNU General Public License v3.0 or later. * Some rights reserved. See COPYING. *