diff --git a/stepmania/src/arch/Lights/LightsDriver_LinuxParallel.cpp b/stepmania/src/arch/Lights/LightsDriver_LinuxParallel.cpp index 3881a6532e..31b9471cde 100644 --- a/stepmania/src/arch/Lights/LightsDriver_LinuxParallel.cpp +++ b/stepmania/src/arch/Lights/LightsDriver_LinuxParallel.cpp @@ -1,8 +1,6 @@ // // LightsDriver_LinuxParallel - Parallel Port Based Lights Driver for Linux // -// Author: Hugo Hromic M. -// // This requires root permissions to work! (run as root or suid) // This code was written using SystemMessage Driver as template. // @@ -74,7 +72,8 @@ void LightsDriver_LinuxParallel::Set( const LightsState *ls ) } /* - * (c) 2002-2004 Glenn Maynard + * (c) 2004 Hugo Hromic M. + * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/stepmania/src/arch/Lights/LightsDriver_LinuxParallel.h b/stepmania/src/arch/Lights/LightsDriver_LinuxParallel.h index e0f093a81c..7c6d26eb1d 100644 --- a/stepmania/src/arch/Lights/LightsDriver_LinuxParallel.h +++ b/stepmania/src/arch/Lights/LightsDriver_LinuxParallel.h @@ -1,8 +1,6 @@ // // LightsDriver_LinuxParallel - Parallel Port Based Lights Driver for Linux // -// Author: Hugo Hromic M. -// // This requires root permissions to work! (run as root or suid) // This code was written using SystemMessage Driver as template. // @@ -27,7 +25,7 @@ class LightsDriver_LinuxParallel : public LightsDriver #endif /* - * (c) 2002-2004 Glenn Maynard + * (c) 2004 Hugo Hromic M. * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a