diff options
author | uruk | 2013-06-17 13:52:44 +0200 |
---|---|---|
committer | uruk | 2013-06-17 13:52:44 +0200 |
commit | 7939ab1f62959c19a18dfe3d54aef0d0175a3b1d (patch) | |
tree | 7343e27ba7c92c7b28d283774d446781c6b14183 /engines/avalanche/makesez.cpp | |
parent | d33da0a429b2c62b9ac9b72003beee4ee097c302 (diff) | |
download | scummvm-rg350-7939ab1f62959c19a18dfe3d54aef0d0175a3b1d.tar.gz scummvm-rg350-7939ab1f62959c19a18dfe3d54aef0d0175a3b1d.tar.bz2 scummvm-rg350-7939ab1f62959c19a18dfe3d54aef0d0175a3b1d.zip |
AVALANCHE: Add standard header. (Now the right one...)
Diffstat (limited to 'engines/avalanche/makesez.cpp')
-rw-r--r-- | engines/avalanche/makesez.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/engines/avalanche/makesez.cpp b/engines/avalanche/makesez.cpp index c264dc19e1..cfb9974667 100644 --- a/engines/avalanche/makesez.cpp +++ b/engines/avalanche/makesez.cpp @@ -1,6 +1,29 @@ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + */ +/* + * This code is based on the original source code of Lord Avalot d'Argent version 1.3. + * Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman. + */ struct sezheader { array<1,2,char> initials; /* should be "TT" */ |