Update headers

Fix some headers that were missed in previous commits.

Change-Id: Ifa08fedf9199ba8c8a0766293bc7933e7f7475f2
This commit is contained in:
Hans-Erik Floryd
2025-07-11 14:13:56 +02:00
parent 5596efe291
commit bd9f7b86c4
7 changed files with 21 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
# Licensed under the GNU General Public License version 2 with exceptions. See
# LICENSE file in the project root for full license information
# This software is dual-licensed under GPLv3 and a commercial
# license. See the file LICENSE.md distributed with this software for
# full license information.
#[=======================================================================[.rst:
add_eni

View File

@@ -1,5 +1,6 @@
# Licensed under the GNU General Public License version 2 with exceptions. See
# LICENSE file in the project root for full license information
# This software is dual-licensed under GPLv3 and a commercial
# license. See the file LICENSE.md distributed with this software for
# full license information.
target_sources(soem PRIVATE
osal/linux/osal.c

View File

@@ -1,5 +1,6 @@
# Licensed under the GNU General Public License version 2 with exceptions. See
# LICENSE file in the project root for full license information
# This software is dual-licensed under GPLv3 and a commercial
# license. See the file LICENSE.md distributed with this software for
# full license information.
target_sources(soem PRIVATE
osal/win32/osal.c

View File

@@ -1,5 +1,6 @@
# Licensed under the GNU General Public License version 2 with exceptions. See
# LICENSE file in the project root for full license information
# This software is dual-licensed under GPLv3 and a commercial
# license. See the file LICENSE.md distributed with this software for
# full license information.
find_package(rtkernel)
find_package(${BSP})

View File

@@ -1,5 +1,6 @@
# Licensed under the GNU General Public License version 2 with exceptions. See
# LICENSE file in the project root for full license information
# This software is dual-licensed under GPLv3 and a commercial
# license. See the file LICENSE.md distributed with this software for
# full license information.
set(BUILD_TESTS FALSE)

View File

@@ -1,6 +1,7 @@
/*
* Licensed under the GNU General Public License version 2 with exceptions. See
* LICENSE file in the project root for full license information
* This software is dual-licensed under GPLv3 and a commercial
* license. See the file LICENSE.md distributed with this software for
* full license information.
*/
/** \file

View File

@@ -1,6 +1,7 @@
/*
* Licensed under the GNU General Public License version 2 with exceptions. See
* LICENSE file in the project root for full license information
* This software is dual-licensed under GPLv3 and a commercial
* license. See the file LICENSE.md distributed with this software for
* full license information.
*/
/** \file