|
1 | 1 | /* |
2 | | -* Copyright 2015 Shadow Robot Company Ltd. |
| 2 | +* Software License Agreement (BSD License) |
| 3 | +* Copyright © 2015, 2022 belongs to Shadow Robot Company Ltd. |
| 4 | +* All rights reserved. |
3 | 5 | * |
4 | | -* This program is free software: you can redistribute it and/or modify it |
5 | | -* under the terms of the GNU General Public License as published by the Free |
6 | | -* Software Foundation version 2 of the License. |
| 6 | +* Redistribution and use in source and binary forms, with or without modification, |
| 7 | +* are permitted provided that the following conditions are met: |
| 8 | +* 1. Redistributions of source code must retain the above copyright notice, |
| 9 | +* this list of conditions and the following disclaimer. |
| 10 | +* 2. Redistributions in binary form must reproduce the above copyright notice, |
| 11 | +* this list of conditions and the following disclaimer in the documentation |
| 12 | +* and/or other materials provided with the distribution. |
| 13 | +* 3. Neither the name of Shadow Robot Company Ltd nor the names of its contributors |
| 14 | +* may be used to endorse or promote products derived from this software without |
| 15 | +* specific prior written permission. |
7 | 16 | * |
8 | | -* This program is distributed in the hope that it will be useful, but WITHOUT |
9 | | -* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
10 | | -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | | -* more details. |
12 | | -* |
13 | | -* You should have received a copy of the GNU General Public License along |
14 | | -* with this program. If not, see <http://www.gnu.org/licenses/>. |
| 17 | +* This software is provided by Shadow Robot Company Ltd "as is" and any express |
| 18 | +* or implied warranties, including, but not limited to, the implied warranties of |
| 19 | +* merchantability and fitness for a particular purpose are disclaimed. In no event |
| 20 | +* shall the copyright holder be liable for any direct, indirect, incidental, special, |
| 21 | +* exemplary, or consequential damages (including, but not limited to, procurement of |
| 22 | +* substitute goods or services; loss of use, data, or profits; or business interruption) |
| 23 | +* however caused and on any theory of liability, whether in contract, strict liability, |
| 24 | +* or tort (including negligence or otherwise) arising in any way out of the use of this |
| 25 | +* software, even if advised of the possibility of such damage. |
15 | 26 | */ |
16 | 27 |
|
17 | 28 | #include "ros_ethercat_model/ros_ethercat.hpp" |
|
0 commit comments