From: coderhyme Date: Mon, 21 Sep 2015 10:22:01 +0000 (-0700) Subject: Add missing copyright X-Git-Tag: 1.2.0+RC1~1078 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f3327fbdcddc691cd9b7921233d25f2af97446a;p=platform%2Fupstream%2Fiotivity.git Add missing copyright Change-Id: Ib376f468e060920ce0315ab36d582c365f7aea1e Signed-off-by: coderhyme Reviewed-on: https://gerrit.iotivity.org/gerrit/2845 Reviewed-by: Hun-je Yeon Tested-by: jenkins-iotivity Reviewed-by: Madan Lanka --- diff --git a/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/RcsException.java b/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/RcsException.java index 288fe73..50f711d 100644 --- a/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/RcsException.java +++ b/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/RcsException.java @@ -18,10 +18,6 @@ * ******************************************************************/ -/** - * @file - *This file provides RCSException class for RE layer - */ package org.iotivity.service; /** diff --git a/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/RcsIllegalStateException.java b/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/RcsIllegalStateException.java index 5602313..4afeeff 100644 --- a/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/RcsIllegalStateException.java +++ b/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/RcsIllegalStateException.java @@ -1,3 +1,23 @@ +/****************************************************************** + * + * Copyright 2015 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; /**