X-Git-Url: https://diplodocus.org/git/mdfrm/blobdiff_plain/456e84c5264ab63050b76dccd90b7e083eba67a2..8a12cfd2105f0e59a32f6e903157db043dce8d92:/README?ds=sidebyside diff --git a/README b/README index 542b9e1..f38fdae 100644 --- a/README +++ b/README @@ -9,3 +9,9 @@ mdfrm makes use of fgetln(3), which as far as i can tell is only available on BSD. To make this easy to use on other UNIX-like platforms, i have copied Marc Espie's portable implementation from OpenBSD make(1). See fgetln.c for details. + +Note that mdfrm.c was written and is maintained by Eric Gillespie, and +is public domain software. fgetln.c, however, is code from OpenBSD +make(1), some of which appears to be covered by the original +four-clause Berkeley license and some of which is covered by the +two-clause BSD variant.