Commit Diff


commit - cf7c9b51831636063f09385baff3318902c6f9d3
commit + 98747750388ce9b0dbfba565165865d12699817f
blob - bfc01c780f3550af15b3e263f95e89ffb968b76f
blob + 086bfb8e7d43b6fb5f61ee6c887fb73cf6ab86ec
--- mymenu.c
+++ mymenu.c
@@ -1,21 +1,3 @@
-/* mymenu -- simple dmenu alternative */
-
-/* Copyright (C) 2018  Omar Polo <omar.polo@europecom.net>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <https://www.gnu.org/licenses/>.
- */
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>    // strdup, strnlen, ...