diff options
author | Max Horn | 2005-01-09 16:14:56 +0000 |
---|---|---|
committer | Max Horn | 2005-01-09 16:14:56 +0000 |
commit | 51112e49b5cdbd30c8501d1eb0896bd230c25611 (patch) | |
tree | 9ed186bcda6c969b55a85e98eb7458115f23bf75 /sound | |
parent | 0423866e0acfe8f89f2114628ee42e37da6aa96e (diff) | |
download | scummvm-rg350-51112e49b5cdbd30c8501d1eb0896bd230c25611.tar.gz scummvm-rg350-51112e49b5cdbd30c8501d1eb0896bd230c25611.tar.bz2 scummvm-rg350-51112e49b5cdbd30c8501d1eb0896bd230c25611.zip |
Fix legal header
svn-id: r16506
Diffstat (limited to 'sound')
-rw-r--r-- | sound/wave.cpp | 3 | ||||
-rw-r--r-- | sound/wave.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sound/wave.cpp b/sound/wave.cpp index 0388d0a757..1d0ec2916e 100644 --- a/sound/wave.cpp +++ b/sound/wave.cpp @@ -1,6 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001 Ludvig Strigeus - * Copyright (C) 2001-2005 The ScummVM project + * Copyright (C) 2005 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 diff --git a/sound/wave.h b/sound/wave.h index 5327597772..8aa4e42384 100644 --- a/sound/wave.h +++ b/sound/wave.h @@ -1,6 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001 Ludvig Strigeus - * Copyright (C) 2001-2005 The ScummVM project + * Copyright (C) 2005 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 |