From 4ce71a6aef955852c38b45bf4e6ad3be323d6942 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 24 Aug 2004 22:27:53 +0000 Subject: [PATCH] fix copyright notices; let's keep our names in there instead of duplicating them elsewhere --- stepmania/src/arch/Lights/LightsDriver_LinuxParallel.cpp | 5 ++--- stepmania/src/arch/Lights/LightsDriver_LinuxParallel.h | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) 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