From 66a894c0542bd5ad15748b2b649725f06828464e Mon Sep 17 00:00:00 2001 From: "so.yu" Date: Mon, 29 Apr 2013 20:00:12 +0900 Subject: [PATCH] Fix the boiler plate codes Change-Id: I298ada4f077c371f8c8b347c5c4cfff5f907f291 Signed-off-by: so.yu --- inc/CertificateSelectorApp.h | 3 +-- inc/CertificateSelectorForm.h | 3 +-- inc/CertificateSelectorFrame.h | 3 +-- src/CertificateSelectorApp.cpp | 3 +-- src/CertificateSelectorEntry.cpp | 3 +-- src/CertificateSelectorForm.cpp | 3 +-- src/CertificateSelectorFrame.cpp | 3 +-- 7 files changed, 7 insertions(+), 14 deletions(-) diff --git a/inc/CertificateSelectorApp.h b/inc/CertificateSelectorApp.h index 4e35005..f1071cd 100644 --- a/inc/CertificateSelectorApp.h +++ b/inc/CertificateSelectorApp.h @@ -1,6 +1,5 @@ // -// Open Service Platform -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2013 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); // you may not use this file except in compliance with the License. diff --git a/inc/CertificateSelectorForm.h b/inc/CertificateSelectorForm.h index 2eee971..d7ea4c3 100644 --- a/inc/CertificateSelectorForm.h +++ b/inc/CertificateSelectorForm.h @@ -1,6 +1,5 @@ // -// Open Service Platform -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2013 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); // you may not use this file except in compliance with the License. diff --git a/inc/CertificateSelectorFrame.h b/inc/CertificateSelectorFrame.h index 391b8ed..9ce1362 100644 --- a/inc/CertificateSelectorFrame.h +++ b/inc/CertificateSelectorFrame.h @@ -1,6 +1,5 @@ // -// Open Service Platform -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2013 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); // you may not use this file except in compliance with the License. diff --git a/src/CertificateSelectorApp.cpp b/src/CertificateSelectorApp.cpp index 6213f73..fa08b5d 100644 --- a/src/CertificateSelectorApp.cpp +++ b/src/CertificateSelectorApp.cpp @@ -1,6 +1,5 @@ // -// Open Service Platform -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2013 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); // you may not use this file except in compliance with the License. diff --git a/src/CertificateSelectorEntry.cpp b/src/CertificateSelectorEntry.cpp index 4ed3735..722dd8f 100644 --- a/src/CertificateSelectorEntry.cpp +++ b/src/CertificateSelectorEntry.cpp @@ -1,6 +1,5 @@ // -// Open Service Platform -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2013 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); // you may not use this file except in compliance with the License. diff --git a/src/CertificateSelectorForm.cpp b/src/CertificateSelectorForm.cpp index d99f678..c0df836 100644 --- a/src/CertificateSelectorForm.cpp +++ b/src/CertificateSelectorForm.cpp @@ -1,6 +1,5 @@ // -// Open Service Platform -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2013 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); // you may not use this file except in compliance with the License. diff --git a/src/CertificateSelectorFrame.cpp b/src/CertificateSelectorFrame.cpp index b77523a..cb20059 100644 --- a/src/CertificateSelectorFrame.cpp +++ b/src/CertificateSelectorFrame.cpp @@ -1,6 +1,5 @@ // -// Open Service Platform -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2013 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); // you may not use this file except in compliance with the License. -- 2.7.4