aboutsummaryrefslogtreecommitdiff
path: root/akos.h
diff options
context:
space:
mode:
authorJames Brown2002-03-22 03:31:55 +0000
committerJames Brown2002-03-22 03:31:55 +0000
commitce04b2b08f6bb3e0757a07dcfb468f5ab86f8f19 (patch)
treead516ebefd1b52e25252b60c6feb10698bdd8c8a /akos.h
parentce35bfb10d3cb12d356bd9227826555634c66ccc (diff)
downloadscummvm-rg350-ce04b2b08f6bb3e0757a07dcfb468f5ab86f8f19.tar.gz
scummvm-rg350-ce04b2b08f6bb3e0757a07dcfb468f5ab86f8f19.tar.bz2
scummvm-rg350-ce04b2b08f6bb3e0757a07dcfb468f5ab86f8f19.zip
Add license boilerplate to akos and gfx.
svn-id: r3799
Diffstat (limited to 'akos.h')
-rw-r--r--akos.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/akos.h b/akos.h
index 59b893d761..c90c71bcb5 100644
--- a/akos.h
+++ b/akos.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 AkosHeader {
byte x_1[2];
byte flags;