Adding copyright messages according to Google style guidelines "legal/copyright"

This commit is contained in:
Stefan Persson 2012-12-04 16:06:27 +01:00
parent 05197abf6e
commit d5e8c1f941
8 changed files with 48 additions and 0 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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 <windows.h>

View file

@ -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"

View file

@ -4,6 +4,12 @@
#include <sstream>
#include <string>
#include <vector>
//
// Copyright (C) 2012 Telldus Technologies AB. All rights reserved.
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include <iostream>
#include <fstream>
#include "common/common.h"

View file

@ -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"

View file

@ -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

View file

@ -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 <QCoreApplication>