aboutsummaryrefslogtreecommitdiff
path: root/smush.h
diff options
context:
space:
mode:
authorJames Brown2002-04-21 17:46:42 +0000
committerJames Brown2002-04-21 17:46:42 +0000
commit9809c863730b998c9b1b75f9d7ed2fcd3f989dd0 (patch)
treef58025b3ec8ccbcabf5306b043ac6eea001e897f /smush.h
parent0fb625969cacf1545a1905fa7b57026932d188f6 (diff)
downloadscummvm-rg350-9809c863730b998c9b1b75f9d7ed2fcd3f989dd0.tar.gz
scummvm-rg350-9809c863730b998c9b1b75f9d7ed2fcd3f989dd0.tar.bz2
scummvm-rg350-9809c863730b998c9b1b75f9d7ed2fcd3f989dd0.zip
Add boilerplate license to some files, to satisfy Debian types :)
fmopl.c/fmopl.h are infringing on the GPL at the moment. We either need to replace these, or get permission to relicense them, before 0.2.0 svn-id: r4036
Diffstat (limited to 'smush.h')
-rw-r--r--smush.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/smush.h b/smush.h
index e3b753d019..d1a2523bf1 100644
--- a/smush.h
+++ b/smush.h
@@ -1,3 +1,25 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
+ * Copyright (C) 2001/2002 The ScummVM project
+ *
+ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
struct PersistentCodecData37 {
byte *deltaBuf;
byte *deltaBufs[2];