mirror of
https://github.com/OpenEtherCATsociety/SOEM.git
synced 2026-02-05 08:20:08 +08:00
Update headers
Fix some headers that were missed in previous commits. Change-Id: Ifa08fedf9199ba8c8a0766293bc7933e7f7475f2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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})
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user