diff options
author | Arnaud Boutonné | 2010-01-22 23:56:25 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-01-22 23:56:25 +0000 |
commit | b14396edf2f042231abb88c9371d42cb2d415a78 (patch) | |
tree | e86bbb99ce26d27c7172212b15e6910e73bb7ddc /backends | |
parent | eb7b90f3134facd5c624750f875daeedfe6e3d42 (diff) | |
download | scummvm-rg350-b14396edf2f042231abb88c9371d42cb2d415a78.tar.gz scummvm-rg350-b14396edf2f042231abb88c9371d42cb2d415a78.tar.bz2 scummvm-rg350-b14396edf2f042231abb88c9371d42cb2d415a78.zip |
Replace header by a standard header
svn-id: r47449
Diffstat (limited to 'backends')
-rw-r--r-- | backends/midi/stmidi.cpp | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/backends/midi/stmidi.cpp b/backends/midi/stmidi.cpp index 2885b102d8..f99f8f74dd 100644 --- a/backends/midi/stmidi.cpp +++ b/backends/midi/stmidi.cpp @@ -1,6 +1,8 @@ -/* ScummVM - Scumm Interpreter - * Copyright (C) 2001 Ludvig Strigeus - * Copyright (C) 2001-2006 The ScummVM project +/* 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 @@ -15,6 +17,9 @@ * 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$ */ /* |