Commit Diff


commit - 5149e9aa6b743af20425f8bf65c751c486ade09a
commit + c53df816f5bb569c0fd97083911df10221031c72
blob - a0498c7f8f73465f6111e48162a570d1bca2448f
blob + 782491ddafa25b103e287641a1a5445c9bc3187c
--- fm.1
+++ fm.1
@@ -1,3 +1,6 @@
+.\" fm.1 was written by Omar Polo <op@omarpolo.com>, based on the work
+.\" of Marcel Rodrigues, and is placed in the public domain.  The author
+.\" hereby disclaims copyright to this source code.
 .Dd $Mdocdate: November 26 2021$
 .Dt FM 1
 .Os
blob - 584b4869df670e64b701797e031fe142b584af5c
blob + 107e9bd7809f26c3dbf2d0b394d458c29bcf1a00
--- fm.c
+++ fm.c
@@ -1,3 +1,9 @@
+/*
+ * fm.c was written by Omar Polo <op@omarpolo.com>, based on the work
+ * of Marcel Rodrigues, and is placed in the public domain.  The author
+ * hereby disclaims copyright to this source code.
+ */
+
 /* needed for some ncurses stuff */
 #define _XOPEN_SOURCE_EXTENDED
 #define _FILE_OFFSET_BITS   64