Merge "Add and modify boilerplate" into tizen
authorJinWang An <jinwang.an@samsung.com>
Mon, 14 Sep 2020 06:35:44 +0000 (06:35 +0000)
committerGerrit Code Review <gerrit@review>
Mon, 14 Sep 2020 06:35:44 +0000 (06:35 +0000)
27 files changed:
1  2 
src/include/utils_i18n_uchar.h
src/include/utils_i18n_ucollator.h
src/include/utils_i18n_uset.h
src/utils_i18n_format.cpp
src/utils_i18n_measure_format.cpp
src/utils_i18n_simple_date_format.cpp
src/utils_i18n_ubidi.c
src/utils_i18n_ucnv.c
src/utils_i18n_ucsdet.c
src/utils_i18n_uidna.c
src/utils_i18n_unormalization.c
src/utils_i18n_ures.c
src/utils_i18n_utext.c
tests/tct-base-utils-core.cpp
tests/tct-base-utils-core_mobile.h
tests/tct-base-utils-core_tizeniot.h
tests/tct-base-utils-core_wearable.h
tests/utc-capi-base-utils-loc-disp-names.c
tests/utc-capi-base-utils-uchar.c
tests/utc-capi-base-utils-uchar_iter.c
tests/utc-capi-base-utils-ucnv.c
tests/utc-capi-base-utils-ucnvsel.c
tests/utc-capi-base-utils-ucsdet.c
tests/utc-capi-base-utils-uidna.c
tests/utc-capi-base-utils-unormalization.c
tests/utc-capi-base-utils-uscript.c
tests/utc-capi-base-utils-utext.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -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 <stdlib.h>
  #include <unicode/uidna.h>
  
  #include <utils_i18n_uidna.h>
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -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 <string.h>
  #include <utils_i18n.h>
  
  i18n_loc_disp_names_h loc_disp = NULL;
Simple merge
@@@ -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 <string.h>
  #include <utils_i18n.h>
  
  #define BUFSIZE 128
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge