|
1 | 1 | // -- BEGIN LICENSE BLOCK ----------------------------------------------
|
2 | 2 | // Copyright 2021 Universal Robots A/S
|
3 | 3 | //
|
4 |
| -// Licensed under the Apache License, Version 2.0 (the "License"); |
5 |
| -// you may not use this file except in compliance with the License. |
6 |
| -// You may obtain a copy of the License at |
| 4 | +// Redistribution and use in source and binary forms, with or without |
| 5 | +// modification, are permitted provided that the following conditions are met: |
7 | 6 | //
|
8 |
| -// http://www.apache.org/licenses/LICENSE-2.0 |
| 7 | +// * Redistributions of source code must retain the above copyright |
| 8 | +// notice, this list of conditions and the following disclaimer. |
9 | 9 | //
|
10 |
| -// Unless required by applicable law or agreed to in writing, software |
11 |
| -// distributed under the License is distributed on an "AS IS" BASIS, |
12 |
| -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 |
| -// See the License for the specific language governing permissions and |
14 |
| -// limitations under the License. |
15 |
| - |
16 |
| -// All source code contained in and/or linked to in this message (the “Source Code”) is subject to the copyright of |
17 |
| -// Universal Robots A/S and/or its licensors. THE SOURCE CODE IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EXPRESS |
18 |
| -// OR IMPLIED, INCLUDING – BUT NOT LIMITED TO – WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR |
19 |
| -// NONINFRINGEMENT. USE OF THE SOURCE CODE IS AT YOUR OWN RISK AND UNIVERSAL ROBOTS A/S AND ITS LICENSORS SHALL, TO THE |
20 |
| -// MAXIMUM EXTENT PERMITTED BY LAW, NOT BE LIABLE FOR ANY ERRORS OR MALICIOUS CODE IN THE SOURCE CODE, ANY THIRD-PARTY |
21 |
| -// CLAIMS, OR ANY OTHER CLAIMS AND DAMAGES, INCLUDING INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR PUNITIVE DAMAGES, |
22 |
| -// OR ANY LOSS OF PROFITS, EXPECTED SAVINGS, OR REVENUES, WHETHER INCURRED DIRECTLY OR INDIRECTLY, OR ANY LOSS OF DATA, |
23 |
| -// USE, GOODWILL, OR OTHER INTANGIBLE LOSSES, RESULTING FROM YOUR USE OF THE SOURCE CODE. You may make copies of the |
24 |
| -// Source Code for use in connection with a Universal Robots or UR+ product, provided that you include (i) an |
25 |
| -// appropriate copyright notice (“© [the year in which you received the Source Code or the Source Code was first |
26 |
| -// published, e.g. “2021”] Universal Robots A/S and/or its licensors”) along with the capitalized section of this notice |
27 |
| -// in all copies of the Source Code. By using the Source Code, you agree to the above terms. For more information, |
28 |
| -// please contact [email protected]. |
| 10 | +// * Redistributions in binary form must reproduce the above copyright |
| 11 | +// notice, this list of conditions and the following disclaimer in the |
| 12 | +// documentation and/or other materials provided with the distribution. |
| 13 | +// |
| 14 | +// * Neither the name of the {copyright_holder} nor the names of its |
| 15 | +// contributors may be used to endorse or promote products derived from |
| 16 | +// this software without specific prior written permission. |
| 17 | +// |
| 18 | +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 19 | +// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 20 | +// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 21 | +// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 22 | +// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 23 | +// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 24 | +// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 25 | +// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 26 | +// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 27 | +// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 28 | +// POSSIBILITY OF SUCH DAMAGE. |
29 | 29 | // -- END LICENSE BLOCK ------------------------------------------------
|
30 | 30 |
|
31 | 31 | #include "ur_client_library/default_log_handler.h"
|
|
0 commit comments