From 3e67b6b154edc7233630285df9aa9ac18ea19ffa Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Sun, 13 Sep 2009 18:34:04 -0700 Subject: [PATCH] add GPL license comment to code --- src/milk-main.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/milk-main.c b/src/milk-main.c index e8a193c..a93a535 100644 --- a/src/milk-main.c +++ b/src/milk-main.c @@ -1,3 +1,22 @@ +/* + * 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 2 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, write to the + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + * + * Authors: Travis Reitter + */ + #include #include -- 1.7.9.5