From 1a4696492e3cd478080e438950a7664a68fefcd6 Mon Sep 17 00:00:00 2001 From: axtloss Date: Sat, 13 Jul 2024 13:32:53 +0200 Subject: Add manpages for each extlib function --- src/memset_s.c | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'src/memset_s.c') diff --git a/src/memset_s.c b/src/memset_s.c index deda5d7..dbe26ca 100644 --- a/src/memset_s.c +++ b/src/memset_s.c @@ -1,23 +1,7 @@ /* memset_s.c - * - * Copyright 2024 axtlos - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . - * - * SPDX-License-Identifier: LGPL-3.0-only + * SPDX-License-Identifier: BSD-3-Clause */ - #define __STDC_WANT_LIB_EXT1__ 1 #include "extlib.h" #include -- cgit v1.2.3