From 0e30cd409c89482dd75f88d7af8290e37632b8a4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 19 Mar 2003 20:00:19 +0000 Subject: [PATCH] add (c) --- stepmania/src/LyricDisplay.cpp | 7 +++++++ stepmania/src/LyricDisplay.h | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/stepmania/src/LyricDisplay.cpp b/stepmania/src/LyricDisplay.cpp index 9f833b27fe..7e4fe80eb7 100644 --- a/stepmania/src/LyricDisplay.cpp +++ b/stepmania/src/LyricDisplay.cpp @@ -81,3 +81,10 @@ void LyricDisplay::Update( float fDeltaTime ) */ } +/* +----------------------------------------------------------------------------- + Copyright (c) 2003 by the person(s) listed below. All rights reserved. + Kevin Slaughter + Glenn Maynard +----------------------------------------------------------------------------- +*/ diff --git a/stepmania/src/LyricDisplay.h b/stepmania/src/LyricDisplay.h index 6af5d5ab52..e3808d0600 100644 --- a/stepmania/src/LyricDisplay.h +++ b/stepmania/src/LyricDisplay.h @@ -19,3 +19,10 @@ private: }; #endif +/* +----------------------------------------------------------------------------- + Copyright (c) 2003 by the person(s) listed below. All rights reserved. + Kevin Slaughter + Glenn Maynard +----------------------------------------------------------------------------- +*/