diff --git a/stepmania/src/TitleSubstitution.cpp b/stepmania/src/TitleSubstitution.cpp index 864348ffae..03fba05dea 100644 --- a/stepmania/src/TitleSubstitution.cpp +++ b/stepmania/src/TitleSubstitution.cpp @@ -141,3 +141,9 @@ TitleSubst::~TitleSubst() for(unsigned i = 0; i < ttab.size(); ++i) delete ttab[i]; } + +/* + * Copyright (c) 2003 by the person(s) listed below. All rights reserved. + * + * Glenn Maynard + */ diff --git a/stepmania/src/TitleSubstitution.h b/stepmania/src/TitleSubstitution.h index 0a6610ae24..0dff77a9c5 100644 --- a/stepmania/src/TitleSubstitution.h +++ b/stepmania/src/TitleSubstitution.h @@ -20,3 +20,9 @@ public: }; #endif + +/* + * Copyright (c) 2003 by the person(s) listed below. All rights reserved. + * + * Glenn Maynard + */