From 6da3a93ba5d4d81e12b0534d7ddcbcd575c58062 Mon Sep 17 00:00:00 2001 From: "js126.lee" Date: Mon, 11 Apr 2016 16:55:32 +0900 Subject: [PATCH] Add Copyright into security_internals.h Patch 1 : Init Patch 2 : Apply ashwini comment Change-Id: I882350defc5e051f2caffb16f52b2c3f28113ea5 Signed-off-by: js126.lee Reviewed-on: https://gerrit.iotivity.org/gerrit/7735 Reviewed-by: Ashwini Kumar Reviewed-by: Randeep Singh Tested-by: Randeep Singh --- .../security/include/internal/security_internals.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/resource/csdk/security/include/internal/security_internals.h b/resource/csdk/security/include/internal/security_internals.h index ba41586..13030d9 100644 --- a/resource/csdk/security/include/internal/security_internals.h +++ b/resource/csdk/security/include/internal/security_internals.h @@ -1,3 +1,22 @@ +//****************************************************************** +// +//Copyright 2016 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 IOTVT_SRM_SECURITY_INTERNALS_H #define IOTVT_SRM_SECURITY_INTERNALS_H -- 2.7.4