From ca8a8c0cc52115f830b5c7d97b20f648690e4c2f Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sun, 31 Mar 2024 19:42:10 +0300 Subject: [PATCH] safe_mem.h: move the legal notice to the end of the note --- c-programming/mem/safe_mem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/c-programming/mem/safe_mem.h b/c-programming/mem/safe_mem.h index 450e99b..67503af 100644 --- a/c-programming/mem/safe_mem.h +++ b/c-programming/mem/safe_mem.h @@ -3,11 +3,11 @@ * * A header-only library (macro collection) for safer memory management. * - * Author: Intel A80486DX2-66 - * License: Creative Commons Zero 1.0 Universal - * * NOTE: Declare macro SAFE_MEM_OLD_BSD when compiling if you're using OpenBSD * version earlier than 5.5 or FreeBSD version earlier than 11.0. + * + * Author: Intel A80486DX2-66 + * License: Creative Commons Zero 1.0 Universal */ #ifndef _SAFE_MEM_H