diff --git a/testsuites/psxtests/psxhdrs/assert/assert.c b/testsuites/psxtests/psxhdrs/assert/assert.c index 9107825eb1..8856b84f8f 100644 --- a/testsuites/psxtests/psxhdrs/assert/assert.c +++ b/testsuites/psxtests/psxhdrs/assert/assert.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief assert() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/call_once.c b/testsuites/psxtests/psxhdrs/c11/threads/call_once.c index 5feae2c160..27679d162b 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/call_once.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/call_once.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief call_once() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/cnd_broadcast.c b/testsuites/psxtests/psxhdrs/c11/threads/cnd_broadcast.c index de1a754539..bf76d21aee 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/cnd_broadcast.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/cnd_broadcast.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cnd_broadcast() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/cnd_destroy.c b/testsuites/psxtests/psxhdrs/c11/threads/cnd_destroy.c index 4609e403dd..828e056782 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/cnd_destroy.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/cnd_destroy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cnd_destroy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/cnd_init.c b/testsuites/psxtests/psxhdrs/c11/threads/cnd_init.c index 86289b9657..43be1ed467 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/cnd_init.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/cnd_init.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cnd_init() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/cnd_signal.c b/testsuites/psxtests/psxhdrs/c11/threads/cnd_signal.c index 334812125f..86fa627d3a 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/cnd_signal.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/cnd_signal.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cnd_signal() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/cnd_timedwait.c b/testsuites/psxtests/psxhdrs/c11/threads/cnd_timedwait.c index f0c85031bc..e8c665989d 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/cnd_timedwait.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/cnd_timedwait.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cnd_timedwait() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/cnd_wait.c b/testsuites/psxtests/psxhdrs/c11/threads/cnd_wait.c index 0a22296032..9232ee5da6 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/cnd_wait.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/cnd_wait.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cnd_wait() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/mtx_destroy.c b/testsuites/psxtests/psxhdrs/c11/threads/mtx_destroy.c index 16f49c7473..d2d735297e 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/mtx_destroy.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/mtx_destroy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mtx_destroy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/mtx_init.c b/testsuites/psxtests/psxhdrs/c11/threads/mtx_init.c index 89b2c9eafa..24e5e9b800 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/mtx_init.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/mtx_init.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mtx_init() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/mtx_lock.c b/testsuites/psxtests/psxhdrs/c11/threads/mtx_lock.c index cf9ecf2f53..c0fc4267d5 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/mtx_lock.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/mtx_lock.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mtx_lock() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/mtx_timedlock.c b/testsuites/psxtests/psxhdrs/c11/threads/mtx_timedlock.c index 88987a716d..ba58a4908e 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/mtx_timedlock.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/mtx_timedlock.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mtx_timedlock() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/mtx_trylock.c b/testsuites/psxtests/psxhdrs/c11/threads/mtx_trylock.c index 2870831901..fc6e906453 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/mtx_trylock.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/mtx_trylock.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mtx_trylock() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/mtx_unlock.c b/testsuites/psxtests/psxhdrs/c11/threads/mtx_unlock.c index dc7814f7cc..4e285c5813 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/mtx_unlock.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/mtx_unlock.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mtx_unlock() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_create.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_create.c index decd78080f..f6f392ddd6 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_create.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_create.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief thrd_create() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_current.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_current.c index cc85480ae9..9de2845492 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_current.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_current.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief thrd_current() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_detach.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_detach.c index b45bc699fb..7198401e40 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_detach.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_detach.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief thrd_detach() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_equal.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_equal.c index d448b0d80b..bb4a9c546e 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_equal.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_equal.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief thrd_equal() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_exit.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_exit.c index 7787836e89..6bbe091ca7 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_exit.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_exit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief thrd_exit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_join.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_join.c index 8d2c7113f1..71e49f36ab 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_join.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_join.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief thrd_join() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_sleep.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_sleep.c index ae1b50ae6d..25b20b1d05 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_sleep.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_sleep.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief thrd_sleep() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_yield.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_yield.c index b6a14113f3..827e400112 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_yield.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_yield.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief thrd_yield() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/tss_create.c b/testsuites/psxtests/psxhdrs/c11/threads/tss_create.c index fe3a115186..6161baf55a 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/tss_create.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/tss_create.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tss_create() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/tss_delete.c b/testsuites/psxtests/psxhdrs/c11/threads/tss_delete.c index 66457f3139..c1df8e0743 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/tss_delete.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/tss_delete.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tss_delete() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/tss_get.c b/testsuites/psxtests/psxhdrs/c11/threads/tss_get.c index 8f9add434d..451ac3f61d 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/tss_get.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/tss_get.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tss_get() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/threads/tss_set.c b/testsuites/psxtests/psxhdrs/c11/threads/tss_set.c index 2bef50d54e..bc36d9cd19 100644 --- a/testsuites/psxtests/psxhdrs/c11/threads/tss_set.c +++ b/testsuites/psxtests/psxhdrs/c11/threads/tss_set.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tss_set() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/uchar/c16rtomb.c b/testsuites/psxtests/psxhdrs/c11/uchar/c16rtomb.c index 5f8c4dd8f4..63970cf5e0 100644 --- a/testsuites/psxtests/psxhdrs/c11/uchar/c16rtomb.c +++ b/testsuites/psxtests/psxhdrs/c11/uchar/c16rtomb.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief c16rtomb() API Conformance Test. This is a C11 method. */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/uchar/c32rtomb.c b/testsuites/psxtests/psxhdrs/c11/uchar/c32rtomb.c index 2b2cb029dc..066a04f9fb 100644 --- a/testsuites/psxtests/psxhdrs/c11/uchar/c32rtomb.c +++ b/testsuites/psxtests/psxhdrs/c11/uchar/c32rtomb.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief c32rtomb() API Conformance Test. This is a C11 method. */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc16.c b/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc16.c index 30c4dff39a..747a3f7c64 100644 --- a/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc16.c +++ b/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc16.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mbrtoc16() API Conformance Test. This is a C11 method. */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc32.c b/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc32.c index ac3366b164..7b688ea2f0 100644 --- a/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc32.c +++ b/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc32.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mbrtoc32() API Conformance Test. This is a C11 method. */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cabs.c b/testsuites/psxtests/psxhdrs/complex/cabs.c index 9c0b1a4aaa..8eb3875f87 100644 --- a/testsuites/psxtests/psxhdrs/complex/cabs.c +++ b/testsuites/psxtests/psxhdrs/complex/cabs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cabs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cabsf.c b/testsuites/psxtests/psxhdrs/complex/cabsf.c index 179371004c..6ad9af8f30 100644 --- a/testsuites/psxtests/psxhdrs/complex/cabsf.c +++ b/testsuites/psxtests/psxhdrs/complex/cabsf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cabsf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cabsl.c b/testsuites/psxtests/psxhdrs/complex/cabsl.c index e45f1c9c5a..3828a7cd34 100644 --- a/testsuites/psxtests/psxhdrs/complex/cabsl.c +++ b/testsuites/psxtests/psxhdrs/complex/cabsl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cabsl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cacos.c b/testsuites/psxtests/psxhdrs/complex/cacos.c index a1b1640376..8f7c619d6a 100644 --- a/testsuites/psxtests/psxhdrs/complex/cacos.c +++ b/testsuites/psxtests/psxhdrs/complex/cacos.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cacos() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cacosf.c b/testsuites/psxtests/psxhdrs/complex/cacosf.c index 1abfc55eb6..f78a4080e6 100644 --- a/testsuites/psxtests/psxhdrs/complex/cacosf.c +++ b/testsuites/psxtests/psxhdrs/complex/cacosf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cacosf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cacosh.c b/testsuites/psxtests/psxhdrs/complex/cacosh.c index 9043ca1523..d44a3df6c3 100644 --- a/testsuites/psxtests/psxhdrs/complex/cacosh.c +++ b/testsuites/psxtests/psxhdrs/complex/cacosh.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cacosh() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cacoshf.c b/testsuites/psxtests/psxhdrs/complex/cacoshf.c index daa62c7e09..8e8d2097f5 100644 --- a/testsuites/psxtests/psxhdrs/complex/cacoshf.c +++ b/testsuites/psxtests/psxhdrs/complex/cacoshf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cacoshf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cacoshl.c b/testsuites/psxtests/psxhdrs/complex/cacoshl.c index c81c805c99..f17b1d1a63 100644 --- a/testsuites/psxtests/psxhdrs/complex/cacoshl.c +++ b/testsuites/psxtests/psxhdrs/complex/cacoshl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cacoshl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cacosl.c b/testsuites/psxtests/psxhdrs/complex/cacosl.c index 63b94642ce..6e109c802f 100644 --- a/testsuites/psxtests/psxhdrs/complex/cacosl.c +++ b/testsuites/psxtests/psxhdrs/complex/cacosl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cacosl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/carg.c b/testsuites/psxtests/psxhdrs/complex/carg.c index bf8501e132..6ed60e717f 100644 --- a/testsuites/psxtests/psxhdrs/complex/carg.c +++ b/testsuites/psxtests/psxhdrs/complex/carg.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief carg() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cargf.c b/testsuites/psxtests/psxhdrs/complex/cargf.c index 9b5a22aa92..107ef06f7a 100644 --- a/testsuites/psxtests/psxhdrs/complex/cargf.c +++ b/testsuites/psxtests/psxhdrs/complex/cargf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cargf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cargl.c b/testsuites/psxtests/psxhdrs/complex/cargl.c index 03e99d79c7..35ca1bfe86 100644 --- a/testsuites/psxtests/psxhdrs/complex/cargl.c +++ b/testsuites/psxtests/psxhdrs/complex/cargl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cargl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/casin.c b/testsuites/psxtests/psxhdrs/complex/casin.c index b4e4d80b3c..339d4d7547 100644 --- a/testsuites/psxtests/psxhdrs/complex/casin.c +++ b/testsuites/psxtests/psxhdrs/complex/casin.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief casin() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/casinf.c b/testsuites/psxtests/psxhdrs/complex/casinf.c index 95f5c4b69e..0c4a8eadda 100644 --- a/testsuites/psxtests/psxhdrs/complex/casinf.c +++ b/testsuites/psxtests/psxhdrs/complex/casinf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief casinf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/casinh.c b/testsuites/psxtests/psxhdrs/complex/casinh.c index 0881333ad5..46907b217c 100644 --- a/testsuites/psxtests/psxhdrs/complex/casinh.c +++ b/testsuites/psxtests/psxhdrs/complex/casinh.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief casinh() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/casinhf.c b/testsuites/psxtests/psxhdrs/complex/casinhf.c index 5235be785f..162a02c313 100644 --- a/testsuites/psxtests/psxhdrs/complex/casinhf.c +++ b/testsuites/psxtests/psxhdrs/complex/casinhf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief casinhf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/casinhl.c b/testsuites/psxtests/psxhdrs/complex/casinhl.c index 262178bd4c..5a71a0433d 100644 --- a/testsuites/psxtests/psxhdrs/complex/casinhl.c +++ b/testsuites/psxtests/psxhdrs/complex/casinhl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief casinhl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/casinl.c b/testsuites/psxtests/psxhdrs/complex/casinl.c index 1999ff68f9..52482bf5c4 100644 --- a/testsuites/psxtests/psxhdrs/complex/casinl.c +++ b/testsuites/psxtests/psxhdrs/complex/casinl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief casinl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/catan.c b/testsuites/psxtests/psxhdrs/complex/catan.c index 81bb22c4fc..288ed243bf 100644 --- a/testsuites/psxtests/psxhdrs/complex/catan.c +++ b/testsuites/psxtests/psxhdrs/complex/catan.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief catan() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/catanf.c b/testsuites/psxtests/psxhdrs/complex/catanf.c index d1f4a37133..37cd3c3ede 100644 --- a/testsuites/psxtests/psxhdrs/complex/catanf.c +++ b/testsuites/psxtests/psxhdrs/complex/catanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief catanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/catanh.c b/testsuites/psxtests/psxhdrs/complex/catanh.c index 40434f4760..1cf023d874 100644 --- a/testsuites/psxtests/psxhdrs/complex/catanh.c +++ b/testsuites/psxtests/psxhdrs/complex/catanh.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief catanh() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/catanhf.c b/testsuites/psxtests/psxhdrs/complex/catanhf.c index cf496bc70a..26cbd69837 100644 --- a/testsuites/psxtests/psxhdrs/complex/catanhf.c +++ b/testsuites/psxtests/psxhdrs/complex/catanhf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief catanhf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/catanhl.c b/testsuites/psxtests/psxhdrs/complex/catanhl.c index 5fe178b1cc..0b95ecec05 100644 --- a/testsuites/psxtests/psxhdrs/complex/catanhl.c +++ b/testsuites/psxtests/psxhdrs/complex/catanhl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief catanhl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/catanl.c b/testsuites/psxtests/psxhdrs/complex/catanl.c index 4499d431c9..c2c20c5b33 100644 --- a/testsuites/psxtests/psxhdrs/complex/catanl.c +++ b/testsuites/psxtests/psxhdrs/complex/catanl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief catanl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/ccos.c b/testsuites/psxtests/psxhdrs/complex/ccos.c index 03fcfc18e1..b94d77f85c 100644 --- a/testsuites/psxtests/psxhdrs/complex/ccos.c +++ b/testsuites/psxtests/psxhdrs/complex/ccos.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ccos() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/ccosf.c b/testsuites/psxtests/psxhdrs/complex/ccosf.c index abc25f8c87..7bf555ace7 100644 --- a/testsuites/psxtests/psxhdrs/complex/ccosf.c +++ b/testsuites/psxtests/psxhdrs/complex/ccosf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ccosf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/ccosh.c b/testsuites/psxtests/psxhdrs/complex/ccosh.c index dd16c96139..8aa8fa542f 100644 --- a/testsuites/psxtests/psxhdrs/complex/ccosh.c +++ b/testsuites/psxtests/psxhdrs/complex/ccosh.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ccosh() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/ccoshf.c b/testsuites/psxtests/psxhdrs/complex/ccoshf.c index 3af1a80fea..88ed6ce290 100644 --- a/testsuites/psxtests/psxhdrs/complex/ccoshf.c +++ b/testsuites/psxtests/psxhdrs/complex/ccoshf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ccoshf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/ccoshl.c b/testsuites/psxtests/psxhdrs/complex/ccoshl.c index c63741cd9a..728a343297 100644 --- a/testsuites/psxtests/psxhdrs/complex/ccoshl.c +++ b/testsuites/psxtests/psxhdrs/complex/ccoshl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ccoshl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/ccosl.c b/testsuites/psxtests/psxhdrs/complex/ccosl.c index 1d3f7ac5c9..7ad7800167 100644 --- a/testsuites/psxtests/psxhdrs/complex/ccosl.c +++ b/testsuites/psxtests/psxhdrs/complex/ccosl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ccosl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cexp.c b/testsuites/psxtests/psxhdrs/complex/cexp.c index 0e6ae3983a..89ab50d5b2 100644 --- a/testsuites/psxtests/psxhdrs/complex/cexp.c +++ b/testsuites/psxtests/psxhdrs/complex/cexp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cexp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cexpf.c b/testsuites/psxtests/psxhdrs/complex/cexpf.c index 5209fc438d..733bae3b55 100644 --- a/testsuites/psxtests/psxhdrs/complex/cexpf.c +++ b/testsuites/psxtests/psxhdrs/complex/cexpf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cexpf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cexpl.c b/testsuites/psxtests/psxhdrs/complex/cexpl.c index 908232f55d..31befb14bb 100644 --- a/testsuites/psxtests/psxhdrs/complex/cexpl.c +++ b/testsuites/psxtests/psxhdrs/complex/cexpl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cexpl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cimag.c b/testsuites/psxtests/psxhdrs/complex/cimag.c index 1bf2daa277..d2682b675c 100644 --- a/testsuites/psxtests/psxhdrs/complex/cimag.c +++ b/testsuites/psxtests/psxhdrs/complex/cimag.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cimag() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cimagf.c b/testsuites/psxtests/psxhdrs/complex/cimagf.c index 148a9f1118..7d2b18ef5c 100644 --- a/testsuites/psxtests/psxhdrs/complex/cimagf.c +++ b/testsuites/psxtests/psxhdrs/complex/cimagf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cimagf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cimagl.c b/testsuites/psxtests/psxhdrs/complex/cimagl.c index fdf595d4da..eafcf39a95 100644 --- a/testsuites/psxtests/psxhdrs/complex/cimagl.c +++ b/testsuites/psxtests/psxhdrs/complex/cimagl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cimagl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/clog.c b/testsuites/psxtests/psxhdrs/complex/clog.c index 9ee71a12e7..2a7c2c69b6 100644 --- a/testsuites/psxtests/psxhdrs/complex/clog.c +++ b/testsuites/psxtests/psxhdrs/complex/clog.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief clog() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/clogf.c b/testsuites/psxtests/psxhdrs/complex/clogf.c index 9d4491f922..d33493949a 100644 --- a/testsuites/psxtests/psxhdrs/complex/clogf.c +++ b/testsuites/psxtests/psxhdrs/complex/clogf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief clogf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/clogl.c b/testsuites/psxtests/psxhdrs/complex/clogl.c index 48399499d9..d1358c81f8 100644 --- a/testsuites/psxtests/psxhdrs/complex/clogl.c +++ b/testsuites/psxtests/psxhdrs/complex/clogl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief clogl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/conj.c b/testsuites/psxtests/psxhdrs/complex/conj.c index 1294edb99b..551b9889fc 100644 --- a/testsuites/psxtests/psxhdrs/complex/conj.c +++ b/testsuites/psxtests/psxhdrs/complex/conj.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief conj() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/conjf.c b/testsuites/psxtests/psxhdrs/complex/conjf.c index 261f8c6f1f..4e64e8b09c 100644 --- a/testsuites/psxtests/psxhdrs/complex/conjf.c +++ b/testsuites/psxtests/psxhdrs/complex/conjf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief conjf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/conjl.c b/testsuites/psxtests/psxhdrs/complex/conjl.c index ee18df08d5..d2351dccd0 100644 --- a/testsuites/psxtests/psxhdrs/complex/conjl.c +++ b/testsuites/psxtests/psxhdrs/complex/conjl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief conjl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cpow.c b/testsuites/psxtests/psxhdrs/complex/cpow.c index 83f75fbcb0..ca16f8cec7 100644 --- a/testsuites/psxtests/psxhdrs/complex/cpow.c +++ b/testsuites/psxtests/psxhdrs/complex/cpow.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cpow() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cpowf.c b/testsuites/psxtests/psxhdrs/complex/cpowf.c index 476b43a85e..65e1e48861 100644 --- a/testsuites/psxtests/psxhdrs/complex/cpowf.c +++ b/testsuites/psxtests/psxhdrs/complex/cpowf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cpowf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cpowl.c b/testsuites/psxtests/psxhdrs/complex/cpowl.c index cd3a9df30e..d6a440de41 100644 --- a/testsuites/psxtests/psxhdrs/complex/cpowl.c +++ b/testsuites/psxtests/psxhdrs/complex/cpowl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cpowl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cproj.c b/testsuites/psxtests/psxhdrs/complex/cproj.c index 16fc4eb4dd..ac2c91172b 100644 --- a/testsuites/psxtests/psxhdrs/complex/cproj.c +++ b/testsuites/psxtests/psxhdrs/complex/cproj.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cproj() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cprojf.c b/testsuites/psxtests/psxhdrs/complex/cprojf.c index db0c265dce..0d197980de 100644 --- a/testsuites/psxtests/psxhdrs/complex/cprojf.c +++ b/testsuites/psxtests/psxhdrs/complex/cprojf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cprojf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/cprojl.c b/testsuites/psxtests/psxhdrs/complex/cprojl.c index 2d283cc854..065e05d5fb 100644 --- a/testsuites/psxtests/psxhdrs/complex/cprojl.c +++ b/testsuites/psxtests/psxhdrs/complex/cprojl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cprojl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/creal.c b/testsuites/psxtests/psxhdrs/complex/creal.c index 431e9e9628..51fb7a10e5 100644 --- a/testsuites/psxtests/psxhdrs/complex/creal.c +++ b/testsuites/psxtests/psxhdrs/complex/creal.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief creal() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/crealf.c b/testsuites/psxtests/psxhdrs/complex/crealf.c index 05b58d4344..04fc000bdf 100644 --- a/testsuites/psxtests/psxhdrs/complex/crealf.c +++ b/testsuites/psxtests/psxhdrs/complex/crealf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief crealf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/creall.c b/testsuites/psxtests/psxhdrs/complex/creall.c index f9beb7e54e..3f91589682 100644 --- a/testsuites/psxtests/psxhdrs/complex/creall.c +++ b/testsuites/psxtests/psxhdrs/complex/creall.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief creall() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/csin.c b/testsuites/psxtests/psxhdrs/complex/csin.c index abe7e55105..05bbe3743a 100644 --- a/testsuites/psxtests/psxhdrs/complex/csin.c +++ b/testsuites/psxtests/psxhdrs/complex/csin.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief csin() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/csinf.c b/testsuites/psxtests/psxhdrs/complex/csinf.c index 27aec118da..5a26685864 100644 --- a/testsuites/psxtests/psxhdrs/complex/csinf.c +++ b/testsuites/psxtests/psxhdrs/complex/csinf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief csinf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/csinh.c b/testsuites/psxtests/psxhdrs/complex/csinh.c index 13863fb360..61bcb9858d 100644 --- a/testsuites/psxtests/psxhdrs/complex/csinh.c +++ b/testsuites/psxtests/psxhdrs/complex/csinh.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief csinh() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/csinhf.c b/testsuites/psxtests/psxhdrs/complex/csinhf.c index 2d1e18ebfb..8880def2ec 100644 --- a/testsuites/psxtests/psxhdrs/complex/csinhf.c +++ b/testsuites/psxtests/psxhdrs/complex/csinhf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief csinhf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/csinhl.c b/testsuites/psxtests/psxhdrs/complex/csinhl.c index 0ccf843bfa..0d7ff58c67 100644 --- a/testsuites/psxtests/psxhdrs/complex/csinhl.c +++ b/testsuites/psxtests/psxhdrs/complex/csinhl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief csinhl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/csinl.c b/testsuites/psxtests/psxhdrs/complex/csinl.c index 7207a842d6..2bba5089f3 100644 --- a/testsuites/psxtests/psxhdrs/complex/csinl.c +++ b/testsuites/psxtests/psxhdrs/complex/csinl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief csinl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/csqrt.c b/testsuites/psxtests/psxhdrs/complex/csqrt.c index c0233f3de0..825a66872b 100644 --- a/testsuites/psxtests/psxhdrs/complex/csqrt.c +++ b/testsuites/psxtests/psxhdrs/complex/csqrt.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief csqrt() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/csqrtf.c b/testsuites/psxtests/psxhdrs/complex/csqrtf.c index 53700228e8..d45ae835d9 100644 --- a/testsuites/psxtests/psxhdrs/complex/csqrtf.c +++ b/testsuites/psxtests/psxhdrs/complex/csqrtf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief csqrtf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/csqrtl.c b/testsuites/psxtests/psxhdrs/complex/csqrtl.c index cff52d9ea8..a3da1a6f0b 100644 --- a/testsuites/psxtests/psxhdrs/complex/csqrtl.c +++ b/testsuites/psxtests/psxhdrs/complex/csqrtl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief csqrtl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/ctan.c b/testsuites/psxtests/psxhdrs/complex/ctan.c index 818026a6b8..26edd37e4b 100644 --- a/testsuites/psxtests/psxhdrs/complex/ctan.c +++ b/testsuites/psxtests/psxhdrs/complex/ctan.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ctan() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/ctanf.c b/testsuites/psxtests/psxhdrs/complex/ctanf.c index 185d3a9fdc..f8acaec01a 100644 --- a/testsuites/psxtests/psxhdrs/complex/ctanf.c +++ b/testsuites/psxtests/psxhdrs/complex/ctanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ctanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/ctanh.c b/testsuites/psxtests/psxhdrs/complex/ctanh.c index a8295ffb2c..d8dd52b734 100644 --- a/testsuites/psxtests/psxhdrs/complex/ctanh.c +++ b/testsuites/psxtests/psxhdrs/complex/ctanh.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ctanh() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/ctanhf.c b/testsuites/psxtests/psxhdrs/complex/ctanhf.c index 33331f3d0a..7c74f65f7d 100644 --- a/testsuites/psxtests/psxhdrs/complex/ctanhf.c +++ b/testsuites/psxtests/psxhdrs/complex/ctanhf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ctanhf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/ctanhl.c b/testsuites/psxtests/psxhdrs/complex/ctanhl.c index db7e4821f6..ae02c17781 100644 --- a/testsuites/psxtests/psxhdrs/complex/ctanhl.c +++ b/testsuites/psxtests/psxhdrs/complex/ctanhl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ctanhl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/complex/ctanl.c b/testsuites/psxtests/psxhdrs/complex/ctanl.c index fc43c7ac9b..2f0a817fc5 100644 --- a/testsuites/psxtests/psxhdrs/complex/ctanl.c +++ b/testsuites/psxtests/psxhdrs/complex/ctanl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ctanl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isalnum.c b/testsuites/psxtests/psxhdrs/ctype/isalnum.c index ca96816cf4..1e68051d75 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isalnum.c +++ b/testsuites/psxtests/psxhdrs/ctype/isalnum.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isalnum() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isalnum_l.c b/testsuites/psxtests/psxhdrs/ctype/isalnum_l.c index 81987418ca..1937a8616b 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isalnum_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/isalnum_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isalnum_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isalpha.c b/testsuites/psxtests/psxhdrs/ctype/isalpha.c index b280d4dfe3..29cdbc4ef9 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isalpha.c +++ b/testsuites/psxtests/psxhdrs/ctype/isalpha.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isalpha() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isalpha_l.c b/testsuites/psxtests/psxhdrs/ctype/isalpha_l.c index 8d0b9ffb81..5c57554c8a 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isalpha_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/isalpha_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isalpha_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isascii.c b/testsuites/psxtests/psxhdrs/ctype/isascii.c index 7bac548a37..c0b8eb464c 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isascii.c +++ b/testsuites/psxtests/psxhdrs/ctype/isascii.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isascii() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isblank.c b/testsuites/psxtests/psxhdrs/ctype/isblank.c index 72c5b9535b..aa102ae46e 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isblank.c +++ b/testsuites/psxtests/psxhdrs/ctype/isblank.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isblank() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isblank_l.c b/testsuites/psxtests/psxhdrs/ctype/isblank_l.c index a20ecc59b3..a60f7bc88c 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isblank_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/isblank_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isblank_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/iscntrl.c b/testsuites/psxtests/psxhdrs/ctype/iscntrl.c index daf80e31ca..8abd882b40 100644 --- a/testsuites/psxtests/psxhdrs/ctype/iscntrl.c +++ b/testsuites/psxtests/psxhdrs/ctype/iscntrl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iscntrl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/iscntrl_l.c b/testsuites/psxtests/psxhdrs/ctype/iscntrl_l.c index 5ac4e7e267..87f3f8cb8b 100644 --- a/testsuites/psxtests/psxhdrs/ctype/iscntrl_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/iscntrl_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iscntrl_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isdigit.c b/testsuites/psxtests/psxhdrs/ctype/isdigit.c index 8ba495da94..0e7c035ab8 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isdigit.c +++ b/testsuites/psxtests/psxhdrs/ctype/isdigit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isdigit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isdigit_l.c b/testsuites/psxtests/psxhdrs/ctype/isdigit_l.c index b55997af34..2b8faa80b5 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isdigit_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/isdigit_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isdigit_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isgraph.c b/testsuites/psxtests/psxhdrs/ctype/isgraph.c index 068761ebcf..c6e2b18846 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isgraph.c +++ b/testsuites/psxtests/psxhdrs/ctype/isgraph.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isgraph() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isgraph_l.c b/testsuites/psxtests/psxhdrs/ctype/isgraph_l.c index 0a40b554ec..6a2e88a8df 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isgraph_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/isgraph_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isgraph_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/islower.c b/testsuites/psxtests/psxhdrs/ctype/islower.c index 44935e0e0c..9cf13160c7 100644 --- a/testsuites/psxtests/psxhdrs/ctype/islower.c +++ b/testsuites/psxtests/psxhdrs/ctype/islower.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief islower() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/islower_l.c b/testsuites/psxtests/psxhdrs/ctype/islower_l.c index f86d99550a..6ee4173c0b 100644 --- a/testsuites/psxtests/psxhdrs/ctype/islower_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/islower_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief islower_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isprint.c b/testsuites/psxtests/psxhdrs/ctype/isprint.c index 89ca355fd0..e618efbe6d 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isprint.c +++ b/testsuites/psxtests/psxhdrs/ctype/isprint.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isprint() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isprint_l.c b/testsuites/psxtests/psxhdrs/ctype/isprint_l.c index 00f5da60a7..2031b2ba44 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isprint_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/isprint_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isprint_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/ispunct.c b/testsuites/psxtests/psxhdrs/ctype/ispunct.c index 43a723ed6a..c545fc1afd 100644 --- a/testsuites/psxtests/psxhdrs/ctype/ispunct.c +++ b/testsuites/psxtests/psxhdrs/ctype/ispunct.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ispunct() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/ispunct_l.c b/testsuites/psxtests/psxhdrs/ctype/ispunct_l.c index 6b8176940e..08c2f3e907 100644 --- a/testsuites/psxtests/psxhdrs/ctype/ispunct_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/ispunct_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ispunct_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isspace.c b/testsuites/psxtests/psxhdrs/ctype/isspace.c index 64918487fd..38962153e4 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isspace.c +++ b/testsuites/psxtests/psxhdrs/ctype/isspace.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isspace() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isspace_l.c b/testsuites/psxtests/psxhdrs/ctype/isspace_l.c index 021877a058..89115b190a 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isspace_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/isspace_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isspace_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isupper.c b/testsuites/psxtests/psxhdrs/ctype/isupper.c index 551d8ce2bd..c167717cb0 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isupper.c +++ b/testsuites/psxtests/psxhdrs/ctype/isupper.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isupper() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isupper_l.c b/testsuites/psxtests/psxhdrs/ctype/isupper_l.c index bd70ad6ee0..cbc489ea62 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isupper_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/isupper_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isupper_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isxdigit.c b/testsuites/psxtests/psxhdrs/ctype/isxdigit.c index 4edd03e59a..31280723ca 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isxdigit.c +++ b/testsuites/psxtests/psxhdrs/ctype/isxdigit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isxdigit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/isxdigit_l.c b/testsuites/psxtests/psxhdrs/ctype/isxdigit_l.c index 091640b250..d87fc40864 100644 --- a/testsuites/psxtests/psxhdrs/ctype/isxdigit_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/isxdigit_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isxdigit_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/toascii.c b/testsuites/psxtests/psxhdrs/ctype/toascii.c index 828193c26b..557fef2333 100644 --- a/testsuites/psxtests/psxhdrs/ctype/toascii.c +++ b/testsuites/psxtests/psxhdrs/ctype/toascii.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief toascii() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/tolower.c b/testsuites/psxtests/psxhdrs/ctype/tolower.c index 36b29aa423..7e35580879 100644 --- a/testsuites/psxtests/psxhdrs/ctype/tolower.c +++ b/testsuites/psxtests/psxhdrs/ctype/tolower.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tolower() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/tolower_l.c b/testsuites/psxtests/psxhdrs/ctype/tolower_l.c index d76dd64353..c77591a3a1 100644 --- a/testsuites/psxtests/psxhdrs/ctype/tolower_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/tolower_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tolower_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/toupper.c b/testsuites/psxtests/psxhdrs/ctype/toupper.c index 3a70b50cb7..00cab69795 100644 --- a/testsuites/psxtests/psxhdrs/ctype/toupper.c +++ b/testsuites/psxtests/psxhdrs/ctype/toupper.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief toupper() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ctype/toupper_l.c b/testsuites/psxtests/psxhdrs/ctype/toupper_l.c index 6b9e067764..0d858879ea 100644 --- a/testsuites/psxtests/psxhdrs/ctype/toupper_l.c +++ b/testsuites/psxtests/psxhdrs/ctype/toupper_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief toupper_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dirent/alphasort.c b/testsuites/psxtests/psxhdrs/dirent/alphasort.c index 067ce89180..c1c3e5ba11 100644 --- a/testsuites/psxtests/psxhdrs/dirent/alphasort.c +++ b/testsuites/psxtests/psxhdrs/dirent/alphasort.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief alphasort() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dirent/closedir.c b/testsuites/psxtests/psxhdrs/dirent/closedir.c index 5b817b8c07..dca0963d8e 100644 --- a/testsuites/psxtests/psxhdrs/dirent/closedir.c +++ b/testsuites/psxtests/psxhdrs/dirent/closedir.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief closedir() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dirent/dirfd.c b/testsuites/psxtests/psxhdrs/dirent/dirfd.c index 8c83308bea..993f490ceb 100644 --- a/testsuites/psxtests/psxhdrs/dirent/dirfd.c +++ b/testsuites/psxtests/psxhdrs/dirent/dirfd.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief dirfd() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dirent/fdopendir.c b/testsuites/psxtests/psxhdrs/dirent/fdopendir.c index e78f68bdba..1116270375 100644 --- a/testsuites/psxtests/psxhdrs/dirent/fdopendir.c +++ b/testsuites/psxtests/psxhdrs/dirent/fdopendir.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fdopendir() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dirent/opendir.c b/testsuites/psxtests/psxhdrs/dirent/opendir.c index 8ab4d69b26..910348b3dc 100644 --- a/testsuites/psxtests/psxhdrs/dirent/opendir.c +++ b/testsuites/psxtests/psxhdrs/dirent/opendir.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief opendir() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dirent/readdir.c b/testsuites/psxtests/psxhdrs/dirent/readdir.c index bb37cbe12a..7686131c41 100644 --- a/testsuites/psxtests/psxhdrs/dirent/readdir.c +++ b/testsuites/psxtests/psxhdrs/dirent/readdir.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief readdir() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dirent/readdir_r.c b/testsuites/psxtests/psxhdrs/dirent/readdir_r.c index 503033619b..4ba2f96ace 100644 --- a/testsuites/psxtests/psxhdrs/dirent/readdir_r.c +++ b/testsuites/psxtests/psxhdrs/dirent/readdir_r.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief readdir_r() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dirent/rewinddir.c b/testsuites/psxtests/psxhdrs/dirent/rewinddir.c index 58e366a2a3..b9f1d6550e 100644 --- a/testsuites/psxtests/psxhdrs/dirent/rewinddir.c +++ b/testsuites/psxtests/psxhdrs/dirent/rewinddir.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief rewinddir() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dirent/scandir.c b/testsuites/psxtests/psxhdrs/dirent/scandir.c index 45376e0c32..198fadd8b8 100644 --- a/testsuites/psxtests/psxhdrs/dirent/scandir.c +++ b/testsuites/psxtests/psxhdrs/dirent/scandir.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief scandir() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dirent/seekdir.c b/testsuites/psxtests/psxhdrs/dirent/seekdir.c index 051f051ce0..80516875c1 100644 --- a/testsuites/psxtests/psxhdrs/dirent/seekdir.c +++ b/testsuites/psxtests/psxhdrs/dirent/seekdir.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief seekdir() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dirent/telldir.c b/testsuites/psxtests/psxhdrs/dirent/telldir.c index 93fc226080..dceacb8e21 100644 --- a/testsuites/psxtests/psxhdrs/dirent/telldir.c +++ b/testsuites/psxtests/psxhdrs/dirent/telldir.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief telldir() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dlfcn/dlclose.c b/testsuites/psxtests/psxhdrs/dlfcn/dlclose.c index 07a171b581..8f8cd0f537 100644 --- a/testsuites/psxtests/psxhdrs/dlfcn/dlclose.c +++ b/testsuites/psxtests/psxhdrs/dlfcn/dlclose.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief dlclose() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dlfcn/dlerror.c b/testsuites/psxtests/psxhdrs/dlfcn/dlerror.c index 172cc6afb3..4f05ee681a 100644 --- a/testsuites/psxtests/psxhdrs/dlfcn/dlerror.c +++ b/testsuites/psxtests/psxhdrs/dlfcn/dlerror.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief dlerror() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dlfcn/dlopen.c b/testsuites/psxtests/psxhdrs/dlfcn/dlopen.c index f4e57b471a..ff1ac809fc 100644 --- a/testsuites/psxtests/psxhdrs/dlfcn/dlopen.c +++ b/testsuites/psxtests/psxhdrs/dlfcn/dlopen.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief dlopen() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/dlfcn/dlsym.c b/testsuites/psxtests/psxhdrs/dlfcn/dlsym.c index 55fe88dc1a..780e7baee8 100644 --- a/testsuites/psxtests/psxhdrs/dlfcn/dlsym.c +++ b/testsuites/psxtests/psxhdrs/dlfcn/dlsym.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief dlsym() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/errno/errno.c b/testsuites/psxtests/psxhdrs/errno/errno.c index 297e806810..ef437260e6 100644 --- a/testsuites/psxtests/psxhdrs/errno/errno.c +++ b/testsuites/psxtests/psxhdrs/errno/errno.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief errno API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2019 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/fcntl/creat.c b/testsuites/psxtests/psxhdrs/fcntl/creat.c index 1906e2faa2..762057d843 100644 --- a/testsuites/psxtests/psxhdrs/fcntl/creat.c +++ b/testsuites/psxtests/psxhdrs/fcntl/creat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief creat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/fcntl/fcntl.c b/testsuites/psxtests/psxhdrs/fcntl/fcntl.c index dc943e0daa..da843b8d6f 100644 --- a/testsuites/psxtests/psxhdrs/fcntl/fcntl.c +++ b/testsuites/psxtests/psxhdrs/fcntl/fcntl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fcntl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/fcntl/open.c b/testsuites/psxtests/psxhdrs/fcntl/open.c index 3b538c284c..d44dd6b6ef 100644 --- a/testsuites/psxtests/psxhdrs/fcntl/open.c +++ b/testsuites/psxtests/psxhdrs/fcntl/open.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief open() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/fcntl/openat.c b/testsuites/psxtests/psxhdrs/fcntl/openat.c index 1c15cd0867..749effc283 100644 --- a/testsuites/psxtests/psxhdrs/fcntl/openat.c +++ b/testsuites/psxtests/psxhdrs/fcntl/openat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief openat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/fmtmsg/fmtmsg.c b/testsuites/psxtests/psxhdrs/fmtmsg/fmtmsg.c index a2de13be95..f7e3e4ffda 100644 --- a/testsuites/psxtests/psxhdrs/fmtmsg/fmtmsg.c +++ b/testsuites/psxtests/psxhdrs/fmtmsg/fmtmsg.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fmtmsg() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/fnmatch/fnmatch.c b/testsuites/psxtests/psxhdrs/fnmatch/fnmatch.c index 290d705f48..7b5cabdf8c 100644 --- a/testsuites/psxtests/psxhdrs/fnmatch/fnmatch.c +++ b/testsuites/psxtests/psxhdrs/fnmatch/fnmatch.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fnmatch() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ftw/ftw.c b/testsuites/psxtests/psxhdrs/ftw/ftw.c index 41757165a8..bb25084fce 100644 --- a/testsuites/psxtests/psxhdrs/ftw/ftw.c +++ b/testsuites/psxtests/psxhdrs/ftw/ftw.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ftw() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ftw/nftw.c b/testsuites/psxtests/psxhdrs/ftw/nftw.c index e55763ce68..ee115a3c7b 100644 --- a/testsuites/psxtests/psxhdrs/ftw/nftw.c +++ b/testsuites/psxtests/psxhdrs/ftw/nftw.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nftw() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/iconv/iconv.c b/testsuites/psxtests/psxhdrs/iconv/iconv.c index 6244c4f586..27ab0c0fbf 100644 --- a/testsuites/psxtests/psxhdrs/iconv/iconv.c +++ b/testsuites/psxtests/psxhdrs/iconv/iconv.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iconv() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/iconv/iconv_close.c b/testsuites/psxtests/psxhdrs/iconv/iconv_close.c index c423f66360..d57a7e2c99 100644 --- a/testsuites/psxtests/psxhdrs/iconv/iconv_close.c +++ b/testsuites/psxtests/psxhdrs/iconv/iconv_close.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iconv_close() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/iconv/iconv_open.c b/testsuites/psxtests/psxhdrs/iconv/iconv_open.c index 1c87797b45..334c408f4a 100644 --- a/testsuites/psxtests/psxhdrs/iconv/iconv_open.c +++ b/testsuites/psxtests/psxhdrs/iconv/iconv_open.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iconv_open() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/inttypes/imaxabs.c b/testsuites/psxtests/psxhdrs/inttypes/imaxabs.c index 58b67e72bf..fcd4357982 100644 --- a/testsuites/psxtests/psxhdrs/inttypes/imaxabs.c +++ b/testsuites/psxtests/psxhdrs/inttypes/imaxabs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief imaxabs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/inttypes/imaxdiv.c b/testsuites/psxtests/psxhdrs/inttypes/imaxdiv.c index b56ffd16da..2c8c902595 100644 --- a/testsuites/psxtests/psxhdrs/inttypes/imaxdiv.c +++ b/testsuites/psxtests/psxhdrs/inttypes/imaxdiv.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief imaxdiv() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/inttypes/strtoimax.c b/testsuites/psxtests/psxhdrs/inttypes/strtoimax.c index 7e75c3e080..d477ea9375 100644 --- a/testsuites/psxtests/psxhdrs/inttypes/strtoimax.c +++ b/testsuites/psxtests/psxhdrs/inttypes/strtoimax.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strtoimax() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/inttypes/strtoumax.c b/testsuites/psxtests/psxhdrs/inttypes/strtoumax.c index b553ad27e2..c9fefb8df4 100644 --- a/testsuites/psxtests/psxhdrs/inttypes/strtoumax.c +++ b/testsuites/psxtests/psxhdrs/inttypes/strtoumax.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strtoumax() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/inttypes/wcstoimax.c b/testsuites/psxtests/psxhdrs/inttypes/wcstoimax.c index e2e748bd71..abf1270f47 100644 --- a/testsuites/psxtests/psxhdrs/inttypes/wcstoimax.c +++ b/testsuites/psxtests/psxhdrs/inttypes/wcstoimax.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcstoimax() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/inttypes/wcstoumax.c b/testsuites/psxtests/psxhdrs/inttypes/wcstoumax.c index f3429ce0f1..ab56e420e2 100644 --- a/testsuites/psxtests/psxhdrs/inttypes/wcstoumax.c +++ b/testsuites/psxtests/psxhdrs/inttypes/wcstoumax.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcstoumax() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo.c b/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo.c index cb8d6a5404..87c51f89f8 100644 --- a/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo.c +++ b/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nl_langinfo() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo_l.c b/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo_l.c index d469da4844..f8bd9ec881 100644 --- a/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo_l.c +++ b/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nl_langinfo_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/libgen/basename.c b/testsuites/psxtests/psxhdrs/libgen/basename.c index e25a1ecd04..c7e1307336 100644 --- a/testsuites/psxtests/psxhdrs/libgen/basename.c +++ b/testsuites/psxtests/psxhdrs/libgen/basename.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief basename() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/libgen/dirname.c b/testsuites/psxtests/psxhdrs/libgen/dirname.c index 0fe82d2f99..eed6984a60 100644 --- a/testsuites/psxtests/psxhdrs/libgen/dirname.c +++ b/testsuites/psxtests/psxhdrs/libgen/dirname.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief dirname() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/locale/duplocale.c b/testsuites/psxtests/psxhdrs/locale/duplocale.c index 54032b7ba3..36636d966f 100644 --- a/testsuites/psxtests/psxhdrs/locale/duplocale.c +++ b/testsuites/psxtests/psxhdrs/locale/duplocale.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief duplocale() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/locale/freelocale.c b/testsuites/psxtests/psxhdrs/locale/freelocale.c index 8dfb698db0..54232217cd 100644 --- a/testsuites/psxtests/psxhdrs/locale/freelocale.c +++ b/testsuites/psxtests/psxhdrs/locale/freelocale.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief freelocale() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/locale/localeconv.c b/testsuites/psxtests/psxhdrs/locale/localeconv.c index 8f09c10cd3..f22f82d4a9 100644 --- a/testsuites/psxtests/psxhdrs/locale/localeconv.c +++ b/testsuites/psxtests/psxhdrs/locale/localeconv.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief localeconv() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/locale/newlocale.c b/testsuites/psxtests/psxhdrs/locale/newlocale.c index 0e5b899f41..0b7e688eee 100644 --- a/testsuites/psxtests/psxhdrs/locale/newlocale.c +++ b/testsuites/psxtests/psxhdrs/locale/newlocale.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief newlocale() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/locale/setlocale.c b/testsuites/psxtests/psxhdrs/locale/setlocale.c index 87d08b1510..d63245b561 100644 --- a/testsuites/psxtests/psxhdrs/locale/setlocale.c +++ b/testsuites/psxtests/psxhdrs/locale/setlocale.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setlocale() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/locale/uselocale.c b/testsuites/psxtests/psxhdrs/locale/uselocale.c index deca2a80d2..e0e0d41f38 100644 --- a/testsuites/psxtests/psxhdrs/locale/uselocale.c +++ b/testsuites/psxtests/psxhdrs/locale/uselocale.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief uselocale() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/acos.c b/testsuites/psxtests/psxhdrs/math/acos.c index 1863c1b6c0..ea6db4490b 100644 --- a/testsuites/psxtests/psxhdrs/math/acos.c +++ b/testsuites/psxtests/psxhdrs/math/acos.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief acos() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/acosf.c b/testsuites/psxtests/psxhdrs/math/acosf.c index 352e6cfb2c..06b602cf5a 100644 --- a/testsuites/psxtests/psxhdrs/math/acosf.c +++ b/testsuites/psxtests/psxhdrs/math/acosf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief acosf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/acosh.c b/testsuites/psxtests/psxhdrs/math/acosh.c index 0cf55d1411..ba4f7f6c1a 100644 --- a/testsuites/psxtests/psxhdrs/math/acosh.c +++ b/testsuites/psxtests/psxhdrs/math/acosh.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief acosh() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/acoshf.c b/testsuites/psxtests/psxhdrs/math/acoshf.c index f16621ffb4..f1a49742f5 100644 --- a/testsuites/psxtests/psxhdrs/math/acoshf.c +++ b/testsuites/psxtests/psxhdrs/math/acoshf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief acoshf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/acoshl.c b/testsuites/psxtests/psxhdrs/math/acoshl.c index fd25a3a1e4..fb73260629 100644 --- a/testsuites/psxtests/psxhdrs/math/acoshl.c +++ b/testsuites/psxtests/psxhdrs/math/acoshl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief acoshl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/acosl.c b/testsuites/psxtests/psxhdrs/math/acosl.c index 9176131294..5ab4a1c254 100644 --- a/testsuites/psxtests/psxhdrs/math/acosl.c +++ b/testsuites/psxtests/psxhdrs/math/acosl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief acosl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/asin.c b/testsuites/psxtests/psxhdrs/math/asin.c index d52d8dc0b3..de9c687d27 100644 --- a/testsuites/psxtests/psxhdrs/math/asin.c +++ b/testsuites/psxtests/psxhdrs/math/asin.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief asin() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/asinf.c b/testsuites/psxtests/psxhdrs/math/asinf.c index 089cfb38dd..44189f75df 100644 --- a/testsuites/psxtests/psxhdrs/math/asinf.c +++ b/testsuites/psxtests/psxhdrs/math/asinf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief asinf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/asinh.c b/testsuites/psxtests/psxhdrs/math/asinh.c index be45dfcdc0..dac8ae8306 100644 --- a/testsuites/psxtests/psxhdrs/math/asinh.c +++ b/testsuites/psxtests/psxhdrs/math/asinh.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief asinh() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/asinhf.c b/testsuites/psxtests/psxhdrs/math/asinhf.c index 9ef02efde8..8aee94401f 100644 --- a/testsuites/psxtests/psxhdrs/math/asinhf.c +++ b/testsuites/psxtests/psxhdrs/math/asinhf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief asinhf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/asinhl.c b/testsuites/psxtests/psxhdrs/math/asinhl.c index 607b02dd68..58debbc333 100644 --- a/testsuites/psxtests/psxhdrs/math/asinhl.c +++ b/testsuites/psxtests/psxhdrs/math/asinhl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief asinhl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/asinl.c b/testsuites/psxtests/psxhdrs/math/asinl.c index d28833fc5f..2e86a7a6fa 100644 --- a/testsuites/psxtests/psxhdrs/math/asinl.c +++ b/testsuites/psxtests/psxhdrs/math/asinl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief asinl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/atan.c b/testsuites/psxtests/psxhdrs/math/atan.c index 06a2abbaf1..2d537303a4 100644 --- a/testsuites/psxtests/psxhdrs/math/atan.c +++ b/testsuites/psxtests/psxhdrs/math/atan.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atan() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/atan2.c b/testsuites/psxtests/psxhdrs/math/atan2.c index 7773e73eee..5aceaa7a52 100644 --- a/testsuites/psxtests/psxhdrs/math/atan2.c +++ b/testsuites/psxtests/psxhdrs/math/atan2.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atan2() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/atan2f.c b/testsuites/psxtests/psxhdrs/math/atan2f.c index 2ce8455798..d530d48e06 100644 --- a/testsuites/psxtests/psxhdrs/math/atan2f.c +++ b/testsuites/psxtests/psxhdrs/math/atan2f.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atan2f() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/atan2l.c b/testsuites/psxtests/psxhdrs/math/atan2l.c index 01c13a944e..8d664f4e3f 100644 --- a/testsuites/psxtests/psxhdrs/math/atan2l.c +++ b/testsuites/psxtests/psxhdrs/math/atan2l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atan2l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/atanf.c b/testsuites/psxtests/psxhdrs/math/atanf.c index c06694f3f4..778ac0ff73 100644 --- a/testsuites/psxtests/psxhdrs/math/atanf.c +++ b/testsuites/psxtests/psxhdrs/math/atanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/atanh.c b/testsuites/psxtests/psxhdrs/math/atanh.c index 61b7e9cdd6..1c013228dc 100644 --- a/testsuites/psxtests/psxhdrs/math/atanh.c +++ b/testsuites/psxtests/psxhdrs/math/atanh.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atanh() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/atanhf.c b/testsuites/psxtests/psxhdrs/math/atanhf.c index 56109aa1e1..6ecb23a109 100644 --- a/testsuites/psxtests/psxhdrs/math/atanhf.c +++ b/testsuites/psxtests/psxhdrs/math/atanhf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atanhf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/atanhl.c b/testsuites/psxtests/psxhdrs/math/atanhl.c index 2631ea6670..c210701b51 100644 --- a/testsuites/psxtests/psxhdrs/math/atanhl.c +++ b/testsuites/psxtests/psxhdrs/math/atanhl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atanhl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/atanl.c b/testsuites/psxtests/psxhdrs/math/atanl.c index b19708c725..4fb2de6ce5 100644 --- a/testsuites/psxtests/psxhdrs/math/atanl.c +++ b/testsuites/psxtests/psxhdrs/math/atanl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atanl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/cbrt.c b/testsuites/psxtests/psxhdrs/math/cbrt.c index 690efc153a..b7f4b5b518 100644 --- a/testsuites/psxtests/psxhdrs/math/cbrt.c +++ b/testsuites/psxtests/psxhdrs/math/cbrt.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cbrt() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/cbrtf.c b/testsuites/psxtests/psxhdrs/math/cbrtf.c index b61dbe911f..48b402489b 100644 --- a/testsuites/psxtests/psxhdrs/math/cbrtf.c +++ b/testsuites/psxtests/psxhdrs/math/cbrtf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cbrtf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/cbrtl.c b/testsuites/psxtests/psxhdrs/math/cbrtl.c index 7c54d661fd..65c34aee0a 100644 --- a/testsuites/psxtests/psxhdrs/math/cbrtl.c +++ b/testsuites/psxtests/psxhdrs/math/cbrtl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cbrtl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/ceil.c b/testsuites/psxtests/psxhdrs/math/ceil.c index 22c748a4ab..30c7637934 100644 --- a/testsuites/psxtests/psxhdrs/math/ceil.c +++ b/testsuites/psxtests/psxhdrs/math/ceil.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ceil() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/ceilf.c b/testsuites/psxtests/psxhdrs/math/ceilf.c index a8d6d34c31..ba161a2e2b 100644 --- a/testsuites/psxtests/psxhdrs/math/ceilf.c +++ b/testsuites/psxtests/psxhdrs/math/ceilf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ceilf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/ceill.c b/testsuites/psxtests/psxhdrs/math/ceill.c index c37e146ccc..175dbb1cf6 100644 --- a/testsuites/psxtests/psxhdrs/math/ceill.c +++ b/testsuites/psxtests/psxhdrs/math/ceill.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ceill() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/copysign.c b/testsuites/psxtests/psxhdrs/math/copysign.c index 2cc0c503c2..cf97ee0903 100644 --- a/testsuites/psxtests/psxhdrs/math/copysign.c +++ b/testsuites/psxtests/psxhdrs/math/copysign.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief copysign() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/copysignf.c b/testsuites/psxtests/psxhdrs/math/copysignf.c index 100337cedd..177c63a998 100644 --- a/testsuites/psxtests/psxhdrs/math/copysignf.c +++ b/testsuites/psxtests/psxhdrs/math/copysignf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief copysignf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/copysignl.c b/testsuites/psxtests/psxhdrs/math/copysignl.c index db5e57e6f6..aa9b82fdeb 100644 --- a/testsuites/psxtests/psxhdrs/math/copysignl.c +++ b/testsuites/psxtests/psxhdrs/math/copysignl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief copysignl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/cos.c b/testsuites/psxtests/psxhdrs/math/cos.c index d545c989c1..2ba758fe31 100644 --- a/testsuites/psxtests/psxhdrs/math/cos.c +++ b/testsuites/psxtests/psxhdrs/math/cos.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cos() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/cosf.c b/testsuites/psxtests/psxhdrs/math/cosf.c index 37332f569e..9baf948667 100644 --- a/testsuites/psxtests/psxhdrs/math/cosf.c +++ b/testsuites/psxtests/psxhdrs/math/cosf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cosf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/cosh.c b/testsuites/psxtests/psxhdrs/math/cosh.c index 742e22cf5a..1efac6b6f8 100644 --- a/testsuites/psxtests/psxhdrs/math/cosh.c +++ b/testsuites/psxtests/psxhdrs/math/cosh.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cosh() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/coshf.c b/testsuites/psxtests/psxhdrs/math/coshf.c index c4e8e49d54..d669ad76ac 100644 --- a/testsuites/psxtests/psxhdrs/math/coshf.c +++ b/testsuites/psxtests/psxhdrs/math/coshf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief coshf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/coshl.c b/testsuites/psxtests/psxhdrs/math/coshl.c index 7281a37d0f..ece2b4d816 100644 --- a/testsuites/psxtests/psxhdrs/math/coshl.c +++ b/testsuites/psxtests/psxhdrs/math/coshl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief coshl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/cosl.c b/testsuites/psxtests/psxhdrs/math/cosl.c index 7eacbf89ae..b0fa781cdb 100644 --- a/testsuites/psxtests/psxhdrs/math/cosl.c +++ b/testsuites/psxtests/psxhdrs/math/cosl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cosl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/erf.c b/testsuites/psxtests/psxhdrs/math/erf.c index 6cbf92c9ff..216dbdbe2a 100644 --- a/testsuites/psxtests/psxhdrs/math/erf.c +++ b/testsuites/psxtests/psxhdrs/math/erf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief erf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/erfc.c b/testsuites/psxtests/psxhdrs/math/erfc.c index 82ad4489c9..33db682d4d 100644 --- a/testsuites/psxtests/psxhdrs/math/erfc.c +++ b/testsuites/psxtests/psxhdrs/math/erfc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief erfc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/erfcf.c b/testsuites/psxtests/psxhdrs/math/erfcf.c index f3d8a84d37..5a4c22f5ad 100644 --- a/testsuites/psxtests/psxhdrs/math/erfcf.c +++ b/testsuites/psxtests/psxhdrs/math/erfcf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief erfcf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/erfcl.c b/testsuites/psxtests/psxhdrs/math/erfcl.c index 9a50718891..12a532920f 100644 --- a/testsuites/psxtests/psxhdrs/math/erfcl.c +++ b/testsuites/psxtests/psxhdrs/math/erfcl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief erfcl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/erff.c b/testsuites/psxtests/psxhdrs/math/erff.c index b0d764c279..2ca3a28cf6 100644 --- a/testsuites/psxtests/psxhdrs/math/erff.c +++ b/testsuites/psxtests/psxhdrs/math/erff.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief erff() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/erfl.c b/testsuites/psxtests/psxhdrs/math/erfl.c index 5983f6e875..3d5b88eeca 100644 --- a/testsuites/psxtests/psxhdrs/math/erfl.c +++ b/testsuites/psxtests/psxhdrs/math/erfl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief erfl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/exp.c b/testsuites/psxtests/psxhdrs/math/exp.c index c2f82ead47..4995aa4cdc 100644 --- a/testsuites/psxtests/psxhdrs/math/exp.c +++ b/testsuites/psxtests/psxhdrs/math/exp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief exp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/exp2.c b/testsuites/psxtests/psxhdrs/math/exp2.c index 198bdbee0a..c8097f82e6 100644 --- a/testsuites/psxtests/psxhdrs/math/exp2.c +++ b/testsuites/psxtests/psxhdrs/math/exp2.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief exp2() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/exp2f.c b/testsuites/psxtests/psxhdrs/math/exp2f.c index 2163a9b080..0de4a41a94 100644 --- a/testsuites/psxtests/psxhdrs/math/exp2f.c +++ b/testsuites/psxtests/psxhdrs/math/exp2f.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief exp2f() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/exp2l.c b/testsuites/psxtests/psxhdrs/math/exp2l.c index 02e21ae312..cfd62e7edf 100644 --- a/testsuites/psxtests/psxhdrs/math/exp2l.c +++ b/testsuites/psxtests/psxhdrs/math/exp2l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief exp2l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/expf.c b/testsuites/psxtests/psxhdrs/math/expf.c index 8d69dd84bb..f934d24a58 100644 --- a/testsuites/psxtests/psxhdrs/math/expf.c +++ b/testsuites/psxtests/psxhdrs/math/expf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief expf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/expl.c b/testsuites/psxtests/psxhdrs/math/expl.c index 39e61f03e7..d73e05f0ef 100644 --- a/testsuites/psxtests/psxhdrs/math/expl.c +++ b/testsuites/psxtests/psxhdrs/math/expl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief expl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/expm1.c b/testsuites/psxtests/psxhdrs/math/expm1.c index 4a4cec5133..5584f42335 100644 --- a/testsuites/psxtests/psxhdrs/math/expm1.c +++ b/testsuites/psxtests/psxhdrs/math/expm1.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief expm1() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/expm1f.c b/testsuites/psxtests/psxhdrs/math/expm1f.c index 86ab6b0cee..1dd06d9f38 100644 --- a/testsuites/psxtests/psxhdrs/math/expm1f.c +++ b/testsuites/psxtests/psxhdrs/math/expm1f.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief expm1f() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/expm1l.c b/testsuites/psxtests/psxhdrs/math/expm1l.c index 23ac312207..c2298a9b9f 100644 --- a/testsuites/psxtests/psxhdrs/math/expm1l.c +++ b/testsuites/psxtests/psxhdrs/math/expm1l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief expm1l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fabs.c b/testsuites/psxtests/psxhdrs/math/fabs.c index 4da2c5bec6..a01c4e37ec 100644 --- a/testsuites/psxtests/psxhdrs/math/fabs.c +++ b/testsuites/psxtests/psxhdrs/math/fabs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fabs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fabsf.c b/testsuites/psxtests/psxhdrs/math/fabsf.c index 93c9213d6c..76c7ac9f8f 100644 --- a/testsuites/psxtests/psxhdrs/math/fabsf.c +++ b/testsuites/psxtests/psxhdrs/math/fabsf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fabsf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fabsl.c b/testsuites/psxtests/psxhdrs/math/fabsl.c index 0b5f432bfd..3d640831cf 100644 --- a/testsuites/psxtests/psxhdrs/math/fabsl.c +++ b/testsuites/psxtests/psxhdrs/math/fabsl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fabsl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fdim.c b/testsuites/psxtests/psxhdrs/math/fdim.c index 9460a741c3..a96a3515bd 100644 --- a/testsuites/psxtests/psxhdrs/math/fdim.c +++ b/testsuites/psxtests/psxhdrs/math/fdim.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fdim() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fdimf.c b/testsuites/psxtests/psxhdrs/math/fdimf.c index 1581cc3cb6..ac49780b53 100644 --- a/testsuites/psxtests/psxhdrs/math/fdimf.c +++ b/testsuites/psxtests/psxhdrs/math/fdimf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fdimf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fdiml.c b/testsuites/psxtests/psxhdrs/math/fdiml.c index b6a7ba4c65..59051a9aec 100644 --- a/testsuites/psxtests/psxhdrs/math/fdiml.c +++ b/testsuites/psxtests/psxhdrs/math/fdiml.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fdiml() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/floor.c b/testsuites/psxtests/psxhdrs/math/floor.c index f08ec0d3bc..e261738ff9 100644 --- a/testsuites/psxtests/psxhdrs/math/floor.c +++ b/testsuites/psxtests/psxhdrs/math/floor.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief floor() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/floorf.c b/testsuites/psxtests/psxhdrs/math/floorf.c index b1411b6512..e04b79eee1 100644 --- a/testsuites/psxtests/psxhdrs/math/floorf.c +++ b/testsuites/psxtests/psxhdrs/math/floorf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief floorf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/floorl.c b/testsuites/psxtests/psxhdrs/math/floorl.c index c19db68160..fff63a6497 100644 --- a/testsuites/psxtests/psxhdrs/math/floorl.c +++ b/testsuites/psxtests/psxhdrs/math/floorl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief floorl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fma.c b/testsuites/psxtests/psxhdrs/math/fma.c index 48f274188a..6ba584b0ad 100644 --- a/testsuites/psxtests/psxhdrs/math/fma.c +++ b/testsuites/psxtests/psxhdrs/math/fma.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fma() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fmaf.c b/testsuites/psxtests/psxhdrs/math/fmaf.c index d641bffcb3..fe0f008563 100644 --- a/testsuites/psxtests/psxhdrs/math/fmaf.c +++ b/testsuites/psxtests/psxhdrs/math/fmaf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fmaf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fmal.c b/testsuites/psxtests/psxhdrs/math/fmal.c index 13459a7f0b..c2ef371302 100644 --- a/testsuites/psxtests/psxhdrs/math/fmal.c +++ b/testsuites/psxtests/psxhdrs/math/fmal.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fmal() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fmax.c b/testsuites/psxtests/psxhdrs/math/fmax.c index d56d03da80..324bded856 100644 --- a/testsuites/psxtests/psxhdrs/math/fmax.c +++ b/testsuites/psxtests/psxhdrs/math/fmax.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fmax() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fmaxf.c b/testsuites/psxtests/psxhdrs/math/fmaxf.c index 43820e220a..5d89bf5b7d 100644 --- a/testsuites/psxtests/psxhdrs/math/fmaxf.c +++ b/testsuites/psxtests/psxhdrs/math/fmaxf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fmaxf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fmaxl.c b/testsuites/psxtests/psxhdrs/math/fmaxl.c index ed711c9ce7..3976d9d949 100644 --- a/testsuites/psxtests/psxhdrs/math/fmaxl.c +++ b/testsuites/psxtests/psxhdrs/math/fmaxl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fmaxl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fmin.c b/testsuites/psxtests/psxhdrs/math/fmin.c index 2635a4358d..f267a70a7b 100644 --- a/testsuites/psxtests/psxhdrs/math/fmin.c +++ b/testsuites/psxtests/psxhdrs/math/fmin.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fmin() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fminf.c b/testsuites/psxtests/psxhdrs/math/fminf.c index e81139e8f5..54cfe743ee 100644 --- a/testsuites/psxtests/psxhdrs/math/fminf.c +++ b/testsuites/psxtests/psxhdrs/math/fminf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fminf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fminl.c b/testsuites/psxtests/psxhdrs/math/fminl.c index 9a86ee7e63..ce29ba99c3 100644 --- a/testsuites/psxtests/psxhdrs/math/fminl.c +++ b/testsuites/psxtests/psxhdrs/math/fminl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fminl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fmod.c b/testsuites/psxtests/psxhdrs/math/fmod.c index dc6fc6cca1..5fa8fa2621 100644 --- a/testsuites/psxtests/psxhdrs/math/fmod.c +++ b/testsuites/psxtests/psxhdrs/math/fmod.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fmod() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fmodf.c b/testsuites/psxtests/psxhdrs/math/fmodf.c index 28e07e05f3..16c35094d4 100644 --- a/testsuites/psxtests/psxhdrs/math/fmodf.c +++ b/testsuites/psxtests/psxhdrs/math/fmodf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fmodf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fmodl.c b/testsuites/psxtests/psxhdrs/math/fmodl.c index 2f562efcea..10e01f5212 100644 --- a/testsuites/psxtests/psxhdrs/math/fmodl.c +++ b/testsuites/psxtests/psxhdrs/math/fmodl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fmodl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/fpclassify.c b/testsuites/psxtests/psxhdrs/math/fpclassify.c index 9ad9bccff7..2831bc2f3d 100644 --- a/testsuites/psxtests/psxhdrs/math/fpclassify.c +++ b/testsuites/psxtests/psxhdrs/math/fpclassify.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fpclassify() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/frexp.c b/testsuites/psxtests/psxhdrs/math/frexp.c index fc10adf512..164b4b8d5f 100644 --- a/testsuites/psxtests/psxhdrs/math/frexp.c +++ b/testsuites/psxtests/psxhdrs/math/frexp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief frexp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/frexpf.c b/testsuites/psxtests/psxhdrs/math/frexpf.c index cb6074bdcc..bded3ba197 100644 --- a/testsuites/psxtests/psxhdrs/math/frexpf.c +++ b/testsuites/psxtests/psxhdrs/math/frexpf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief frexpf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/frexpl.c b/testsuites/psxtests/psxhdrs/math/frexpl.c index ad827d7b07..3989702c51 100644 --- a/testsuites/psxtests/psxhdrs/math/frexpl.c +++ b/testsuites/psxtests/psxhdrs/math/frexpl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief frexpl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/hypot.c b/testsuites/psxtests/psxhdrs/math/hypot.c index be0790580f..b272ddfbba 100644 --- a/testsuites/psxtests/psxhdrs/math/hypot.c +++ b/testsuites/psxtests/psxhdrs/math/hypot.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief hypot() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/hypotf.c b/testsuites/psxtests/psxhdrs/math/hypotf.c index 64b300d50a..997ae3dc57 100644 --- a/testsuites/psxtests/psxhdrs/math/hypotf.c +++ b/testsuites/psxtests/psxhdrs/math/hypotf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief hypotf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/hypotl.c b/testsuites/psxtests/psxhdrs/math/hypotl.c index 182e4028d8..2b9eeb33a2 100644 --- a/testsuites/psxtests/psxhdrs/math/hypotl.c +++ b/testsuites/psxtests/psxhdrs/math/hypotl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief hypotl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/ilogb.c b/testsuites/psxtests/psxhdrs/math/ilogb.c index f9ba29f48a..e528d65ac7 100644 --- a/testsuites/psxtests/psxhdrs/math/ilogb.c +++ b/testsuites/psxtests/psxhdrs/math/ilogb.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ilogb() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/ilogbf.c b/testsuites/psxtests/psxhdrs/math/ilogbf.c index e790a1923e..e3ffcb711b 100644 --- a/testsuites/psxtests/psxhdrs/math/ilogbf.c +++ b/testsuites/psxtests/psxhdrs/math/ilogbf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ilogbf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/ilogbl.c b/testsuites/psxtests/psxhdrs/math/ilogbl.c index 9c8486c79d..0d74a13541 100644 --- a/testsuites/psxtests/psxhdrs/math/ilogbl.c +++ b/testsuites/psxtests/psxhdrs/math/ilogbl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ilogbl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/isfinite.c b/testsuites/psxtests/psxhdrs/math/isfinite.c index 4d5cf878a8..7e25eb0eb9 100644 --- a/testsuites/psxtests/psxhdrs/math/isfinite.c +++ b/testsuites/psxtests/psxhdrs/math/isfinite.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isfinite() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/isgreater.c b/testsuites/psxtests/psxhdrs/math/isgreater.c index 38e1951c68..a59b1ee46c 100644 --- a/testsuites/psxtests/psxhdrs/math/isgreater.c +++ b/testsuites/psxtests/psxhdrs/math/isgreater.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isgreater() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/isgreaterequal.c b/testsuites/psxtests/psxhdrs/math/isgreaterequal.c index f6499f2efd..97c03f6d39 100644 --- a/testsuites/psxtests/psxhdrs/math/isgreaterequal.c +++ b/testsuites/psxtests/psxhdrs/math/isgreaterequal.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isgreaterequal() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/isinf.c b/testsuites/psxtests/psxhdrs/math/isinf.c index a24b4ba8d4..4450f18837 100644 --- a/testsuites/psxtests/psxhdrs/math/isinf.c +++ b/testsuites/psxtests/psxhdrs/math/isinf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isinf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/isless.c b/testsuites/psxtests/psxhdrs/math/isless.c index 4c97629815..f251d01df6 100644 --- a/testsuites/psxtests/psxhdrs/math/isless.c +++ b/testsuites/psxtests/psxhdrs/math/isless.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isless() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/islessequal.c b/testsuites/psxtests/psxhdrs/math/islessequal.c index 62b773f1cd..28a25cf92b 100644 --- a/testsuites/psxtests/psxhdrs/math/islessequal.c +++ b/testsuites/psxtests/psxhdrs/math/islessequal.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief islessequal() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/islessgreater.c b/testsuites/psxtests/psxhdrs/math/islessgreater.c index f213695339..fd76082409 100644 --- a/testsuites/psxtests/psxhdrs/math/islessgreater.c +++ b/testsuites/psxtests/psxhdrs/math/islessgreater.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief islessgreater() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/isnan.c b/testsuites/psxtests/psxhdrs/math/isnan.c index 6e72a85bea..3cfe78b28f 100644 --- a/testsuites/psxtests/psxhdrs/math/isnan.c +++ b/testsuites/psxtests/psxhdrs/math/isnan.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isnan() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/isnormal.c b/testsuites/psxtests/psxhdrs/math/isnormal.c index 5ffcad2e63..45533a500e 100644 --- a/testsuites/psxtests/psxhdrs/math/isnormal.c +++ b/testsuites/psxtests/psxhdrs/math/isnormal.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isnormal() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/isunordered.c b/testsuites/psxtests/psxhdrs/math/isunordered.c index 27ff7aa6b2..ee6c17690b 100644 --- a/testsuites/psxtests/psxhdrs/math/isunordered.c +++ b/testsuites/psxtests/psxhdrs/math/isunordered.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief isunordered() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/ldexp.c b/testsuites/psxtests/psxhdrs/math/ldexp.c index b959df0764..d21d8006fd 100644 --- a/testsuites/psxtests/psxhdrs/math/ldexp.c +++ b/testsuites/psxtests/psxhdrs/math/ldexp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ldexp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/ldexpf.c b/testsuites/psxtests/psxhdrs/math/ldexpf.c index 98b62af6bd..a3222a9905 100644 --- a/testsuites/psxtests/psxhdrs/math/ldexpf.c +++ b/testsuites/psxtests/psxhdrs/math/ldexpf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ldexpf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/ldexpl.c b/testsuites/psxtests/psxhdrs/math/ldexpl.c index 369f95116f..1ed8180ae0 100644 --- a/testsuites/psxtests/psxhdrs/math/ldexpl.c +++ b/testsuites/psxtests/psxhdrs/math/ldexpl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ldexpl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/lgamma.c b/testsuites/psxtests/psxhdrs/math/lgamma.c index e95ad1fb34..ea4ae8c767 100644 --- a/testsuites/psxtests/psxhdrs/math/lgamma.c +++ b/testsuites/psxtests/psxhdrs/math/lgamma.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lgamma() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/lgammaf.c b/testsuites/psxtests/psxhdrs/math/lgammaf.c index 49b12b0473..652b52e6b1 100644 --- a/testsuites/psxtests/psxhdrs/math/lgammaf.c +++ b/testsuites/psxtests/psxhdrs/math/lgammaf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lgammaf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/lgammal.c b/testsuites/psxtests/psxhdrs/math/lgammal.c index c126812427..6657b2ae17 100644 --- a/testsuites/psxtests/psxhdrs/math/lgammal.c +++ b/testsuites/psxtests/psxhdrs/math/lgammal.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lgammal() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/llrint.c b/testsuites/psxtests/psxhdrs/math/llrint.c index 9e5a6d1dd0..2c715b0432 100644 --- a/testsuites/psxtests/psxhdrs/math/llrint.c +++ b/testsuites/psxtests/psxhdrs/math/llrint.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief llrint() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/llrintf.c b/testsuites/psxtests/psxhdrs/math/llrintf.c index 2f0ebadf18..9749c95321 100644 --- a/testsuites/psxtests/psxhdrs/math/llrintf.c +++ b/testsuites/psxtests/psxhdrs/math/llrintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief llrintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/llrintl.c b/testsuites/psxtests/psxhdrs/math/llrintl.c index 500a7ef14f..d021d44b93 100644 --- a/testsuites/psxtests/psxhdrs/math/llrintl.c +++ b/testsuites/psxtests/psxhdrs/math/llrintl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief llrintl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/llround.c b/testsuites/psxtests/psxhdrs/math/llround.c index 6a60ed2697..13f2bd633e 100644 --- a/testsuites/psxtests/psxhdrs/math/llround.c +++ b/testsuites/psxtests/psxhdrs/math/llround.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief llround() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/llroundf.c b/testsuites/psxtests/psxhdrs/math/llroundf.c index bdc0a08c5e..87d5d548d3 100644 --- a/testsuites/psxtests/psxhdrs/math/llroundf.c +++ b/testsuites/psxtests/psxhdrs/math/llroundf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief llroundf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/llroundl.c b/testsuites/psxtests/psxhdrs/math/llroundl.c index 672ef06887..034fce6c54 100644 --- a/testsuites/psxtests/psxhdrs/math/llroundl.c +++ b/testsuites/psxtests/psxhdrs/math/llroundl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief llroundl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/log.c b/testsuites/psxtests/psxhdrs/math/log.c index 8b66e501ed..0a4e9ed2e2 100644 --- a/testsuites/psxtests/psxhdrs/math/log.c +++ b/testsuites/psxtests/psxhdrs/math/log.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief log() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/log10.c b/testsuites/psxtests/psxhdrs/math/log10.c index 465fe044f3..476845b348 100644 --- a/testsuites/psxtests/psxhdrs/math/log10.c +++ b/testsuites/psxtests/psxhdrs/math/log10.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief log10() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/log10f.c b/testsuites/psxtests/psxhdrs/math/log10f.c index 3b5b5f2329..f5968c6642 100644 --- a/testsuites/psxtests/psxhdrs/math/log10f.c +++ b/testsuites/psxtests/psxhdrs/math/log10f.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief log10f() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/log10l.c b/testsuites/psxtests/psxhdrs/math/log10l.c index 5918a7a8d7..a4ce76f628 100644 --- a/testsuites/psxtests/psxhdrs/math/log10l.c +++ b/testsuites/psxtests/psxhdrs/math/log10l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief log10l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/log1p.c b/testsuites/psxtests/psxhdrs/math/log1p.c index cf07d98ac0..4fce9834bc 100644 --- a/testsuites/psxtests/psxhdrs/math/log1p.c +++ b/testsuites/psxtests/psxhdrs/math/log1p.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief log1p() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/log1pf.c b/testsuites/psxtests/psxhdrs/math/log1pf.c index 6e11be6776..e52caeeb8d 100644 --- a/testsuites/psxtests/psxhdrs/math/log1pf.c +++ b/testsuites/psxtests/psxhdrs/math/log1pf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief log1pf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/log1pl.c b/testsuites/psxtests/psxhdrs/math/log1pl.c index 1f92653703..e494b52f66 100644 --- a/testsuites/psxtests/psxhdrs/math/log1pl.c +++ b/testsuites/psxtests/psxhdrs/math/log1pl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief log1pl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/log2.c b/testsuites/psxtests/psxhdrs/math/log2.c index 11ec0e33ba..f8532af7f5 100644 --- a/testsuites/psxtests/psxhdrs/math/log2.c +++ b/testsuites/psxtests/psxhdrs/math/log2.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief log2() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/log2f.c b/testsuites/psxtests/psxhdrs/math/log2f.c index c4cc5c028a..52aa500fcd 100644 --- a/testsuites/psxtests/psxhdrs/math/log2f.c +++ b/testsuites/psxtests/psxhdrs/math/log2f.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief log2f() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/log2l.c b/testsuites/psxtests/psxhdrs/math/log2l.c index 30e1c0aab0..f2add92ab6 100644 --- a/testsuites/psxtests/psxhdrs/math/log2l.c +++ b/testsuites/psxtests/psxhdrs/math/log2l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief log2l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/logb.c b/testsuites/psxtests/psxhdrs/math/logb.c index 570080ce18..8a4eccc65b 100644 --- a/testsuites/psxtests/psxhdrs/math/logb.c +++ b/testsuites/psxtests/psxhdrs/math/logb.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief logb() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/logbf.c b/testsuites/psxtests/psxhdrs/math/logbf.c index 735855442b..3977959f64 100644 --- a/testsuites/psxtests/psxhdrs/math/logbf.c +++ b/testsuites/psxtests/psxhdrs/math/logbf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief logbf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/logbl.c b/testsuites/psxtests/psxhdrs/math/logbl.c index ffddfd6fcf..6ebe620031 100644 --- a/testsuites/psxtests/psxhdrs/math/logbl.c +++ b/testsuites/psxtests/psxhdrs/math/logbl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief logbl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/logf.c b/testsuites/psxtests/psxhdrs/math/logf.c index ff4c200f79..a075fe8431 100644 --- a/testsuites/psxtests/psxhdrs/math/logf.c +++ b/testsuites/psxtests/psxhdrs/math/logf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief logf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/logl.c b/testsuites/psxtests/psxhdrs/math/logl.c index 3506148b60..9d6b954c9a 100644 --- a/testsuites/psxtests/psxhdrs/math/logl.c +++ b/testsuites/psxtests/psxhdrs/math/logl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief logl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/lrint.c b/testsuites/psxtests/psxhdrs/math/lrint.c index 2340fd4f87..0b2542add2 100644 --- a/testsuites/psxtests/psxhdrs/math/lrint.c +++ b/testsuites/psxtests/psxhdrs/math/lrint.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lrint() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/lrintf.c b/testsuites/psxtests/psxhdrs/math/lrintf.c index 23cf45c1a3..fd82f8a665 100644 --- a/testsuites/psxtests/psxhdrs/math/lrintf.c +++ b/testsuites/psxtests/psxhdrs/math/lrintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lrintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/lrintl.c b/testsuites/psxtests/psxhdrs/math/lrintl.c index 5e535b91a9..796305cc8c 100644 --- a/testsuites/psxtests/psxhdrs/math/lrintl.c +++ b/testsuites/psxtests/psxhdrs/math/lrintl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lrintl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/lround.c b/testsuites/psxtests/psxhdrs/math/lround.c index 613566b350..a6889a73bd 100644 --- a/testsuites/psxtests/psxhdrs/math/lround.c +++ b/testsuites/psxtests/psxhdrs/math/lround.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lround() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/lroundf.c b/testsuites/psxtests/psxhdrs/math/lroundf.c index b1ec66e526..7bae8f3819 100644 --- a/testsuites/psxtests/psxhdrs/math/lroundf.c +++ b/testsuites/psxtests/psxhdrs/math/lroundf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lroundf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/lroundl.c b/testsuites/psxtests/psxhdrs/math/lroundl.c index 823ae2fb14..2bae74a85e 100644 --- a/testsuites/psxtests/psxhdrs/math/lroundl.c +++ b/testsuites/psxtests/psxhdrs/math/lroundl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lroundl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/modf.c b/testsuites/psxtests/psxhdrs/math/modf.c index a579d8028c..2ce0274ebf 100644 --- a/testsuites/psxtests/psxhdrs/math/modf.c +++ b/testsuites/psxtests/psxhdrs/math/modf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief modf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/modff.c b/testsuites/psxtests/psxhdrs/math/modff.c index 109260c8de..ed88d8f55e 100644 --- a/testsuites/psxtests/psxhdrs/math/modff.c +++ b/testsuites/psxtests/psxhdrs/math/modff.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief modff() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/modfl.c b/testsuites/psxtests/psxhdrs/math/modfl.c index e55b9111bf..9f2f5c7cb0 100644 --- a/testsuites/psxtests/psxhdrs/math/modfl.c +++ b/testsuites/psxtests/psxhdrs/math/modfl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief modfl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/nan.c b/testsuites/psxtests/psxhdrs/math/nan.c index 034f80fa70..f30528980a 100644 --- a/testsuites/psxtests/psxhdrs/math/nan.c +++ b/testsuites/psxtests/psxhdrs/math/nan.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nan() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/nanf.c b/testsuites/psxtests/psxhdrs/math/nanf.c index 9e17bdba1c..3d2579164b 100644 --- a/testsuites/psxtests/psxhdrs/math/nanf.c +++ b/testsuites/psxtests/psxhdrs/math/nanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/nanl.c b/testsuites/psxtests/psxhdrs/math/nanl.c index 631fb32fa5..305928ad98 100644 --- a/testsuites/psxtests/psxhdrs/math/nanl.c +++ b/testsuites/psxtests/psxhdrs/math/nanl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nanl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/nearbyint.c b/testsuites/psxtests/psxhdrs/math/nearbyint.c index 72bcee89dd..737898291c 100644 --- a/testsuites/psxtests/psxhdrs/math/nearbyint.c +++ b/testsuites/psxtests/psxhdrs/math/nearbyint.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nearbyint() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/nearbyintf.c b/testsuites/psxtests/psxhdrs/math/nearbyintf.c index c1eef8d940..5b138c27b8 100644 --- a/testsuites/psxtests/psxhdrs/math/nearbyintf.c +++ b/testsuites/psxtests/psxhdrs/math/nearbyintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nearbyintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/nearbyintl.c b/testsuites/psxtests/psxhdrs/math/nearbyintl.c index bea7d94209..a044597686 100644 --- a/testsuites/psxtests/psxhdrs/math/nearbyintl.c +++ b/testsuites/psxtests/psxhdrs/math/nearbyintl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nearbyintl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/nextafter.c b/testsuites/psxtests/psxhdrs/math/nextafter.c index 22cda90aae..1dffdfd14b 100644 --- a/testsuites/psxtests/psxhdrs/math/nextafter.c +++ b/testsuites/psxtests/psxhdrs/math/nextafter.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nextafter() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/nextafterf.c b/testsuites/psxtests/psxhdrs/math/nextafterf.c index a8678bc7a7..bd6c4d9e8c 100644 --- a/testsuites/psxtests/psxhdrs/math/nextafterf.c +++ b/testsuites/psxtests/psxhdrs/math/nextafterf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nextafterf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/nextafterl.c b/testsuites/psxtests/psxhdrs/math/nextafterl.c index 428056971e..2e617923d6 100644 --- a/testsuites/psxtests/psxhdrs/math/nextafterl.c +++ b/testsuites/psxtests/psxhdrs/math/nextafterl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nextafterl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/nexttoward.c b/testsuites/psxtests/psxhdrs/math/nexttoward.c index f73d1fa200..f8d05d3e31 100644 --- a/testsuites/psxtests/psxhdrs/math/nexttoward.c +++ b/testsuites/psxtests/psxhdrs/math/nexttoward.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nexttoward() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/nexttowardf.c b/testsuites/psxtests/psxhdrs/math/nexttowardf.c index e65e68d45e..280c83ca70 100644 --- a/testsuites/psxtests/psxhdrs/math/nexttowardf.c +++ b/testsuites/psxtests/psxhdrs/math/nexttowardf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nexttowardf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/nexttowardl.c b/testsuites/psxtests/psxhdrs/math/nexttowardl.c index d895e3fe0c..c8412691da 100644 --- a/testsuites/psxtests/psxhdrs/math/nexttowardl.c +++ b/testsuites/psxtests/psxhdrs/math/nexttowardl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nexttowardl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/pow.c b/testsuites/psxtests/psxhdrs/math/pow.c index 0e11facc86..3a53c08a1f 100644 --- a/testsuites/psxtests/psxhdrs/math/pow.c +++ b/testsuites/psxtests/psxhdrs/math/pow.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief pow() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/powf.c b/testsuites/psxtests/psxhdrs/math/powf.c index 42a716113b..30bd9cea8f 100644 --- a/testsuites/psxtests/psxhdrs/math/powf.c +++ b/testsuites/psxtests/psxhdrs/math/powf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief powf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/powl.c b/testsuites/psxtests/psxhdrs/math/powl.c index e39d21124c..e6758600be 100644 --- a/testsuites/psxtests/psxhdrs/math/powl.c +++ b/testsuites/psxtests/psxhdrs/math/powl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief powl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/remainder.c b/testsuites/psxtests/psxhdrs/math/remainder.c index 727b48250c..739502ffbd 100644 --- a/testsuites/psxtests/psxhdrs/math/remainder.c +++ b/testsuites/psxtests/psxhdrs/math/remainder.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief remainder() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/remainderf.c b/testsuites/psxtests/psxhdrs/math/remainderf.c index 83041f6c11..7374560b24 100644 --- a/testsuites/psxtests/psxhdrs/math/remainderf.c +++ b/testsuites/psxtests/psxhdrs/math/remainderf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief remainderf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/remainderl.c b/testsuites/psxtests/psxhdrs/math/remainderl.c index 6d505a8c67..f5c4ce740e 100644 --- a/testsuites/psxtests/psxhdrs/math/remainderl.c +++ b/testsuites/psxtests/psxhdrs/math/remainderl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief remainderl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/remquo.c b/testsuites/psxtests/psxhdrs/math/remquo.c index 43a8d37e9b..f64cf7e01c 100644 --- a/testsuites/psxtests/psxhdrs/math/remquo.c +++ b/testsuites/psxtests/psxhdrs/math/remquo.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief remquo() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/remquof.c b/testsuites/psxtests/psxhdrs/math/remquof.c index a2efe8ac01..ee7046965b 100644 --- a/testsuites/psxtests/psxhdrs/math/remquof.c +++ b/testsuites/psxtests/psxhdrs/math/remquof.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief remquof() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/remquol.c b/testsuites/psxtests/psxhdrs/math/remquol.c index e3b796ef9a..609eff88af 100644 --- a/testsuites/psxtests/psxhdrs/math/remquol.c +++ b/testsuites/psxtests/psxhdrs/math/remquol.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief remquol() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/rint.c b/testsuites/psxtests/psxhdrs/math/rint.c index 27784caa78..991190bae1 100644 --- a/testsuites/psxtests/psxhdrs/math/rint.c +++ b/testsuites/psxtests/psxhdrs/math/rint.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief rint() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/rintf.c b/testsuites/psxtests/psxhdrs/math/rintf.c index c4315841b2..7b781ff2f3 100644 --- a/testsuites/psxtests/psxhdrs/math/rintf.c +++ b/testsuites/psxtests/psxhdrs/math/rintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief rintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/rintl.c b/testsuites/psxtests/psxhdrs/math/rintl.c index 4fbd5cfa3f..1eb696224f 100644 --- a/testsuites/psxtests/psxhdrs/math/rintl.c +++ b/testsuites/psxtests/psxhdrs/math/rintl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief rintl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/round.c b/testsuites/psxtests/psxhdrs/math/round.c index 8d3aba639f..5a44404fae 100644 --- a/testsuites/psxtests/psxhdrs/math/round.c +++ b/testsuites/psxtests/psxhdrs/math/round.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief round() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/roundf.c b/testsuites/psxtests/psxhdrs/math/roundf.c index b3aa418a82..a1f0724be3 100644 --- a/testsuites/psxtests/psxhdrs/math/roundf.c +++ b/testsuites/psxtests/psxhdrs/math/roundf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief roundf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/roundl.c b/testsuites/psxtests/psxhdrs/math/roundl.c index a86a44ecaf..bd6ca52ab7 100644 --- a/testsuites/psxtests/psxhdrs/math/roundl.c +++ b/testsuites/psxtests/psxhdrs/math/roundl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief roundl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/scalbln.c b/testsuites/psxtests/psxhdrs/math/scalbln.c index b073768c78..c762b650f5 100644 --- a/testsuites/psxtests/psxhdrs/math/scalbln.c +++ b/testsuites/psxtests/psxhdrs/math/scalbln.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief scalbln() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/scalblnf.c b/testsuites/psxtests/psxhdrs/math/scalblnf.c index 634a5a3801..51b933f471 100644 --- a/testsuites/psxtests/psxhdrs/math/scalblnf.c +++ b/testsuites/psxtests/psxhdrs/math/scalblnf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief scalblnf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/scalblnl.c b/testsuites/psxtests/psxhdrs/math/scalblnl.c index e3fd17d698..5e817cb766 100644 --- a/testsuites/psxtests/psxhdrs/math/scalblnl.c +++ b/testsuites/psxtests/psxhdrs/math/scalblnl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief scalblnl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/scalbn.c b/testsuites/psxtests/psxhdrs/math/scalbn.c index cd57219027..8091b2b45a 100644 --- a/testsuites/psxtests/psxhdrs/math/scalbn.c +++ b/testsuites/psxtests/psxhdrs/math/scalbn.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief scalbn() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/scalbnf.c b/testsuites/psxtests/psxhdrs/math/scalbnf.c index ba0b1b6f9d..5f41b0ad28 100644 --- a/testsuites/psxtests/psxhdrs/math/scalbnf.c +++ b/testsuites/psxtests/psxhdrs/math/scalbnf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief scalbnf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/scalbnl.c b/testsuites/psxtests/psxhdrs/math/scalbnl.c index 65f28ba77d..fb42bbf1ac 100644 --- a/testsuites/psxtests/psxhdrs/math/scalbnl.c +++ b/testsuites/psxtests/psxhdrs/math/scalbnl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief scalbnl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/signbit.c b/testsuites/psxtests/psxhdrs/math/signbit.c index b8757a3d7e..7136ff5460 100644 --- a/testsuites/psxtests/psxhdrs/math/signbit.c +++ b/testsuites/psxtests/psxhdrs/math/signbit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief signbit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/sin.c b/testsuites/psxtests/psxhdrs/math/sin.c index 8d525d1b0f..bf2e11cd61 100644 --- a/testsuites/psxtests/psxhdrs/math/sin.c +++ b/testsuites/psxtests/psxhdrs/math/sin.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sin() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/sinf.c b/testsuites/psxtests/psxhdrs/math/sinf.c index 76a3c39059..5f6f17d466 100644 --- a/testsuites/psxtests/psxhdrs/math/sinf.c +++ b/testsuites/psxtests/psxhdrs/math/sinf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sinf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/sinh.c b/testsuites/psxtests/psxhdrs/math/sinh.c index 3176456f7b..16ef912b38 100644 --- a/testsuites/psxtests/psxhdrs/math/sinh.c +++ b/testsuites/psxtests/psxhdrs/math/sinh.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sinh() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/sinhf.c b/testsuites/psxtests/psxhdrs/math/sinhf.c index 449cf68644..b39ca2b05e 100644 --- a/testsuites/psxtests/psxhdrs/math/sinhf.c +++ b/testsuites/psxtests/psxhdrs/math/sinhf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sinhf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/sinhl.c b/testsuites/psxtests/psxhdrs/math/sinhl.c index a55104c8e1..c6576d578d 100644 --- a/testsuites/psxtests/psxhdrs/math/sinhl.c +++ b/testsuites/psxtests/psxhdrs/math/sinhl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief coshl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/sinl.c b/testsuites/psxtests/psxhdrs/math/sinl.c index 228027e9b2..12ea0d4911 100644 --- a/testsuites/psxtests/psxhdrs/math/sinl.c +++ b/testsuites/psxtests/psxhdrs/math/sinl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sinl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/sqrt.c b/testsuites/psxtests/psxhdrs/math/sqrt.c index 5c8da3a29c..6cdf863dd7 100644 --- a/testsuites/psxtests/psxhdrs/math/sqrt.c +++ b/testsuites/psxtests/psxhdrs/math/sqrt.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sqrt() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/sqrtf.c b/testsuites/psxtests/psxhdrs/math/sqrtf.c index 66add8b97b..66ab9627bb 100644 --- a/testsuites/psxtests/psxhdrs/math/sqrtf.c +++ b/testsuites/psxtests/psxhdrs/math/sqrtf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sqrtf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/sqrtl.c b/testsuites/psxtests/psxhdrs/math/sqrtl.c index c491b74700..a33a7e76d9 100644 --- a/testsuites/psxtests/psxhdrs/math/sqrtl.c +++ b/testsuites/psxtests/psxhdrs/math/sqrtl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sqrtl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/tan.c b/testsuites/psxtests/psxhdrs/math/tan.c index bd0cc46a4b..1f5722ad99 100644 --- a/testsuites/psxtests/psxhdrs/math/tan.c +++ b/testsuites/psxtests/psxhdrs/math/tan.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tan() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/tanf.c b/testsuites/psxtests/psxhdrs/math/tanf.c index 44dcec4ada..e91e92e7b5 100644 --- a/testsuites/psxtests/psxhdrs/math/tanf.c +++ b/testsuites/psxtests/psxhdrs/math/tanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/tanh.c b/testsuites/psxtests/psxhdrs/math/tanh.c index 5f20920be0..9fb1af6f37 100644 --- a/testsuites/psxtests/psxhdrs/math/tanh.c +++ b/testsuites/psxtests/psxhdrs/math/tanh.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tanh() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/tanhf.c b/testsuites/psxtests/psxhdrs/math/tanhf.c index c0b61b0d2f..d661708af2 100644 --- a/testsuites/psxtests/psxhdrs/math/tanhf.c +++ b/testsuites/psxtests/psxhdrs/math/tanhf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tanhf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/tanhl.c b/testsuites/psxtests/psxhdrs/math/tanhl.c index 5cb219c723..7d4f0f1c83 100644 --- a/testsuites/psxtests/psxhdrs/math/tanhl.c +++ b/testsuites/psxtests/psxhdrs/math/tanhl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tanhl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/tanl.c b/testsuites/psxtests/psxhdrs/math/tanl.c index b6c20a3304..7f5373bd40 100644 --- a/testsuites/psxtests/psxhdrs/math/tanl.c +++ b/testsuites/psxtests/psxhdrs/math/tanl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tanl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/tgamma.c b/testsuites/psxtests/psxhdrs/math/tgamma.c index 25485cb69d..1ce505ea5f 100644 --- a/testsuites/psxtests/psxhdrs/math/tgamma.c +++ b/testsuites/psxtests/psxhdrs/math/tgamma.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tgamma() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/tgammaf.c b/testsuites/psxtests/psxhdrs/math/tgammaf.c index 23d315b2d3..c281ec0819 100644 --- a/testsuites/psxtests/psxhdrs/math/tgammaf.c +++ b/testsuites/psxtests/psxhdrs/math/tgammaf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tgammaf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/tgammal.c b/testsuites/psxtests/psxhdrs/math/tgammal.c index 6a9518a766..a9151b4387 100644 --- a/testsuites/psxtests/psxhdrs/math/tgammal.c +++ b/testsuites/psxtests/psxhdrs/math/tgammal.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tgammal() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/trunc.c b/testsuites/psxtests/psxhdrs/math/trunc.c index e6e9bcd898..71bf4b5210 100644 --- a/testsuites/psxtests/psxhdrs/math/trunc.c +++ b/testsuites/psxtests/psxhdrs/math/trunc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief trunc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/truncf.c b/testsuites/psxtests/psxhdrs/math/truncf.c index 7001c7681b..b950551b63 100644 --- a/testsuites/psxtests/psxhdrs/math/truncf.c +++ b/testsuites/psxtests/psxhdrs/math/truncf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief truncf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/truncl.c b/testsuites/psxtests/psxhdrs/math/truncl.c index 6a657dd79b..916ac11505 100644 --- a/testsuites/psxtests/psxhdrs/math/truncl.c +++ b/testsuites/psxtests/psxhdrs/math/truncl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief truncl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/y0.c b/testsuites/psxtests/psxhdrs/math/y0.c index c59be76e31..661f5f75a9 100644 --- a/testsuites/psxtests/psxhdrs/math/y0.c +++ b/testsuites/psxtests/psxhdrs/math/y0.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief y0() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/y0f.c b/testsuites/psxtests/psxhdrs/math/y0f.c index a0eba98b47..8a74c29459 100644 --- a/testsuites/psxtests/psxhdrs/math/y0f.c +++ b/testsuites/psxtests/psxhdrs/math/y0f.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief y0f() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/y0l.c b/testsuites/psxtests/psxhdrs/math/y0l.c index 4384ada48a..9ea01a7e0b 100644 --- a/testsuites/psxtests/psxhdrs/math/y0l.c +++ b/testsuites/psxtests/psxhdrs/math/y0l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief y0l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/y1.c b/testsuites/psxtests/psxhdrs/math/y1.c index d880728c1b..9700662ed8 100644 --- a/testsuites/psxtests/psxhdrs/math/y1.c +++ b/testsuites/psxtests/psxhdrs/math/y1.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief y1() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/y1f.c b/testsuites/psxtests/psxhdrs/math/y1f.c index cda61e72aa..4d05ebd165 100644 --- a/testsuites/psxtests/psxhdrs/math/y1f.c +++ b/testsuites/psxtests/psxhdrs/math/y1f.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief y1f() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/y1l.c b/testsuites/psxtests/psxhdrs/math/y1l.c index 48dbaab940..6389bba9d4 100644 --- a/testsuites/psxtests/psxhdrs/math/y1l.c +++ b/testsuites/psxtests/psxhdrs/math/y1l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief y1l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/yn.c b/testsuites/psxtests/psxhdrs/math/yn.c index c48df181a7..be57c1ed6b 100644 --- a/testsuites/psxtests/psxhdrs/math/yn.c +++ b/testsuites/psxtests/psxhdrs/math/yn.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief yn() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/ynf.c b/testsuites/psxtests/psxhdrs/math/ynf.c index 72ed7e7421..a01bf4c2e5 100644 --- a/testsuites/psxtests/psxhdrs/math/ynf.c +++ b/testsuites/psxtests/psxhdrs/math/ynf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ynf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/math/ynl.c b/testsuites/psxtests/psxhdrs/math/ynl.c index e3c37af13b..f0a8b58e5b 100644 --- a/testsuites/psxtests/psxhdrs/math/ynl.c +++ b/testsuites/psxtests/psxhdrs/math/ynl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ynl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/monetary/strfmon.c b/testsuites/psxtests/psxhdrs/monetary/strfmon.c index 96d44b8e21..c190a92fe0 100644 --- a/testsuites/psxtests/psxhdrs/monetary/strfmon.c +++ b/testsuites/psxtests/psxhdrs/monetary/strfmon.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strfmon() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/monetary/strfmon_l.c b/testsuites/psxtests/psxhdrs/monetary/strfmon_l.c index 01eba97e03..732b2520ad 100644 --- a/testsuites/psxtests/psxhdrs/monetary/strfmon_l.c +++ b/testsuites/psxtests/psxhdrs/monetary/strfmon_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strfmon_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_close.c b/testsuites/psxtests/psxhdrs/mqueue/mq_close.c index 3bf51ed1c9..b724bba7ac 100644 --- a/testsuites/psxtests/psxhdrs/mqueue/mq_close.c +++ b/testsuites/psxtests/psxhdrs/mqueue/mq_close.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mq_close() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_getattr.c b/testsuites/psxtests/psxhdrs/mqueue/mq_getattr.c index 29cc902d2d..73292dbec6 100644 --- a/testsuites/psxtests/psxhdrs/mqueue/mq_getattr.c +++ b/testsuites/psxtests/psxhdrs/mqueue/mq_getattr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mq_getattr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_notify.c b/testsuites/psxtests/psxhdrs/mqueue/mq_notify.c index 3ede10e9a7..b2eaa7bd11 100644 --- a/testsuites/psxtests/psxhdrs/mqueue/mq_notify.c +++ b/testsuites/psxtests/psxhdrs/mqueue/mq_notify.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mq_notify() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_open.c b/testsuites/psxtests/psxhdrs/mqueue/mq_open.c index fceebc82fb..6cfb251796 100644 --- a/testsuites/psxtests/psxhdrs/mqueue/mq_open.c +++ b/testsuites/psxtests/psxhdrs/mqueue/mq_open.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mq_open() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_receive.c b/testsuites/psxtests/psxhdrs/mqueue/mq_receive.c index 7a1e982570..8ca78b9394 100644 --- a/testsuites/psxtests/psxhdrs/mqueue/mq_receive.c +++ b/testsuites/psxtests/psxhdrs/mqueue/mq_receive.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mq_receive() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_send.c b/testsuites/psxtests/psxhdrs/mqueue/mq_send.c index d09dcba759..9ee269d95d 100644 --- a/testsuites/psxtests/psxhdrs/mqueue/mq_send.c +++ b/testsuites/psxtests/psxhdrs/mqueue/mq_send.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mq_send() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_setattr.c b/testsuites/psxtests/psxhdrs/mqueue/mq_setattr.c index b0a8561cbc..6c794a170c 100644 --- a/testsuites/psxtests/psxhdrs/mqueue/mq_setattr.c +++ b/testsuites/psxtests/psxhdrs/mqueue/mq_setattr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mq_setattr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_timedreceive.c b/testsuites/psxtests/psxhdrs/mqueue/mq_timedreceive.c index 3f5409f71e..c2dca9a913 100644 --- a/testsuites/psxtests/psxhdrs/mqueue/mq_timedreceive.c +++ b/testsuites/psxtests/psxhdrs/mqueue/mq_timedreceive.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mq_timedreceive() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_timedsend.c b/testsuites/psxtests/psxhdrs/mqueue/mq_timedsend.c index 9d1ad63cd2..e601eb4c19 100644 --- a/testsuites/psxtests/psxhdrs/mqueue/mq_timedsend.c +++ b/testsuites/psxtests/psxhdrs/mqueue/mq_timedsend.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mq_timedsend() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_unlink.c b/testsuites/psxtests/psxhdrs/mqueue/mq_unlink.c index 31582fb84e..04a79768a9 100644 --- a/testsuites/psxtests/psxhdrs/mqueue/mq_unlink.c +++ b/testsuites/psxtests/psxhdrs/mqueue/mq_unlink.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mq_unlink() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/net/if/if_freenameindex.c b/testsuites/psxtests/psxhdrs/net/if/if_freenameindex.c index fbd24eb041..b09f76875c 100644 --- a/testsuites/psxtests/psxhdrs/net/if/if_freenameindex.c +++ b/testsuites/psxtests/psxhdrs/net/if/if_freenameindex.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief if_freenameindex() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/net/if/if_indextoname.c b/testsuites/psxtests/psxhdrs/net/if/if_indextoname.c index 34911260c9..553b7bbca2 100644 --- a/testsuites/psxtests/psxhdrs/net/if/if_indextoname.c +++ b/testsuites/psxtests/psxhdrs/net/if/if_indextoname.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief if_indextoname() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/net/if/if_nameindex.c b/testsuites/psxtests/psxhdrs/net/if/if_nameindex.c index 6d1ad3b9d0..0060a52164 100644 --- a/testsuites/psxtests/psxhdrs/net/if/if_nameindex.c +++ b/testsuites/psxtests/psxhdrs/net/if/if_nameindex.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief if_nameindex() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/net/if/if_nametoindex.c b/testsuites/psxtests/psxhdrs/net/if/if_nametoindex.c index 2b006a6e4d..6f4b24e3d3 100644 --- a/testsuites/psxtests/psxhdrs/net/if/if_nametoindex.c +++ b/testsuites/psxtests/psxhdrs/net/if/if_nametoindex.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief if_nametoindex() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/endhostent.c b/testsuites/psxtests/psxhdrs/netdb/endhostent.c index 3fb86c5de3..b8b53096cd 100644 --- a/testsuites/psxtests/psxhdrs/netdb/endhostent.c +++ b/testsuites/psxtests/psxhdrs/netdb/endhostent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief endhostent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/endnetent.c b/testsuites/psxtests/psxhdrs/netdb/endnetent.c index 08dd24ef0c..b5aec6d10a 100644 --- a/testsuites/psxtests/psxhdrs/netdb/endnetent.c +++ b/testsuites/psxtests/psxhdrs/netdb/endnetent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief endnetent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/endprotoent.c b/testsuites/psxtests/psxhdrs/netdb/endprotoent.c index c03cd1df13..54833a62ed 100644 --- a/testsuites/psxtests/psxhdrs/netdb/endprotoent.c +++ b/testsuites/psxtests/psxhdrs/netdb/endprotoent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief endprotoent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/endservent.c b/testsuites/psxtests/psxhdrs/netdb/endservent.c index 87c202988f..5603ae809c 100644 --- a/testsuites/psxtests/psxhdrs/netdb/endservent.c +++ b/testsuites/psxtests/psxhdrs/netdb/endservent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief endservent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c b/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c index 341dcd7545..d93550c127 100644 --- a/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c +++ b/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief freeaddrinfo() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c b/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c index 91ce55a338..92a673b223 100644 --- a/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c +++ b/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief gai_strerror() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c b/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c index 52b9a81421..f127fdcfed 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c +++ b/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getaddrinfo() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c b/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c index cd2a271c37..3cc367d43a 100644 --- a/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c +++ b/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief gethostbyaddr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c b/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c index 74ee33a102..14262a3cd6 100644 --- a/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c +++ b/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief gethostbyname() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostent.c b/testsuites/psxtests/psxhdrs/netdb/gethostent.c index e511bee372..511f92dd6e 100644 --- a/testsuites/psxtests/psxhdrs/netdb/gethostent.c +++ b/testsuites/psxtests/psxhdrs/netdb/gethostent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief gethostent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c b/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c index e6c06d795b..a16321cb09 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c +++ b/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getnameinfo() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c b/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c index 01600d2e85..5d5340c697 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c +++ b/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getnetbyaddr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c b/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c index bd5d2c690c..527b1903ec 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c +++ b/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getnetbyname() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetent.c b/testsuites/psxtests/psxhdrs/netdb/getnetent.c index a46d97af27..ffcec74de7 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getnetent.c +++ b/testsuites/psxtests/psxhdrs/netdb/getnetent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getnetent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c b/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c index 379cd8012e..951ca02650 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c +++ b/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getprotobyname() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c b/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c index d46bfb55ac..5270613072 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c +++ b/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getprotobynumber() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotoent.c b/testsuites/psxtests/psxhdrs/netdb/getprotoent.c index 93cbd73b81..6ebe4a44cd 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getprotoent.c +++ b/testsuites/psxtests/psxhdrs/netdb/getprotoent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getprotoent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/getservbyname.c b/testsuites/psxtests/psxhdrs/netdb/getservbyname.c index ff87bda287..6a45b3965b 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getservbyname.c +++ b/testsuites/psxtests/psxhdrs/netdb/getservbyname.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getservbyname() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/getservbyport.c b/testsuites/psxtests/psxhdrs/netdb/getservbyport.c index e9d6feed26..18a9db0150 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getservbyport.c +++ b/testsuites/psxtests/psxhdrs/netdb/getservbyport.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getservbyport() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/getservent.c b/testsuites/psxtests/psxhdrs/netdb/getservent.c index c473d7cb4f..262968fb89 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getservent.c +++ b/testsuites/psxtests/psxhdrs/netdb/getservent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getservent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/h_errno.c b/testsuites/psxtests/psxhdrs/netdb/h_errno.c index 1318b4553e..923086bd0d 100644 --- a/testsuites/psxtests/psxhdrs/netdb/h_errno.c +++ b/testsuites/psxtests/psxhdrs/netdb/h_errno.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief h_errno() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/sethostent.c b/testsuites/psxtests/psxhdrs/netdb/sethostent.c index 8f161ea34f..744a4a7241 100644 --- a/testsuites/psxtests/psxhdrs/netdb/sethostent.c +++ b/testsuites/psxtests/psxhdrs/netdb/sethostent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sethostent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/setnetent.c b/testsuites/psxtests/psxhdrs/netdb/setnetent.c index 9c9c4f34fb..5f809203e3 100644 --- a/testsuites/psxtests/psxhdrs/netdb/setnetent.c +++ b/testsuites/psxtests/psxhdrs/netdb/setnetent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setnetent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/setprotoent.c b/testsuites/psxtests/psxhdrs/netdb/setprotoent.c index 35bf5cac5c..84e9ea2e2e 100644 --- a/testsuites/psxtests/psxhdrs/netdb/setprotoent.c +++ b/testsuites/psxtests/psxhdrs/netdb/setprotoent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setprotoent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/netdb/setservent.c b/testsuites/psxtests/psxhdrs/netdb/setservent.c index 8d2c20a7fe..4e7ebc06cb 100644 --- a/testsuites/psxtests/psxhdrs/netdb/setservent.c +++ b/testsuites/psxtests/psxhdrs/netdb/setservent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setservent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/poll/poll.c b/testsuites/psxtests/psxhdrs/poll/poll.c index 866b58f796..1ce60cc48a 100644 --- a/testsuites/psxtests/psxhdrs/poll/poll.c +++ b/testsuites/psxtests/psxhdrs/poll/poll.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief poll() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/pwd/endpwent.c b/testsuites/psxtests/psxhdrs/pwd/endpwent.c index 6503890b4a..17422f7c01 100644 --- a/testsuites/psxtests/psxhdrs/pwd/endpwent.c +++ b/testsuites/psxtests/psxhdrs/pwd/endpwent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief endpwent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/pwd/getpwent.c b/testsuites/psxtests/psxhdrs/pwd/getpwent.c index 011ffddfde..8330166aae 100644 --- a/testsuites/psxtests/psxhdrs/pwd/getpwent.c +++ b/testsuites/psxtests/psxhdrs/pwd/getpwent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getpwent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/pwd/getpwnam.c b/testsuites/psxtests/psxhdrs/pwd/getpwnam.c index fcc80acbd2..fa6da532d5 100644 --- a/testsuites/psxtests/psxhdrs/pwd/getpwnam.c +++ b/testsuites/psxtests/psxhdrs/pwd/getpwnam.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getpwnam() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/pwd/getpwnam_r.c b/testsuites/psxtests/psxhdrs/pwd/getpwnam_r.c index 90e06b1131..c05effadff 100644 --- a/testsuites/psxtests/psxhdrs/pwd/getpwnam_r.c +++ b/testsuites/psxtests/psxhdrs/pwd/getpwnam_r.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getpwnam_r() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/pwd/getpwuid.c b/testsuites/psxtests/psxhdrs/pwd/getpwuid.c index b5d1eb187a..3ac4f422bd 100644 --- a/testsuites/psxtests/psxhdrs/pwd/getpwuid.c +++ b/testsuites/psxtests/psxhdrs/pwd/getpwuid.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getpwuid() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/pwd/getpwuid_r.c b/testsuites/psxtests/psxhdrs/pwd/getpwuid_r.c index e82f0aa25a..b0bf00e5a4 100644 --- a/testsuites/psxtests/psxhdrs/pwd/getpwuid_r.c +++ b/testsuites/psxtests/psxhdrs/pwd/getpwuid_r.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getpwuid_r() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/pwd/setpwent.c b/testsuites/psxtests/psxhdrs/pwd/setpwent.c index e8c157498d..e5a902ec13 100644 --- a/testsuites/psxtests/psxhdrs/pwd/setpwent.c +++ b/testsuites/psxtests/psxhdrs/pwd/setpwent.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setpwent() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/regex/regcomp.c b/testsuites/psxtests/psxhdrs/regex/regcomp.c index 8379bc3deb..c75e225173 100644 --- a/testsuites/psxtests/psxhdrs/regex/regcomp.c +++ b/testsuites/psxtests/psxhdrs/regex/regcomp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief regcomp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/regex/regerror.c b/testsuites/psxtests/psxhdrs/regex/regerror.c index 8d18041ce4..1889242138 100644 --- a/testsuites/psxtests/psxhdrs/regex/regerror.c +++ b/testsuites/psxtests/psxhdrs/regex/regerror.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief regerror() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/regex/regexec.c b/testsuites/psxtests/psxhdrs/regex/regexec.c index 6df9707a96..ee7f8dc4ed 100644 --- a/testsuites/psxtests/psxhdrs/regex/regexec.c +++ b/testsuites/psxtests/psxhdrs/regex/regexec.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief regexec() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/regex/regfree.c b/testsuites/psxtests/psxhdrs/regex/regfree.c index 6e8d2676dc..6e53b351e4 100644 --- a/testsuites/psxtests/psxhdrs/regex/regfree.c +++ b/testsuites/psxtests/psxhdrs/regex/regfree.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief regfree() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_close.c b/testsuites/psxtests/psxhdrs/semaphore/sem_close.c index e447c853de..e3dabf2634 100644 --- a/testsuites/psxtests/psxhdrs/semaphore/sem_close.c +++ b/testsuites/psxtests/psxhdrs/semaphore/sem_close.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sem_close() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_destroy.c b/testsuites/psxtests/psxhdrs/semaphore/sem_destroy.c index f561c45986..6173aec86f 100644 --- a/testsuites/psxtests/psxhdrs/semaphore/sem_destroy.c +++ b/testsuites/psxtests/psxhdrs/semaphore/sem_destroy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sem_destroy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_getvalue.c b/testsuites/psxtests/psxhdrs/semaphore/sem_getvalue.c index 264bb2c466..f611974ba4 100644 --- a/testsuites/psxtests/psxhdrs/semaphore/sem_getvalue.c +++ b/testsuites/psxtests/psxhdrs/semaphore/sem_getvalue.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sem_getvalue() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_init.c b/testsuites/psxtests/psxhdrs/semaphore/sem_init.c index 19e79f2d10..312e837e7d 100644 --- a/testsuites/psxtests/psxhdrs/semaphore/sem_init.c +++ b/testsuites/psxtests/psxhdrs/semaphore/sem_init.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sem_init() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_open.c b/testsuites/psxtests/psxhdrs/semaphore/sem_open.c index 52d1ad8ca3..53abe79f28 100644 --- a/testsuites/psxtests/psxhdrs/semaphore/sem_open.c +++ b/testsuites/psxtests/psxhdrs/semaphore/sem_open.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sem_open() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_post.c b/testsuites/psxtests/psxhdrs/semaphore/sem_post.c index 6690fd211d..e4b493bac2 100644 --- a/testsuites/psxtests/psxhdrs/semaphore/sem_post.c +++ b/testsuites/psxtests/psxhdrs/semaphore/sem_post.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sem_post() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_timedwait.c b/testsuites/psxtests/psxhdrs/semaphore/sem_timedwait.c index ebad042118..d5c106a404 100644 --- a/testsuites/psxtests/psxhdrs/semaphore/sem_timedwait.c +++ b/testsuites/psxtests/psxhdrs/semaphore/sem_timedwait.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sem_timedwait() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_trywait.c b/testsuites/psxtests/psxhdrs/semaphore/sem_trywait.c index 0a6b6958e8..8864a6ad57 100644 --- a/testsuites/psxtests/psxhdrs/semaphore/sem_trywait.c +++ b/testsuites/psxtests/psxhdrs/semaphore/sem_trywait.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sem_trywait() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_unlink.c b/testsuites/psxtests/psxhdrs/semaphore/sem_unlink.c index d561bdc292..fade3bcc51 100644 --- a/testsuites/psxtests/psxhdrs/semaphore/sem_unlink.c +++ b/testsuites/psxtests/psxhdrs/semaphore/sem_unlink.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sem_unlink() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_wait.c b/testsuites/psxtests/psxhdrs/semaphore/sem_wait.c index 13b7e556a1..cb0abad07c 100644 --- a/testsuites/psxtests/psxhdrs/semaphore/sem_wait.c +++ b/testsuites/psxtests/psxhdrs/semaphore/sem_wait.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sem_wait() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stddef/offsetof.c b/testsuites/psxtests/psxhdrs/stddef/offsetof.c index 12e9843bab..976bd4c964 100644 --- a/testsuites/psxtests/psxhdrs/stddef/offsetof.c +++ b/testsuites/psxtests/psxhdrs/stddef/offsetof.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief offsetof() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/clearerr.c b/testsuites/psxtests/psxhdrs/stdio/clearerr.c index 2384ac890d..66c1139532 100644 --- a/testsuites/psxtests/psxhdrs/stdio/clearerr.c +++ b/testsuites/psxtests/psxhdrs/stdio/clearerr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief clearerr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/ctermid.c b/testsuites/psxtests/psxhdrs/stdio/ctermid.c index 79386b948f..8eec625cbf 100644 --- a/testsuites/psxtests/psxhdrs/stdio/ctermid.c +++ b/testsuites/psxtests/psxhdrs/stdio/ctermid.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ctermid() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/dprintf.c b/testsuites/psxtests/psxhdrs/stdio/dprintf.c index 52e106baa9..9eacc1f15c 100644 --- a/testsuites/psxtests/psxhdrs/stdio/dprintf.c +++ b/testsuites/psxtests/psxhdrs/stdio/dprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief dprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fclose.c b/testsuites/psxtests/psxhdrs/stdio/fclose.c index 5bcac70703..b4314a79f7 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fclose.c +++ b/testsuites/psxtests/psxhdrs/stdio/fclose.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fclose() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fdopen.c b/testsuites/psxtests/psxhdrs/stdio/fdopen.c index c3904d5b4e..807a0e3184 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fdopen.c +++ b/testsuites/psxtests/psxhdrs/stdio/fdopen.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fdopen() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/feof.c b/testsuites/psxtests/psxhdrs/stdio/feof.c index 9b992ed3d0..915dfb0577 100644 --- a/testsuites/psxtests/psxhdrs/stdio/feof.c +++ b/testsuites/psxtests/psxhdrs/stdio/feof.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief feof() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/ferror.c b/testsuites/psxtests/psxhdrs/stdio/ferror.c index 1d3e36ab30..97515b5cae 100644 --- a/testsuites/psxtests/psxhdrs/stdio/ferror.c +++ b/testsuites/psxtests/psxhdrs/stdio/ferror.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ferror() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fflush.c b/testsuites/psxtests/psxhdrs/stdio/fflush.c index 816371f3cb..4f4f1b3003 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fflush.c +++ b/testsuites/psxtests/psxhdrs/stdio/fflush.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fflush() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fgetc.c b/testsuites/psxtests/psxhdrs/stdio/fgetc.c index cd95122dea..9100c47f3f 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fgetc.c +++ b/testsuites/psxtests/psxhdrs/stdio/fgetc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fgetc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fgetpos.c b/testsuites/psxtests/psxhdrs/stdio/fgetpos.c index 154ebb5d09..216f8b83ea 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fgetpos.c +++ b/testsuites/psxtests/psxhdrs/stdio/fgetpos.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fgetpos() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fgets.c b/testsuites/psxtests/psxhdrs/stdio/fgets.c index 3fa2a89874..c7eedcd0cf 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fgets.c +++ b/testsuites/psxtests/psxhdrs/stdio/fgets.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fgets() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fileno.c b/testsuites/psxtests/psxhdrs/stdio/fileno.c index e2da5f914b..00da3bdedf 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fileno.c +++ b/testsuites/psxtests/psxhdrs/stdio/fileno.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fileno() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/flockfile.c b/testsuites/psxtests/psxhdrs/stdio/flockfile.c index bc90bbebd3..46f3da3d2b 100644 --- a/testsuites/psxtests/psxhdrs/stdio/flockfile.c +++ b/testsuites/psxtests/psxhdrs/stdio/flockfile.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief flockfile() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fmemopen.c b/testsuites/psxtests/psxhdrs/stdio/fmemopen.c index 42198d08bf..e02f99d023 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fmemopen.c +++ b/testsuites/psxtests/psxhdrs/stdio/fmemopen.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fmemopen() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fopen.c b/testsuites/psxtests/psxhdrs/stdio/fopen.c index 37015a1310..a854cfd6ec 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fopen.c +++ b/testsuites/psxtests/psxhdrs/stdio/fopen.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fopen() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fprintf.c b/testsuites/psxtests/psxhdrs/stdio/fprintf.c index ad6df3e9c8..8072f4f9a1 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fprintf.c +++ b/testsuites/psxtests/psxhdrs/stdio/fprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fputc.c b/testsuites/psxtests/psxhdrs/stdio/fputc.c index ccb61341bc..05170d0743 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fputc.c +++ b/testsuites/psxtests/psxhdrs/stdio/fputc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fputc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fputs.c b/testsuites/psxtests/psxhdrs/stdio/fputs.c index 39d694790a..a4e4881cda 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fputs.c +++ b/testsuites/psxtests/psxhdrs/stdio/fputs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fputs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fread.c b/testsuites/psxtests/psxhdrs/stdio/fread.c index e0bdaab79c..3862456e7f 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fread.c +++ b/testsuites/psxtests/psxhdrs/stdio/fread.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fread() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/freopen.c b/testsuites/psxtests/psxhdrs/stdio/freopen.c index 6f4d5bae32..f54924898a 100644 --- a/testsuites/psxtests/psxhdrs/stdio/freopen.c +++ b/testsuites/psxtests/psxhdrs/stdio/freopen.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief freopen() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fscanf.c b/testsuites/psxtests/psxhdrs/stdio/fscanf.c index 6ee06ba132..b02b642c9e 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fscanf.c +++ b/testsuites/psxtests/psxhdrs/stdio/fscanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fscanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fseek.c b/testsuites/psxtests/psxhdrs/stdio/fseek.c index a9a7903f0a..aad5ef90eb 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fseek.c +++ b/testsuites/psxtests/psxhdrs/stdio/fseek.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fseek() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fseeko.c b/testsuites/psxtests/psxhdrs/stdio/fseeko.c index 093512a4ea..a04756ac17 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fseeko.c +++ b/testsuites/psxtests/psxhdrs/stdio/fseeko.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fseeko() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fsetpos.c b/testsuites/psxtests/psxhdrs/stdio/fsetpos.c index bbbb8baed7..68d293263b 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fsetpos.c +++ b/testsuites/psxtests/psxhdrs/stdio/fsetpos.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fsetpos() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/ftell.c b/testsuites/psxtests/psxhdrs/stdio/ftell.c index ca1fcc86bf..4cc5175087 100644 --- a/testsuites/psxtests/psxhdrs/stdio/ftell.c +++ b/testsuites/psxtests/psxhdrs/stdio/ftell.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ftell() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/ftello.c b/testsuites/psxtests/psxhdrs/stdio/ftello.c index d9ec44756a..06a1774175 100644 --- a/testsuites/psxtests/psxhdrs/stdio/ftello.c +++ b/testsuites/psxtests/psxhdrs/stdio/ftello.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ftello() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/ftrylockfile.c b/testsuites/psxtests/psxhdrs/stdio/ftrylockfile.c index 6074598630..46b25e84ab 100644 --- a/testsuites/psxtests/psxhdrs/stdio/ftrylockfile.c +++ b/testsuites/psxtests/psxhdrs/stdio/ftrylockfile.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ftrylockfile() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/funlockfile.c b/testsuites/psxtests/psxhdrs/stdio/funlockfile.c index fa2dee4c90..cafa41b09e 100644 --- a/testsuites/psxtests/psxhdrs/stdio/funlockfile.c +++ b/testsuites/psxtests/psxhdrs/stdio/funlockfile.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief funlockfile() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/fwrite.c b/testsuites/psxtests/psxhdrs/stdio/fwrite.c index 67fa134254..7ea7d3e1fe 100644 --- a/testsuites/psxtests/psxhdrs/stdio/fwrite.c +++ b/testsuites/psxtests/psxhdrs/stdio/fwrite.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fwrite() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/getc.c b/testsuites/psxtests/psxhdrs/stdio/getc.c index 75cced5d32..b00b59e7b7 100644 --- a/testsuites/psxtests/psxhdrs/stdio/getc.c +++ b/testsuites/psxtests/psxhdrs/stdio/getc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/getc_unlocked.c b/testsuites/psxtests/psxhdrs/stdio/getc_unlocked.c index 946d82521a..8cb4de56f6 100644 --- a/testsuites/psxtests/psxhdrs/stdio/getc_unlocked.c +++ b/testsuites/psxtests/psxhdrs/stdio/getc_unlocked.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getc_unlocked() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/getchar.c b/testsuites/psxtests/psxhdrs/stdio/getchar.c index 62058fa955..c408c7222a 100644 --- a/testsuites/psxtests/psxhdrs/stdio/getchar.c +++ b/testsuites/psxtests/psxhdrs/stdio/getchar.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getchar() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/getchar_unlocked.c b/testsuites/psxtests/psxhdrs/stdio/getchar_unlocked.c index 9dc1a05bb2..6ca51f5e43 100644 --- a/testsuites/psxtests/psxhdrs/stdio/getchar_unlocked.c +++ b/testsuites/psxtests/psxhdrs/stdio/getchar_unlocked.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getchar_unlocked() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/getdelim.c b/testsuites/psxtests/psxhdrs/stdio/getdelim.c index e1b91492f6..fec29b2b60 100644 --- a/testsuites/psxtests/psxhdrs/stdio/getdelim.c +++ b/testsuites/psxtests/psxhdrs/stdio/getdelim.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getdelim() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/getline.c b/testsuites/psxtests/psxhdrs/stdio/getline.c index bbbc389a46..18e41984b5 100644 --- a/testsuites/psxtests/psxhdrs/stdio/getline.c +++ b/testsuites/psxtests/psxhdrs/stdio/getline.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getline() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/gets.c b/testsuites/psxtests/psxhdrs/stdio/gets.c index af5dc64f59..91f21bc072 100644 --- a/testsuites/psxtests/psxhdrs/stdio/gets.c +++ b/testsuites/psxtests/psxhdrs/stdio/gets.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief gets() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/open_memstream.c b/testsuites/psxtests/psxhdrs/stdio/open_memstream.c index eed3ae1d6b..95301b6194 100644 --- a/testsuites/psxtests/psxhdrs/stdio/open_memstream.c +++ b/testsuites/psxtests/psxhdrs/stdio/open_memstream.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief open_memstream() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/pclose.c b/testsuites/psxtests/psxhdrs/stdio/pclose.c index f3a1518e26..79749b9857 100644 --- a/testsuites/psxtests/psxhdrs/stdio/pclose.c +++ b/testsuites/psxtests/psxhdrs/stdio/pclose.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief pclose() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/perror.c b/testsuites/psxtests/psxhdrs/stdio/perror.c index b5460c51ce..c2f5eb4d6c 100644 --- a/testsuites/psxtests/psxhdrs/stdio/perror.c +++ b/testsuites/psxtests/psxhdrs/stdio/perror.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief perror() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/popen.c b/testsuites/psxtests/psxhdrs/stdio/popen.c index b6fdf1da34..d9252daeb0 100644 --- a/testsuites/psxtests/psxhdrs/stdio/popen.c +++ b/testsuites/psxtests/psxhdrs/stdio/popen.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief popen() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/printf.c b/testsuites/psxtests/psxhdrs/stdio/printf.c index 41cd4ddace..6b6d3bd72a 100644 --- a/testsuites/psxtests/psxhdrs/stdio/printf.c +++ b/testsuites/psxtests/psxhdrs/stdio/printf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief printf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/putc.c b/testsuites/psxtests/psxhdrs/stdio/putc.c index 17ee40422f..2b5c028a76 100644 --- a/testsuites/psxtests/psxhdrs/stdio/putc.c +++ b/testsuites/psxtests/psxhdrs/stdio/putc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief putc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/putc_unlocked.c b/testsuites/psxtests/psxhdrs/stdio/putc_unlocked.c index bf37470265..009eaa51dc 100644 --- a/testsuites/psxtests/psxhdrs/stdio/putc_unlocked.c +++ b/testsuites/psxtests/psxhdrs/stdio/putc_unlocked.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief putc_unlocked() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/putchar.c b/testsuites/psxtests/psxhdrs/stdio/putchar.c index c04a3a0595..dd9f42cf50 100644 --- a/testsuites/psxtests/psxhdrs/stdio/putchar.c +++ b/testsuites/psxtests/psxhdrs/stdio/putchar.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief putchar() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/putchar_unlocked.c b/testsuites/psxtests/psxhdrs/stdio/putchar_unlocked.c index 92bd7058e6..9ec6624b9d 100644 --- a/testsuites/psxtests/psxhdrs/stdio/putchar_unlocked.c +++ b/testsuites/psxtests/psxhdrs/stdio/putchar_unlocked.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief putchar_unlocked() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/puts.c b/testsuites/psxtests/psxhdrs/stdio/puts.c index b6ce4fd84f..c9f614516d 100644 --- a/testsuites/psxtests/psxhdrs/stdio/puts.c +++ b/testsuites/psxtests/psxhdrs/stdio/puts.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief puts() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/remove.c b/testsuites/psxtests/psxhdrs/stdio/remove.c index d3aac672fd..9f600bdaf1 100644 --- a/testsuites/psxtests/psxhdrs/stdio/remove.c +++ b/testsuites/psxtests/psxhdrs/stdio/remove.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief remove() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/rename.c b/testsuites/psxtests/psxhdrs/stdio/rename.c index 9aa7adf0f1..d43dfd9466 100644 --- a/testsuites/psxtests/psxhdrs/stdio/rename.c +++ b/testsuites/psxtests/psxhdrs/stdio/rename.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief rename() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/renameat.c b/testsuites/psxtests/psxhdrs/stdio/renameat.c index ef62a54580..59ef784af9 100644 --- a/testsuites/psxtests/psxhdrs/stdio/renameat.c +++ b/testsuites/psxtests/psxhdrs/stdio/renameat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief renameat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/rewind.c b/testsuites/psxtests/psxhdrs/stdio/rewind.c index 3e074c054d..6220f04923 100644 --- a/testsuites/psxtests/psxhdrs/stdio/rewind.c +++ b/testsuites/psxtests/psxhdrs/stdio/rewind.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief rewind() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/scanf.c b/testsuites/psxtests/psxhdrs/stdio/scanf.c index d0941739ad..571caed39c 100644 --- a/testsuites/psxtests/psxhdrs/stdio/scanf.c +++ b/testsuites/psxtests/psxhdrs/stdio/scanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief scanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/setbuf.c b/testsuites/psxtests/psxhdrs/stdio/setbuf.c index 46e0f81bb6..9067fff12f 100644 --- a/testsuites/psxtests/psxhdrs/stdio/setbuf.c +++ b/testsuites/psxtests/psxhdrs/stdio/setbuf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setbuf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/setvbuf.c b/testsuites/psxtests/psxhdrs/stdio/setvbuf.c index e7e7c9f7aa..b53676b8cd 100644 --- a/testsuites/psxtests/psxhdrs/stdio/setvbuf.c +++ b/testsuites/psxtests/psxhdrs/stdio/setvbuf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setvbuf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/snprintf.c b/testsuites/psxtests/psxhdrs/stdio/snprintf.c index d0f47073c3..4d4d6d7ae9 100644 --- a/testsuites/psxtests/psxhdrs/stdio/snprintf.c +++ b/testsuites/psxtests/psxhdrs/stdio/snprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief snprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/sprintf.c b/testsuites/psxtests/psxhdrs/stdio/sprintf.c index 35f903b39a..7b10e5076e 100644 --- a/testsuites/psxtests/psxhdrs/stdio/sprintf.c +++ b/testsuites/psxtests/psxhdrs/stdio/sprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/sscanf.c b/testsuites/psxtests/psxhdrs/stdio/sscanf.c index 31bf6a8606..7159ad4a1a 100644 --- a/testsuites/psxtests/psxhdrs/stdio/sscanf.c +++ b/testsuites/psxtests/psxhdrs/stdio/sscanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief sscanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/stderr.c b/testsuites/psxtests/psxhdrs/stdio/stderr.c index 9de166190b..0891027854 100644 --- a/testsuites/psxtests/psxhdrs/stdio/stderr.c +++ b/testsuites/psxtests/psxhdrs/stdio/stderr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief stderr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/stdin.c b/testsuites/psxtests/psxhdrs/stdio/stdin.c index d7da18e20c..991d887bb9 100644 --- a/testsuites/psxtests/psxhdrs/stdio/stdin.c +++ b/testsuites/psxtests/psxhdrs/stdio/stdin.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief stdin() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/stdout.c b/testsuites/psxtests/psxhdrs/stdio/stdout.c index 200dfef976..0ffc9619f2 100644 --- a/testsuites/psxtests/psxhdrs/stdio/stdout.c +++ b/testsuites/psxtests/psxhdrs/stdio/stdout.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief stdout() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/tempnam.c b/testsuites/psxtests/psxhdrs/stdio/tempnam.c index d3a650f0ea..2b6a5b470e 100644 --- a/testsuites/psxtests/psxhdrs/stdio/tempnam.c +++ b/testsuites/psxtests/psxhdrs/stdio/tempnam.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tempnam() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/tmpfile.c b/testsuites/psxtests/psxhdrs/stdio/tmpfile.c index 97ce8d5b1e..5549117e6f 100644 --- a/testsuites/psxtests/psxhdrs/stdio/tmpfile.c +++ b/testsuites/psxtests/psxhdrs/stdio/tmpfile.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tmpfile() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/tmpnam.c b/testsuites/psxtests/psxhdrs/stdio/tmpnam.c index f9f0abe1f6..bab50cbdc8 100644 --- a/testsuites/psxtests/psxhdrs/stdio/tmpnam.c +++ b/testsuites/psxtests/psxhdrs/stdio/tmpnam.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tmpnam() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/ungetc.c b/testsuites/psxtests/psxhdrs/stdio/ungetc.c index d15a713176..c20dd64901 100644 --- a/testsuites/psxtests/psxhdrs/stdio/ungetc.c +++ b/testsuites/psxtests/psxhdrs/stdio/ungetc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ungetc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/vdprintf.c b/testsuites/psxtests/psxhdrs/stdio/vdprintf.c index 43dfa1e4b8..b924afffbb 100644 --- a/testsuites/psxtests/psxhdrs/stdio/vdprintf.c +++ b/testsuites/psxtests/psxhdrs/stdio/vdprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vdprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/vfprintf.c b/testsuites/psxtests/psxhdrs/stdio/vfprintf.c index 3ed24b3570..498f060966 100644 --- a/testsuites/psxtests/psxhdrs/stdio/vfprintf.c +++ b/testsuites/psxtests/psxhdrs/stdio/vfprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vfprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/vfscanf.c b/testsuites/psxtests/psxhdrs/stdio/vfscanf.c index 0c39b3456b..6ca86bf675 100644 --- a/testsuites/psxtests/psxhdrs/stdio/vfscanf.c +++ b/testsuites/psxtests/psxhdrs/stdio/vfscanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vfscanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/vprintf.c b/testsuites/psxtests/psxhdrs/stdio/vprintf.c index cd758cd5f5..33a1b3bcd8 100644 --- a/testsuites/psxtests/psxhdrs/stdio/vprintf.c +++ b/testsuites/psxtests/psxhdrs/stdio/vprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/vscanf.c b/testsuites/psxtests/psxhdrs/stdio/vscanf.c index a39b43ae53..9736105f0c 100644 --- a/testsuites/psxtests/psxhdrs/stdio/vscanf.c +++ b/testsuites/psxtests/psxhdrs/stdio/vscanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vscanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/vsnprintf.c b/testsuites/psxtests/psxhdrs/stdio/vsnprintf.c index 003de41475..21d7d8b82b 100644 --- a/testsuites/psxtests/psxhdrs/stdio/vsnprintf.c +++ b/testsuites/psxtests/psxhdrs/stdio/vsnprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vsnprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/vsprintf.c b/testsuites/psxtests/psxhdrs/stdio/vsprintf.c index a57aea8adf..5e08c6c3b7 100644 --- a/testsuites/psxtests/psxhdrs/stdio/vsprintf.c +++ b/testsuites/psxtests/psxhdrs/stdio/vsprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vsprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdio/vsscanf.c b/testsuites/psxtests/psxhdrs/stdio/vsscanf.c index dffcc263fd..bcadf270f1 100644 --- a/testsuites/psxtests/psxhdrs/stdio/vsscanf.c +++ b/testsuites/psxtests/psxhdrs/stdio/vsscanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vsscanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/_Exit.c b/testsuites/psxtests/psxhdrs/stdlib/_Exit.c index 1b1f835420..dfd85e777b 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/_Exit.c +++ b/testsuites/psxtests/psxhdrs/stdlib/_Exit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief _Exit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/a64l.c b/testsuites/psxtests/psxhdrs/stdlib/a64l.c index 42fe6cd420..384eeb2650 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/a64l.c +++ b/testsuites/psxtests/psxhdrs/stdlib/a64l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief a64l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/abort.c b/testsuites/psxtests/psxhdrs/stdlib/abort.c index 032cfb5d9d..038ba808bb 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/abort.c +++ b/testsuites/psxtests/psxhdrs/stdlib/abort.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief abort() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/abs.c b/testsuites/psxtests/psxhdrs/stdlib/abs.c index 4679827664..050451d6dd 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/abs.c +++ b/testsuites/psxtests/psxhdrs/stdlib/abs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief abs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/atexit.c b/testsuites/psxtests/psxhdrs/stdlib/atexit.c index 8fa6fe3540..708322351a 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/atexit.c +++ b/testsuites/psxtests/psxhdrs/stdlib/atexit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atexit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/atof.c b/testsuites/psxtests/psxhdrs/stdlib/atof.c index 42dd95ab02..e2b9513066 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/atof.c +++ b/testsuites/psxtests/psxhdrs/stdlib/atof.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atof() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/atoi.c b/testsuites/psxtests/psxhdrs/stdlib/atoi.c index 64f204790a..8033362415 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/atoi.c +++ b/testsuites/psxtests/psxhdrs/stdlib/atoi.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atoi() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/atol.c b/testsuites/psxtests/psxhdrs/stdlib/atol.c index dec9502b69..0e95e9eb00 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/atol.c +++ b/testsuites/psxtests/psxhdrs/stdlib/atol.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atol() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/atoll.c b/testsuites/psxtests/psxhdrs/stdlib/atoll.c index e60e48572e..00f3fe4551 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/atoll.c +++ b/testsuites/psxtests/psxhdrs/stdlib/atoll.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief atoll() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/bsearch.c b/testsuites/psxtests/psxhdrs/stdlib/bsearch.c index 351caeae4e..deb8be9a22 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/bsearch.c +++ b/testsuites/psxtests/psxhdrs/stdlib/bsearch.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief bsearch() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/calloc.c b/testsuites/psxtests/psxhdrs/stdlib/calloc.c index 01b44907f4..7e2de980bf 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/calloc.c +++ b/testsuites/psxtests/psxhdrs/stdlib/calloc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief calloc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/div.c b/testsuites/psxtests/psxhdrs/stdlib/div.c index 56a5e38639..66f38dce8c 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/div.c +++ b/testsuites/psxtests/psxhdrs/stdlib/div.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief div() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/drand48.c b/testsuites/psxtests/psxhdrs/stdlib/drand48.c index a68ed4d218..d459e4e832 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/drand48.c +++ b/testsuites/psxtests/psxhdrs/stdlib/drand48.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief drand48() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/erand48.c b/testsuites/psxtests/psxhdrs/stdlib/erand48.c index 523e3ba041..86f97993c7 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/erand48.c +++ b/testsuites/psxtests/psxhdrs/stdlib/erand48.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief erand48() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/exit.c b/testsuites/psxtests/psxhdrs/stdlib/exit.c index 93236a0cb6..e0feb00cad 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/exit.c +++ b/testsuites/psxtests/psxhdrs/stdlib/exit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief exit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/free.c b/testsuites/psxtests/psxhdrs/stdlib/free.c index 79b0b6d309..f94a958149 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/free.c +++ b/testsuites/psxtests/psxhdrs/stdlib/free.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief free() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/getenv.c b/testsuites/psxtests/psxhdrs/stdlib/getenv.c index 06751ceb38..5d078144e3 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/getenv.c +++ b/testsuites/psxtests/psxhdrs/stdlib/getenv.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getenv() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/getsubopt.c b/testsuites/psxtests/psxhdrs/stdlib/getsubopt.c index 172c50533e..a3d496b0b8 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/getsubopt.c +++ b/testsuites/psxtests/psxhdrs/stdlib/getsubopt.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getsubopt() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/grantpt.c b/testsuites/psxtests/psxhdrs/stdlib/grantpt.c index 2ba0ad7787..945e5149be 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/grantpt.c +++ b/testsuites/psxtests/psxhdrs/stdlib/grantpt.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief grantpt() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/initstate.c b/testsuites/psxtests/psxhdrs/stdlib/initstate.c index c1bc456caa..ebd730989a 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/initstate.c +++ b/testsuites/psxtests/psxhdrs/stdlib/initstate.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief initstate() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/jrand48.c b/testsuites/psxtests/psxhdrs/stdlib/jrand48.c index dc7835f3af..304c73932c 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/jrand48.c +++ b/testsuites/psxtests/psxhdrs/stdlib/jrand48.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief jrand48() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/l64a.c b/testsuites/psxtests/psxhdrs/stdlib/l64a.c index 23c8d2f0ff..b84abc3ce1 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/l64a.c +++ b/testsuites/psxtests/psxhdrs/stdlib/l64a.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief l64a() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/labs.c b/testsuites/psxtests/psxhdrs/stdlib/labs.c index f2f55bc785..3ab2bf7467 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/labs.c +++ b/testsuites/psxtests/psxhdrs/stdlib/labs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief labs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/lcong48.c b/testsuites/psxtests/psxhdrs/stdlib/lcong48.c index a5d6e5c6f3..790ede08b3 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/lcong48.c +++ b/testsuites/psxtests/psxhdrs/stdlib/lcong48.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lcong48() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/ldiv.c b/testsuites/psxtests/psxhdrs/stdlib/ldiv.c index c32785566c..cbe718cde2 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/ldiv.c +++ b/testsuites/psxtests/psxhdrs/stdlib/ldiv.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ldiv() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/llabs.c b/testsuites/psxtests/psxhdrs/stdlib/llabs.c index 2319774cf9..596f588731 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/llabs.c +++ b/testsuites/psxtests/psxhdrs/stdlib/llabs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief llabs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/lldiv.c b/testsuites/psxtests/psxhdrs/stdlib/lldiv.c index 75bc2d30d6..cf5a53ac2a 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/lldiv.c +++ b/testsuites/psxtests/psxhdrs/stdlib/lldiv.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lldiv() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/lrand48.c b/testsuites/psxtests/psxhdrs/stdlib/lrand48.c index c41dc23204..282e31869b 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/lrand48.c +++ b/testsuites/psxtests/psxhdrs/stdlib/lrand48.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lrand48() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/malloc.c b/testsuites/psxtests/psxhdrs/stdlib/malloc.c index 38317eb1e3..23500354be 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/malloc.c +++ b/testsuites/psxtests/psxhdrs/stdlib/malloc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief malloc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/mblen.c b/testsuites/psxtests/psxhdrs/stdlib/mblen.c index e6631f0e82..fd7fae6e7b 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/mblen.c +++ b/testsuites/psxtests/psxhdrs/stdlib/mblen.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mblen() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/mbstowcs.c b/testsuites/psxtests/psxhdrs/stdlib/mbstowcs.c index 04bf0012d6..41cb939418 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/mbstowcs.c +++ b/testsuites/psxtests/psxhdrs/stdlib/mbstowcs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mbstowcs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/mbtowc.c b/testsuites/psxtests/psxhdrs/stdlib/mbtowc.c index 0c690c45f1..62b78f7f36 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/mbtowc.c +++ b/testsuites/psxtests/psxhdrs/stdlib/mbtowc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mbtowc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/mkdtemp.c b/testsuites/psxtests/psxhdrs/stdlib/mkdtemp.c index 9fa9e1ab96..d13e9937c1 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/mkdtemp.c +++ b/testsuites/psxtests/psxhdrs/stdlib/mkdtemp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mkdtemp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/mkstemp.c b/testsuites/psxtests/psxhdrs/stdlib/mkstemp.c index 76421816f3..50c46ec4c4 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/mkstemp.c +++ b/testsuites/psxtests/psxhdrs/stdlib/mkstemp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mkstemp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/mrand48.c b/testsuites/psxtests/psxhdrs/stdlib/mrand48.c index 651f529a2a..70c4f2d0f9 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/mrand48.c +++ b/testsuites/psxtests/psxhdrs/stdlib/mrand48.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mrand48() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/nrand48.c b/testsuites/psxtests/psxhdrs/stdlib/nrand48.c index b6cc288931..2992e79c07 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/nrand48.c +++ b/testsuites/psxtests/psxhdrs/stdlib/nrand48.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief nrand48() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/posix_memalign.c b/testsuites/psxtests/psxhdrs/stdlib/posix_memalign.c index 3e342cdb59..b1642e8bbb 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/posix_memalign.c +++ b/testsuites/psxtests/psxhdrs/stdlib/posix_memalign.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief posix_memalign() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/posix_openpt.c b/testsuites/psxtests/psxhdrs/stdlib/posix_openpt.c index 83201aa7a1..86f94025ac 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/posix_openpt.c +++ b/testsuites/psxtests/psxhdrs/stdlib/posix_openpt.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief posix_openpt() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/ptsname.c b/testsuites/psxtests/psxhdrs/stdlib/ptsname.c index e94ce64f0d..aa2eecafc4 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/ptsname.c +++ b/testsuites/psxtests/psxhdrs/stdlib/ptsname.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ptsname() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/putenv.c b/testsuites/psxtests/psxhdrs/stdlib/putenv.c index 37bc6d6de0..04d81161d1 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/putenv.c +++ b/testsuites/psxtests/psxhdrs/stdlib/putenv.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief putenv() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/qsort.c b/testsuites/psxtests/psxhdrs/stdlib/qsort.c index 3f0d514256..0bf892e9c4 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/qsort.c +++ b/testsuites/psxtests/psxhdrs/stdlib/qsort.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief qsort() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/rand.c b/testsuites/psxtests/psxhdrs/stdlib/rand.c index 7565a7eaa7..6c1d518b22 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/rand.c +++ b/testsuites/psxtests/psxhdrs/stdlib/rand.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief rand() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/rand_r.c b/testsuites/psxtests/psxhdrs/stdlib/rand_r.c index 31b1711ced..0b26c3d4c8 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/rand_r.c +++ b/testsuites/psxtests/psxhdrs/stdlib/rand_r.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief rand_r() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/random.c b/testsuites/psxtests/psxhdrs/stdlib/random.c index a792ff36eb..08a42bb817 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/random.c +++ b/testsuites/psxtests/psxhdrs/stdlib/random.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief random() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/realloc.c b/testsuites/psxtests/psxhdrs/stdlib/realloc.c index edaa4ea9f1..e29dcf302f 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/realloc.c +++ b/testsuites/psxtests/psxhdrs/stdlib/realloc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief realloc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/realpath.c b/testsuites/psxtests/psxhdrs/stdlib/realpath.c index 38520acf8d..5163d3af11 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/realpath.c +++ b/testsuites/psxtests/psxhdrs/stdlib/realpath.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief realpath() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/seed48.c b/testsuites/psxtests/psxhdrs/stdlib/seed48.c index 054aa68b82..34443c2988 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/seed48.c +++ b/testsuites/psxtests/psxhdrs/stdlib/seed48.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief seed48() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/setenv.c b/testsuites/psxtests/psxhdrs/stdlib/setenv.c index f56383174e..f94ff348ba 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/setenv.c +++ b/testsuites/psxtests/psxhdrs/stdlib/setenv.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setenv() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/setkey.c b/testsuites/psxtests/psxhdrs/stdlib/setkey.c index f7142a0544..b1a4299a29 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/setkey.c +++ b/testsuites/psxtests/psxhdrs/stdlib/setkey.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setkey() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/setstate.c b/testsuites/psxtests/psxhdrs/stdlib/setstate.c index c48330319b..36b32e6452 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/setstate.c +++ b/testsuites/psxtests/psxhdrs/stdlib/setstate.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setstate() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/srand.c b/testsuites/psxtests/psxhdrs/stdlib/srand.c index cca3a6ab49..d2087b469f 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/srand.c +++ b/testsuites/psxtests/psxhdrs/stdlib/srand.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief srand() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/srand48.c b/testsuites/psxtests/psxhdrs/stdlib/srand48.c index 3da64c18a9..489d8aacf1 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/srand48.c +++ b/testsuites/psxtests/psxhdrs/stdlib/srand48.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief srand48() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/srandom.c b/testsuites/psxtests/psxhdrs/stdlib/srandom.c index 461cc1ffe4..e1ffb072da 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/srandom.c +++ b/testsuites/psxtests/psxhdrs/stdlib/srandom.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief srandom() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtod.c b/testsuites/psxtests/psxhdrs/stdlib/strtod.c index b03e6c4bc3..69142c49b1 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/strtod.c +++ b/testsuites/psxtests/psxhdrs/stdlib/strtod.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strtod() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtof.c b/testsuites/psxtests/psxhdrs/stdlib/strtof.c index 759b9c7dec..1c953c06b7 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/strtof.c +++ b/testsuites/psxtests/psxhdrs/stdlib/strtof.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strtof() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtol.c b/testsuites/psxtests/psxhdrs/stdlib/strtol.c index 33c2d258fd..c573a87df4 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/strtol.c +++ b/testsuites/psxtests/psxhdrs/stdlib/strtol.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strtol() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtold.c b/testsuites/psxtests/psxhdrs/stdlib/strtold.c index 7b91890618..8a8220850d 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/strtold.c +++ b/testsuites/psxtests/psxhdrs/stdlib/strtold.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strtold() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtoll.c b/testsuites/psxtests/psxhdrs/stdlib/strtoll.c index 710a61c237..f3628c55e5 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/strtoll.c +++ b/testsuites/psxtests/psxhdrs/stdlib/strtoll.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strtoll() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtoul.c b/testsuites/psxtests/psxhdrs/stdlib/strtoul.c index 236505e713..017a34fde7 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/strtoul.c +++ b/testsuites/psxtests/psxhdrs/stdlib/strtoul.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strtoul() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtoull.c b/testsuites/psxtests/psxhdrs/stdlib/strtoull.c index 313cde1b76..a20d1b01fe 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/strtoull.c +++ b/testsuites/psxtests/psxhdrs/stdlib/strtoull.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strtoull() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/system.c b/testsuites/psxtests/psxhdrs/stdlib/system.c index be23d70965..a3515e76df 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/system.c +++ b/testsuites/psxtests/psxhdrs/stdlib/system.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief system() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/unlockpt.c b/testsuites/psxtests/psxhdrs/stdlib/unlockpt.c index f60f659773..3ecb04275d 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/unlockpt.c +++ b/testsuites/psxtests/psxhdrs/stdlib/unlockpt.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief unlockpt() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/unsetenv.c b/testsuites/psxtests/psxhdrs/stdlib/unsetenv.c index e1d7dfdee6..8638542ee8 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/unsetenv.c +++ b/testsuites/psxtests/psxhdrs/stdlib/unsetenv.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief unsetenv() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/wcstombs.c b/testsuites/psxtests/psxhdrs/stdlib/wcstombs.c index 05b46aecc1..520fb206dc 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/wcstombs.c +++ b/testsuites/psxtests/psxhdrs/stdlib/wcstombs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcstombs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/stdlib/wctomb.c b/testsuites/psxtests/psxhdrs/stdlib/wctomb.c index c0e15e8581..332a4f23fd 100644 --- a/testsuites/psxtests/psxhdrs/stdlib/wctomb.c +++ b/testsuites/psxtests/psxhdrs/stdlib/wctomb.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wctomb() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/memccpy.c b/testsuites/psxtests/psxhdrs/string/memccpy.c index 25ea6c8fe8..5c975e306e 100644 --- a/testsuites/psxtests/psxhdrs/string/memccpy.c +++ b/testsuites/psxtests/psxhdrs/string/memccpy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief memccpy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/memchr.c b/testsuites/psxtests/psxhdrs/string/memchr.c index 5cbdfb06a8..e8bd2b8061 100644 --- a/testsuites/psxtests/psxhdrs/string/memchr.c +++ b/testsuites/psxtests/psxhdrs/string/memchr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief memchr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/memcmp.c b/testsuites/psxtests/psxhdrs/string/memcmp.c index 6ab0f7278d..662abc2ae8 100644 --- a/testsuites/psxtests/psxhdrs/string/memcmp.c +++ b/testsuites/psxtests/psxhdrs/string/memcmp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief memcmp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/memcpy.c b/testsuites/psxtests/psxhdrs/string/memcpy.c index 1c7038546b..3d348e5355 100644 --- a/testsuites/psxtests/psxhdrs/string/memcpy.c +++ b/testsuites/psxtests/psxhdrs/string/memcpy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief memcpy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/memmove.c b/testsuites/psxtests/psxhdrs/string/memmove.c index 611edfb5f9..baefd04c2f 100644 --- a/testsuites/psxtests/psxhdrs/string/memmove.c +++ b/testsuites/psxtests/psxhdrs/string/memmove.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief memmove() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/memset.c b/testsuites/psxtests/psxhdrs/string/memset.c index c63aa5bad7..936eac72c2 100644 --- a/testsuites/psxtests/psxhdrs/string/memset.c +++ b/testsuites/psxtests/psxhdrs/string/memset.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief memset() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/stpcpy.c b/testsuites/psxtests/psxhdrs/string/stpcpy.c index 7e5a6410ea..59129cdc34 100644 --- a/testsuites/psxtests/psxhdrs/string/stpcpy.c +++ b/testsuites/psxtests/psxhdrs/string/stpcpy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief stpcpy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/stpncpy.c b/testsuites/psxtests/psxhdrs/string/stpncpy.c index f7433a136f..46bb10ec63 100644 --- a/testsuites/psxtests/psxhdrs/string/stpncpy.c +++ b/testsuites/psxtests/psxhdrs/string/stpncpy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief stpncpy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strcat.c b/testsuites/psxtests/psxhdrs/string/strcat.c index 15a0f74949..3363894192 100644 --- a/testsuites/psxtests/psxhdrs/string/strcat.c +++ b/testsuites/psxtests/psxhdrs/string/strcat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strcat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strchr.c b/testsuites/psxtests/psxhdrs/string/strchr.c index fc619dfd2a..eee8e41e17 100644 --- a/testsuites/psxtests/psxhdrs/string/strchr.c +++ b/testsuites/psxtests/psxhdrs/string/strchr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strchr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strcmp.c b/testsuites/psxtests/psxhdrs/string/strcmp.c index 92ef4f4172..f00940349e 100644 --- a/testsuites/psxtests/psxhdrs/string/strcmp.c +++ b/testsuites/psxtests/psxhdrs/string/strcmp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strcmp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strcoll.c b/testsuites/psxtests/psxhdrs/string/strcoll.c index 9381b7f75e..b5d52c2f41 100644 --- a/testsuites/psxtests/psxhdrs/string/strcoll.c +++ b/testsuites/psxtests/psxhdrs/string/strcoll.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strcoll() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strcoll_l.c b/testsuites/psxtests/psxhdrs/string/strcoll_l.c index 542e1727f3..f816255da7 100644 --- a/testsuites/psxtests/psxhdrs/string/strcoll_l.c +++ b/testsuites/psxtests/psxhdrs/string/strcoll_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strcoll_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strcpy.c b/testsuites/psxtests/psxhdrs/string/strcpy.c index 98c2c7cc83..f160af29fc 100644 --- a/testsuites/psxtests/psxhdrs/string/strcpy.c +++ b/testsuites/psxtests/psxhdrs/string/strcpy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strcpy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strcspn.c b/testsuites/psxtests/psxhdrs/string/strcspn.c index 4f2f6fca2c..492eb37ff9 100644 --- a/testsuites/psxtests/psxhdrs/string/strcspn.c +++ b/testsuites/psxtests/psxhdrs/string/strcspn.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strcspn() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strdup.c b/testsuites/psxtests/psxhdrs/string/strdup.c index 2d147f7890..2f88a71e9e 100644 --- a/testsuites/psxtests/psxhdrs/string/strdup.c +++ b/testsuites/psxtests/psxhdrs/string/strdup.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strdup() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strerror.c b/testsuites/psxtests/psxhdrs/string/strerror.c index 49c4321897..d889e88afa 100644 --- a/testsuites/psxtests/psxhdrs/string/strerror.c +++ b/testsuites/psxtests/psxhdrs/string/strerror.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strerror() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strerror_l.c b/testsuites/psxtests/psxhdrs/string/strerror_l.c index 26cf14ea45..6b399fd278 100644 --- a/testsuites/psxtests/psxhdrs/string/strerror_l.c +++ b/testsuites/psxtests/psxhdrs/string/strerror_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strerror_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strerror_r.c b/testsuites/psxtests/psxhdrs/string/strerror_r.c index 0c9a68960b..3291f37ebb 100644 --- a/testsuites/psxtests/psxhdrs/string/strerror_r.c +++ b/testsuites/psxtests/psxhdrs/string/strerror_r.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strerror_r() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strlen.c b/testsuites/psxtests/psxhdrs/string/strlen.c index 3f71f58f5b..3e7d558698 100644 --- a/testsuites/psxtests/psxhdrs/string/strlen.c +++ b/testsuites/psxtests/psxhdrs/string/strlen.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strlen() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strncat.c b/testsuites/psxtests/psxhdrs/string/strncat.c index d872be3408..03ef5758a7 100644 --- a/testsuites/psxtests/psxhdrs/string/strncat.c +++ b/testsuites/psxtests/psxhdrs/string/strncat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strncat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strncmp.c b/testsuites/psxtests/psxhdrs/string/strncmp.c index 9b9fccc581..a4f01ca57b 100644 --- a/testsuites/psxtests/psxhdrs/string/strncmp.c +++ b/testsuites/psxtests/psxhdrs/string/strncmp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strncmp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strncpy.c b/testsuites/psxtests/psxhdrs/string/strncpy.c index e80d6f6e64..c26c8e9d6a 100644 --- a/testsuites/psxtests/psxhdrs/string/strncpy.c +++ b/testsuites/psxtests/psxhdrs/string/strncpy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strncpy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strndup.c b/testsuites/psxtests/psxhdrs/string/strndup.c index f2298ea999..711785d302 100644 --- a/testsuites/psxtests/psxhdrs/string/strndup.c +++ b/testsuites/psxtests/psxhdrs/string/strndup.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strndup() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strnlen.c b/testsuites/psxtests/psxhdrs/string/strnlen.c index 5dad39dd65..a339c451cf 100644 --- a/testsuites/psxtests/psxhdrs/string/strnlen.c +++ b/testsuites/psxtests/psxhdrs/string/strnlen.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strnlen() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strpbrk.c b/testsuites/psxtests/psxhdrs/string/strpbrk.c index 0fc6aa70db..0e74104fb9 100644 --- a/testsuites/psxtests/psxhdrs/string/strpbrk.c +++ b/testsuites/psxtests/psxhdrs/string/strpbrk.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strpbrk() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strrchr.c b/testsuites/psxtests/psxhdrs/string/strrchr.c index 2b37e16384..dcc041897d 100644 --- a/testsuites/psxtests/psxhdrs/string/strrchr.c +++ b/testsuites/psxtests/psxhdrs/string/strrchr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strrchr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strsignal.c b/testsuites/psxtests/psxhdrs/string/strsignal.c index 3b4de0c0f2..710764f029 100644 --- a/testsuites/psxtests/psxhdrs/string/strsignal.c +++ b/testsuites/psxtests/psxhdrs/string/strsignal.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strsignal() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strspn.c b/testsuites/psxtests/psxhdrs/string/strspn.c index f8d4cbe82e..40056c9a86 100644 --- a/testsuites/psxtests/psxhdrs/string/strspn.c +++ b/testsuites/psxtests/psxhdrs/string/strspn.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strspn() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strstr.c b/testsuites/psxtests/psxhdrs/string/strstr.c index 3e8f12b518..c4e48c443b 100644 --- a/testsuites/psxtests/psxhdrs/string/strstr.c +++ b/testsuites/psxtests/psxhdrs/string/strstr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strstr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strtok.c b/testsuites/psxtests/psxhdrs/string/strtok.c index ebb9f9584e..eeb40f8bf6 100644 --- a/testsuites/psxtests/psxhdrs/string/strtok.c +++ b/testsuites/psxtests/psxhdrs/string/strtok.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strtok() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strtok_r.c b/testsuites/psxtests/psxhdrs/string/strtok_r.c index 731fdcc85d..d7a3e3d85d 100644 --- a/testsuites/psxtests/psxhdrs/string/strtok_r.c +++ b/testsuites/psxtests/psxhdrs/string/strtok_r.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strtok_r() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strxfrm.c b/testsuites/psxtests/psxhdrs/string/strxfrm.c index 1c1c1ddc1d..5ffcaee356 100644 --- a/testsuites/psxtests/psxhdrs/string/strxfrm.c +++ b/testsuites/psxtests/psxhdrs/string/strxfrm.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strxfrm() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/string/strxfrm_l.c b/testsuites/psxtests/psxhdrs/string/strxfrm_l.c index 2a3d9f691d..334ed2949e 100644 --- a/testsuites/psxtests/psxhdrs/string/strxfrm_l.c +++ b/testsuites/psxtests/psxhdrs/string/strxfrm_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strxfrm_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/strings/bcmp.c b/testsuites/psxtests/psxhdrs/strings/bcmp.c index d86c05f878..b346680572 100644 --- a/testsuites/psxtests/psxhdrs/strings/bcmp.c +++ b/testsuites/psxtests/psxhdrs/strings/bcmp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief bcmp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/strings/bcopy.c b/testsuites/psxtests/psxhdrs/strings/bcopy.c index 26cca2f479..b77584bdd8 100644 --- a/testsuites/psxtests/psxhdrs/strings/bcopy.c +++ b/testsuites/psxtests/psxhdrs/strings/bcopy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief bcopy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/strings/ffs.c b/testsuites/psxtests/psxhdrs/strings/ffs.c index 3a7985aae8..b69893ed4d 100644 --- a/testsuites/psxtests/psxhdrs/strings/ffs.c +++ b/testsuites/psxtests/psxhdrs/strings/ffs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ffs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/strings/index.c b/testsuites/psxtests/psxhdrs/strings/index.c index ea8ebf024d..a855be4e96 100644 --- a/testsuites/psxtests/psxhdrs/strings/index.c +++ b/testsuites/psxtests/psxhdrs/strings/index.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief index() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/strings/rindex.c b/testsuites/psxtests/psxhdrs/strings/rindex.c index aea3efb0ae..d7476d8f61 100644 --- a/testsuites/psxtests/psxhdrs/strings/rindex.c +++ b/testsuites/psxtests/psxhdrs/strings/rindex.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief rindex() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/strings/strcasecmp.c b/testsuites/psxtests/psxhdrs/strings/strcasecmp.c index 40040bdaa4..98116976e1 100644 --- a/testsuites/psxtests/psxhdrs/strings/strcasecmp.c +++ b/testsuites/psxtests/psxhdrs/strings/strcasecmp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strcasecmp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/strings/strcasecmp_l.c b/testsuites/psxtests/psxhdrs/strings/strcasecmp_l.c index b9d094d8c0..e7e1d3bf5b 100644 --- a/testsuites/psxtests/psxhdrs/strings/strcasecmp_l.c +++ b/testsuites/psxtests/psxhdrs/strings/strcasecmp_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strcasecmp_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/strings/strncasecmp.c b/testsuites/psxtests/psxhdrs/strings/strncasecmp.c index 076ca6d684..46326d3a41 100644 --- a/testsuites/psxtests/psxhdrs/strings/strncasecmp.c +++ b/testsuites/psxtests/psxhdrs/strings/strncasecmp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strncasecmp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/strings/strncasecmp_l.c b/testsuites/psxtests/psxhdrs/strings/strncasecmp_l.c index c8e0c84621..63ca33d5b3 100644 --- a/testsuites/psxtests/psxhdrs/strings/strncasecmp_l.c +++ b/testsuites/psxtests/psxhdrs/strings/strncasecmp_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief strncasecmp_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Himanshu Sekhar Nayak * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/ipc/ftok.c b/testsuites/psxtests/psxhdrs/sys/ipc/ftok.c index 0fbdbe86b3..0301180a4e 100644 --- a/testsuites/psxtests/psxhdrs/sys/ipc/ftok.c +++ b/testsuites/psxtests/psxhdrs/sys/ipc/ftok.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ftok() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/msg/msgctl.c b/testsuites/psxtests/psxhdrs/sys/msg/msgctl.c index 6ddd60dba3..ca3992f978 100644 --- a/testsuites/psxtests/psxhdrs/sys/msg/msgctl.c +++ b/testsuites/psxtests/psxhdrs/sys/msg/msgctl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief msgctl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/msg/msgget.c b/testsuites/psxtests/psxhdrs/sys/msg/msgget.c index e8617987de..0467326b65 100644 --- a/testsuites/psxtests/psxhdrs/sys/msg/msgget.c +++ b/testsuites/psxtests/psxhdrs/sys/msg/msgget.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief msgget() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/msg/msgrcv.c b/testsuites/psxtests/psxhdrs/sys/msg/msgrcv.c index f503046946..463c76f0a2 100644 --- a/testsuites/psxtests/psxhdrs/sys/msg/msgrcv.c +++ b/testsuites/psxtests/psxhdrs/sys/msg/msgrcv.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief msgrcv() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/msg/msgsnd.c b/testsuites/psxtests/psxhdrs/sys/msg/msgsnd.c index eee3fc57ee..f8f25f1bad 100644 --- a/testsuites/psxtests/psxhdrs/sys/msg/msgsnd.c +++ b/testsuites/psxtests/psxhdrs/sys/msg/msgsnd.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief msgsnd() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/resource/getpriority.c b/testsuites/psxtests/psxhdrs/sys/resource/getpriority.c index f3bdb7eae4..d3a47880f4 100644 --- a/testsuites/psxtests/psxhdrs/sys/resource/getpriority.c +++ b/testsuites/psxtests/psxhdrs/sys/resource/getpriority.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getpriority() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/resource/getrlimit.c b/testsuites/psxtests/psxhdrs/sys/resource/getrlimit.c index 69a35b683d..9669f21075 100644 --- a/testsuites/psxtests/psxhdrs/sys/resource/getrlimit.c +++ b/testsuites/psxtests/psxhdrs/sys/resource/getrlimit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getrlimit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/resource/getrusage.c b/testsuites/psxtests/psxhdrs/sys/resource/getrusage.c index ce6a8bed96..458aafbd0b 100644 --- a/testsuites/psxtests/psxhdrs/sys/resource/getrusage.c +++ b/testsuites/psxtests/psxhdrs/sys/resource/getrusage.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getrusage() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/resource/setpriority.c b/testsuites/psxtests/psxhdrs/sys/resource/setpriority.c index e8c9093dd8..02394a4fbe 100644 --- a/testsuites/psxtests/psxhdrs/sys/resource/setpriority.c +++ b/testsuites/psxtests/psxhdrs/sys/resource/setpriority.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setpriority() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/resource/setrlimit.c b/testsuites/psxtests/psxhdrs/sys/resource/setrlimit.c index 112a7344ae..6e6653ce0e 100644 --- a/testsuites/psxtests/psxhdrs/sys/resource/setrlimit.c +++ b/testsuites/psxtests/psxhdrs/sys/resource/setrlimit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setrlimit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/select/FD_CLR.c b/testsuites/psxtests/psxhdrs/sys/select/FD_CLR.c index 086e63c5b3..f0bbcaf9bd 100644 --- a/testsuites/psxtests/psxhdrs/sys/select/FD_CLR.c +++ b/testsuites/psxtests/psxhdrs/sys/select/FD_CLR.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief FD_CLR() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/select/FD_ISSET.c b/testsuites/psxtests/psxhdrs/sys/select/FD_ISSET.c index 52737af723..8f1df3fbee 100644 --- a/testsuites/psxtests/psxhdrs/sys/select/FD_ISSET.c +++ b/testsuites/psxtests/psxhdrs/sys/select/FD_ISSET.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief FD_ISSET() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/select/FD_SET.c b/testsuites/psxtests/psxhdrs/sys/select/FD_SET.c index 5482cff14a..13dba354ba 100644 --- a/testsuites/psxtests/psxhdrs/sys/select/FD_SET.c +++ b/testsuites/psxtests/psxhdrs/sys/select/FD_SET.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief FD_SET() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/select/FD_ZERO.c b/testsuites/psxtests/psxhdrs/sys/select/FD_ZERO.c index 268d478eb3..e36b84daed 100644 --- a/testsuites/psxtests/psxhdrs/sys/select/FD_ZERO.c +++ b/testsuites/psxtests/psxhdrs/sys/select/FD_ZERO.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief FD_ZERO() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/select/pselect.c b/testsuites/psxtests/psxhdrs/sys/select/pselect.c index ad96dda686..ef14abc079 100644 --- a/testsuites/psxtests/psxhdrs/sys/select/pselect.c +++ b/testsuites/psxtests/psxhdrs/sys/select/pselect.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief pselect() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/select/select.c b/testsuites/psxtests/psxhdrs/sys/select/select.c index 14a59614c5..343c798ddc 100644 --- a/testsuites/psxtests/psxhdrs/sys/select/select.c +++ b/testsuites/psxtests/psxhdrs/sys/select/select.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief select() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/chmod.c b/testsuites/psxtests/psxhdrs/sys/stat/chmod.c index 473b6fd94a..93f5134066 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/chmod.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/chmod.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief chmod() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/fchmod.c b/testsuites/psxtests/psxhdrs/sys/stat/fchmod.c index d40f3e3a03..5895143b96 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/fchmod.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/fchmod.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fchmod() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/fchmodat.c b/testsuites/psxtests/psxhdrs/sys/stat/fchmodat.c index 11a6b31599..0ee3fa8f5c 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/fchmodat.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/fchmodat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fchmodat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/fstat.c b/testsuites/psxtests/psxhdrs/sys/stat/fstat.c index f5415c05d7..bd267a1575 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/fstat.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/fstat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fstat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/fstatat.c b/testsuites/psxtests/psxhdrs/sys/stat/fstatat.c index 1bd1f65a03..1a7e47de77 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/fstatat.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/fstatat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fstatat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/futimens.c b/testsuites/psxtests/psxhdrs/sys/stat/futimens.c index 9892352b71..b0c0cf3507 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/futimens.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/futimens.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief futimens() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/lstat.c b/testsuites/psxtests/psxhdrs/sys/stat/lstat.c index 21e4bba975..9e72fb4582 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/lstat.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/lstat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief lstat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/mkdir.c b/testsuites/psxtests/psxhdrs/sys/stat/mkdir.c index 3960b635ef..7fe71ebe2d 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/mkdir.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/mkdir.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mkdir() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/mkdirat.c b/testsuites/psxtests/psxhdrs/sys/stat/mkdirat.c index b34ffaf45d..bc7c3c7f36 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/mkdirat.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/mkdirat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mkdirat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/mkfifo.c b/testsuites/psxtests/psxhdrs/sys/stat/mkfifo.c index c828dd33e7..7fe5d122ae 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/mkfifo.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/mkfifo.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mkfifo() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/mkfifoat.c b/testsuites/psxtests/psxhdrs/sys/stat/mkfifoat.c index 311f55a11e..9bfc589336 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/mkfifoat.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/mkfifoat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mkfifoat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/mknod.c b/testsuites/psxtests/psxhdrs/sys/stat/mknod.c index 57f7da55f7..c9facbcb53 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/mknod.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/mknod.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mknod() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/mknodat.c b/testsuites/psxtests/psxhdrs/sys/stat/mknodat.c index ec619610ed..03556d8c67 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/mknodat.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/mknodat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mknodat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/stat.c b/testsuites/psxtests/psxhdrs/sys/stat/stat.c index 62ccd255eb..606a746002 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/stat.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/stat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief stat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/umask.c b/testsuites/psxtests/psxhdrs/sys/stat/umask.c index 918fe45e04..7933622792 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/umask.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/umask.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief umask() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/stat/utimensat.c b/testsuites/psxtests/psxhdrs/sys/stat/utimensat.c index b74cc1a44b..04c349a802 100644 --- a/testsuites/psxtests/psxhdrs/sys/stat/utimensat.c +++ b/testsuites/psxtests/psxhdrs/sys/stat/utimensat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief utimensat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/time/getitimer.c b/testsuites/psxtests/psxhdrs/sys/time/getitimer.c index 7238c857e5..317599a98d 100644 --- a/testsuites/psxtests/psxhdrs/sys/time/getitimer.c +++ b/testsuites/psxtests/psxhdrs/sys/time/getitimer.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getitimer() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/time/gettimeofday.c b/testsuites/psxtests/psxhdrs/sys/time/gettimeofday.c index f2a75a455b..c35e62c97d 100644 --- a/testsuites/psxtests/psxhdrs/sys/time/gettimeofday.c +++ b/testsuites/psxtests/psxhdrs/sys/time/gettimeofday.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief gettimeofday() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/time/select.c b/testsuites/psxtests/psxhdrs/sys/time/select.c index 9aafde2eca..37611c48d4 100644 --- a/testsuites/psxtests/psxhdrs/sys/time/select.c +++ b/testsuites/psxtests/psxhdrs/sys/time/select.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief select() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/time/setitimer.c b/testsuites/psxtests/psxhdrs/sys/time/setitimer.c index 42e921bef0..ebbeee59aa 100644 --- a/testsuites/psxtests/psxhdrs/sys/time/setitimer.c +++ b/testsuites/psxtests/psxhdrs/sys/time/setitimer.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setitimer() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/time/utimes.c b/testsuites/psxtests/psxhdrs/sys/time/utimes.c index bebc7a77b4..0a2b1cc339 100644 --- a/testsuites/psxtests/psxhdrs/sys/time/utimes.c +++ b/testsuites/psxtests/psxhdrs/sys/time/utimes.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief utimes() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/times/times.c b/testsuites/psxtests/psxhdrs/sys/times/times.c index cd0545d522..8f3fb22e09 100644 --- a/testsuites/psxtests/psxhdrs/sys/times/times.c +++ b/testsuites/psxtests/psxhdrs/sys/times/times.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief times() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Marcal Comajoan Cara * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/sys/utsname/uname.c b/testsuites/psxtests/psxhdrs/sys/utsname/uname.c index e5e8494e85..4297dfab61 100644 --- a/testsuites/psxtests/psxhdrs/sys/utsname/uname.c +++ b/testsuites/psxtests/psxhdrs/sys/utsname/uname.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief uname() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/termios/cfgetispeed.c b/testsuites/psxtests/psxhdrs/termios/cfgetispeed.c index 0c8d304a71..ee7c3afc48 100644 --- a/testsuites/psxtests/psxhdrs/termios/cfgetispeed.c +++ b/testsuites/psxtests/psxhdrs/termios/cfgetispeed.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cfgetispeed() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2019 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/termios/cfgetospeed.c b/testsuites/psxtests/psxhdrs/termios/cfgetospeed.c index 4d2e23ed50..ccd9883d5c 100644 --- a/testsuites/psxtests/psxhdrs/termios/cfgetospeed.c +++ b/testsuites/psxtests/psxhdrs/termios/cfgetospeed.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cfgetospeed() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2019 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/termios/cfsetispeed.c b/testsuites/psxtests/psxhdrs/termios/cfsetispeed.c index 0f8ddfff57..5d2ad89f49 100644 --- a/testsuites/psxtests/psxhdrs/termios/cfsetispeed.c +++ b/testsuites/psxtests/psxhdrs/termios/cfsetispeed.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cfsetispeed() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2019 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/termios/cfsetospeed.c b/testsuites/psxtests/psxhdrs/termios/cfsetospeed.c index 8d5404c954..bd600fdbf7 100644 --- a/testsuites/psxtests/psxhdrs/termios/cfsetospeed.c +++ b/testsuites/psxtests/psxhdrs/termios/cfsetospeed.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief cfsetospeed() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2019 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/termios/tcdrain.c b/testsuites/psxtests/psxhdrs/termios/tcdrain.c index 1de8862f65..ea8bdb1204 100644 --- a/testsuites/psxtests/psxhdrs/termios/tcdrain.c +++ b/testsuites/psxtests/psxhdrs/termios/tcdrain.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tcdrain() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2019 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/termios/tcflow.c b/testsuites/psxtests/psxhdrs/termios/tcflow.c index 5b7d1dab39..969e8f31df 100644 --- a/testsuites/psxtests/psxhdrs/termios/tcflow.c +++ b/testsuites/psxtests/psxhdrs/termios/tcflow.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tcflow() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2019 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/termios/tcflush.c b/testsuites/psxtests/psxhdrs/termios/tcflush.c index 4beccb89d5..b7abd5f4cf 100644 --- a/testsuites/psxtests/psxhdrs/termios/tcflush.c +++ b/testsuites/psxtests/psxhdrs/termios/tcflush.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tcflush() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2019 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/termios/tcgetattr.c b/testsuites/psxtests/psxhdrs/termios/tcgetattr.c index 843b7c8281..f478878c6e 100644 --- a/testsuites/psxtests/psxhdrs/termios/tcgetattr.c +++ b/testsuites/psxtests/psxhdrs/termios/tcgetattr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tcgetattr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2019 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/termios/tcgetsid.c b/testsuites/psxtests/psxhdrs/termios/tcgetsid.c index 8700742166..0b1ec857e1 100644 --- a/testsuites/psxtests/psxhdrs/termios/tcgetsid.c +++ b/testsuites/psxtests/psxhdrs/termios/tcgetsid.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tcgetsid() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2019 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/termios/tcsendbreak.c b/testsuites/psxtests/psxhdrs/termios/tcsendbreak.c index 7ef4de0b7f..f801f9a1c2 100644 --- a/testsuites/psxtests/psxhdrs/termios/tcsendbreak.c +++ b/testsuites/psxtests/psxhdrs/termios/tcsendbreak.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tcsendbreak() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2019 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/termios/tcsetattr.c b/testsuites/psxtests/psxhdrs/termios/tcsetattr.c index da0e0ea62d..47f9da2c8d 100644 --- a/testsuites/psxtests/psxhdrs/termios/tcsetattr.c +++ b/testsuites/psxtests/psxhdrs/termios/tcsetattr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief tcsetattr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2019 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ucontext/getcontext.c b/testsuites/psxtests/psxhdrs/ucontext/getcontext.c index 79a49cca90..5108471fc0 100644 --- a/testsuites/psxtests/psxhdrs/ucontext/getcontext.c +++ b/testsuites/psxtests/psxhdrs/ucontext/getcontext.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getcontext() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ucontext/makecontext.c b/testsuites/psxtests/psxhdrs/ucontext/makecontext.c index b180a8e55c..7b6e2a43c7 100644 --- a/testsuites/psxtests/psxhdrs/ucontext/makecontext.c +++ b/testsuites/psxtests/psxhdrs/ucontext/makecontext.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief makecontext() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ucontext/setcontext.c b/testsuites/psxtests/psxhdrs/ucontext/setcontext.c index 3f8cd6328f..a833516c58 100644 --- a/testsuites/psxtests/psxhdrs/ucontext/setcontext.c +++ b/testsuites/psxtests/psxhdrs/ucontext/setcontext.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief setcontext() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ucontext/swapcontext.c b/testsuites/psxtests/psxhdrs/ucontext/swapcontext.c index 84da2d2e44..086b091b86 100644 --- a/testsuites/psxtests/psxhdrs/ucontext/swapcontext.c +++ b/testsuites/psxtests/psxhdrs/ucontext/swapcontext.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief swapcontext() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/ulimit/ulimit.c b/testsuites/psxtests/psxhdrs/ulimit/ulimit.c index b2650648c7..2a1e660e6e 100644 --- a/testsuites/psxtests/psxhdrs/ulimit/ulimit.c +++ b/testsuites/psxtests/psxhdrs/ulimit/ulimit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ulimit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/utime/utime.c b/testsuites/psxtests/psxhdrs/utime/utime.c index db619baecc..2390a50c61 100644 --- a/testsuites/psxtests/psxhdrs/utime/utime.c +++ b/testsuites/psxtests/psxhdrs/utime/utime.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief utime() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Shashvat Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/btowc.c b/testsuites/psxtests/psxhdrs/wchar/btowc.c index 5c3f3a7d57..5189fa315c 100644 --- a/testsuites/psxtests/psxhdrs/wchar/btowc.c +++ b/testsuites/psxtests/psxhdrs/wchar/btowc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief btowc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/fgetwc.c b/testsuites/psxtests/psxhdrs/wchar/fgetwc.c index dca14a07f0..905c9d8cab 100644 --- a/testsuites/psxtests/psxhdrs/wchar/fgetwc.c +++ b/testsuites/psxtests/psxhdrs/wchar/fgetwc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fgetwc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/fgetws.c b/testsuites/psxtests/psxhdrs/wchar/fgetws.c index 5af5b33ffd..cdd722355a 100644 --- a/testsuites/psxtests/psxhdrs/wchar/fgetws.c +++ b/testsuites/psxtests/psxhdrs/wchar/fgetws.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fgetws() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/fputwc.c b/testsuites/psxtests/psxhdrs/wchar/fputwc.c index 5734b9c241..7a5883f3a9 100644 --- a/testsuites/psxtests/psxhdrs/wchar/fputwc.c +++ b/testsuites/psxtests/psxhdrs/wchar/fputwc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fputwc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/fputws.c b/testsuites/psxtests/psxhdrs/wchar/fputws.c index 419f0b14a7..89f1513e4f 100644 --- a/testsuites/psxtests/psxhdrs/wchar/fputws.c +++ b/testsuites/psxtests/psxhdrs/wchar/fputws.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fputws() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/fwide.c b/testsuites/psxtests/psxhdrs/wchar/fwide.c index 1fccc69c70..2d23f4d73f 100644 --- a/testsuites/psxtests/psxhdrs/wchar/fwide.c +++ b/testsuites/psxtests/psxhdrs/wchar/fwide.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fwide() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/fwprintf.c b/testsuites/psxtests/psxhdrs/wchar/fwprintf.c index f325e4e8f8..abba0b9410 100644 --- a/testsuites/psxtests/psxhdrs/wchar/fwprintf.c +++ b/testsuites/psxtests/psxhdrs/wchar/fwprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fwprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/fwscanf.c b/testsuites/psxtests/psxhdrs/wchar/fwscanf.c index e9151d48e2..1e7b6338b3 100644 --- a/testsuites/psxtests/psxhdrs/wchar/fwscanf.c +++ b/testsuites/psxtests/psxhdrs/wchar/fwscanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief fwscanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/getwc.c b/testsuites/psxtests/psxhdrs/wchar/getwc.c index 78fde0c2b0..b773deb9b5 100644 --- a/testsuites/psxtests/psxhdrs/wchar/getwc.c +++ b/testsuites/psxtests/psxhdrs/wchar/getwc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getwc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/getwchar.c b/testsuites/psxtests/psxhdrs/wchar/getwchar.c index 94a3dcdb25..990b000481 100644 --- a/testsuites/psxtests/psxhdrs/wchar/getwchar.c +++ b/testsuites/psxtests/psxhdrs/wchar/getwchar.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief getwchar() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/iswalnum.c b/testsuites/psxtests/psxhdrs/wchar/iswalnum.c index 63ec0f56db..26dd678b2d 100644 --- a/testsuites/psxtests/psxhdrs/wchar/iswalnum.c +++ b/testsuites/psxtests/psxhdrs/wchar/iswalnum.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswalnum() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/iswalpha.c b/testsuites/psxtests/psxhdrs/wchar/iswalpha.c index 7612ea85a7..4c2ac64fdf 100644 --- a/testsuites/psxtests/psxhdrs/wchar/iswalpha.c +++ b/testsuites/psxtests/psxhdrs/wchar/iswalpha.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswalpha() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/iswcntrl.c b/testsuites/psxtests/psxhdrs/wchar/iswcntrl.c index 5ee1d11542..37a6f09cdf 100644 --- a/testsuites/psxtests/psxhdrs/wchar/iswcntrl.c +++ b/testsuites/psxtests/psxhdrs/wchar/iswcntrl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswcntrl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/iswctype.c b/testsuites/psxtests/psxhdrs/wchar/iswctype.c index e78a0fdf69..7c68458f51 100644 --- a/testsuites/psxtests/psxhdrs/wchar/iswctype.c +++ b/testsuites/psxtests/psxhdrs/wchar/iswctype.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswctype() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/iswdigit.c b/testsuites/psxtests/psxhdrs/wchar/iswdigit.c index ae18fafc18..610631f8b4 100644 --- a/testsuites/psxtests/psxhdrs/wchar/iswdigit.c +++ b/testsuites/psxtests/psxhdrs/wchar/iswdigit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswdigit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/iswgraph.c b/testsuites/psxtests/psxhdrs/wchar/iswgraph.c index 95f6034256..42b21bd616 100644 --- a/testsuites/psxtests/psxhdrs/wchar/iswgraph.c +++ b/testsuites/psxtests/psxhdrs/wchar/iswgraph.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswgraph() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/iswlower.c b/testsuites/psxtests/psxhdrs/wchar/iswlower.c index f25ab85f9f..a57ad4024c 100644 --- a/testsuites/psxtests/psxhdrs/wchar/iswlower.c +++ b/testsuites/psxtests/psxhdrs/wchar/iswlower.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswlower() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/iswprint.c b/testsuites/psxtests/psxhdrs/wchar/iswprint.c index 7e518a6885..7946728d51 100644 --- a/testsuites/psxtests/psxhdrs/wchar/iswprint.c +++ b/testsuites/psxtests/psxhdrs/wchar/iswprint.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswprint() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/iswpunct.c b/testsuites/psxtests/psxhdrs/wchar/iswpunct.c index 247f5d4bd5..6a58b3e98f 100644 --- a/testsuites/psxtests/psxhdrs/wchar/iswpunct.c +++ b/testsuites/psxtests/psxhdrs/wchar/iswpunct.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswpunct() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/iswspace.c b/testsuites/psxtests/psxhdrs/wchar/iswspace.c index 1c8cfd3ead..b83433bdaa 100644 --- a/testsuites/psxtests/psxhdrs/wchar/iswspace.c +++ b/testsuites/psxtests/psxhdrs/wchar/iswspace.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswspace() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/iswupper.c b/testsuites/psxtests/psxhdrs/wchar/iswupper.c index 5cb745ed73..6fa491e068 100644 --- a/testsuites/psxtests/psxhdrs/wchar/iswupper.c +++ b/testsuites/psxtests/psxhdrs/wchar/iswupper.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswupper() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/iswxdigit.c b/testsuites/psxtests/psxhdrs/wchar/iswxdigit.c index 88154a92c4..0fbf18b13c 100644 --- a/testsuites/psxtests/psxhdrs/wchar/iswxdigit.c +++ b/testsuites/psxtests/psxhdrs/wchar/iswxdigit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswxdigit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/mbrlen.c b/testsuites/psxtests/psxhdrs/wchar/mbrlen.c index 1fbb1f482f..04c725b9ab 100644 --- a/testsuites/psxtests/psxhdrs/wchar/mbrlen.c +++ b/testsuites/psxtests/psxhdrs/wchar/mbrlen.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mbrlen() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/mbrtowc.c b/testsuites/psxtests/psxhdrs/wchar/mbrtowc.c index d867db9790..8727990e50 100644 --- a/testsuites/psxtests/psxhdrs/wchar/mbrtowc.c +++ b/testsuites/psxtests/psxhdrs/wchar/mbrtowc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mbrtowc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/mbsinit.c b/testsuites/psxtests/psxhdrs/wchar/mbsinit.c index 5432520f86..d2ecfea9f2 100644 --- a/testsuites/psxtests/psxhdrs/wchar/mbsinit.c +++ b/testsuites/psxtests/psxhdrs/wchar/mbsinit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mbsinit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/mbsnrtowcs.c b/testsuites/psxtests/psxhdrs/wchar/mbsnrtowcs.c index 066fa3ff44..06eaf43de4 100644 --- a/testsuites/psxtests/psxhdrs/wchar/mbsnrtowcs.c +++ b/testsuites/psxtests/psxhdrs/wchar/mbsnrtowcs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mbsnrtowcs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/mbsrtowcs.c b/testsuites/psxtests/psxhdrs/wchar/mbsrtowcs.c index c1118454ea..59d24a60f1 100644 --- a/testsuites/psxtests/psxhdrs/wchar/mbsrtowcs.c +++ b/testsuites/psxtests/psxhdrs/wchar/mbsrtowcs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief mbsrtowcs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/open_wmemstream.c b/testsuites/psxtests/psxhdrs/wchar/open_wmemstream.c index fc428e6b01..cfc52c9ceb 100644 --- a/testsuites/psxtests/psxhdrs/wchar/open_wmemstream.c +++ b/testsuites/psxtests/psxhdrs/wchar/open_wmemstream.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief open_wmemstream() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/putwc.c b/testsuites/psxtests/psxhdrs/wchar/putwc.c index fc5ea0f134..4db61cad51 100644 --- a/testsuites/psxtests/psxhdrs/wchar/putwc.c +++ b/testsuites/psxtests/psxhdrs/wchar/putwc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief putwc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/putwchar.c b/testsuites/psxtests/psxhdrs/wchar/putwchar.c index 8657221c51..c6c8b8ad3f 100644 --- a/testsuites/psxtests/psxhdrs/wchar/putwchar.c +++ b/testsuites/psxtests/psxhdrs/wchar/putwchar.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief putwchar() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/swprintf.c b/testsuites/psxtests/psxhdrs/wchar/swprintf.c index 65efcadd75..485d6bda8c 100644 --- a/testsuites/psxtests/psxhdrs/wchar/swprintf.c +++ b/testsuites/psxtests/psxhdrs/wchar/swprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief swprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/swscanf.c b/testsuites/psxtests/psxhdrs/wchar/swscanf.c index 2ae07feca2..9675e2ab2c 100644 --- a/testsuites/psxtests/psxhdrs/wchar/swscanf.c +++ b/testsuites/psxtests/psxhdrs/wchar/swscanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief swscanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/towlower.c b/testsuites/psxtests/psxhdrs/wchar/towlower.c index b2cf6f8955..28165a1903 100644 --- a/testsuites/psxtests/psxhdrs/wchar/towlower.c +++ b/testsuites/psxtests/psxhdrs/wchar/towlower.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief towlower() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/towupper.c b/testsuites/psxtests/psxhdrs/wchar/towupper.c index 085cd52208..0c8fc9c48e 100644 --- a/testsuites/psxtests/psxhdrs/wchar/towupper.c +++ b/testsuites/psxtests/psxhdrs/wchar/towupper.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief towupper() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/ungetwc.c b/testsuites/psxtests/psxhdrs/wchar/ungetwc.c index 647ecf5c88..e40a3b6490 100644 --- a/testsuites/psxtests/psxhdrs/wchar/ungetwc.c +++ b/testsuites/psxtests/psxhdrs/wchar/ungetwc.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief ungetwc() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/vfwprintf.c b/testsuites/psxtests/psxhdrs/wchar/vfwprintf.c index 5a4eedfa8d..e36cf89671 100644 --- a/testsuites/psxtests/psxhdrs/wchar/vfwprintf.c +++ b/testsuites/psxtests/psxhdrs/wchar/vfwprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vfwprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/vfwscanf.c b/testsuites/psxtests/psxhdrs/wchar/vfwscanf.c index aaed71059e..e1f8d07f33 100644 --- a/testsuites/psxtests/psxhdrs/wchar/vfwscanf.c +++ b/testsuites/psxtests/psxhdrs/wchar/vfwscanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vfwscanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/vswprintf.c b/testsuites/psxtests/psxhdrs/wchar/vswprintf.c index 1ffaf53ffb..7e427cd7ee 100644 --- a/testsuites/psxtests/psxhdrs/wchar/vswprintf.c +++ b/testsuites/psxtests/psxhdrs/wchar/vswprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vswprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/vswscanf.c b/testsuites/psxtests/psxhdrs/wchar/vswscanf.c index 3706227574..fc853c11ac 100644 --- a/testsuites/psxtests/psxhdrs/wchar/vswscanf.c +++ b/testsuites/psxtests/psxhdrs/wchar/vswscanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vswscanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/vwprintf.c b/testsuites/psxtests/psxhdrs/wchar/vwprintf.c index 188cf6d0cb..f0a8b10929 100644 --- a/testsuites/psxtests/psxhdrs/wchar/vwprintf.c +++ b/testsuites/psxtests/psxhdrs/wchar/vwprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vwprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/vwscanf.c b/testsuites/psxtests/psxhdrs/wchar/vwscanf.c index 3451394544..9107815a04 100644 --- a/testsuites/psxtests/psxhdrs/wchar/vwscanf.c +++ b/testsuites/psxtests/psxhdrs/wchar/vwscanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief vwscanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcpcpy.c b/testsuites/psxtests/psxhdrs/wchar/wcpcpy.c index c2267eb822..a508f65a8e 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcpcpy.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcpcpy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcpcpy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcpncpy.c b/testsuites/psxtests/psxhdrs/wchar/wcpncpy.c index c7617f9b21..52c6b4e042 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcpncpy.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcpncpy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcpncpy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcrtomb.c b/testsuites/psxtests/psxhdrs/wchar/wcrtomb.c index 5a80d5a7ca..2ffea05eb1 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcrtomb.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcrtomb.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcrtomb() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcscasecmp.c b/testsuites/psxtests/psxhdrs/wchar/wcscasecmp.c index b8fe8e85cf..000507c8c1 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcscasecmp.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcscasecmp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcscasecmp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcscasecmp_l.c b/testsuites/psxtests/psxhdrs/wchar/wcscasecmp_l.c index ddf79273c4..a3b5c7e28c 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcscasecmp_l.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcscasecmp_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcscasecmp_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcscat.c b/testsuites/psxtests/psxhdrs/wchar/wcscat.c index 4c6ecede87..0346da82d1 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcscat.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcscat.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcscat() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcschr.c b/testsuites/psxtests/psxhdrs/wchar/wcschr.c index 87baf5990a..9c8944ce65 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcschr.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcschr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcschr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcscmp.c b/testsuites/psxtests/psxhdrs/wchar/wcscmp.c index 95d8463b0b..41d2130c64 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcscmp.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcscmp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcscmp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcscoll.c b/testsuites/psxtests/psxhdrs/wchar/wcscoll.c index ca7bfac9b3..976538627d 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcscoll.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcscoll.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcscoll() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcscoll_l.c b/testsuites/psxtests/psxhdrs/wchar/wcscoll_l.c index 24f0163b0a..cd33261b46 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcscoll_l.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcscoll_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcscoll_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcscpy.c b/testsuites/psxtests/psxhdrs/wchar/wcscpy.c index 974066cfe5..4bff3bd206 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcscpy.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcscpy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcscpy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcscspn.c b/testsuites/psxtests/psxhdrs/wchar/wcscspn.c index 7e47dd5944..aa2cef8044 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcscspn.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcscspn.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcscpyn() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcsdup.c b/testsuites/psxtests/psxhdrs/wchar/wcsdup.c index c44e7fc18f..16ca47c010 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcsdup.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcsdup.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcsdup() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcsnlen.c b/testsuites/psxtests/psxhdrs/wchar/wcsnlen.c index 0b6cf3b804..4bf33e7dbb 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcsnlen.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcsnlen.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcsnlen() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcsnrtombs.c b/testsuites/psxtests/psxhdrs/wchar/wcsnrtombs.c index 2076a75395..2e05fbeb90 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcsnrtombs.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcsnrtombs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcsnrtombs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcspbrk.c b/testsuites/psxtests/psxhdrs/wchar/wcspbrk.c index 256c8af934..bcf7320ddd 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcspbrk.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcspbrk.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcspbrk() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcsrchr.c b/testsuites/psxtests/psxhdrs/wchar/wcsrchr.c index 64c27f9804..a0214d607c 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcsrchr.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcsrchr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcsrchr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcsrtombs.c b/testsuites/psxtests/psxhdrs/wchar/wcsrtombs.c index fa80067747..0d95158f79 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcsrtombs.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcsrtombs.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcsrtombs() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcsspn.c b/testsuites/psxtests/psxhdrs/wchar/wcsspn.c index d739ce4955..f0151bc077 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcsspn.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcsspn.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcsspn() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcsstr.c b/testsuites/psxtests/psxhdrs/wchar/wcsstr.c index 171781efe3..de1e01ba36 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcsstr.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcsstr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcsstr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcstod.c b/testsuites/psxtests/psxhdrs/wchar/wcstod.c index 362fc24691..7b0ced9062 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcstod.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcstod.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcstod() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcstof.c b/testsuites/psxtests/psxhdrs/wchar/wcstof.c index 08501dd3ff..a0ae5fc4a9 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcstof.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcstof.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcstof() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcstok.c b/testsuites/psxtests/psxhdrs/wchar/wcstok.c index 7fc8cc6097..c1cb995945 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcstok.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcstok.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcstok() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcstol.c b/testsuites/psxtests/psxhdrs/wchar/wcstol.c index 5df990019c..f448ab63ed 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcstol.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcstol.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcstol() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcstold.c b/testsuites/psxtests/psxhdrs/wchar/wcstold.c index bf0a1934a9..817a51b7a7 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcstold.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcstold.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcstold() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcstoll.c b/testsuites/psxtests/psxhdrs/wchar/wcstoll.c index a01a042246..654d753d78 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcstoll.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcstoll.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcstoll() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcstoul.c b/testsuites/psxtests/psxhdrs/wchar/wcstoul.c index f869de7b82..143e6d34e3 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcstoul.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcstoul.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcstoul() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcstoull.c b/testsuites/psxtests/psxhdrs/wchar/wcstoull.c index 5495e376c9..c2ac1822ff 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcstoull.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcstoull.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcstoull() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcswidth.c b/testsuites/psxtests/psxhdrs/wchar/wcswidth.c index 1657687b88..0dc506919a 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcswidth.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcswidth.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcswidth() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcsxfrm.c b/testsuites/psxtests/psxhdrs/wchar/wcsxfrm.c index 651f627ffc..7672df92cb 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcsxfrm.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcsxfrm.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcsxfrm() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcsxfrm_l.c b/testsuites/psxtests/psxhdrs/wchar/wcsxfrm_l.c index c3396c637b..011604de69 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcsxfrm_l.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcsxfrm_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcsxfrm_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wctob.c b/testsuites/psxtests/psxhdrs/wchar/wctob.c index fe3853f814..f8515a0ddc 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wctob.c +++ b/testsuites/psxtests/psxhdrs/wchar/wctob.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wctob() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wctype.c b/testsuites/psxtests/psxhdrs/wchar/wctype.c index 91970d8bfe..c4ccc9319b 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wctype.c +++ b/testsuites/psxtests/psxhdrs/wchar/wctype.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wctype() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wcwidth.c b/testsuites/psxtests/psxhdrs/wchar/wcwidth.c index 75c215717d..1af959b0c5 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wcwidth.c +++ b/testsuites/psxtests/psxhdrs/wchar/wcwidth.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wcwidth() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wmemchr.c b/testsuites/psxtests/psxhdrs/wchar/wmemchr.c index 781b06227b..52e8a4c1dc 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wmemchr.c +++ b/testsuites/psxtests/psxhdrs/wchar/wmemchr.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wmemchr() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wmemcmp.c b/testsuites/psxtests/psxhdrs/wchar/wmemcmp.c index 32a6a1ffc2..c10d711b3c 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wmemcmp.c +++ b/testsuites/psxtests/psxhdrs/wchar/wmemcmp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wmemcmp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wmemcpy.c b/testsuites/psxtests/psxhdrs/wchar/wmemcpy.c index 760e5af673..ae3b1fb1f4 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wmemcpy.c +++ b/testsuites/psxtests/psxhdrs/wchar/wmemcpy.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wmemcpy() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wmemmove.c b/testsuites/psxtests/psxhdrs/wchar/wmemmove.c index 33d520d34c..2dca031acf 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wmemmove.c +++ b/testsuites/psxtests/psxhdrs/wchar/wmemmove.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wmemmove() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wmemset.c b/testsuites/psxtests/psxhdrs/wchar/wmemset.c index 9aa7ba5d5e..9adf81109f 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wmemset.c +++ b/testsuites/psxtests/psxhdrs/wchar/wmemset.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wmemset() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wprintf.c b/testsuites/psxtests/psxhdrs/wchar/wprintf.c index 0bffbd12b0..320d9c3bad 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wprintf.c +++ b/testsuites/psxtests/psxhdrs/wchar/wprintf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wprintf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wchar/wscanf.c b/testsuites/psxtests/psxhdrs/wchar/wscanf.c index 419a575f68..2fd906869f 100644 --- a/testsuites/psxtests/psxhdrs/wchar/wscanf.c +++ b/testsuites/psxtests/psxhdrs/wchar/wscanf.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wscanf() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018, Zenon * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswalnum.c b/testsuites/psxtests/psxhdrs/wctype/iswalnum.c index 0ed2ad5154..ba4c07790e 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswalnum.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswalnum.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswalnum() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswalnum_l.c b/testsuites/psxtests/psxhdrs/wctype/iswalnum_l.c index 87b76717e3..4728e6142f 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswalnum_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswalnum_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswalnum_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswalpha.c b/testsuites/psxtests/psxhdrs/wctype/iswalpha.c index 2f37240f31..544ed086f2 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswalpha.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswalpha.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswalpha() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswalpha_l.c b/testsuites/psxtests/psxhdrs/wctype/iswalpha_l.c index 4708c90c94..ef4bd5ffc0 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswalpha_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswalpha_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswalpha_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswblank.c b/testsuites/psxtests/psxhdrs/wctype/iswblank.c index 0d8fbecd37..e39f9b461b 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswblank.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswblank.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswblank() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswblank_l.c b/testsuites/psxtests/psxhdrs/wctype/iswblank_l.c index fe49623548..022f232736 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswblank_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswblank_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswblank_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswcntrl.c b/testsuites/psxtests/psxhdrs/wctype/iswcntrl.c index 551fe241e3..d40b86c54b 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswcntrl.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswcntrl.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswcntrl() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswcntrl_l.c b/testsuites/psxtests/psxhdrs/wctype/iswcntrl_l.c index 4a0f06392e..581dda8e7c 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswcntrl_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswcntrl_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswcntrl_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswctype.c b/testsuites/psxtests/psxhdrs/wctype/iswctype.c index 4b6ab8959d..94099426da 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswctype.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswctype.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswctype() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswctype_l.c b/testsuites/psxtests/psxhdrs/wctype/iswctype_l.c index 475563e8a6..c037f2a7c5 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswctype_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswctype_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswctype_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswdigit.c b/testsuites/psxtests/psxhdrs/wctype/iswdigit.c index 2c5567858a..0007dbaa4b 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswdigit.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswdigit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswdigit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswdigit_l.c b/testsuites/psxtests/psxhdrs/wctype/iswdigit_l.c index c96670378c..659f596b42 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswdigit_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswdigit_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswdigit_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswgraph.c b/testsuites/psxtests/psxhdrs/wctype/iswgraph.c index 8eaa70469f..56b7cc1c85 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswgraph.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswgraph.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswgraph() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswgraph_l.c b/testsuites/psxtests/psxhdrs/wctype/iswgraph_l.c index 39d5ac90cf..e26b643df2 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswgraph_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswgraph_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswgraph_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswlower.c b/testsuites/psxtests/psxhdrs/wctype/iswlower.c index ff866384ce..83366e4de9 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswlower.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswlower.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswlower() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswlower_l.c b/testsuites/psxtests/psxhdrs/wctype/iswlower_l.c index a302fa1230..b2cb9e21c6 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswlower_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswlower_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswlower_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswprint.c b/testsuites/psxtests/psxhdrs/wctype/iswprint.c index 23af8f59f0..c6b57d687c 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswprint.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswprint.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswprint() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswprint_l.c b/testsuites/psxtests/psxhdrs/wctype/iswprint_l.c index a18c66e56d..8861ec437f 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswprint_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswprint_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswprint_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswpunct.c b/testsuites/psxtests/psxhdrs/wctype/iswpunct.c index 3fc35650e7..5e5a9d5a70 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswpunct.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswpunct.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswpunct() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswpunct_l.c b/testsuites/psxtests/psxhdrs/wctype/iswpunct_l.c index b72c23166d..89a726e675 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswpunct_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswpunct_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswpunct_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswspace.c b/testsuites/psxtests/psxhdrs/wctype/iswspace.c index 1495a89935..5b35651821 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswspace.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswspace.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswspace() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswspace_l.c b/testsuites/psxtests/psxhdrs/wctype/iswspace_l.c index a5b8202cc9..6e4c761954 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswspace_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswspace_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswspace_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswupper.c b/testsuites/psxtests/psxhdrs/wctype/iswupper.c index 1162db945c..e6ed0afc0a 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswupper.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswupper.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswupper() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswupper_l.c b/testsuites/psxtests/psxhdrs/wctype/iswupper_l.c index fff66af557..0430731f90 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswupper_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswupper_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswupper_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswxdigit.c b/testsuites/psxtests/psxhdrs/wctype/iswxdigit.c index 53bb4cc7b9..be1bba2c9c 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswxdigit.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswxdigit.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswxdigit() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/iswxdigit_l.c b/testsuites/psxtests/psxhdrs/wctype/iswxdigit_l.c index b8a6f75f65..65bcfd5beb 100644 --- a/testsuites/psxtests/psxhdrs/wctype/iswxdigit_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/iswxdigit_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief iswxdigit_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/towctrans.c b/testsuites/psxtests/psxhdrs/wctype/towctrans.c index bedd5c153f..6ffc8000d9 100644 --- a/testsuites/psxtests/psxhdrs/wctype/towctrans.c +++ b/testsuites/psxtests/psxhdrs/wctype/towctrans.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief towctrans() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/towctrans_l.c b/testsuites/psxtests/psxhdrs/wctype/towctrans_l.c index 793cb3af96..c6d269109c 100644 --- a/testsuites/psxtests/psxhdrs/wctype/towctrans_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/towctrans_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief towctrans_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/towlower.c b/testsuites/psxtests/psxhdrs/wctype/towlower.c index 55528cb500..57817a9b9c 100644 --- a/testsuites/psxtests/psxhdrs/wctype/towlower.c +++ b/testsuites/psxtests/psxhdrs/wctype/towlower.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief towlower() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/towlower_l.c b/testsuites/psxtests/psxhdrs/wctype/towlower_l.c index e1712ff427..6eaf9c32cf 100644 --- a/testsuites/psxtests/psxhdrs/wctype/towlower_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/towlower_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief towlower_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/towupper.c b/testsuites/psxtests/psxhdrs/wctype/towupper.c index 97833d450a..f1a168f8d0 100644 --- a/testsuites/psxtests/psxhdrs/wctype/towupper.c +++ b/testsuites/psxtests/psxhdrs/wctype/towupper.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief towupper() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/towupper_l.c b/testsuites/psxtests/psxhdrs/wctype/towupper_l.c index c95d342cf0..11f38ffda9 100644 --- a/testsuites/psxtests/psxhdrs/wctype/towupper_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/towupper_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief towupper_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/wctrans.c b/testsuites/psxtests/psxhdrs/wctype/wctrans.c index e84f027664..318f91f784 100644 --- a/testsuites/psxtests/psxhdrs/wctype/wctrans.c +++ b/testsuites/psxtests/psxhdrs/wctype/wctrans.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wctrans() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/wctrans_l.c b/testsuites/psxtests/psxhdrs/wctype/wctrans_l.c index acc8aebc3b..7a66d578ae 100644 --- a/testsuites/psxtests/psxhdrs/wctype/wctrans_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/wctrans_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wctrans_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/wctype.c b/testsuites/psxtests/psxhdrs/wctype/wctype.c index 4318e38da9..e1e073c316 100644 --- a/testsuites/psxtests/psxhdrs/wctype/wctype.c +++ b/testsuites/psxtests/psxhdrs/wctype/wctype.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wctype() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wctype/wctype_l.c b/testsuites/psxtests/psxhdrs/wctype/wctype_l.c index aee5601a99..b28da0d5a3 100644 --- a/testsuites/psxtests/psxhdrs/wctype/wctype_l.c +++ b/testsuites/psxtests/psxhdrs/wctype/wctype_l.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wctype_l() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Jacob Shin * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wordexp/wordexp.c b/testsuites/psxtests/psxhdrs/wordexp/wordexp.c index e9a16fa0ac..a446bf1f05 100644 --- a/testsuites/psxtests/psxhdrs/wordexp/wordexp.c +++ b/testsuites/psxtests/psxhdrs/wordexp/wordexp.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wordexp() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Pritish Jain * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/psxtests/psxhdrs/wordexp/wordfree.c b/testsuites/psxtests/psxhdrs/wordexp/wordfree.c index e05a590737..4ae6bbc627 100644 --- a/testsuites/psxtests/psxhdrs/wordexp/wordfree.c +++ b/testsuites/psxtests/psxhdrs/wordexp/wordfree.c @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file * @brief wordfree() API Conformance Test */ /* - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (C) 2018 Pritish Jain * * Redistribution and use in source and binary forms, with or without