From d66c09b5014e6391ba8df878fb7e77288c01cfd5 Mon Sep 17 00:00:00 2001 From: Ahreum Jeong Date: Tue, 5 Sep 2017 12:18:12 +0900 Subject: [PATCH] Modify license comments to follow formal license form of TizenRT --- apps/examples/dnsclient_test/dnsclient_main.c | 42 +++++++++++++-------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/apps/examples/dnsclient_test/dnsclient_main.c b/apps/examples/dnsclient_test/dnsclient_main.c index c766cb9..38c0975 100644 --- a/apps/examples/dnsclient_test/dnsclient_main.c +++ b/apps/examples/dnsclient_test/dnsclient_main.c @@ -1,24 +1,24 @@ -//****************************************************************** -// -// 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. -// -//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -/// @file dnsclient_main.c -/// @brief the program for testing dnsclient +/**************************************************************************** + * + * 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. + * + ****************************************************************************/ +/** + * @file dnsclient_main.c + * @brief the program for testing dnsclient + */ /**************************************************************************** * examples/dnsclient_test/dnsclient_main.c -- 2.7.4