Add and modify boilerplate 15/241315/1
authorJinWang An <jinwang.an@samsung.com>
Wed, 19 Aug 2020 15:20:59 +0000 (00:20 +0900)
committerJinWang An <jinwang.an@samsung.com>
Wed, 19 Aug 2020 15:22:24 +0000 (00:22 +0900)
Change-Id: I0076083794f477caf719fb3452b848b250052eb1
Signed-off-by: JinWang An <jinwang.an@samsung.com>
128 files changed:
src/include/utils_i18n.h
src/include/utils_i18n_alpha_idx.h
src/include/utils_i18n_date_interval.h
src/include/utils_i18n_date_interval_format.h
src/include/utils_i18n_field_position.h
src/include/utils_i18n_format.h
src/include/utils_i18n_formattable.h
src/include/utils_i18n_immutable_idx.h
src/include/utils_i18n_loc_disp_names.h
src/include/utils_i18n_measure.h
src/include/utils_i18n_measure_format.h
src/include/utils_i18n_measure_unit.h
src/include/utils_i18n_parse_position.h
src/include/utils_i18n_plural_format.h
src/include/utils_i18n_plural_rules.h
src/include/utils_i18n_private.h
src/include/utils_i18n_simple_date_format.h
src/include/utils_i18n_timezone.h
src/include/utils_i18n_types.h
src/include/utils_i18n_ubidi.h
src/include/utils_i18n_ubrk.h
src/include/utils_i18n_ucalendar.h
src/include/utils_i18n_uchar.h
src/include/utils_i18n_uchar_iter.h
src/include/utils_i18n_ucnv.h
src/include/utils_i18n_ucnvsel.h
src/include/utils_i18n_ucollator.h
src/include/utils_i18n_ucsdet.h
src/include/utils_i18n_udate.h
src/include/utils_i18n_udatepg.h
src/include/utils_i18n_uenumeration.h
src/include/utils_i18n_uidna.h
src/include/utils_i18n_ulocale.h
src/include/utils_i18n_unormalization.h
src/include/utils_i18n_unumber.h
src/include/utils_i18n_unumsys.h
src/include/utils_i18n_ures.h
src/include/utils_i18n_uscript.h
src/include/utils_i18n_usearch.h
src/include/utils_i18n_uset.h
src/include/utils_i18n_ushape.h
src/include/utils_i18n_ustring.h
src/include/utils_i18n_utext.h
src/include/utils_i18n_utmscale.h
src/include/utils_i18n_uversion.h
src/utils_i18n_alpha_idx.cpp
src/utils_i18n_date_interval.cpp
src/utils_i18n_date_interval_format.cpp
src/utils_i18n_field_position.cpp
src/utils_i18n_format.cpp
src/utils_i18n_formattable.cpp
src/utils_i18n_immutable_idx.cpp
src/utils_i18n_loc_disp_names.cpp
src/utils_i18n_measure.cpp
src/utils_i18n_measure_format.cpp
src/utils_i18n_measure_unit.cpp
src/utils_i18n_parse_position.cpp
src/utils_i18n_plural_format.cpp
src/utils_i18n_plural_rules.cpp
src/utils_i18n_private.cpp
src/utils_i18n_simple_date_format.cpp
src/utils_i18n_timezone.cpp
src/utils_i18n_ubidi.c
src/utils_i18n_ubrk.c
src/utils_i18n_uchar.c
src/utils_i18n_uchar_iter.c
src/utils_i18n_ucnv.c
src/utils_i18n_ucnvsel.c
src/utils_i18n_ucollator.c
src/utils_i18n_ucsdet.c
src/utils_i18n_udate.c
src/utils_i18n_udatepg.c
src/utils_i18n_uidna.c
src/utils_i18n_ulocale.cpp
src/utils_i18n_unormalization.c
src/utils_i18n_unumber.c
src/utils_i18n_ures.c
src/utils_i18n_uscript.c
src/utils_i18n_usearch.c
src/utils_i18n_uset.c
src/utils_i18n_ushape.c
src/utils_i18n_utext.c
src/utils_i18n_utmscale.c
src/utils_i18n_uversion.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-alpha-idx.c
tests/utc-capi-base-utils-date-interval.c
tests/utc-capi-base-utils-field-position.c
tests/utc-capi-base-utils-format.c
tests/utc-capi-base-utils-formattable.c
tests/utc-capi-base-utils-immutable-idx.c
tests/utc-capi-base-utils-loc-disp-names.c
tests/utc-capi-base-utils-measure-format.c
tests/utc-capi-base-utils-measure-unit.c
tests/utc-capi-base-utils-measure.c
tests/utc-capi-base-utils-parse-position.c
tests/utc-capi-base-utils-plural-format.c
tests/utc-capi-base-utils-plural-rules.c
tests/utc-capi-base-utils-simple-date-format.c
tests/utc-capi-base-utils-timezone.c
tests/utc-capi-base-utils-ubidi.c
tests/utc-capi-base-utils-ubrk.c
tests/utc-capi-base-utils-ucalendar.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-ucollator.c
tests/utc-capi-base-utils-ucsdet.c
tests/utc-capi-base-utils-udate.c
tests/utc-capi-base-utils-udatepg.c
tests/utc-capi-base-utils-uenumeration.c
tests/utc-capi-base-utils-uidna.c
tests/utc-capi-base-utils-ulocale.c
tests/utc-capi-base-utils-unormalization.c
tests/utc-capi-base-utils-unumber.c
tests/utc-capi-base-utils-unumsys.c
tests/utc-capi-base-utils-uscript.c
tests/utc-capi-base-utils-usearch.c
tests/utc-capi-base-utils-uset.c
tests/utc-capi-base-utils-ushape.c
tests/utc-capi-base-utils-ustring.c
tests/utc-capi-base-utils-utext.c
tests/utc-capi-base-utils-utmscale.c
tests/utc-capi-base-utils-uversion.c

index 97710b763b71143247679584a62c7de3ca9c7d20..2aad2298321df01bf80e96379cb53b64380f93ff 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
 
 #ifndef __UTILS_I18N_H__
index 8e60dc113fa71f4b110ba9f9bb7a1ff9ad491646..86e2ce3fa685a26d992f95085a8ef02d5f14496e 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2016 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_ALPHA_IDX_H__
-#define __UTILS_I18N_ALPHA_IDX_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -526,5 +524,3 @@ int i18n_alpha_idx_add_labels_with_locale_id(i18n_alpha_idx_h index, const char
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_ALPHA_IDX_H__ */
index 9d4d58038c88669d4c18f4cfec1cb622d0f642d9..c1c2aaeb458a8d60e7a546ff489799e08fba2ff8 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2018 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_DATE_INTERVAL_H__
-#define __UTILS_I18N_DATE_INTERVAL_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -139,5 +137,3 @@ int i18n_date_interval_equals(i18n_date_interval_h date_interval_1, i18n_date_in
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_DATE_INTERVAL_H__ */
index 930ecd09fa9cdda0627487de4c590593ef7f6ea6..1856620cd216e984d87599d6146f2714eaf34ca6 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2018 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_DATE_INTERVAL_FORMAT_H__
-#define __UTILS_I18N_DATE_INTERVAL_FORMAT_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -262,5 +260,3 @@ int i18n_date_interval_fmt_format_with_calendar(i18n_date_interval_fmt_h date_in
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_DATE_INTERVAL_FORMAT_H__ */
index 557a64f1d53ac769fd62f8bed74b21fd45b2e87e..630c0beb774b3ca88008ce1846d5dfaa3db99b42 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_FIELD_POSITION_H__
-#define __UTILS_I18N_FIELD_POSITION_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -200,5 +198,3 @@ int i18n_field_position_set_end_index(i18n_field_position_h field_position, int3
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_FIELD_POSITION_H__*/
index 92c6387aa57d015f1446d84395933737e886fba3..8a7bad9038fea7d099346046a15237dd36cee94b 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_FORMAT_H__
-#define __UTILS_I18N_FORMAT_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -204,5 +202,3 @@ int i18n_format_get_locale_id(i18n_format_h format,
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_FORMAT_H__*/
index 38559a315b46867c7eda1467f4e82ddc573dbe8d..98ab7125cfed1913f2bf103a29df8f16d0c6962c 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2016 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef UTILS_I18N_FORMATTABLE_H_
-#define UTILS_I18N_FORMATTABLE_H_
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -490,5 +488,3 @@ int i18n_formattable_set_string(i18n_formattable_h formattable, const char *stri
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* UTILS_I18N_FORMATTABLE_H_ */
index c9c7d358daec2b8b99807b8e7a690ceb53c8d960..57d1da43c8e4a8b44088ca4beba9c5964d3db69d 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2017 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_IMMUTABLE_IDX_H__
-#define __UTILS_I18N_IMMUTABLE_IDX_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -141,5 +139,3 @@ int i18n_immutable_idx_get_bucket_label_type(i18n_immutable_idx_h index, int32_t
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_IMMUTABLE_IDX_H__*/
index bbefbac575049283a098e42d9261e9e69c88c8c8..b5845447cbb1adc430cca376a8fef99e94ca8ae0 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2018 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_LOC_DISP_NAMES_H__
-#define __UTILS_I18N_LOC_DISP_NAMES_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -302,5 +300,3 @@ int i18n_loc_disp_names_get_key_value_disp_name(i18n_loc_disp_names_h loc_disp_n
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_LOC_DISP_NAMES_H__ */
index 40f0a68565ef034ce9219f69ed756bb3a4a549c5..b2e418799cdb9187da4692e99fc02ad9922ddbe8 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_MEASURE_H__
-#define __UTILS_I18N_MEASURE_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -131,5 +129,3 @@ int i18n_measure_get_unit(i18n_measure_h measure, i18n_measure_unit_h *measure_u
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_MEASURE_H__*/
index 135475bb752a3650ad48771e7405d615bf9002fd..12605cb584d91fee57ac0706c4f8e920eb22c94b 100644 (file)
@@ -1,21 +1,19 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2015 - 2017 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_MEASURE_FORMAT_H__
-#define __UTILS_I18N_MEASURE_FORMAT_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -359,5 +357,3 @@ int i18n_measure_format_create_currency_format_from_locale_id(const char *locale
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_MEASURE_FORMAT_H__*/
index 79bf364e15ed6a9503711e3ddf74ea5b9a997b18..19a46dcafb3912de9555947f00fa4299281e267b 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_MEASURE_UNIT_H__
-#define __UTILS_I18N_MEASURE_UNIT_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -2014,5 +2012,3 @@ int i18n_measure_unit_create_teaspoon(i18n_measure_unit_h *measure_unit);
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_MEASURE_UNIT_H__*/
index 86ee0c3d5471197c38786430a724c7caf8ce3385..e451911c492403d9c8921c6671518b9db244e138 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_PARSE_POSITION_H__
-#define __UTILS_I18N_PARSE_POSITION_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -175,5 +173,3 @@ int i18n_parse_position_get_error_index(i18n_parse_position_h parse_position, in
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_PARSE_POSITION_H__*/
index 0303b32b381dc803b20001c5bab32e7a60c45890..3b74c794f7748cbb59407cd04dc0ef535474f826 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2017 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_PLURAL_FORMAT_H__
-#define __UTILS_I18N_PLURAL_FORMAT_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -449,5 +447,3 @@ int i18n_plural_format_to_pattern(i18n_plural_format_h plural_format,
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_PLURAL_FORMAT_H__*/
index ff3162c490df1b680946dd33d5944bd6bdab4e66..3da602c4d6fb3bc6453610df7c695a7f42d02629 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2017 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_PLURAL_RULES_H__
-#define __UTILS_I18N_PLURAL_RULES_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -376,5 +374,3 @@ int i18n_plural_rules_for_locale_id(const char *locale_id,
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_PLURAL_RULES_H__*/
index 46ce416ffb7c6846a1ebf833e8c06a15d2fb4a65..3a878e41d2a764f035f6ac955a6b86a3de717707 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_PRIVATE_H__
-#define __UTILS_I18N_PRIVATE_H__
+#pragma once
 
 #include <stdbool.h>
 #include <dlog.h>
@@ -101,5 +99,3 @@ int _i18n_error_mapping(int err);
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_PRIVATE_H__*/
index cfaad257db4dd57d20a75d19baadc4ae79ae5b62..7323c641c302b6cb92f0e5fd2ad2ca9ffb4f6061 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2018 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_SIMPLE_DATE_FORMAT_H__
-#define __UTILS_I18N_SIMPLE_DATE_FORMAT_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -961,5 +959,3 @@ int i18n_simple_date_fmt_set_context(i18n_simple_date_fmt_h simple_date_fmt,
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_SIMPLE_DATE_FORMAT_H__*/
index 4ce8b9177a56bdfda80d827fc1161eb7cece8a7d..932f1559016a307f52312621163d31b9cba2a2ef 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_TIMEZONE_H__
-#define __UTILS_I18N_TIMEZONE_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -508,5 +506,3 @@ int i18n_timezone_get_display_name_with_type_locale_id(i18n_timezone_h timezone,
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_TIMEZONE_H__*/
index ca98633586fc8df64ce476dfd0c8a3d9adb66532..c5cc0c8971bedf3ec5a5a37429c3ad4e88d73639 100644 (file)
@@ -1,26 +1,22 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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) 1999-2012, International Business Machines
  * Corporation and others.     All Rights Reserved.
  */
-
-
-
-#ifndef __UTILS_I18N_TYPES_H__
-#define __UTILS_I18N_TYPES_H__
+#pragma once
 
 #include <inttypes.h>
 #include <tizen.h>
@@ -4866,5 +4862,3 @@ typedef enum {
 #ifdef __cplusplus
 }
 #endif
-
-#endif   /* __UTILS_I18N_TYPES_H__*/
index a8968a1326f55f61cff2a8e8826de0f4c20d3142..ec167d6d1bfccc648ce05c3daa4b07cc11f34af3 100644 (file)
@@ -1,24 +1,22 @@
 /*
 * Copyright (c) 2016 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
+* 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
+*       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.
+* 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) 1999-2013, International Business Machines Corporation
 * and others. All Rights Reserved.
 */
-
-#ifndef __UTILS_I18N_UBIDI_H__
-#define __UTILS_I18N_UBIDI_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -1313,5 +1311,3 @@ int i18n_ubidi_write_reverse(const i18n_uchar *src,
 /**
  * @}
  */
-
-#endif
index fe0bb3a27bfd2dfb4139452f2a155cb2aaece296..342639d7cb6fe01c552cd19b27f7e43cdf933375 100644 (file)
@@ -1,24 +1,22 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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) 1996-2013, International Business Machines Corporation and others.
  * All Rights Reserved.
  */
-
-#ifndef __UTILS_I18N_UBRK_PRODUCT_H__
-#define __UTILS_I18N_UBRK_PRODUCT_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -340,5 +338,3 @@ const char *i18n_ubrk_get_locale_by_type(const i18n_ubreak_iterator_h break_iter
 #ifdef __cplusplus
 }
 #endif
-
-#endif
index e33ccd0a1db7094e2c64dc68167defd2fec99bd7..ad9564cb246724d035f25c1e0b4c4c06a1b68598 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UCALENDAR_H__
-#define __UTILS_I18N_UCALENDAR_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -915,5 +913,3 @@ i18n_ubool i18n_ucalendar_get_timezone_transition_date(const i18n_ucalendar_h ca
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __I18N_UCALENDAR_H__*/
index 5c5f5b73e03e20e720f968cd8b3b2d9a0c68ceeb..d0eb94a9c21259604e6f71a914d7d22d7e3a3b8d 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 - 2017 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UCHAR_H__
-#define __UTILS_I18N_UCHAR_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -1407,5 +1405,3 @@ int i18n_uchar_get_fc_nfkc_closure(i18n_uchar32 c,
 #ifdef __cplusplus
 }
 #endif
-
-#endif    /* __UTILS_I18N_UCHAR_H__*/
index eafc17f7269807f7c2dcfbf39606844287f77ff7..bf622437b9faf87b5fa8b70f7690a0f4b44fa712 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2017 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UCHAR_ITER_H__
-#define __UTILS_I18N_UCHAR_ITER_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -333,5 +331,3 @@ int i18n_uchar_iter_set_state(i18n_uchar_iter_h iter, uint32_t state);
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_UCHAR_ITER_H__ */
index 1d2138391f040e8913e318a5c18005ceff37c6dc..53ee8c9fbc8c0996dcdfca816ff5165858bddf0c 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UCNV_H__
-#define __UTILS_I18N_UCNV_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -1252,5 +1250,3 @@ int i18n_ucnv_is_fixed_width(i18n_ucnv_h converter, i18n_ubool *is_fixed_width);
 #ifdef __cplusplus
 }
 #endif
-
-#endif  /* __UTILS_I18N_UCNV_H__*/
index e89ed0d15beeecd7f2c0d719e96db1a2a7a4ee94..a63b3b4fbfaa5a24e2d845553d2d6b60b9503eb3 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UCNVSEL_H__
-#define __UTILS_I18N_UCNVSEL_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -152,4 +150,3 @@ int i18n_ucnvsel_select_for_utf8(const i18n_uconverter_selector_h sel, const cha
  * @}
  * @}
  */
-#endif  /* __UTILS_I18N_UCNVSEL_H__*/
index c33695af5603cbd685803d09a663adbe13f71462..7cf4c7a2176ac1b8dae63558234fd0f542042d07 100644 (file)
@@ -13,9 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
-#ifndef __UTILS_I18N_UCOLLATOR_H__
-#define __UTILS_I18N_UCOLLATOR_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -992,5 +990,3 @@ int i18n_ucollator_create_binary(const uint8_t *bin, int32_t length,
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_UCOLLATOR_H__*/
index 2b2ea6afc8a674fc607a1e7b86dbca049a7982e9..66d48f3e0e833ccfde2d94311405bd6a6b6701c8 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UCSDET_H__
-#define __UTILS_I18N_UCSDET_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -299,4 +297,3 @@ int i18n_ucsdet_enable_input_filter(i18n_ucharset_detector_h ucsd, i18n_ubool fi
  * @}
  * @}
  */
-#endif  /* __UTILS_I18N_UCSDET_H__*/
index 950a1d7ec059c66dcddd6e2f5f27e24a4827207b..e1bb6cacf0f931ca09faf0ad1503df210bec56bf 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UDATE_H__
-#define __UTILS_I18N_UDATE_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -630,5 +628,3 @@ int i18n_udate_set_context(i18n_udate_format_h format, i18n_udisplay_context_e v
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_UDATE_H__*/
index 6ec4c23a6803c89213d69c339c014b955de26973..5d0a281f97cc7b0ae5f6880ab130294c632125cd 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UDATEPG_H__
-#define __UTILS_I18N_UDATEPG_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -638,5 +636,3 @@ const i18n_uchar *i18n_udatepg_get_pattern_for_skeleton(const i18n_udatepg_h dtp
 /**
  * @}
  */
-
-#endif /* __UTILS_I18N_UDATEPG_H__*/
index 1c98da113e90ae7c56a609f53b59c6f65df1dd5c..0a03b45b177fa226cd5a5e4ca9ff7cc816302ba6 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UENUMERATION_PRODUCT_H__
-#define __UTILS_I18N_UENUMERATION_PRODUCT_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -189,5 +187,3 @@ int i18n_uenumeration_char_strings_enumeration_create(const char *const strings[
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_UENUMERATION_PRODUCT_H__*/
index 187db805d68c2fa9ab3a1d6cf042b713df23efa3..8dafcb1e9eac924e677c1d92e556a8c41b9f3433 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UIDNA_H__
-#define __UTILS_I18N_UIDNA_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -288,5 +286,3 @@ int i18n_uidna_info_destroy(i18n_uidna_info_h info);
 #ifdef __cplusplus
 }
 #endif
-
-#endif  /* __UTILS_I18N_UIDNA_H__*/
index 95af6c66091f9a74b5aa00f993fc3ebf522693eb..f62f0ca86acf2da3d30f79db03cef2453bdbc4c1 100644 (file)
@@ -1,24 +1,22 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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) 1997-2013, International Business Machines
  * Corporation and others.     All Rights Reserved.
  */
-
-#ifndef __UTILS_I18N_ULOCALE_H__
-#define __UTILS_I18N_ULOCALE_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -967,5 +965,3 @@ int i18n_ulocale_is_bogus(const char *locale_id, i18n_ubool *is_bogus);
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_ULOCALE_H__*/
index 32bf27ce7b19d629a18857f20f2f8ce2dc17bc70..80d9eaf3272d56e2d155ef4123efe9b540798c70 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UNORMALIZATION_H__
-#define __UTILS_I18N_UNORMALIZATION_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -429,5 +427,3 @@ int i18n_unormalization_is_inert(i18n_unormalizer_h normalizer, i18n_uchar32 c,
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_UNORMALIZATION_H__*/
index 37375f41e44e8d446f8869507f19c61e0801cdc6..660db2e8ee4c741af2f5c01ac84e51ce7cb887d2 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UNUMBER_H__
-#define __UTILS_I18N_UNUMBER_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -646,5 +644,3 @@ const char *i18n_unumber_get_locale_by_type(const i18n_unumber_format_h fmt, i18
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_UNUMBER_H__*/
index 08bf89c78aa0f8379c51ae7dd9ae8cca4a7dc9a9..2d6cb6d1db93900e7c28d001fac9e3ad2627c2c0 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UNUMSYS_H__
-#define __UTILS_I18N_UNUMSYS_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -176,5 +174,3 @@ int i18n_unumsys_get_description(i18n_unumsys_h unumsys, i18n_uchar *result, int
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_UNUMSYS_H__*/
index 133fdf684e3da518d13c1c34bbd2de40e4140921..00f0ea81813949d6867b0f1b4137acac5f1a8a16 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_URES_H__
-#define __UTILS_I18N_URES_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -523,6 +521,3 @@ int i18n_ures_get_UTF8_string_by_key(i18n_ures_h ures, const char *key, char *de
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_URES_H__ */
-
index a4d48a94f525beed106ae14de25ab4a4233a4896..41f242f3288383d39c28eb04c1da3399e4df553a 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_USCRIPT_H__
-#define __UTILS_I18N_USCRIPT_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -212,5 +210,3 @@ i18n_ubool i18n_uscript_is_cased(i18n_uscript_code_e script);
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_USCRIPT_H__*/
index 3d4ec2587093bc4549e1ed174298e5784c485fd2..c17d8066e6f42e84efa99c42f5e9f5fd95e305fa 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_USEARCH_H__
-#define __UTILS_I18N_USEARCH_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -177,5 +175,3 @@ int i18n_usearch_first(i18n_usearch_h search_iter, int32_t *index_first);
 /**
  * @}
  */
-
-#endif /* __UTILS_I18N_USEARCH_H__*/
index 772a75bb0f4fdf5d1a00a6669b6118af2c8922c9..d1f387899e3276067f525780e63f3f45069f8378 100644 (file)
@@ -1,24 +1,22 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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) 1999-2013, International Business Machines Corporation
  * and others. All Rights Reserved.
  */
-
-#ifndef __UTILS_I18N_USET_PRODUCT_H__
-#define __UTILS_I18N_USET_PRODUCT_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -1170,5 +1168,3 @@ i18n_ubool i18n_uset_get_serialized_range(const i18n_userialized_set_s *set, int
 #ifdef __cplusplus
 }
 #endif
-
-#endif
index c1a19a526afbaac40a752e6c501e295ed2c62bb7..273cebfbe93cafd0f423ac96e90189d12e697617 100644 (file)
@@ -1,24 +1,22 @@
 /*
  * Copyright (c) 2016 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
+ * 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
+ *     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.
+ * 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) 1999-2013, International Business Machines Corporation
  * and others. All Rights Reserved.
  */
-
-#ifndef __UTILS_I18N_USHAPE_H__
-#define __UTILS_I18N_USHAPE_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -135,5 +133,3 @@ int i18n_ushape_shape_arabic(
 #ifdef __cplusplus
 }
 #endif
-
-#endif
index 8399d0d16a9c0c7d812b66bff5fd43b590ee77ed..c563d6f6aa5c3ebb7daf9eeeec37aa23b9bd2fa4 100644 (file)
@@ -1,24 +1,22 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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) 1998-2012, International Business Machines
  * Corporation and others.     All Rights Reserved.
  */
-
-#ifndef __UTILS_I18N_USTRING_H__
-#define __UTILS_I18N_USTRING_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -1322,5 +1320,3 @@ i18n_uchar *i18n_ustring_from_UTF32_with_sub(i18n_uchar *dest, int32_t dest_capa
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_USTRING_H__*/
index ee710204a220f01e935bdd2646eff185fda381b6..cc57863e307780ad412cda5171f543c2ec53bdb9 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UTEXT_H__
-#define __UTILS_I18N_UTEXT_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -514,5 +512,3 @@ void i18n_utext_freeze(i18n_utext_h ut);
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_UTEXT_H__*/
index f43cffd1740a54f8757217b697c6beb6a90ed11f..f2a86556454f76db8d8bcc9ce9cc77a5844a9883 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2016 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UTMSCALE_H__
-#define __UTILS_I18N_UTMSCALE_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -255,5 +253,3 @@ int i18n_utmscale_to_int64(int64_t universal_time, i18n_utmscale_scale_e time_sc
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_UTMSCALE_H__ */
index 916ce35c469b30e4ba2751719afca6b452447da4..18d2968448b836da5cec4797a7323a6e2cac9f21 100644 (file)
@@ -1,21 +1,19 @@
 /*
  * Copyright (c) 2016 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
+ * 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
+ *     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.
+ * 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.
  */
-
-#ifndef __UTILS_I18N_UVERSION_H__
-#define __UTILS_I18N_UVERSION_H__
+#pragma once
 
 #include <utils_i18n_types.h>
 
@@ -116,5 +114,3 @@ int i18n_uversion_to_string(const i18n_uversion_info version_array, char *versio
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __UTILS_I18N_UVERSION_H__ */
index f399863aef2f51089feee621bd0eea297c66e8da..95416d9917a802fb5b8c49868abeccf67574cc3d 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2016 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_alpha_idx.h>
index b1cdf507db04d9c22944bbff066925d15ad0d67b..387fe0359f4bf64c21790bddefee3ed4af554792 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2018 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_date_interval.h>
index 35cff1c014248c2bcfdb4c1784b89e4f9892dd79..2d1f8b0437bc0a319672b1712c03dcd3cd8c15c8 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2018 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_date_interval_format.h>
index 704b6ba3aa41abff888ab506d0b6de36f5c04718..c9a9cf8229723a5642275e6c01148b9d4c2c7572 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_field_position.h>
index a16a4b9c237f092cba9823d8e61c6a54fa77c3d8..6f1840b4f279788a11d79b6cc4a3ee8bdf9d1c06 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_format.h>
index a767c6e7784bb6f486f380e5f28dc75f6ef03244..f66553c79eef7100928d4a5f8bcb57748e85bd08 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2016 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
+ * 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
+ *     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.
+ * 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>
index 4ccca447bcb79186826750923e992bc763023879..08ed879e4b7d858a75c14568422bf9e28edd0405 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2017 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_immutable_idx.h>
index 7f11c13f7a69802ae4ebf3b26f01709375fb5bfe..caa775f071e18c0837fd17c164999285e1519578 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2018 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_loc_disp_names.h>
index 58f95a53e09d596132b6596ed61a7331231239f4..85d6a25625acc251125b629d989713961157af76 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_measure.h>
index 1b0e1f29f3f03b2abd0c3de669773b90ddbad00a..eeb81424d0ca9a9f9b085b1a7dd85f7780b4028e 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 - 2017 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
+ * 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
+ *        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.
+ * 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 <utils_i18n_measure_format.h>
index 7c26d4fccf7c8a2292d2de61a5514736b2c7aa37..74b305c0842bd17638e1705f0b7682858ca86def 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_measure_unit.h>
index 0bf8a332ab7ab7953db7acc5a6cccea8fe23bae2..1bd49d1aa073dc7d42c3d03c63c6cdf890ef72e4 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_parse_position.h>
index 9515af28b8786e3e628120b45de8886335bca7ba..8ea75313845adf3a7fdf64144c5948c3dde3544e 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2017 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_plural_format.h>
index 08cee572cff093d0bf8a82a0f70c2de90fb2a5f1..4f0ecf6c20ca3294ae81ee02d4a1835473735893 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2017 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_plural_rules.h>
index 0f7bc2dee6b74bd045f1580d76e4c7b9a4fba9ba..9ea0ef00aa63a1bfafc6fbdc10fe55545f2286ad 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_private.h>
index ed97fb65999a133ac9170f891f1daa4e57196183..8b0de01220cc89f157934b52b340f9f56df782cd 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2018 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
+ * 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
+ *     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.
+ * 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 <utils_i18n_simple_date_format.h>
index 9242d31d9f03525ad129f5807a9ee6b80b5abf69..62229bbf9b247c21ab118c1c4c20bd7f31b0c044 100755 (executable)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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.
  */
 
 #define __STDC_LIMIT_MACROS
index 0914f696eee0e07cc62a00b7b21da65840cd3c6c..94ace608c96e0c45d9df46d52e269f94d2d42cc6 100644 (file)
@@ -1,17 +1,17 @@
 /*
 * Copyright (c) 2016 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
+* 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
+*       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.
+* 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.
 */
 
 
index e7588331b17ed7d4966183672bd4c204adbb5f1d..52c5f278d4f37810c8b49d7c85b54d9bfcbe5fb6 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <unicode/ubrk.h>
index af024ada0008322e4a195d3d672e57e3ae24e438..29b272a2c3168a1c5b1a99667cf9a734e874b5cb 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <unicode/uchar.h>
index ec28f802cbb49dd6f702f990558722450a679575..903aaeaa24f7cf0997412a4a267f07a4ac1a6581 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2017 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
+ * 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
+ *     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.
+ * 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 <unicode/uiter.h>
index a37b514e313755acc409933d09b74666782dc513..12f6a21ea0a779976bb2c72dc7ae23c2ecc4c65e 100644 (file)
@@ -1,18 +1,18 @@
 /*
-* 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 <unicode/ucnv.h>
 
index 3960296bd6a0196f5eb57837e8a7abbe194bb94b..7de91cf082f6574435009c69b5cf33f167b1cebf 100644 (file)
@@ -1,18 +1,18 @@
 /*
-* 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 <unicode/ucnvsel.h>
 
index 55703407239af0bd310247e2cfe69f75d6d7d0c5..89dfc670e71667d0210cd23bd7de45da48d8ddaf 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <unicode/ucol.h>
index 8d1388d44b8309437112b58fdbf86f7ebb00c2fb..0458d8fb30e9fe6fd8f2c55cce953069dd212c75 100644 (file)
@@ -1,18 +1,18 @@
 /*
-* 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 <unicode/ucsdet.h>
 
index bdacce4f49f724ff4cf1234d2ccc94b7c8bad75a..1c42db07aedcb80e9b71c1c06c8664610ce39bda 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <unicode/udat.h>
index 92d95b3cac962fb05a711124fb261ba8ca6d48ed..eee627e0e1eb2159bad7cbf16f5dcae3a08123cf 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <unicode/udatpg.h>
index 95b8de27089acde24f9376054631ddd3424148e3..b8506aa7ffc66ae33e2ce982a188966f5ce80c6e 100644 (file)
@@ -1,18 +1,18 @@
 /*
-* 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 <unicode/uidna.h>
 
index 57be422282ae06e3c428796137aab8528f483a60..d72771607b55fc08afb0385d0d6e84a3de814360 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <unicode/uloc.h>
index 94cbdeaa4592840c9df77dec1a8d59f2b41cd923..5b1a268a57e1812ac547b53ff2948005258ccd5d 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <unicode/unorm2.h>
index 578f6cac20251358220d4e168150b2a2242e5c01..955eb91932b81c3a948e5923d62640c9e9aa2902 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <stdio.h>
index 800131b63346dd2595ba721828849dd4c95da3cd..7b0920de03a566d2228073ad47cb4ab414230d5f 100644 (file)
@@ -1,18 +1,18 @@
 /*
-* 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 <unicode/ures.h>
 
index a83408abebd30d0c2de32a3031d4baea9a063394..30df990c452cbd8c1f64c350deeed3903ecdc0a7 100644 (file)
@@ -1,18 +1,18 @@
 /*
-* 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 <unicode/uscript.h>
 
index 2bd81369b99cd4c07ab0d78328262ef761e6a3bd..c9b02d9878a7a9b42ef90ef52aeca4b41bb9cc20 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <unicode/usearch.h>
index 26d63d29fab30114cc359f9abd28bfb9176e6325..b24cb3f2f39882845d814ba8abb691dffb5a228d 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2015 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
+ * 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
+ *     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.
+ * 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 <unicode/usearch.h>
index 6498b654a542c1ba78becac4dbf7fc10ccc70acb..95036a322f2a080783481ce96d43b6fc070633fa 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2016 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
+ * 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
+ *     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.
+ * 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 <unicode/ushape.h>
index 1cf801c177757553e031431d95a8acd1881dd5cc..2426921d5798b7911e405e934cd848f452a0b2de 100644 (file)
@@ -1,18 +1,18 @@
 /*
-* 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 <unicode/utext.h>
 
index f0f4a2bd456736dddfdada4206f74f3c394dda4c..282a070a15fd7d0346a1435ee6c7473b9cb97605 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2016 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
+ * 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
+ *     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.
+ * 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 <unicode/utmscale.h>
index 39263c8943985995e14617187b8fd251ebdaeb05..ffc44ef6a8ccb0ecdaa6ee3c66439d08623e8e9f 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (c) 2016 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
+ * 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
+ *     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.
+ * 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 <unicode/umachine.h>
index 332e5db0038a9d3f397e5d2413c12173b2eb3da8..b01e05f4ffd5f63b45bb50d61bda219ec3936556 100644 (file)
@@ -1,18 +1,18 @@
-//
-// Copyright (c) 2014 Samsung Electronics Co., Ltd.
-//
-// 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) 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 <stdio.h>
 #include <string.h>
 #include <malloc.h>
index c54a2226e987e82a50991c19d8b68f54c3476426..267f1ddfde5c50921c6f64a97fa5d9b0911e7179 100644 (file)
@@ -1,18 +1,18 @@
-//
-// Copyright (c) 2014 Samsung Electronics Co., Ltd.
-//
-// 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) 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.
+ */
 #pragma once
 
 #include "testcase.h"
index c54a2226e987e82a50991c19d8b68f54c3476426..267f1ddfde5c50921c6f64a97fa5d9b0911e7179 100755 (executable)
@@ -1,18 +1,18 @@
-//
-// Copyright (c) 2014 Samsung Electronics Co., Ltd.
-//
-// 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) 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.
+ */
 #pragma once
 
 #include "testcase.h"
index c54a2226e987e82a50991c19d8b68f54c3476426..267f1ddfde5c50921c6f64a97fa5d9b0911e7179 100644 (file)
@@ -1,18 +1,18 @@
-//
-// Copyright (c) 2014 Samsung Electronics Co., Ltd.
-//
-// 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) 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.
+ */
 #pragma once
 
 #include "testcase.h"
index 10bc1ac07cc6cb649e52da4126501835f45bd7e1..054177119d15b6e04ca45c246ec141283094af99 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index 61ea15f5b55195b428589d77236d9be31837da53..cabd66cb1f58d21d5a670411143e81ec77a1b8a1 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index e2143d15a1d4e8dc9f4d45529f40dce80ed03623..5fe8e4bafce2a2a50a626b88fc143139d54be99c 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index e9e6876f96ba3d63d523e2271a768c45f9bd2b2e..e26a75765bd84e84ba19d3a68b51ca5b393373eb 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index 47ecee801078ca19b834a0f270764ece5764cdc4..015180c258457dd418a340669cba77eec02d0892 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index 73fa8b93e22aaabd1dfc8f94be6bc4668dcbb2e4..6db031c465f3e2ffe3486619cb47feb20a85518a 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index ba025a9f2d96bd26f2b1e0f7d79d183fe29fd122..00cdc1b98483ba0e44380cf97573cf70371cd204 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 
index 7f08696e23d89d53f185bc2c7acf12c67a4f826a..fb1dc0affb1466d89a555af364de929c7055a4bc 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index 028ee4bda585f8fdd83ad14ad3412db446bd111d..6982404b4bdec02e4985dfce9740a5ea03f6b313 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index 826d0dc78024222ab4171a394fa41b1edc8a14c7..6725ca1a62f501ccf2d7da4edae38814add7bc88 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index f45e952f7e1e8cae455bcf6e8f1af13754cd79a8..b63e8159141ab70e5dd9287682d417d4fa9c389c 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index 05bccb002335ec5a9c23f8209118f714540454bc..4b0e57d68c2f2ed649ffd1d679c2e990676b2e72 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index 9f961ed3b74e7e23e556b18759abc862fbe5b7e9..c9ac794ef3b2c0ef873ffcd6b2f14130ba712a86 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index d6fc321afa4876345b938a1faf3d75e4bf4b4d7d..6c199a4526e9e0811716cd5adf6c5914df4896cf 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index d08ace7e60665d3e5bb337016f43d26af3eed38e..4dea1b24a65895d645a0ef3d2abc5e27dde9b8f0 100644 (file)
@@ -1,18 +1,18 @@
-//
-// Copyright (c) 2014 Samsung Electronics Co., Ltd.
-//
-// 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) 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 <utils_i18n.h>
 #include <string.h>
index f2dbc9d319bfb3f5802d87e3f8e9d729a5f3256a..5dc43a14f94d153d1294e16cc3f7ae1f2391c581 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index d6669f515577212de6027682eda51d0444888106..c39d6c3d2f7094b414135d0c5885fa7649285a79 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index 7f9aef7e6c45ee63d6d9b5b8ae73d03d6484a379..834510309883868fc1d1fffbbcc8b4edeba82133 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index 1b4c24678e28f3c5e1b6c433ec699eb6e219cbcd..7987279b59f78f680a7c1216f0775e997826cc16 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index 1eb5cb5c67e2ed967b535742dc66778959a3bdcf..0d394087305a65b3479e57b05a7b4c7bb39af8fc 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd
+ * Copyright (c) 2014-2020 Samsung Electronics Co., Ltd All Rights Reserved
  *
- * Licensed under the Flora License, Version 1.1 (the "License");
+ * 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://floralicense.org/license/
+ * 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,
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 #include "assert_local.h"
 #include <utils_i18n.h>
 
index dd4eb165edb7c24e36e0bd2dfd82bf74b8cbc40d..bff7920ec88bfc3d72a810e4513c44ecbf2439af 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index a5d930eb1c3b724a007a69b70bd843ec9ef6f4f5..5afbe283f7f002b5513f996f4509c144a8848edc 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index b7d01c40a56c637a6f3583fabfc3ffc0abbf6c8f..0e54568f16ffafee78c0f6b2d2b3b31ad1e1a5f6 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index 58e2c31228a4e0b9da0e14ddbe4bbdd3fd19466e..8c2c5256bc882435fd25bed2f9704d9497a749f7 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index 2f580cdb933a70e9dd68401c67e40857253dcba6..80c075409da805aaca6c80183e7b54a5563f5dd6 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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>
index 4b2ab17dd0aec77aebfb15bb255033a8073dec36..b30823c37ce1a2aa70e13beb075f6bfd04c132da 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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>
index 65a8dbb469cf2825cc3643bdcc30b0373b40e63e..5b1fb02aea5d4c4e192a415b0c73faa1c963ddba 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 
index 3ff6009842adbcb758fc4b220185fd03e1906cf2..d4c0d28ffd74b176787c5f6a7be41ee06f5e8db9 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index d251dc2658b3fbb1b9972586cd4bd19fb508634d..1740cfc3fa9887d7941fbbf11d5cac58cce84438 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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>
index 9d638574ecac61fa33710e064dade43198c30a81..bcb12c0287a1c099adefdaa179c82259011d7f8e 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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>
index eab96c8a7ae324b8619ddc4380352952d7a2e2c7..e42337ea31a50b9f5bf0fd91582bdde1f27bd26d 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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>
index 192849e944244ffd24959f66c1b8b7460552e769..3099faa285787a43ac1bc1ee39b86ae656af11ac 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index addd21b20e0d88017de4f025af24b13f3b77fabb..6a8d1ecaf35a2060f7312342a817514f306d55e8 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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>
index c948a5395b76f5cc7f95828407d822d182a8404e..5e77baf7d45cfa11e832099e8be42ce77784bcb1 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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>
index fa5a1e40d6d422cb468e46380f02217d8c14dbef..0a528ce8e0a0a71e31a248cfea014d1880cf49be 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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>
index 0af0c4c78cf542f2e8a8f1fb0fb889c723b2c30b..925e97561c43d560b499e978fefde0c199f56b11 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index b10aa47bcefddb510fb93b9acbfdfff8e7432646..b06aff3a7478f2602a97daf845722c02989e4752 100644 (file)
@@ -1,18 +1,18 @@
-//
-// Copyright (c) 2014 Samsung Electronics Co., Ltd.
-//
-// 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) 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 <utils_i18n.h>
 #include <string.h>
index 17da87df623265572b6942036ce2ef0cb4a4b515..f09a3d5857ba42ad814289c1aacf035fec82e2ce 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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>
index 03bb586a23946c89efd4c1d3abf82c68f3257fa7..cd853b5e351023f89afa29e8689607deefe7df19 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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 <utils_i18n.h>
 #include <string.h>
index d3d1be4ea60495ec9b9b80afa21718208d8bafb2..ae84c2f919a8aa45f1791ad2fcca1625233fbc40 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd
+ * Copyright (c) 2014-2020 Samsung Electronics Co., Ltd All Rights Reserved
  *
- * Licensed under the Flora License, Version 1.1 (the "License");
+ * 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://floralicense.org/license/
+ * 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,
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 #include "assert_local.h"
 #include <utils_i18n.h>
 #include <string.h>