From 2373743920a3c39fc74d2e477ced7c6dc02794e9 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 17 Dec 2024 20:41:48 +0300 Subject: [PATCH] public: mention FSF in copyright header, as some of the libc extensions callbacks were derived from glibc [skip ci] --- public/crtlib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/public/crtlib.h b/public/crtlib.h index c03224d7..c61920bf 100644 --- a/public/crtlib.h +++ b/public/crtlib.h @@ -1,6 +1,7 @@ /* crtlib.h - internal stdlib Copyright (C) 2011 Uncle Mike +Copyright (C) Free Software Foundation, Inc This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by