cleanup, add copyright notice to LightsDriver_LinuxWeedTech.cpp

This commit is contained in:
AJ Kelly
2011-08-31 12:32:07 -05:00
parent ecb06dc68b
commit dd2aeb82f6
2 changed files with 45 additions and 30 deletions
+3 -5
View File
@@ -1,7 +1,5 @@
/*
* LightsDriver_LinuxWeedTech: Control lights with WTDIO-M from Weeder Technologies
* http://www.weedtech.com
*/
/* LightsDriver_LinuxWeedTech: Control lights with WTDIO-M from Weeder Technologies
* http://www.weedtech.com / http://www.weedtech.com/wtdio-m.html */
#ifndef LightsDriver_LinuxWeedTech_H
#define LightsDriver_LinuxWeedTech_H
@@ -13,7 +11,7 @@ class LightsDriver_LinuxWeedTech : public LightsDriver
public:
LightsDriver_LinuxWeedTech();
virtual ~LightsDriver_LinuxWeedTech();
virtual void Set( const LightsState *ls );
};