### Get Libpng Copyright Source: https://github.com/trixarian/nethersx2-patch/blob/main/assets/3rdparty.html A utility function to retrieve the libpng copyright notice for display in 'about' boxes or similar contexts. It takes a NULL argument. ```c printf("%s",png_get_copyright(NULL)); ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.