From 6dd96b22efe36aadc916437b11c55255f6ad74b0 Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Tue, 30 Aug 2005 18:41:54 +0000 Subject: [PATCH] - missing license text added in biossums.c --- biossums.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/biossums.c b/biossums.c index bb1d0ad..b8e7f08 100644 --- a/biossums.c +++ b/biossums.c @@ -1,6 +1,20 @@ /* biossums.c --- written by Eike W. for the Bochs BIOS */ /* adapted for the LGPL'd VGABIOS by vruppert */ +/* This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ #include #include -- 2.11.4.GIT