Add missing copyright
authorcoderhyme <jhyo.kim@samsung.com>
Mon, 21 Sep 2015 10:22:01 +0000 (03:22 -0700)
committerMadan Lanka <lanka.madan@samsung.com>
Tue, 22 Sep 2015 00:59:31 +0000 (00:59 +0000)
Patch #2 : Trigger builds on 1.0.0-dev branch.

Change-Id: Ib376f468e060920ce0315ab36d582c365f7aea1e
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2845
Reviewed-by: Hun-je Yeon <hunje.yeon@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
(cherry picked from commit 7f3327fbdcddc691cd9b7921233d25f2af97446a)
Reviewed-on: https://gerrit.iotivity.org/gerrit/2861

service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/RcsException.java
service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/RcsIllegalStateException.java

index 5602313..4afeeff 100644 (file)
@@ -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;
 
 /**