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 + */