From 45e2f5e677b2fbf7d1c569a5270a89f6b8cdcccf Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 17 Jun 2022 23:47:42 +0300 Subject: [PATCH] Main: COPYING: add Embedded Artistry LLC --- COPYING | 1 + src/malloc.c | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/COPYING b/COPYING index f9c6c044..3adbc015 100644 --- a/COPYING +++ b/COPYING @@ -5,6 +5,7 @@ Copyright (c) 2020-2022 Alex Kotov Copyright (c) 2011 Nicholas J. Kain Copyright (c) 2011-2015 Rich Felker Copyright (c) 2014-2019 Marco Paland +Copyright (c) 2017-2022 Embedded Artistry LLC Copyright (c) 2022 Alexander Monakov Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/malloc.c b/src/malloc.c index 05a493d6..75fd26df 100644 --- a/src/malloc.c +++ b/src/malloc.c @@ -1,3 +1,9 @@ +/** + * The code was inspired by the Embedded Artistry's libmemory. + * + * Copyright (c) 2017-2022 Embedded Artistry LLC + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif