From 8d0228ced2622f3d5867b10c74d756ce0fffc0cf Mon Sep 17 00:00:00 2001 From: Micke Prag Date: Tue, 19 Jun 2012 10:06:47 +0200 Subject: [PATCH] Add copyright message according to Google style guidelines "legal/copyright" --- telldus-core/client/Client.cpp | 6 ++++++ telldus-core/client/Client.h | 6 ++++++ telldus-core/client/telldus-core.cpp | 6 ++++++ telldus-core/client/telldus-core.h | 6 ++++++ telldus-core/common/Event.cpp | 6 ++++++ telldus-core/common/Event.h | 6 ++++++ telldus-core/common/EventHandler.h | 6 ++++++ telldus-core/common/EventHandler_unix.cpp | 6 ++++++ telldus-core/common/Event_unix.cpp | 6 ++++++ telldus-core/common/Message.cpp | 6 ++++++ telldus-core/common/Message.h | 6 ++++++ telldus-core/common/Socket.h | 6 ++++++ telldus-core/common/Socket_unix.cpp | 6 ++++++ telldus-core/common/Strings.cpp | 7 +++++++ telldus-core/common/Strings.h | 6 ++++++ telldus-core/service/ClientCommunicationHandler.cpp | 6 ++++++ telldus-core/service/ClientCommunicationHandler.h | 6 ++++++ telldus-core/service/ConnectionListener.h | 6 ++++++ telldus-core/service/ConnectionListener_unix.cpp | 6 ++++++ telldus-core/service/Controller.cpp | 6 ++++++ telldus-core/service/Controller.h | 6 ++++++ telldus-core/service/ControllerListener.h | 6 ++++++ telldus-core/service/ControllerManager.cpp | 6 ++++++ telldus-core/service/ControllerManager.h | 6 ++++++ telldus-core/service/ControllerMessage.cpp | 6 ++++++ telldus-core/service/ControllerMessage.h | 6 ++++++ telldus-core/service/Device.cpp | 6 ++++++ telldus-core/service/Device.h | 6 ++++++ telldus-core/service/DeviceManager.cpp | 6 ++++++ telldus-core/service/DeviceManager.h | 6 ++++++ telldus-core/service/EventUpdateManager.cpp | 6 ++++++ telldus-core/service/EventUpdateManager.h | 6 ++++++ telldus-core/service/Log.cpp | 6 ++++++ telldus-core/service/Log.h | 6 ++++++ telldus-core/service/Protocol.cpp | 6 ++++++ telldus-core/service/Protocol.h | 6 ++++++ telldus-core/service/ProtocolBrateck.cpp | 6 ++++++ telldus-core/service/ProtocolBrateck.h | 6 ++++++ telldus-core/service/ProtocolComen.cpp | 6 ++++++ telldus-core/service/ProtocolComen.h | 6 ++++++ telldus-core/service/ProtocolEverflourish.cpp | 6 ++++++ telldus-core/service/ProtocolEverflourish.h | 6 ++++++ telldus-core/service/ProtocolFineoffset.cpp | 6 ++++++ telldus-core/service/ProtocolFineoffset.h | 6 ++++++ telldus-core/service/ProtocolFuhaote.cpp | 6 ++++++ telldus-core/service/ProtocolFuhaote.h | 6 ++++++ telldus-core/service/ProtocolGroup.cpp | 6 ++++++ telldus-core/service/ProtocolGroup.h | 6 ++++++ telldus-core/service/ProtocolHasta.cpp | 6 ++++++ telldus-core/service/ProtocolHasta.h | 6 ++++++ telldus-core/service/ProtocolIkea.cpp | 6 ++++++ telldus-core/service/ProtocolIkea.h | 6 ++++++ telldus-core/service/ProtocolMandolyn.cpp | 6 ++++++ telldus-core/service/ProtocolMandolyn.h | 6 ++++++ telldus-core/service/ProtocolNexa.cpp | 6 ++++++ telldus-core/service/ProtocolNexa.h | 8 +++++++- telldus-core/service/ProtocolOregon.cpp | 6 ++++++ telldus-core/service/ProtocolOregon.h | 6 ++++++ telldus-core/service/ProtocolRisingSun.cpp | 6 ++++++ telldus-core/service/ProtocolRisingSun.h | 6 ++++++ telldus-core/service/ProtocolSartano.cpp | 6 ++++++ telldus-core/service/ProtocolSartano.h | 6 ++++++ telldus-core/service/ProtocolScene.cpp | 6 ++++++ telldus-core/service/ProtocolScene.h | 6 ++++++ telldus-core/service/ProtocolSilvanChip.cpp | 6 ++++++ telldus-core/service/ProtocolSilvanChip.h | 6 ++++++ telldus-core/service/ProtocolUpm.cpp | 6 ++++++ telldus-core/service/ProtocolUpm.h | 6 ++++++ telldus-core/service/ProtocolWaveman.cpp | 6 ++++++ telldus-core/service/ProtocolWaveman.h | 6 ++++++ telldus-core/service/ProtocolX10.cpp | 6 ++++++ telldus-core/service/ProtocolX10.h | 6 ++++++ telldus-core/service/ProtocolYidong.cpp | 6 ++++++ telldus-core/service/ProtocolYidong.h | 6 ++++++ telldus-core/service/Sensor.cpp | 6 ++++++ telldus-core/service/Sensor.h | 6 ++++++ telldus-core/service/Settings.cpp | 6 ++++++ telldus-core/service/Settings.h | 6 ++++++ telldus-core/service/SettingsConfuse.cpp | 7 +------ telldus-core/service/TellStick.cpp | 7 +------ telldus-core/service/TellStick.h | 7 +------ telldus-core/service/TellStick_libftdi.cpp | 7 +------ telldus-core/service/TelldusMain.cpp | 6 ++++++ telldus-core/service/TelldusMain.h | 6 ++++++ telldus-core/service/Timer.cpp | 6 ++++++ telldus-core/service/Timer.h | 6 ++++++ telldus-core/service/main_unix.cpp | 6 ++++++ 87 files changed, 504 insertions(+), 25 deletions(-) diff --git a/telldus-core/client/Client.cpp b/telldus-core/client/Client.cpp index 0ace0ba2..eb5cacee 100644 --- a/telldus-core/client/Client.cpp +++ b/telldus-core/client/Client.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "client/Client.h" #include diff --git a/telldus-core/client/Client.h b/telldus-core/client/Client.h index ab627f24..6cce43a5 100644 --- a/telldus-core/client/Client.h +++ b/telldus-core/client/Client.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef CLIENT_H #define CLIENT_H diff --git a/telldus-core/client/telldus-core.cpp b/telldus-core/client/telldus-core.cpp index 6ebfcea3..7a084e9a 100644 --- a/telldus-core/client/telldus-core.cpp +++ b/telldus-core/client/telldus-core.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// /** * @defgroup core telldus-core * Telldus Core is the base module used to interface a Telldus TellStick. diff --git a/telldus-core/client/telldus-core.h b/telldus-core/client/telldus-core.h index 275373da..fbc77338 100644 --- a/telldus-core/client/telldus-core.h +++ b/telldus-core/client/telldus-core.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef TELLDUSCORE_H #define TELLDUSCORE_H diff --git a/telldus-core/common/Event.cpp b/telldus-core/common/Event.cpp index ee369c35..7f89ecf9 100644 --- a/telldus-core/common/Event.cpp +++ b/telldus-core/common/Event.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "common/Event.h" #include "common/EventHandler.h" #include "common/Mutex.h" diff --git a/telldus-core/common/Event.h b/telldus-core/common/Event.h index 15423507..881e0b69 100644 --- a/telldus-core/common/Event.h +++ b/telldus-core/common/Event.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef EVENT_H #define EVENT_H diff --git a/telldus-core/common/EventHandler.h b/telldus-core/common/EventHandler.h index 974c420b..e7ad06c8 100644 --- a/telldus-core/common/EventHandler.h +++ b/telldus-core/common/EventHandler.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef EVENTHANDLER_H #define EVENTHANDLER_H diff --git a/telldus-core/common/EventHandler_unix.cpp b/telldus-core/common/EventHandler_unix.cpp index 59bf19b2..4db41f73 100644 --- a/telldus-core/common/EventHandler_unix.cpp +++ b/telldus-core/common/EventHandler_unix.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include #include #include diff --git a/telldus-core/common/Event_unix.cpp b/telldus-core/common/Event_unix.cpp index 22d68d80..be31ee89 100644 --- a/telldus-core/common/Event_unix.cpp +++ b/telldus-core/common/Event_unix.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "common/Event.h" #include "common/EventHandler.h" #include "common/Thread.h" diff --git a/telldus-core/common/Message.cpp b/telldus-core/common/Message.cpp index 6e286835..030564fa 100644 --- a/telldus-core/common/Message.cpp +++ b/telldus-core/common/Message.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include #include #include diff --git a/telldus-core/common/Message.h b/telldus-core/common/Message.h index 50c06702..65b40112 100644 --- a/telldus-core/common/Message.h +++ b/telldus-core/common/Message.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef MESSAGE_H #define MESSAGE_H diff --git a/telldus-core/common/Socket.h b/telldus-core/common/Socket.h index a7ef6435..0646aa9e 100644 --- a/telldus-core/common/Socket.h +++ b/telldus-core/common/Socket.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef SOCKET_H #define SOCKET_H diff --git a/telldus-core/common/Socket_unix.cpp b/telldus-core/common/Socket_unix.cpp index 357d7653..d6e5bc07 100644 --- a/telldus-core/common/Socket_unix.cpp +++ b/telldus-core/common/Socket_unix.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include #include diff --git a/telldus-core/common/Strings.cpp b/telldus-core/common/Strings.cpp index 7074762b..3b451b0e 100644 --- a/telldus-core/common/Strings.cpp +++ b/telldus-core/common/Strings.cpp @@ -1,3 +1,10 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// + #include "common/Strings.h" #include #include diff --git a/telldus-core/common/Strings.h b/telldus-core/common/Strings.h index 28e671c2..d7883bbd 100644 --- a/telldus-core/common/Strings.h +++ b/telldus-core/common/Strings.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef STRING_H #define STRING_H diff --git a/telldus-core/service/ClientCommunicationHandler.cpp b/telldus-core/service/ClientCommunicationHandler.cpp index 356854bd..31b5e527 100644 --- a/telldus-core/service/ClientCommunicationHandler.cpp +++ b/telldus-core/service/ClientCommunicationHandler.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "ClientCommunicationHandler.h" #include "common/Message.h" #include "common/Strings.h" diff --git a/telldus-core/service/ClientCommunicationHandler.h b/telldus-core/service/ClientCommunicationHandler.h index 95fc6574..7e560b4b 100644 --- a/telldus-core/service/ClientCommunicationHandler.h +++ b/telldus-core/service/ClientCommunicationHandler.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef CLIENTCOMMUNICATIONHANDLER_H #define CLIENTCOMMUNICATIONHANDLER_H diff --git a/telldus-core/service/ConnectionListener.h b/telldus-core/service/ConnectionListener.h index 8a79ca16..b41d39fa 100644 --- a/telldus-core/service/ConnectionListener.h +++ b/telldus-core/service/ConnectionListener.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef CONNECTIONLISTENER_H #define CONNECTIONLISTENER_H diff --git a/telldus-core/service/ConnectionListener_unix.cpp b/telldus-core/service/ConnectionListener_unix.cpp index 6780e52e..02344bd9 100644 --- a/telldus-core/service/ConnectionListener_unix.cpp +++ b/telldus-core/service/ConnectionListener_unix.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ConnectionListener.h" #include "common/Socket.h" diff --git a/telldus-core/service/Controller.cpp b/telldus-core/service/Controller.cpp index 4fc27088..b0fc19d2 100644 --- a/telldus-core/service/Controller.cpp +++ b/telldus-core/service/Controller.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/Controller.h" #include "service/Protocol.h" #include "service/EventUpdateManager.h" diff --git a/telldus-core/service/Controller.h b/telldus-core/service/Controller.h index e873b0e9..2ec22143 100644 --- a/telldus-core/service/Controller.h +++ b/telldus-core/service/Controller.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef CONTROLLER_H #define CONTROLLER_H diff --git a/telldus-core/service/ControllerListener.h b/telldus-core/service/ControllerListener.h index cbb6f364..3f28ec99 100644 --- a/telldus-core/service/ControllerListener.h +++ b/telldus-core/service/ControllerListener.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef CONTROLLERLISTENER_H #define CONTROLLERLISTENER_H diff --git a/telldus-core/service/ControllerManager.cpp b/telldus-core/service/ControllerManager.cpp index 3a992c16..5f58409d 100644 --- a/telldus-core/service/ControllerManager.cpp +++ b/telldus-core/service/ControllerManager.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ControllerManager.h" #include "service/Controller.h" #include "common/Mutex.h" diff --git a/telldus-core/service/ControllerManager.h b/telldus-core/service/ControllerManager.h index 5276c15c..cecf57d5 100644 --- a/telldus-core/service/ControllerManager.h +++ b/telldus-core/service/ControllerManager.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef CONTROLLERMANAGER_H #define CONTROLLERMANAGER_H diff --git a/telldus-core/service/ControllerMessage.cpp b/telldus-core/service/ControllerMessage.cpp index a6bbdb7b..ce42e0ab 100644 --- a/telldus-core/service/ControllerMessage.cpp +++ b/telldus-core/service/ControllerMessage.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ControllerMessage.h" #include "service/Device.h" #include "common/Strings.h" diff --git a/telldus-core/service/ControllerMessage.h b/telldus-core/service/ControllerMessage.h index d08691ec..767903bc 100644 --- a/telldus-core/service/ControllerMessage.h +++ b/telldus-core/service/ControllerMessage.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef CONTROLLERMESSAGE_H #define CONTROLLERMESSAGE_H diff --git a/telldus-core/service/Device.cpp b/telldus-core/service/Device.cpp index efad7081..7a68821c 100644 --- a/telldus-core/service/Device.cpp +++ b/telldus-core/service/Device.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/Device.h" #include "service/Settings.h" #include "service/TellStick.h" diff --git a/telldus-core/service/Device.h b/telldus-core/service/Device.h index e97a6604..1d0f630f 100644 --- a/telldus-core/service/Device.h +++ b/telldus-core/service/Device.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef DEVICE_H #define DEVICE_H diff --git a/telldus-core/service/DeviceManager.cpp b/telldus-core/service/DeviceManager.cpp index afab2e8b..5d8098a5 100644 --- a/telldus-core/service/DeviceManager.cpp +++ b/telldus-core/service/DeviceManager.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/DeviceManager.h" #include "service/ControllerMessage.h" #include "common/Mutex.h" diff --git a/telldus-core/service/DeviceManager.h b/telldus-core/service/DeviceManager.h index e3930ad6..c5c12ce9 100644 --- a/telldus-core/service/DeviceManager.h +++ b/telldus-core/service/DeviceManager.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef DEVICEMANAGER_H #define DEVICEMANAGER_H diff --git a/telldus-core/service/EventUpdateManager.cpp b/telldus-core/service/EventUpdateManager.cpp index 429c1a5e..e966a867 100644 --- a/telldus-core/service/EventUpdateManager.cpp +++ b/telldus-core/service/EventUpdateManager.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/EventUpdateManager.h" #include "service/ConnectionListener.h" diff --git a/telldus-core/service/EventUpdateManager.h b/telldus-core/service/EventUpdateManager.h index 4e664ac8..5ae1dc98 100644 --- a/telldus-core/service/EventUpdateManager.h +++ b/telldus-core/service/EventUpdateManager.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef EVENTUPDATEMANAGER_H #define EVENTUPDATEMANAGER_H diff --git a/telldus-core/service/Log.cpp b/telldus-core/service/Log.cpp index bf4b15d7..c4a8f482 100644 --- a/telldus-core/service/Log.cpp +++ b/telldus-core/service/Log.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/Log.h" #include diff --git a/telldus-core/service/Log.h b/telldus-core/service/Log.h index c204e75d..0b462b82 100644 --- a/telldus-core/service/Log.h +++ b/telldus-core/service/Log.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef LOG_H #define LOG_H diff --git a/telldus-core/service/Protocol.cpp b/telldus-core/service/Protocol.cpp index fd6d2cce..04fbacbc 100644 --- a/telldus-core/service/Protocol.cpp +++ b/telldus-core/service/Protocol.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/Protocol.h" #include "client/telldus-core.h" diff --git a/telldus-core/service/Protocol.h b/telldus-core/service/Protocol.h index ca2948b6..4dd8e8a4 100644 --- a/telldus-core/service/Protocol.h +++ b/telldus-core/service/Protocol.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOL_H #define PROTOCOL_H diff --git a/telldus-core/service/ProtocolBrateck.cpp b/telldus-core/service/ProtocolBrateck.cpp index 1c44400a..290a0e49 100644 --- a/telldus-core/service/ProtocolBrateck.cpp +++ b/telldus-core/service/ProtocolBrateck.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolBrateck.h" int ProtocolBrateck::methods() const { diff --git a/telldus-core/service/ProtocolBrateck.h b/telldus-core/service/ProtocolBrateck.h index da8ed5c0..fb385e29 100644 --- a/telldus-core/service/ProtocolBrateck.h +++ b/telldus-core/service/ProtocolBrateck.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLBRATECK_H #define PROTOCOLBRATECK_H diff --git a/telldus-core/service/ProtocolComen.cpp b/telldus-core/service/ProtocolComen.cpp index a372e0b8..a12f85c6 100644 --- a/telldus-core/service/ProtocolComen.cpp +++ b/telldus-core/service/ProtocolComen.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolComen.h" int ProtocolComen::methods() const { diff --git a/telldus-core/service/ProtocolComen.h b/telldus-core/service/ProtocolComen.h index 39b4631e..4a54572c 100644 --- a/telldus-core/service/ProtocolComen.h +++ b/telldus-core/service/ProtocolComen.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLCOMEN_H #define PROTOCOLCOMEN_H diff --git a/telldus-core/service/ProtocolEverflourish.cpp b/telldus-core/service/ProtocolEverflourish.cpp index ae7c87e3..0d59c8d0 100644 --- a/telldus-core/service/ProtocolEverflourish.cpp +++ b/telldus-core/service/ProtocolEverflourish.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "ProtocolEverflourish.h" #include #include diff --git a/telldus-core/service/ProtocolEverflourish.h b/telldus-core/service/ProtocolEverflourish.h index 6dbffdaf..f4c54029 100644 --- a/telldus-core/service/ProtocolEverflourish.h +++ b/telldus-core/service/ProtocolEverflourish.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLEVERFLOURISH_H #define PROTOCOLEVERFLOURISH_H diff --git a/telldus-core/service/ProtocolFineoffset.cpp b/telldus-core/service/ProtocolFineoffset.cpp index 1fb94a19..11abe163 100644 --- a/telldus-core/service/ProtocolFineoffset.cpp +++ b/telldus-core/service/ProtocolFineoffset.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolFineoffset.h" #include "common/Strings.h" #include diff --git a/telldus-core/service/ProtocolFineoffset.h b/telldus-core/service/ProtocolFineoffset.h index dba7946a..501e6426 100644 --- a/telldus-core/service/ProtocolFineoffset.h +++ b/telldus-core/service/ProtocolFineoffset.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLFINEOFFSET_H #define PROTOCOLFINEOFFSET_H diff --git a/telldus-core/service/ProtocolFuhaote.cpp b/telldus-core/service/ProtocolFuhaote.cpp index 357f1fe7..dcc9cede 100644 --- a/telldus-core/service/ProtocolFuhaote.cpp +++ b/telldus-core/service/ProtocolFuhaote.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolFuhaote.h" int ProtocolFuhaote::methods() const { diff --git a/telldus-core/service/ProtocolFuhaote.h b/telldus-core/service/ProtocolFuhaote.h index a68c7f70..f6f9020c 100644 --- a/telldus-core/service/ProtocolFuhaote.h +++ b/telldus-core/service/ProtocolFuhaote.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLFUHAOTE_H #define PROTOCOLFUHAOTE_H diff --git a/telldus-core/service/ProtocolGroup.cpp b/telldus-core/service/ProtocolGroup.cpp index aaaaeb04..41748e45 100644 --- a/telldus-core/service/ProtocolGroup.cpp +++ b/telldus-core/service/ProtocolGroup.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolGroup.h" int ProtocolGroup::methods() const { diff --git a/telldus-core/service/ProtocolGroup.h b/telldus-core/service/ProtocolGroup.h index f9689c02..97864fc4 100644 --- a/telldus-core/service/ProtocolGroup.h +++ b/telldus-core/service/ProtocolGroup.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLGROUP_H #define PROTOCOLGROUP_H diff --git a/telldus-core/service/ProtocolHasta.cpp b/telldus-core/service/ProtocolHasta.cpp index 8166c8a5..3f5b74ef 100644 --- a/telldus-core/service/ProtocolHasta.cpp +++ b/telldus-core/service/ProtocolHasta.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolHasta.h" #include #include diff --git a/telldus-core/service/ProtocolHasta.h b/telldus-core/service/ProtocolHasta.h index d13555be..5844e30e 100644 --- a/telldus-core/service/ProtocolHasta.h +++ b/telldus-core/service/ProtocolHasta.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLHASTA_H #define PROTOCOLHASTA_H diff --git a/telldus-core/service/ProtocolIkea.cpp b/telldus-core/service/ProtocolIkea.cpp index 3c65e63b..4bf43d50 100644 --- a/telldus-core/service/ProtocolIkea.cpp +++ b/telldus-core/service/ProtocolIkea.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolIkea.h" #include "common/Strings.h" diff --git a/telldus-core/service/ProtocolIkea.h b/telldus-core/service/ProtocolIkea.h index 07cd294a..fcf8e034 100644 --- a/telldus-core/service/ProtocolIkea.h +++ b/telldus-core/service/ProtocolIkea.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLIKEA_H #define PROTOCOLIKEA_H diff --git a/telldus-core/service/ProtocolMandolyn.cpp b/telldus-core/service/ProtocolMandolyn.cpp index a93864d1..f9b5059a 100644 --- a/telldus-core/service/ProtocolMandolyn.cpp +++ b/telldus-core/service/ProtocolMandolyn.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolMandolyn.h" #include "common/Strings.h" #include diff --git a/telldus-core/service/ProtocolMandolyn.h b/telldus-core/service/ProtocolMandolyn.h index 08ead0eb..d8434210 100644 --- a/telldus-core/service/ProtocolMandolyn.h +++ b/telldus-core/service/ProtocolMandolyn.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLMANDOLYN_H #define PROTOCOLMANDOLYN_H diff --git a/telldus-core/service/ProtocolNexa.cpp b/telldus-core/service/ProtocolNexa.cpp index 9b43a7c7..2b2a19e9 100644 --- a/telldus-core/service/ProtocolNexa.cpp +++ b/telldus-core/service/ProtocolNexa.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolNexa.h" #include #include diff --git a/telldus-core/service/ProtocolNexa.h b/telldus-core/service/ProtocolNexa.h index ac6b8906..d2432a7a 100644 --- a/telldus-core/service/ProtocolNexa.h +++ b/telldus-core/service/ProtocolNexa.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLNEXA_H #define PROTOCOLNEXA_H @@ -18,7 +24,7 @@ protected: virtual std::string getOffCode() const; static std::string getCodeSwitchTuple(int code); static std::string getStringSelflearningForCode(int house, int unit, int method, unsigned char data); - + private: static int lastArctecCodeSwitchWasTurnOff; static std::string decodeDataCodeSwitch(long allData); diff --git a/telldus-core/service/ProtocolOregon.cpp b/telldus-core/service/ProtocolOregon.cpp index 30f7ad86..30d0c1a6 100644 --- a/telldus-core/service/ProtocolOregon.cpp +++ b/telldus-core/service/ProtocolOregon.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolOregon.h" #include "common/Strings.h" #include diff --git a/telldus-core/service/ProtocolOregon.h b/telldus-core/service/ProtocolOregon.h index 1210430c..eba2807a 100644 --- a/telldus-core/service/ProtocolOregon.h +++ b/telldus-core/service/ProtocolOregon.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLOREGON_H #define PROTOCOLOREGON_H diff --git a/telldus-core/service/ProtocolRisingSun.cpp b/telldus-core/service/ProtocolRisingSun.cpp index b1cde0e7..5e87bc22 100644 --- a/telldus-core/service/ProtocolRisingSun.cpp +++ b/telldus-core/service/ProtocolRisingSun.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolRisingSun.h" #include "common/Strings.h" diff --git a/telldus-core/service/ProtocolRisingSun.h b/telldus-core/service/ProtocolRisingSun.h index f2775ac2..6d21c9f5 100644 --- a/telldus-core/service/ProtocolRisingSun.h +++ b/telldus-core/service/ProtocolRisingSun.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLRISINGSUN_H #define PROTOCOLRISINGSUN_H diff --git a/telldus-core/service/ProtocolSartano.cpp b/telldus-core/service/ProtocolSartano.cpp index 4fb92ea9..40182d4b 100644 --- a/telldus-core/service/ProtocolSartano.cpp +++ b/telldus-core/service/ProtocolSartano.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolSartano.h" #include #include diff --git a/telldus-core/service/ProtocolSartano.h b/telldus-core/service/ProtocolSartano.h index 0f555442..fffcdc00 100644 --- a/telldus-core/service/ProtocolSartano.h +++ b/telldus-core/service/ProtocolSartano.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLSARTANO_H #define PROTOCOLSARTANO_H diff --git a/telldus-core/service/ProtocolScene.cpp b/telldus-core/service/ProtocolScene.cpp index f30f702b..68957d7e 100644 --- a/telldus-core/service/ProtocolScene.cpp +++ b/telldus-core/service/ProtocolScene.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolScene.h" int ProtocolScene::methods() const { diff --git a/telldus-core/service/ProtocolScene.h b/telldus-core/service/ProtocolScene.h index 2a4979c1..59c3bc9f 100644 --- a/telldus-core/service/ProtocolScene.h +++ b/telldus-core/service/ProtocolScene.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLSCENE_H #define PROTOCOLSCENE_H diff --git a/telldus-core/service/ProtocolSilvanChip.cpp b/telldus-core/service/ProtocolSilvanChip.cpp index b08cd294..35857d83 100644 --- a/telldus-core/service/ProtocolSilvanChip.cpp +++ b/telldus-core/service/ProtocolSilvanChip.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolSilvanChip.h" #include "common/Strings.h" diff --git a/telldus-core/service/ProtocolSilvanChip.h b/telldus-core/service/ProtocolSilvanChip.h index ba55cb25..9befbf4a 100644 --- a/telldus-core/service/ProtocolSilvanChip.h +++ b/telldus-core/service/ProtocolSilvanChip.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLSILVANCHIP_H #define PROTOCOLSILVANCHIP_H diff --git a/telldus-core/service/ProtocolUpm.cpp b/telldus-core/service/ProtocolUpm.cpp index 58406e80..2c4eff55 100644 --- a/telldus-core/service/ProtocolUpm.cpp +++ b/telldus-core/service/ProtocolUpm.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolUpm.h" int ProtocolUpm::methods() const { diff --git a/telldus-core/service/ProtocolUpm.h b/telldus-core/service/ProtocolUpm.h index 74724f24..51c32b81 100644 --- a/telldus-core/service/ProtocolUpm.h +++ b/telldus-core/service/ProtocolUpm.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLUPM_H #define PROTOCOLUPM_H diff --git a/telldus-core/service/ProtocolWaveman.cpp b/telldus-core/service/ProtocolWaveman.cpp index 7adfe3ef..4f507094 100644 --- a/telldus-core/service/ProtocolWaveman.cpp +++ b/telldus-core/service/ProtocolWaveman.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolWaveman.h" #include #include diff --git a/telldus-core/service/ProtocolWaveman.h b/telldus-core/service/ProtocolWaveman.h index 76453643..cc908abb 100644 --- a/telldus-core/service/ProtocolWaveman.h +++ b/telldus-core/service/ProtocolWaveman.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLWAVEMAN_H #define PROTOCOLWAVEMAN_H diff --git a/telldus-core/service/ProtocolX10.cpp b/telldus-core/service/ProtocolX10.cpp index c0dc108f..ee178613 100644 --- a/telldus-core/service/ProtocolX10.cpp +++ b/telldus-core/service/ProtocolX10.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolX10.h" #include #include diff --git a/telldus-core/service/ProtocolX10.h b/telldus-core/service/ProtocolX10.h index 0df0067d..4fc02d98 100644 --- a/telldus-core/service/ProtocolX10.h +++ b/telldus-core/service/ProtocolX10.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLX10_H #define PROTOCOLX10_H diff --git a/telldus-core/service/ProtocolYidong.cpp b/telldus-core/service/ProtocolYidong.cpp index 94487028..6e362b45 100644 --- a/telldus-core/service/ProtocolYidong.cpp +++ b/telldus-core/service/ProtocolYidong.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/ProtocolYidong.h" std::string ProtocolYidong::getStringForMethod(int method, unsigned char, Controller *) { diff --git a/telldus-core/service/ProtocolYidong.h b/telldus-core/service/ProtocolYidong.h index df64e6a4..693dcc15 100644 --- a/telldus-core/service/ProtocolYidong.h +++ b/telldus-core/service/ProtocolYidong.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef PROTOCOLYIDONG_H #define PROTOCOLYIDONG_H diff --git a/telldus-core/service/Sensor.cpp b/telldus-core/service/Sensor.cpp index af9bbb07..17ae3ac2 100644 --- a/telldus-core/service/Sensor.cpp +++ b/telldus-core/service/Sensor.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/Sensor.h" #include "common/common.h" #include "client/telldus-core.h" diff --git a/telldus-core/service/Sensor.h b/telldus-core/service/Sensor.h index 61eb9cee..6edbb0d0 100644 --- a/telldus-core/service/Sensor.h +++ b/telldus-core/service/Sensor.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef SENSOR_H #define SENSOR_H diff --git a/telldus-core/service/Settings.cpp b/telldus-core/service/Settings.cpp index 86170231..993f4533 100644 --- a/telldus-core/service/Settings.cpp +++ b/telldus-core/service/Settings.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/Settings.h" TelldusCore::Mutex Settings::mutex; diff --git a/telldus-core/service/Settings.h b/telldus-core/service/Settings.h index 7863c643..7b1b5788 100644 --- a/telldus-core/service/Settings.h +++ b/telldus-core/service/Settings.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef SETTINGS_H #define SETTINGS_H diff --git a/telldus-core/service/SettingsConfuse.cpp b/telldus-core/service/SettingsConfuse.cpp index c421be31..01c5a66b 100644 --- a/telldus-core/service/SettingsConfuse.cpp +++ b/telldus-core/service/SettingsConfuse.cpp @@ -1,10 +1,5 @@ // -// C++ Implementation: telldussettingsconfuse -// -// Description: -// -// -// Author: Micke Prag , (C) 2008 +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. // // Copyright: See COPYING file that comes with this distribution // diff --git a/telldus-core/service/TellStick.cpp b/telldus-core/service/TellStick.cpp index d0ad01df..e3f88c0b 100644 --- a/telldus-core/service/TellStick.cpp +++ b/telldus-core/service/TellStick.cpp @@ -1,10 +1,5 @@ // -// C++ Implementation: TellStick -// -// Description: -// -// -// Author: Micke Prag , (C) 2009 +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. // // Copyright: See COPYING file that comes with this distribution // diff --git a/telldus-core/service/TellStick.h b/telldus-core/service/TellStick.h index 246feb1f..765d8146 100644 --- a/telldus-core/service/TellStick.h +++ b/telldus-core/service/TellStick.h @@ -1,10 +1,5 @@ // -// C++ Interface: TellStick -// -// Description: -// -// -// Author: Micke Prag , (C) 2010 +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. // // Copyright: See COPYING file that comes with this distribution // diff --git a/telldus-core/service/TellStick_libftdi.cpp b/telldus-core/service/TellStick_libftdi.cpp index 6e805bb6..f6f927c7 100644 --- a/telldus-core/service/TellStick_libftdi.cpp +++ b/telldus-core/service/TellStick_libftdi.cpp @@ -1,10 +1,5 @@ // -// C++ Implementation: TellStick -// -// Description: -// -// -// Author: Micke Prag , (C) 2009 +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. // // Copyright: See COPYING file that comes with this distribution // diff --git a/telldus-core/service/TelldusMain.cpp b/telldus-core/service/TelldusMain.cpp index a1f59fa7..0d11fe9f 100644 --- a/telldus-core/service/TelldusMain.cpp +++ b/telldus-core/service/TelldusMain.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/TelldusMain.h" #include "service/ConnectionListener.h" #include "common/EventHandler.h" diff --git a/telldus-core/service/TelldusMain.h b/telldus-core/service/TelldusMain.h index 19f08a4a..18929bc2 100644 --- a/telldus-core/service/TelldusMain.h +++ b/telldus-core/service/TelldusMain.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef TELLDUSMAIN_H #define TELLDUSMAIN_H diff --git a/telldus-core/service/Timer.cpp b/telldus-core/service/Timer.cpp index 070bcc29..838b0009 100644 --- a/telldus-core/service/Timer.cpp +++ b/telldus-core/service/Timer.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/Timer.h" #include "common/Mutex.h" #ifdef _WINDOWS diff --git a/telldus-core/service/Timer.h b/telldus-core/service/Timer.h index cc08381c..e3b68ddb 100644 --- a/telldus-core/service/Timer.h +++ b/telldus-core/service/Timer.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef TIMER_H #define TIMER_H diff --git a/telldus-core/service/main_unix.cpp b/telldus-core/service/main_unix.cpp index ef287b62..c2485865 100644 --- a/telldus-core/service/main_unix.cpp +++ b/telldus-core/service/main_unix.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "service/TelldusMain.h" #include #include