From 23042ab891065f9d0f70f89afafd90e9e97b24dc Mon Sep 17 00:00:00 2001 From: Parkhi Date: Fri, 14 Oct 2016 17:43:50 +0900 Subject: [PATCH] Add license comment Change-Id: I1374b2ee45e120bae756e1e2f975eba23fee24f4 Signed-off-by: Parkhi Reviewed-on: https://gerrit.iotivity.org/gerrit/13291 Reviewed-by: Jihun Ha Reviewed-by: Uze Choi Tested-by: Uze Choi --- .../service/easysetup/mediator/ESConstants.java | 23 +++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/service/easy-setup/mediator/richsdk/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/ESConstants.java b/service/easy-setup/mediator/richsdk/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/ESConstants.java index 3928cb6..a7f077e 100755 --- a/service/easy-setup/mediator/richsdk/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/ESConstants.java +++ b/service/easy-setup/mediator/richsdk/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/ESConstants.java @@ -1,8 +1,25 @@ -package org.iotivity.service.easysetup.mediator; - /** - * Created by jhha85 on 7/27/16. + * *************************************************************** + * + * 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. + * + * **************************************************************** */ + +package org.iotivity.service.easysetup.mediator; + public class ESConstants { public static final String OC_RSRVD_ES_PROVSTATUS = "ps"; -- 2.7.4