From c58975816598ab7b9e0d0a53e3890854892914af Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Fri, 30 Dec 2011 21:54:51 +0200 Subject: move license information to separate file - include dwm license --- config.def.h | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 5bbfdcd..c23c88b 100644 --- a/config.def.h +++ b/config.def.h @@ -1,19 +1,4 @@ -/* Based on: - * - catwm at https://github.com/pyknite/catwm - * - dminiwm at https://github.com/moetunes/dminiwm - * - dwm at http://dwm.suckless.org/ - * - * 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 . - */ +/* see LICENSE for copyright and license */ #ifndef CONFIG_H #define CONFIG_H -- cgit v1.3.1