|
82 | 82 | * client application.
|
83 | 83 | *
|
84 | 84 | * \author Neil T. Dantam
|
| 85 | + * \author Kim Bøndergaard |
| 86 | + * \author Matt Zucker |
| 87 | + * \author Jon Scholz |
| 88 | + * \author Saul Reynolds-Haertle |
85 | 89 | * \author Developed at the Georgia Tech Humanoid Robotics Lab
|
86 | 90 | * \author Under Direction of Professor Mike Stilman
|
87 | 91 | *
|
88 |
| - * Copyright (c) 2008-2013, Georgia Tech Research Corporation. |
89 |
| - * All rights reserved. |
90 |
| - * |
91 |
| - * Redistribution and use in source and binary forms, with or |
92 |
| - * without modification, are permitted provided that the following |
93 |
| - * conditions are met: |
94 |
| - * |
| 92 | + * \copyright Copyright (c) 2008-2014, Georgia Tech Research Corporation. |
| 93 | + * \copyright Copyright (c) 2013-2014, Prevas A/S. |
| 94 | + * \copyright Copyright (c) 2015, Rice University. |
| 95 | + * \copyright All rights reserved. |
| 96 | + * \copyright |
| 97 | + * Redistribution and use in source and binary forms, with or |
| 98 | + * without modification, are permitted provided that the following |
| 99 | + * conditions are met: |
95 | 100 | * - Redistributions of source code must retain the above copyright
|
96 | 101 | * notice, this list of conditions and the following disclaimer.
|
97 |
| - * |
98 | 102 | * - Redistributions in binary form must reproduce the above
|
99 | 103 | * copyright notice, this list of conditions and the following
|
100 | 104 | * disclaimer in the documentation and/or other materials provided
|
101 | 105 | * with the distribution.
|
| 106 | + * - Neither the name of the copyright holder the names of its |
| 107 | + * contributors may be used to endorse or promote products derived |
| 108 | + * from this software without specific prior written permission. |
| 109 | + * |
| 110 | + * \copyright |
| 111 | + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
| 112 | + * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 113 | + * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 114 | + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 115 | + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR |
| 116 | + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 117 | + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 118 | + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
| 119 | + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 120 | + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 121 | + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 122 | + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 123 | + * POSSIBILITY OF SUCH DAMAGE. |
102 | 124 | *
|
103 |
| - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
104 |
| - * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
105 |
| - * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
106 |
| - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
107 |
| - * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR |
108 |
| - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
109 |
| - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
110 |
| - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
111 |
| - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
112 |
| - * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
113 |
| - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
114 |
| - * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
115 |
| - * POSSIBILITY OF SUCH DAMAGE. |
116 | 125 | *
|
117 | 126 | */
|
118 | 127 |
|
|
0 commit comments