summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <lverhaegen@ridcully.suse.de>2009-01-08 17:28:49 +0100
committerLuc Verhaegen <lverhaegen@ridcully.suse.de>2009-01-08 17:28:49 +0100
commit70c4580477bb17e40460752e574ae2a9dff80f96 (patch)
treef61680e8cddb9794215341daadd5af41de248f97
parent8af4ebd7cd96f8e602aa978df4d24d27ff522f03 (diff)
Rework license statement and remove cruft at file start.
-rw-r--r--src/amideco.c20
1 files changed, 3 insertions, 17 deletions
diff --git a/src/amideco.c b/src/amideco.c
index 2d0a3df..a7079d4 100644
--- a/src/amideco.c
+++ b/src/amideco.c
@@ -1,7 +1,8 @@
/*
- * AMIBIOS Decompress
+ * Decompression utility for AMI BIOSes.
*
- * Copyright (C) 2000, 2002 Anthony Borisow
+ * Copyright 2009 Luc Verhaegen <libv@skynet.be>
+ * Copyright 2000-2006 Anthony Borisow
*
* 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
@@ -18,21 +19,6 @@
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/********************************************
-**
-** Last update for 0.31 - Sep 29, 2000
-**
-********************************************/
-
-/****************************************/
-/* 0.31 Added Buffered Search */
-/****************************************/
-/* WARNING! Under DJGPP */
-/****************************************/
-
-/* Version 0.31 */
-
-
#include <stdio.h>
#include <stdlib.h>
#include <memory.h>