[SSM] Fix code license comments
authorjk13 <jihyeok13.kim@samsung.com>
Fri, 20 Mar 2015 07:58:31 +0000 (16:58 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 20 Mar 2015 12:33:34 +0000 (12:33 +0000)
1. Fix license string with format

Change-Id: If8da57a8a9252ffc4c5a5db5e48189847e167dd6
Signed-off-by: jk13 <jihyeok13.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/523
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/soft-sensor-manager/SDK/cpp/include/SSMInterface.h
service/soft-sensor-manager/SDK/cpp/src/InprocSSMCore.cpp
service/soft-sensor-manager/SSMCore/include/SSMInterface.h
service/soft-sensor-manager/SSMCore/src/Common/ObjectManager.h
service/soft-sensor-manager/SSMCore/src/Common/PlatformLayer.h
service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.cpp
service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.h

index eab4948..d721249 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************
  *
- * Copyright 2015 Samsung Electronics All Rights Reserved.
+ * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  *
  *
  * 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_
 
index 6e06e07..4179059 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************
  *
- * Copyright 2015 Samsung Electronics All Rights Reserved.
+ * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  *
  *
index 50ab302..f7cf36e 100644 (file)
@@ -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_
 
index 373734e..98015a3 100644 (file)
@@ -17,7 +17,6 @@
 * limitations under the License.
 *
 ******************************************************************/
-
 #ifndef _ObjectManager_H_
 #define _ObjectManager_H_
 
index 2648219..0b3cf3c 100644 (file)
@@ -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_
 
index de15320..e99f469 100644 (file)
@@ -17,7 +17,6 @@
  * limitations under the License.
  *
  ******************************************************************/
-
 #include "SSMResourceServer.h"
 #include "SSMCore.h"
 #include "Common/PlatformLayer.h"
index 71c5258..729dc76 100644 (file)
@@ -17,7 +17,6 @@
  * limitations under the License.
  *
  ******************************************************************/
-
 #ifndef _SSMResourceServer_H_
 #define _SSMResourceServer_H_