1 #!/bin/bash |
1 #!/bin/bash |
2 #---------------------------------------------------------------------------- |
2 #---------------------------------------------------------------------------- |
3 # |
3 # |
4 # $Id$ |
4 # $Id$ |
5 # |
5 # |
6 # Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH |
6 # Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH |
7 # |
7 # |
8 # This file is part of the IgH EtherCAT Master. |
8 # This file is part of the IgH EtherCAT Master. |
9 # |
9 # |
10 # The IgH EtherCAT Master is free software; you can redistribute it and/or |
10 # The IgH EtherCAT Master is free software; you can redistribute it and/or |
11 # modify it under the terms of the GNU General Public License version 2, as |
11 # modify it under the terms of the GNU General Public License version 2, as |
12 # published by the Free Software Foundation. |
12 # published by the Free Software Foundation. |
13 # |
13 # |
14 # The IgH EtherCAT Master is distributed in the hope that it will be useful, |
14 # The IgH EtherCAT Master is distributed in the hope that it will be useful, |
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General |
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General |
17 # Public License for more details. |
17 # Public License for more details. |
18 # |
18 # |
19 # You should have received a copy of the GNU General Public License along |
19 # You should have received a copy of the GNU General Public License along |
20 # with the IgH EtherCAT Master; if not, write to the Free Software |
20 # with the IgH EtherCAT Master; if not, write to the Free Software |
21 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
21 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
22 # |
22 # |
23 # --- |
23 # --- |
24 # |
24 # |
25 # The license mentioned above concerns the source code only. Using the |
25 # The license mentioned above concerns the source code only. Using the |
26 # EtherCAT technology and brand is only permitted in compliance with the |
26 # EtherCAT technology and brand is only permitted in compliance with the |
27 # industrial property and similar rights of Beckhoff Automation GmbH. |
27 # industrial property and similar rights of Beckhoff Automation GmbH. |
28 # |
28 # |
29 #---------------------------------------------------------------------------- |
29 #---------------------------------------------------------------------------- |