X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cloud%2Fstack%2Fsrc%2Fmain%2Fjava%2Forg%2Fiotivity%2Fcloud%2Fbase%2FHttpServer.java;fp=cloud%2Fstack%2Fsrc%2Fmain%2Fjava%2Forg%2Fiotivity%2Fcloud%2Fbase%2FHttpServer.java;h=55b5ab8be5d8392d5e34de377824bca256b7b638;hb=442026128ead8780fa45d0db8a6f17be7c9220e0;hp=3f4498fc0604a43165791981e8acfce179fb2ed8;hpb=e093390b2839f6039a6ff94ed4942fa45c53a418;p=platform%2Fupstream%2Fiotivity.git diff --git a/cloud/stack/src/main/java/org/iotivity/cloud/base/HttpServer.java b/cloud/stack/src/main/java/org/iotivity/cloud/base/HttpServer.java index 3f4498f..55b5ab8 100644 --- a/cloud/stack/src/main/java/org/iotivity/cloud/base/HttpServer.java +++ b/cloud/stack/src/main/java/org/iotivity/cloud/base/HttpServer.java @@ -1,16 +1,23 @@ /* - * //****************************************************************** // // - * 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. // - * //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= + ******************************************************************* + * + * 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.cloud.base; //