diff options
-rw-r--r-- | scumm/resource_v2.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/resource_v2.cpp b/scumm/resource_v2.cpp index 1bbadf9d40..0ef5c3eac5 100644 --- a/scumm/resource_v2.cpp +++ b/scumm/resource_v2.cpp @@ -1,6 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001 Ludvig Strigeus - * Copyright (C) 2001/2002 The ScummVM project + * Copyright (C) 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 @@ -16,6 +15,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * $Header$ + * */ #include "stdafx.h" |