diff options
author | Eugene Sandulenko | 2009-02-17 15:17:01 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-02-17 15:17:01 +0000 |
commit | 76024785fec4d5537046ffa3afeb00f9854b13eb (patch) | |
tree | a87890b5181e0a972a6f58a6f36cee13c4f2e002 /engines/sci/gfx/resource/sci_picfill_aux.cpp | |
parent | 87e7f8541085de2813be0276ad898d627f133f79 (diff) | |
download | scummvm-rg350-76024785fec4d5537046ffa3afeb00f9854b13eb.tar.gz scummvm-rg350-76024785fec4d5537046ffa3afeb00f9854b13eb.tar.bz2 scummvm-rg350-76024785fec4d5537046ffa3afeb00f9854b13eb.zip |
Update headers. gfx/
svn-id: r38412
Diffstat (limited to 'engines/sci/gfx/resource/sci_picfill_aux.cpp')
-rw-r--r-- | engines/sci/gfx/resource/sci_picfill_aux.cpp | 43 |
1 files changed, 24 insertions, 19 deletions
diff --git a/engines/sci/gfx/resource/sci_picfill_aux.cpp b/engines/sci/gfx/resource/sci_picfill_aux.cpp index 5fd2f2dac9..d7b1db24c5 100644 --- a/engines/sci/gfx/resource/sci_picfill_aux.cpp +++ b/engines/sci/gfx/resource/sci_picfill_aux.cpp @@ -1,22 +1,27 @@ -/*************************************************************************** - Copyright (C) 2004 Christoph Reichenbach <reichenb@colorado.edu> - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public Licence as - published by the Free Software Foundaton; either version 2 of the - Licence, or (at your option) any later version. - - It is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - merchantibility or fitness for a particular purpose. See the - GNU General Public Licence for more details. - - You should have received a copy of the GNU General Public Licence - along with this program; see the file COPYING. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. - -***************************************************************************/ +/* 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. + * + * $URL$ + * $Id$ + * + */ /* Generic pic auxbuf filling code, to be included by sci_pic_0.c * |