From c4d49c9e5ea39bc454e81690b4baa75e841e39a0 Mon Sep 17 00:00:00 2001 From: Evgen Servetnik Date: Thu, 10 Aug 2017 11:37:31 +0300 Subject: [PATCH] TizenRefApp-9090 Fix header of source files Change-Id: I85b60bb302ba8430246b986f95a4635cc43ae73c Signed-off-by: Evgen Servetnik --- src/App/inc/DelButton.h | 2 +- src/App/inc/TaskListView.h | 2 +- src/App/inc/TaskListViewItem.h | 2 +- src/App/src/DelButton.cpp | 2 +- src/App/src/TaskListView.cpp | 2 +- src/App/src/TaskListViewItem.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App/inc/DelButton.h b/src/App/inc/DelButton.h index 1840637..e4802d4 100644 --- a/src/App/inc/DelButton.h +++ b/src/App/inc/DelButton.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 Samsung Electronics Co., Ltd + * Copyright 2017 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/App/inc/TaskListView.h b/src/App/inc/TaskListView.h index 00be784..0b32783 100644 --- a/src/App/inc/TaskListView.h +++ b/src/App/inc/TaskListView.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 Samsung Electronics Co., Ltd + * Copyright 2017 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/App/inc/TaskListViewItem.h b/src/App/inc/TaskListViewItem.h index ea33a4a..697709f 100644 --- a/src/App/inc/TaskListViewItem.h +++ b/src/App/inc/TaskListViewItem.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 Samsung Electronics Co., Ltd + * Copyright 2017 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/App/src/DelButton.cpp b/src/App/src/DelButton.cpp index 3425210..dde720e 100644 --- a/src/App/src/DelButton.cpp +++ b/src/App/src/DelButton.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 Samsung Electronics Co., Ltd + * Copyright 2017 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/App/src/TaskListView.cpp b/src/App/src/TaskListView.cpp index d98e74c..d53e892 100644 --- a/src/App/src/TaskListView.cpp +++ b/src/App/src/TaskListView.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 Samsung Electronics Co., Ltd + * Copyright 2017 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/App/src/TaskListViewItem.cpp b/src/App/src/TaskListViewItem.cpp index bf53bca..81abb52 100644 --- a/src/App/src/TaskListViewItem.cpp +++ b/src/App/src/TaskListViewItem.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 Samsung Electronics Co., Ltd + * Copyright 2017 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. -- 2.7.4