]> git.feebdaed.xyz Git - 0xmirror/SOEM.git/commitdiff
Update sample headers
authorHans-Erik Floryd <hans-erik.floryd@rt-labs.com>
Fri, 11 Jul 2025 09:17:47 +0000 (11:17 +0200)
committerHans-Erik Floryd <hans-erik.floryd@rt-labs.com>
Fri, 11 Jul 2025 09:28:30 +0000 (11:28 +0200)
Use same header for all sources.

Change-Id: Ie30f55f8fe64e6815482dd2662372e54791e833e

samples/eepromtool/eepromtool.c
samples/eoe_test/eoe_test.c
samples/firm_update/firm_update.c
samples/slaveinfo/slaveinfo.c

index 51da73b8a7da489dc8654d885a11e1cfa4ed382e..3deabe81d7de5707f9a20c1316abe2da74131c27 100644 (file)
@@ -1,17 +1,7 @@
-/** \file
- * \brief EEprom tool for Simple Open EtherCAT master
- *
- * Usage : eepromtool ifname slave OPTION fname|alias
- * ifname is NIC interface, f.e. eth0
- * slave = slave number in EtherCAT order 1..n
- * -r      read EEPROM, output binary format
- * -ri     read EEPROM, output Intel Hex format
- * -w      write EEPROM, input binary format
- * -wi     write EEPROM, input Intel Hex format
- * -i      display EEPROM information
- * -walias write slave alias in EEPROM
- *
- * (c)Arthur Ketels 2010-2012
+/*
+ * This software is dual-licensed under GPLv3 and a commercial
+ * license. See the file LICENSE.md distributed with this software for
+ * full license information.
  */
 
 #include <stdio.h>
index 1fd7f28f8d3086203ba86ede114965c6ba8c5b24..9e48243aff352dcbfbf62caa3b0965148550a429 100644 (file)
@@ -1,13 +1,7 @@
-/** \file
- * \brief Example code for Simple Open EtherCAT master EoE
- *
- * This example creates a TAP device to send and receive Ethernet
- * packets over an EtherCAT network. It has been tested with an EL6601
- * Ethernet switch.
- *
- * This is a minimal test.
- *
- * (c)Arthur Ketels 2010 - 2011
+/*
+ * This software is dual-licensed under GPLv3 and a commercial
+ * license. See the file LICENSE.md distributed with this software for
+ * full license information.
  */
 
 #include <stdio.h>
index ceed2b2d0d1ae6e73a08a0af5e516add0517b10b..8c7fefa8d3c0b95dc40e4c231defd565fc2f78ac 100644 (file)
@@ -1,15 +1,7 @@
-/** \file
- * \brief Example code for Simple Open EtherCAT master
- *
- * Usage: firm_update ifname1 slave fname
- * ifname is NIC interface, f.e. eth0
- * slave = slave number in EtherCAT order 1..n
- * fname = binary file to store in slave
- * CAUTION! Using the wrong file can result in a bricked slave!
- *
- * This is a slave firmware update test.
- *
- * (c)Arthur Ketels 2011
+/*
+ * This software is dual-licensed under GPLv3 and a commercial
+ * license. See the file LICENSE.md distributed with this software for
+ * full license information.
  */
 
 #include <stdio.h>
index 05b489541129625e785b540d06687aca26e0cdec..10c0b83105f04df069c24844b4b587dc4caaedf0 100644 (file)
@@ -1,14 +1,7 @@
-/** \file
- * \brief Example code for Simple Open EtherCAT master
- *
- * Usage : slaveinfo [ifname] [-sdo] [-map]
- * Ifname is NIC interface, f.e. eth0.
- * Optional -sdo to display CoE object dictionary.
- * Optional -map to display slave PDO mapping
- *
- * This shows the configured slave data.
- *
- * (c)Arthur Ketels 2010 - 2011
+/*
+ * This software is dual-licensed under GPLv3 and a commercial
+ * license. See the file LICENSE.md distributed with this software for
+ * full license information.
  */
 
 #include <stdio.h>