From 1353b8b550f1a38fbcbb56721795492c41c0549f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 12 Feb 2018 12:28:10 +0100 Subject: [PATCH] Remove unneeded comments and update license header --- senic/devicepluginsenic.cpp | 11 +---------- senic/devicepluginsenic.h | 2 +- senic/nuimo.cpp | 2 +- senic/nuimo.h | 2 +- 4 files changed, 4 insertions(+), 13 deletions(-) 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. * * *