changed the year in copyright notices to 2011-2012
[deb_libcec.git] / src / lib / devices / CECTuner.cpp
index 55d7bb51ad220ad63cb0388dcd44fa12e86da7cb..b5de867d9e8a968fe4aeb644ce572ac5ca2330c5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the libCEC(R) library.
  *
- * libCEC(R) is Copyright (C) 2011 Pulse-Eight Limited.  All rights reserved.
+ * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited.  All rights reserved.
  * libCEC(R) is an original work, containing original code.
  *
  * libCEC(R) is a trademark of Pulse-Eight Limited.
@@ -38,5 +38,4 @@ CCECTuner::CCECTuner(CCECProcessor *processor, cec_logical_address address, uint
     CCECBusDevice(processor, address, iPhysicalAddress)
 {
   m_type          = CEC_DEVICE_TYPE_TUNER;
-  m_strDeviceName = "Tuner";
 }