From 3b0e929f82c45ce8fbcf0d2d69cda4471bb1ae5c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 23 Apr 2003 19:12:57 +0000 Subject: [PATCH] (c) me --- stepmania/src/RageSoundReader_Resample.cpp | 5 +++++ stepmania/src/RageSoundReader_Resample.h | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/stepmania/src/RageSoundReader_Resample.cpp b/stepmania/src/RageSoundReader_Resample.cpp index 5d5e2aa342..4732fbc79b 100644 --- a/stepmania/src/RageSoundReader_Resample.cpp +++ b/stepmania/src/RageSoundReader_Resample.cpp @@ -96,3 +96,8 @@ SoundReader *RageSoundReader_Resample::Copy() const ret->SetSampleRate(samplerate); return ret; } + +/* + * Copyright (c) 2003 by the person(s) listed below. All rights reserved. + * Glenn Maynard + */ diff --git a/stepmania/src/RageSoundReader_Resample.h b/stepmania/src/RageSoundReader_Resample.h index 7dd345d770..b8b7ff1140 100644 --- a/stepmania/src/RageSoundReader_Resample.h +++ b/stepmania/src/RageSoundReader_Resample.h @@ -32,3 +32,7 @@ public: }; #endif +/* + * Copyright (c) 2003 by the person(s) listed below. All rights reserved. + * Glenn Maynard + */