mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-07 17:32:45 -04:00
Main: COPYING: add Embedded Artistry LLC
This commit is contained in:
parent
a6ae2ea05c
commit
45e2f5e677
2 changed files with 7 additions and 0 deletions
1
COPYING
1
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue