1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-01-09 23:17:48 +05:30

safe_mem.h: move the legal notice to the end of the note

This commit is contained in:
パチュリー・ノーレッジ 2024-03-31 19:42:10 +03:00
parent c56c084c88
commit ca8a8c0cc5
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -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