Commit Diff


commit - 0558bd0463a3b401343c488c8786e67a41b166a2
commit + 111cdb0638a3aa900169215e8fb9d8dcd39275ab
blob - e09bafeecb88ea43d0717c5be3c9547108905b20
blob + 761dff39d97b257f918289b5a00a76b56670f296
--- mymenu.c
+++ mymenu.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2018, 2019, 2020, 2022 Omar Polo <op@omarpolo.com>
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
 #include <ctype.h> /* isalnum */
 #include <err.h>
 #include <errno.h>