Fixed test code headers to be consistent and accurate having been derived from original C files. (#1087)

This commit is contained in:
Steve Karg
2025-09-04 11:44:24 -05:00
committed by GitHub
parent a70a02a6f9
commit 8a9c808b76
140 changed files with 542 additions and 673 deletions
+10 -9
View File
@@ -1,13 +1,14 @@
/*
* Copyright (c) 2022 Legrand North America, LLC.
*
* SPDX-License-Identifier: MIT
/**
* @file
* @brief test of BACnet/SC event interface
* @author Steve Karg <skarg@users.sourceforge.net>
* @author Kirill Neznamov <kirill.neznamov@dsr-corporation.com>
* @author Mikhail Antropov <michail.antropov@dsr-corporation.com>
* @author Ondřej Hruška <ondra@ondrovo.com>
* @author Patrick Grimm <patrick@lunatiki.de>
* @date 2020
* @copyright SPDX-License-Identifier: MIT
*/
/* @file
* @brief test of bsc-event interface
*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+10 -9
View File
@@ -1,13 +1,14 @@
/*
* Copyright (c) 2022 Legrand North America, LLC.
*
* SPDX-License-Identifier: MIT
/**
* @file
* @brief test of BACnet/SC event interface
* @author Steve Karg <skarg@users.sourceforge.net>
* @author Kirill Neznamov <kirill.neznamov@dsr-corporation.com>
* @author Mikhail Antropov <michail.antropov@dsr-corporation.com>
* @author Ondřej Hruška <ondra@ondrovo.com>
* @author Patrick Grimm <patrick@lunatiki.de>
* @date 2020
* @copyright SPDX-License-Identifier: MIT
*/
/* @file
* @brief test of bsc-event interface
*/
#define _GNU_SOURCE
#include <stdlib.h>
#include <string.h>
+10 -9
View File
@@ -1,13 +1,14 @@
/*
* Copyright (c) 2022 Legrand North America, LLC.
*
* SPDX-License-Identifier: MIT
/**
* @file
* @brief test of BACnet/SC event interface
* @author Steve Karg <skarg@users.sourceforge.net>
* @author Kirill Neznamov <kirill.neznamov@dsr-corporation.com>
* @author Mikhail Antropov <michail.antropov@dsr-corporation.com>
* @author Ondřej Hruška <ondra@ondrovo.com>
* @author Patrick Grimm <patrick@lunatiki.de>
* @date 2020
* @copyright SPDX-License-Identifier: MIT
*/
/* @file
* @brief test of bsc-event interface
*/
#include <windows.h>
#include <stdlib.h>
#include <string.h>