diff --git a/senic/devicepluginsenic.cpp b/senic/devicepluginsenic.cpp index ff8bd34b..f5bebf37 100644 --- a/senic/devicepluginsenic.cpp +++ b/senic/devicepluginsenic.cpp @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright (C) 2016 Simon Stürz * + * Copyright (C) 2016-2018 Simon Stürz * * * * This file is part of guh. * * * @@ -106,15 +106,6 @@ DeviceManager::DeviceError DevicePluginSenic::executeAction(Device *device, cons } if (action.actionTypeId() == nuimoShowLogoActionTypeId) { - // "up", - // "down", - // "left", - // "right", - // "play", - // "pause", - // "stop", - // "music", - // "heart" if (action.param(nuimoLogoParamTypeId).value().toString() == "Up") nuimo->showImage(Nuimo::MatrixTypeUp); diff --git a/senic/devicepluginsenic.h b/senic/devicepluginsenic.h index 703b5b33..493faf53 100644 --- a/senic/devicepluginsenic.h +++ b/senic/devicepluginsenic.h @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright (C) 2016 Simon Stürz * + * Copyright (C) 2016-2018 Simon Stürz * * * * This file is part of guh. * * * diff --git a/senic/nuimo.cpp b/senic/nuimo.cpp index 3b6f2111..beabdb38 100644 --- a/senic/nuimo.cpp +++ b/senic/nuimo.cpp @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright (C) 2016 Simon Stürz * + * Copyright (C) 2016-2018 Simon Stürz * * * * This file is part of guh. * * * diff --git a/senic/nuimo.h b/senic/nuimo.h index f56a8587..e2858257 100644 --- a/senic/nuimo.h +++ b/senic/nuimo.h @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright (C) 2016 Simon Stürz * + * Copyright (C) 2016-2018 Simon Stürz * * * * This file is part of guh. * * *