diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp
index 80ae258c5..b983baa2d 100644
--- a/src/driver/lcd4l.cpp
+++ b/src/driver/lcd4l.cpp
@@ -22,8 +22,8 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see .
+
*/
@@ -137,7 +137,7 @@ void CLCD4l::InitLCD4l()
{
if (thrLCD4l)
{
- dprintf(DEBUG_NORMAL,"\033[32m[CLCD4l] [%s - %d] initializing %d \033[0m\n", __func__, __LINE__);
+ dprintf(DEBUG_NORMAL,"\033[32m[CLCD4l] [%s - %d] initializing CLCD4l \033[0m\n", __func__, __LINE__);
Init();
}
}
diff --git a/src/driver/lcd4l.h b/src/driver/lcd4l.h
index 5b3a1aefd..09f687229 100644
--- a/src/driver/lcd4l.h
+++ b/src/driver/lcd4l.h
@@ -22,8 +22,8 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see .
+
*/