diff options
author | Arnaud Boutonné | 2010-01-23 21:50:26 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-01-23 21:50:26 +0000 |
commit | 084c1b8032f294fee6bdd3eaf1b5e28f5f4f278b (patch) | |
tree | 1b908b52476ce99e0c770c220c78a099dea08c64 /backends/platform/symbian/src | |
parent | 5b4fcfdbcb2c6b1e48bb560705ffe6e6f5261d0f (diff) | |
download | scummvm-rg350-084c1b8032f294fee6bdd3eaf1b5e28f5f4f278b.tar.gz scummvm-rg350-084c1b8032f294fee6bdd3eaf1b5e28f5f4f278b.tar.bz2 scummvm-rg350-084c1b8032f294fee6bdd3eaf1b5e28f5f4f278b.zip |
Some more header modifications
svn-id: r47486
Diffstat (limited to 'backends/platform/symbian/src')
-rw-r--r-- | backends/platform/symbian/src/ScummVMApp.h | 3 | ||||
-rw-r--r-- | backends/platform/symbian/src/ScummVm.hrh | 11 |
2 files changed, 12 insertions, 2 deletions
diff --git a/backends/platform/symbian/src/ScummVMApp.h b/backends/platform/symbian/src/ScummVMApp.h index 9f1b6f8452..6796024e1e 100644 --- a/backends/platform/symbian/src/ScummVMApp.h +++ b/backends/platform/symbian/src/ScummVMApp.h @@ -18,6 +18,9 @@ * 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$ + * */ #ifndef ScummVMapph diff --git a/backends/platform/symbian/src/ScummVm.hrh b/backends/platform/symbian/src/ScummVm.hrh index f18243ed54..a72d601825 100644 --- a/backends/platform/symbian/src/ScummVm.hrh +++ b/backends/platform/symbian/src/ScummVm.hrh @@ -1,8 +1,12 @@ -/* ScummVM - Scumm Interpreter +/* ScummVM - Graphic Adventure Engine * Copyright (C) 2003-2005 Andreas 'Sprawl' Karlsson - Original EPOC port, ESDL * Copyright (C) 2003-2005 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System * Copyright (C) 2005 Jurgen 'SumthinWicked' Braam - EPOC/CVS maintainer - * Copyright (C) 2005-2006 The ScummVM project + * Copyright (C) 2005-2010 The ScummVM project + * + * 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 @@ -18,6 +22,9 @@ * 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$ + * */ #ifndef ScummHRH |