From ffbd1d0a5fdff066b7d7c1020aa5989efefb4958 Mon Sep 17 00:00:00 2001 From: jk13 Date: Fri, 20 Mar 2015 16:58:31 +0900 Subject: [PATCH] [SSM] Fix code license comments 1. Fix license string with format Change-Id: If8da57a8a9252ffc4c5a5db5e48189847e167dd6 Signed-off-by: jk13 Reviewed-on: https://gerrit.iotivity.org/gerrit/523 Tested-by: jenkins-iotivity Reviewed-by: Uze Choi --- .../SDK/cpp/include/SSMInterface.h | 9 +-------- .../soft-sensor-manager/SDK/cpp/src/InprocSSMCore.cpp | 2 +- .../SSMCore/include/SSMInterface.h | 19 +++++++++++++++++++ .../SSMCore/src/Common/ObjectManager.h | 1 - .../SSMCore/src/Common/PlatformLayer.h | 19 +++++++++++++++++++ .../SSMCore/src/SSMInterface/SSMResourceServer.cpp | 1 - .../SSMCore/src/SSMInterface/SSMResourceServer.h | 1 - 7 files changed, 40 insertions(+), 12 deletions(-) diff --git a/service/soft-sensor-manager/SDK/cpp/include/SSMInterface.h b/service/soft-sensor-manager/SDK/cpp/include/SSMInterface.h index eab4948..d721249 100644 --- a/service/soft-sensor-manager/SDK/cpp/include/SSMInterface.h +++ b/service/soft-sensor-manager/SDK/cpp/include/SSMInterface.h @@ -1,6 +1,6 @@ /****************************************************************** * - * Copyright 2015 Samsung Electronics All Rights Reserved. + * Copyright 2014 Samsung Electronics All Rights Reserved. * * * @@ -17,13 +17,6 @@ * limitations under the License. * ******************************************************************/ - /** - * @file SSMInterface.h - * - * @brief This file provides a set of classes for DataReader, QueryEngine and SSM utility functions - * - */ - #ifndef _SSMInterface_H_ #define _SSMInterface_H_ diff --git a/service/soft-sensor-manager/SDK/cpp/src/InprocSSMCore.cpp b/service/soft-sensor-manager/SDK/cpp/src/InprocSSMCore.cpp index 6e06e07..4179059 100644 --- a/service/soft-sensor-manager/SDK/cpp/src/InprocSSMCore.cpp +++ b/service/soft-sensor-manager/SDK/cpp/src/InprocSSMCore.cpp @@ -1,6 +1,6 @@ /****************************************************************** * - * Copyright 2015 Samsung Electronics All Rights Reserved. + * Copyright 2014 Samsung Electronics All Rights Reserved. * * * diff --git a/service/soft-sensor-manager/SSMCore/include/SSMInterface.h b/service/soft-sensor-manager/SSMCore/include/SSMInterface.h index 50ab302..f7cf36e 100644 --- a/service/soft-sensor-manager/SSMCore/include/SSMInterface.h +++ b/service/soft-sensor-manager/SSMCore/include/SSMInterface.h @@ -1,3 +1,22 @@ +/****************************************************************** +* +* Copyright 2014 Samsung Electronics All Rights Reserved. +* +* +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +******************************************************************/ #ifndef _SSMInterface_H_ #define _SSMInterface_H_ diff --git a/service/soft-sensor-manager/SSMCore/src/Common/ObjectManager.h b/service/soft-sensor-manager/SSMCore/src/Common/ObjectManager.h index 373734e..98015a3 100644 --- a/service/soft-sensor-manager/SSMCore/src/Common/ObjectManager.h +++ b/service/soft-sensor-manager/SSMCore/src/Common/ObjectManager.h @@ -17,7 +17,6 @@ * limitations under the License. * ******************************************************************/ - #ifndef _ObjectManager_H_ #define _ObjectManager_H_ diff --git a/service/soft-sensor-manager/SSMCore/src/Common/PlatformLayer.h b/service/soft-sensor-manager/SSMCore/src/Common/PlatformLayer.h index 2648219..0b3cf3c 100644 --- a/service/soft-sensor-manager/SSMCore/src/Common/PlatformLayer.h +++ b/service/soft-sensor-manager/SSMCore/src/Common/PlatformLayer.h @@ -1,3 +1,22 @@ +/****************************************************************** +* +* Copyright 2014 Samsung Electronics All Rights Reserved. +* +* +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +******************************************************************/ #ifndef _PlatformLayer_H_ #define _PlatformLayer_H_ diff --git a/service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.cpp b/service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.cpp index de15320..e99f469 100644 --- a/service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.cpp +++ b/service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.cpp @@ -17,7 +17,6 @@ * limitations under the License. * ******************************************************************/ - #include "SSMResourceServer.h" #include "SSMCore.h" #include "Common/PlatformLayer.h" diff --git a/service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.h b/service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.h index 71c5258..729dc76 100644 --- a/service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.h +++ b/service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.h @@ -17,7 +17,6 @@ * limitations under the License. * ******************************************************************/ - #ifndef _SSMResourceServer_H_ #define _SSMResourceServer_H_ -- 2.7.4