From b44f6be953758af5d28c2481c149a015098fdb95 Mon Sep 17 00:00:00 2001 From: Vic Fryzel Date: Sun, 4 Jul 2010 00:58:36 -0400 Subject: Adding license header to mt.c as advised for GPLv3. --- mt.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/mt.c b/mt.c index cb0f3a9..517480f 100644 --- a/mt.c +++ b/mt.c @@ -1,3 +1,23 @@ +/* mt: A simple, tabbed, VTE based terminal + * Copyright 2010 mutantturkey and mt contributors. + * + * This file is part of mt. + * + * mt 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 . + */ + + #include #include #include -- cgit v1.2.3