From: JinWang An Date: Mon, 14 Sep 2020 06:35:44 +0000 (+0000) Subject: Merge "Add and modify boilerplate" into tizen X-Git-Tag: accepted/tizen/unified/20200916.121753~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee046e7a38e93748163199c62f63ce57ff3e8415;p=platform%2Fcore%2Fapi%2Fbase-utils.git Merge "Add and modify boilerplate" into tizen --- ee046e7a38e93748163199c62f63ce57ff3e8415 diff --cc src/utils_i18n_uidna.c index 3f1f897,b8506aa..7a90f97 --- a/src/utils_i18n_uidna.c +++ b/src/utils_i18n_uidna.c @@@ -1,20 -1,19 +1,20 @@@ /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd 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 (c) 2020 Samsung Electronics Co., Ltd 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. + */ +#include #include #include diff --cc tests/utc-capi-base-utils-loc-disp-names.c index 89da878,00cdc1b..bb9bb0b --- a/tests/utc-capi-base-utils-loc-disp-names.c +++ b/tests/utc-capi-base-utils-loc-disp-names.c @@@ -1,5 -1,19 +1,20 @@@ + /* + * Copyright (c) 2014-2020 Samsung Electronics Co., Ltd 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. + */ #include "assert_local.h" +#include #include i18n_loc_disp_names_h loc_disp = NULL; diff --cc tests/utc-capi-base-utils-uchar_iter.c index 2edc677,0d39408..3fecaa3 --- a/tests/utc-capi-base-utils-uchar_iter.c +++ b/tests/utc-capi-base-utils-uchar_iter.c @@@ -13,9 -13,7 +13,8 @@@ * See the License for the specific language governing permissions and * limitations under the License. */ - #include "assert_local.h" +#include #include #define BUFSIZE 128