@@ -114,40 +114,12 @@ of each `.h` and `.cpp` file:
114
114
115
115
``` cpp
116
116
/*
117
- * Software License Agreement ( BSD License)
117
+ * SPDX- License-Identifier: BSD-3-Clause
118
118
*
119
119
* Point Cloud Library (PCL) - www.pointclouds.org
120
- * Copyright (c) 2014-, Open Perception, Inc.
121
- *
122
- * All rights reserved.
123
- *
124
- * Redistribution and use in source and binary forms, with or without
125
- * modification, are permitted provided that the following conditions
126
- * are met:
127
- *
128
- * * Redistributions of source code must retain the above copyright
129
- * notice, this list of conditions and the following disclaimer.
130
- * * Redistributions in binary form must reproduce the above
131
- * copyright notice, this list of conditions and the following
132
- * disclaimer in the documentation and/or other materials provided
133
- * with the distribution.
134
- * * Neither the name of the copyright holder(s) nor the names of its
135
- * contributors may be used to endorse or promote products derived
136
- * from this software without specific prior written permission.
137
- *
138
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
139
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
140
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
141
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
142
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
143
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
144
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
145
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
146
- * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
147
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
148
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
149
- * POSSIBILITY OF SUCH DAMAGE.
120
+ * Copyright (c) 2014-, Open Perception Inc.
150
121
*
122
+ * All rights reserved
151
123
*/
152
124
```
153
125
0 commit comments