From d5e8c1f941fea67f1150a69be9ce45dadac4653d Mon Sep 17 00:00:00 2001 From: Stefan Persson Date: Tue, 4 Dec 2012 16:06:27 +0100 Subject: [PATCH] Adding copyright messages according to Google style guidelines "legal/copyright" --- telldus-core/common/EventHandler_win.cpp | 6 ++++++ telldus-core/common/Event_win.cpp | 6 ++++++ telldus-core/common/Socket_win.cpp | 6 ++++++ telldus-core/service/ConnectionListener_win.cpp | 6 ++++++ telldus-core/service/SettingsWinRegistry.cpp | 6 ++++++ telldus-core/service/TelldusWinService_win.cpp | 6 ++++++ telldus-core/service/TelldusWinService_win.h | 6 ++++++ telldus-core/service/main_win.cpp | 6 ++++++ 8 files changed, 48 insertions(+) diff --git a/telldus-core/common/EventHandler_win.cpp b/telldus-core/common/EventHandler_win.cpp index 35158a41..faa2da52 100644 --- a/telldus-core/common/EventHandler_win.cpp +++ b/telldus-core/common/EventHandler_win.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "EventHandler.h" #include "Event.h" #include "Mutex.h" diff --git a/telldus-core/common/Event_win.cpp b/telldus-core/common/Event_win.cpp index 681d5e91..a9001683 100644 --- a/telldus-core/common/Event_win.cpp +++ b/telldus-core/common/Event_win.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "Event.h" #include "Thread.h" diff --git a/telldus-core/common/Socket_win.cpp b/telldus-core/common/Socket_win.cpp index 4940f087..11b6ee8a 100644 --- a/telldus-core/common/Socket_win.cpp +++ b/telldus-core/common/Socket_win.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "Socket.h" #include "common.h" #include diff --git a/telldus-core/service/ConnectionListener_win.cpp b/telldus-core/service/ConnectionListener_win.cpp index c61d1548..e1a1e534 100644 --- a/telldus-core/service/ConnectionListener_win.cpp +++ b/telldus-core/service/ConnectionListener_win.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "ConnectionListener.h" #include "Event.h" #include "common/Socket.h" diff --git a/telldus-core/service/SettingsWinRegistry.cpp b/telldus-core/service/SettingsWinRegistry.cpp index 350b58d5..e1271dde 100644 --- a/telldus-core/service/SettingsWinRegistry.cpp +++ b/telldus-core/service/SettingsWinRegistry.cpp @@ -4,6 +4,12 @@ #include #include #include +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include #include #include "common/common.h" diff --git a/telldus-core/service/TelldusWinService_win.cpp b/telldus-core/service/TelldusWinService_win.cpp index b122a5c1..fd7236cf 100644 --- a/telldus-core/service/TelldusWinService_win.cpp +++ b/telldus-core/service/TelldusWinService_win.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "TelldusWinService_win.h" #include "TelldusMain.h" #include "Log.h" diff --git a/telldus-core/service/TelldusWinService_win.h b/telldus-core/service/TelldusWinService_win.h index 5cd78104..dcb3e33a 100644 --- a/telldus-core/service/TelldusWinService_win.h +++ b/telldus-core/service/TelldusWinService_win.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #ifndef TELLDUSSERVICE_WIN_H #define TELLDUSSERVICE_WIN_H diff --git a/telldus-core/service/main_win.cpp b/telldus-core/service/main_win.cpp index 018e61ee..2c93791a 100644 --- a/telldus-core/service/main_win.cpp +++ b/telldus-core/service/main_win.cpp @@ -1,3 +1,9 @@ +// +// Copyright (C) 2012 Telldus Technologies AB. All rights reserved. +// +// Copyright: See COPYING file that comes with this distribution +// +// #include "TelldusWinService_win.h" //#include