Add public domain dedication to the source header

This commit is contained in:
Christopher Wellons
2019-08-06 20:31:35 -04:00
parent 3d6aec6080
commit 715f30c3a7

View File

@@ -1,3 +1,7 @@
/* Endlessh: an SSH tarpit
*
* This is free and unencumbered software released into the public domain.
*/
#if defined(__OpenBSD__) #if defined(__OpenBSD__)
# define _BSD_SOURCE /* for pledge(2) and unveil(2) */ # define _BSD_SOURCE /* for pledge(2) and unveil(2) */
#else #else