summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Ruppert <info@vruppert.de>2005-08-30 18:41:54 +0000
committerVolker Ruppert <info@vruppert.de>2005-08-30 18:41:54 +0000
commit6dd96b22efe36aadc916437b11c55255f6ad74b0 (patch)
treeb04407331e5ce21162cbf3021a838507198a163b
parent0cd4ff6fb24a0ec718e91052b3598ce27d77ad0e (diff)
- missing license text added in biossums.c
-rw-r--r--biossums.c14
1 files changed, 14 insertions, 0 deletions
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 <stdlib.h>
#include <stdio.h>