psxhdrs: Move SPDX line to top of file

The RTEMS Software Engineering Guide specifies that the SPDX license
annotation shouldbe the first line of the file and not part of the
copyright/license comment block.
This commit is contained in:
Joel Sherrill
2025-08-08 16:05:49 -05:00
committed by Gedare Bloom
parent fdba64f306
commit 91e475687e
780 changed files with 1560 additions and 1560 deletions

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief assert() API Conformance Test * @brief assert() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018 Jacob Shin * Copyright (C) 2018 Jacob Shin
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief call_once() API Conformance Test * @brief call_once() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cnd_broadcast() API Conformance Test * @brief cnd_broadcast() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cnd_destroy() API Conformance Test * @brief cnd_destroy() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cnd_init() API Conformance Test * @brief cnd_init() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cnd_signal() API Conformance Test * @brief cnd_signal() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cnd_timedwait() API Conformance Test * @brief cnd_timedwait() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cnd_wait() API Conformance Test * @brief cnd_wait() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief mtx_destroy() API Conformance Test * @brief mtx_destroy() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief mtx_init() API Conformance Test * @brief mtx_init() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief mtx_lock() API Conformance Test * @brief mtx_lock() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief mtx_timedlock() API Conformance Test * @brief mtx_timedlock() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief mtx_trylock() API Conformance Test * @brief mtx_trylock() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief mtx_unlock() API Conformance Test * @brief mtx_unlock() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief thrd_create() API Conformance Test * @brief thrd_create() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief thrd_current() API Conformance Test * @brief thrd_current() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief thrd_detach() API Conformance Test * @brief thrd_detach() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief thrd_equal() API Conformance Test * @brief thrd_equal() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief thrd_exit() API Conformance Test * @brief thrd_exit() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief thrd_join() API Conformance Test * @brief thrd_join() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief thrd_sleep() API Conformance Test * @brief thrd_sleep() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief thrd_yield() API Conformance Test * @brief thrd_yield() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief tss_create() API Conformance Test * @brief tss_create() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief tss_delete() API Conformance Test * @brief tss_delete() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief tss_get() API Conformance Test * @brief tss_get() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief tss_set() API Conformance Test * @brief tss_set() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Himanshu Sekhar Nayak * Copyright (C) 2018, Himanshu Sekhar Nayak
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief c16rtomb() API Conformance Test. This is a C11 method. * @brief c16rtomb() API Conformance Test. This is a C11 method.
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018 Marcal Comajoan Cara * Copyright (C) 2018 Marcal Comajoan Cara
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief c32rtomb() API Conformance Test. This is a C11 method. * @brief c32rtomb() API Conformance Test. This is a C11 method.
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018 Marcal Comajoan Cara * Copyright (C) 2018 Marcal Comajoan Cara
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief mbrtoc16() API Conformance Test. This is a C11 method. * @brief mbrtoc16() API Conformance Test. This is a C11 method.
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018 Marcal Comajoan Cara * Copyright (C) 2018 Marcal Comajoan Cara
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief mbrtoc32() API Conformance Test. This is a C11 method. * @brief mbrtoc32() API Conformance Test. This is a C11 method.
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018 Marcal Comajoan Cara * Copyright (C) 2018 Marcal Comajoan Cara
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cabs() API Conformance Test * @brief cabs() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cabsf() API Conformance Test * @brief cabsf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cabsl() API Conformance Test * @brief cabsl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cacos() API Conformance Test * @brief cacos() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cacosf() API Conformance Test * @brief cacosf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cacosh() API Conformance Test * @brief cacosh() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cacoshf() API Conformance Test * @brief cacoshf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cacoshl() API Conformance Test * @brief cacoshl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cacosl() API Conformance Test * @brief cacosl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief carg() API Conformance Test * @brief carg() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cargf() API Conformance Test * @brief cargf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cargl() API Conformance Test * @brief cargl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief casin() API Conformance Test * @brief casin() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief casinf() API Conformance Test * @brief casinf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief casinh() API Conformance Test * @brief casinh() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief casinhf() API Conformance Test * @brief casinhf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief casinhl() API Conformance Test * @brief casinhl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief casinl() API Conformance Test * @brief casinl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief catan() API Conformance Test * @brief catan() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief catanf() API Conformance Test * @brief catanf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief catanh() API Conformance Test * @brief catanh() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief catanhf() API Conformance Test * @brief catanhf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief catanhl() API Conformance Test * @brief catanhl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief catanl() API Conformance Test * @brief catanl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief ccos() API Conformance Test * @brief ccos() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief ccosf() API Conformance Test * @brief ccosf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief ccosh() API Conformance Test * @brief ccosh() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief ccoshf() API Conformance Test * @brief ccoshf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief ccoshl() API Conformance Test * @brief ccoshl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief ccosl() API Conformance Test * @brief ccosl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cexp() API Conformance Test * @brief cexp() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cexpf() API Conformance Test * @brief cexpf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cexpl() API Conformance Test * @brief cexpl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cimag() API Conformance Test * @brief cimag() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cimagf() API Conformance Test * @brief cimagf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cimagl() API Conformance Test * @brief cimagl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief clog() API Conformance Test * @brief clog() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief clogf() API Conformance Test * @brief clogf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief clogl() API Conformance Test * @brief clogl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief conj() API Conformance Test * @brief conj() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief conjf() API Conformance Test * @brief conjf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief conjl() API Conformance Test * @brief conjl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cpow() API Conformance Test * @brief cpow() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cpowf() API Conformance Test * @brief cpowf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cpowl() API Conformance Test * @brief cpowl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cproj() API Conformance Test * @brief cproj() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cprojf() API Conformance Test * @brief cprojf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief cprojl() API Conformance Test * @brief cprojl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief creal() API Conformance Test * @brief creal() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief crealf() API Conformance Test * @brief crealf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief creall() API Conformance Test * @brief creall() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief csin() API Conformance Test * @brief csin() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief csinf() API Conformance Test * @brief csinf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief csinh() API Conformance Test * @brief csinh() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief csinhf() API Conformance Test * @brief csinhf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief csinhl() API Conformance Test * @brief csinhl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief csinl() API Conformance Test * @brief csinl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief csqrt() API Conformance Test * @brief csqrt() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief csqrtf() API Conformance Test * @brief csqrtf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief csqrtl() API Conformance Test * @brief csqrtl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief ctan() API Conformance Test * @brief ctan() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief ctanf() API Conformance Test * @brief ctanf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief ctanh() API Conformance Test * @brief ctanh() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief ctanhf() API Conformance Test * @brief ctanhf() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief ctanhl() API Conformance Test * @brief ctanhl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief ctanl() API Conformance Test * @brief ctanl() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief isalnum() API Conformance Test * @brief isalnum() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief isalnum_l() API Conformance Test * @brief isalnum_l() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief isalpha() API Conformance Test * @brief isalpha() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/** /**
* @file * @file
* @brief isalpha_l() API Conformance Test * @brief isalpha_l() API Conformance Test
*/ */
/* /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2018, Zenon * Copyright (C) 2018, Zenon
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

Some files were not shown because too many files have changed in this diff Show More