Skip to content

Commit f285e44

Browse files
committed
[NUCLEO_L152RE] Update license 2/2
1 parent fe19c62 commit f285e44

28 files changed

+588
-308
lines changed

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_i2c.c

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,29 @@
5757
******************************************************************************
5858
* @attention
5959
*
60-
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
60+
* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
6161
*
62-
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
63-
* You may not use this file except in compliance with the License.
64-
* You may obtain a copy of the License at:
62+
* Redistribution and use in source and binary forms, with or without modification,
63+
* are permitted provided that the following conditions are met:
64+
* 1. Redistributions of source code must retain the above copyright notice,
65+
* this list of conditions and the following disclaimer.
66+
* 2. Redistributions in binary form must reproduce the above copyright notice,
67+
* this list of conditions and the following disclaimer in the documentation
68+
* and/or other materials provided with the distribution.
69+
* 3. Neither the name of STMicroelectronics nor the names of its contributors
70+
* may be used to endorse or promote products derived from this software
71+
* without specific prior written permission.
6572
*
66-
* http://www.st.com/software_license_agreement_liberty_v2
67-
*
68-
* Unless required by applicable law or agreed to in writing, software
69-
* distributed under the License is distributed on an "AS IS" BASIS,
70-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
71-
* See the License for the specific language governing permissions and
72-
* limitations under the License.
73+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
74+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
75+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
76+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
77+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
78+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
79+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
80+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
81+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
82+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7383
*
7484
******************************************************************************
7585
*/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_i2c.h

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,29 @@
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
1313
*
14-
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
15-
* You may not use this file except in compliance with the License.
16-
* You may obtain a copy of the License at:
14+
* Redistribution and use in source and binary forms, with or without modification,
15+
* are permitted provided that the following conditions are met:
16+
* 1. Redistributions of source code must retain the above copyright notice,
17+
* this list of conditions and the following disclaimer.
18+
* 2. Redistributions in binary form must reproduce the above copyright notice,
19+
* this list of conditions and the following disclaimer in the documentation
20+
* and/or other materials provided with the distribution.
21+
* 3. Neither the name of STMicroelectronics nor the names of its contributors
22+
* may be used to endorse or promote products derived from this software
23+
* without specific prior written permission.
1724
*
18-
* http://www.st.com/software_license_agreement_liberty_v2
19-
*
20-
* Unless required by applicable law or agreed to in writing, software
21-
* distributed under the License is distributed on an "AS IS" BASIS,
22-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23-
* See the License for the specific language governing permissions and
24-
* limitations under the License.
25+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2535
*
2636
******************************************************************************
2737
*/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_iwdg.c

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,29 @@
6464
******************************************************************************
6565
* @attention
6666
*
67-
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
67+
* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
6868
*
69-
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
70-
* You may not use this file except in compliance with the License.
71-
* You may obtain a copy of the License at:
69+
* Redistribution and use in source and binary forms, with or without modification,
70+
* are permitted provided that the following conditions are met:
71+
* 1. Redistributions of source code must retain the above copyright notice,
72+
* this list of conditions and the following disclaimer.
73+
* 2. Redistributions in binary form must reproduce the above copyright notice,
74+
* this list of conditions and the following disclaimer in the documentation
75+
* and/or other materials provided with the distribution.
76+
* 3. Neither the name of STMicroelectronics nor the names of its contributors
77+
* may be used to endorse or promote products derived from this software
78+
* without specific prior written permission.
7279
*
73-
* http://www.st.com/software_license_agreement_liberty_v2
74-
*
75-
* Unless required by applicable law or agreed to in writing, software
76-
* distributed under the License is distributed on an "AS IS" BASIS,
77-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
78-
* See the License for the specific language governing permissions and
79-
* limitations under the License.
80+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
81+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
82+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
83+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
84+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
85+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
86+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
87+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
88+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
89+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8090
*
8191
******************************************************************************
8292
*/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_iwdg.h

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,29 @@
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
1313
*
14-
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
15-
* You may not use this file except in compliance with the License.
16-
* You may obtain a copy of the License at:
14+
* Redistribution and use in source and binary forms, with or without modification,
15+
* are permitted provided that the following conditions are met:
16+
* 1. Redistributions of source code must retain the above copyright notice,
17+
* this list of conditions and the following disclaimer.
18+
* 2. Redistributions in binary form must reproduce the above copyright notice,
19+
* this list of conditions and the following disclaimer in the documentation
20+
* and/or other materials provided with the distribution.
21+
* 3. Neither the name of STMicroelectronics nor the names of its contributors
22+
* may be used to endorse or promote products derived from this software
23+
* without specific prior written permission.
1724
*
18-
* http://www.st.com/software_license_agreement_liberty_v2
19-
*
20-
* Unless required by applicable law or agreed to in writing, software
21-
* distributed under the License is distributed on an "AS IS" BASIS,
22-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23-
* See the License for the specific language governing permissions and
24-
* limitations under the License.
25+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2535
*
2636
******************************************************************************
2737
*/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_lcd.c

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,29 @@
6161
******************************************************************************
6262
* @attention
6363
*
64-
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
64+
* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
6565
*
66-
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
67-
* You may not use this file except in compliance with the License.
68-
* You may obtain a copy of the License at:
66+
* Redistribution and use in source and binary forms, with or without modification,
67+
* are permitted provided that the following conditions are met:
68+
* 1. Redistributions of source code must retain the above copyright notice,
69+
* this list of conditions and the following disclaimer.
70+
* 2. Redistributions in binary form must reproduce the above copyright notice,
71+
* this list of conditions and the following disclaimer in the documentation
72+
* and/or other materials provided with the distribution.
73+
* 3. Neither the name of STMicroelectronics nor the names of its contributors
74+
* may be used to endorse or promote products derived from this software
75+
* without specific prior written permission.
6976
*
70-
* http://www.st.com/software_license_agreement_liberty_v2
71-
*
72-
* Unless required by applicable law or agreed to in writing, software
73-
* distributed under the License is distributed on an "AS IS" BASIS,
74-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
75-
* See the License for the specific language governing permissions and
76-
* limitations under the License.
77+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
78+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
79+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
80+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
81+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
82+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
83+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
84+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
85+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
86+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7787
*
7888
******************************************************************************
7989
*/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_lcd.h

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,29 @@
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
1313
*
14-
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
15-
* You may not use this file except in compliance with the License.
16-
* You may obtain a copy of the License at:
14+
* Redistribution and use in source and binary forms, with or without modification,
15+
* are permitted provided that the following conditions are met:
16+
* 1. Redistributions of source code must retain the above copyright notice,
17+
* this list of conditions and the following disclaimer.
18+
* 2. Redistributions in binary form must reproduce the above copyright notice,
19+
* this list of conditions and the following disclaimer in the documentation
20+
* and/or other materials provided with the distribution.
21+
* 3. Neither the name of STMicroelectronics nor the names of its contributors
22+
* may be used to endorse or promote products derived from this software
23+
* without specific prior written permission.
1724
*
18-
* http://www.st.com/software_license_agreement_liberty_v2
19-
*
20-
* Unless required by applicable law or agreed to in writing, software
21-
* distributed under the License is distributed on an "AS IS" BASIS,
22-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23-
* See the License for the specific language governing permissions and
24-
* limitations under the License.
25+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2535
*
2636
******************************************************************************
2737
*/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_opamp.c

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,29 @@
4444
******************************************************************************
4545
* @attention
4646
*
47-
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
47+
* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
4848
*
49-
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
50-
* You may not use this file except in compliance with the License.
51-
* You may obtain a copy of the License at:
49+
* Redistribution and use in source and binary forms, with or without modification,
50+
* are permitted provided that the following conditions are met:
51+
* 1. Redistributions of source code must retain the above copyright notice,
52+
* this list of conditions and the following disclaimer.
53+
* 2. Redistributions in binary form must reproduce the above copyright notice,
54+
* this list of conditions and the following disclaimer in the documentation
55+
* and/or other materials provided with the distribution.
56+
* 3. Neither the name of STMicroelectronics nor the names of its contributors
57+
* may be used to endorse or promote products derived from this software
58+
* without specific prior written permission.
5259
*
53-
* http://www.st.com/software_license_agreement_liberty_v2
54-
*
55-
* Unless required by applicable law or agreed to in writing, software
56-
* distributed under the License is distributed on an "AS IS" BASIS,
57-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
58-
* See the License for the specific language governing permissions and
59-
* limitations under the License.
60+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
61+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
62+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
63+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
64+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
65+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
66+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
67+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
68+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
69+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6070
*
6171
******************************************************************************
6272
*/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_opamp.h

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,29 @@
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
1313
*
14-
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
15-
* You may not use this file except in compliance with the License.
16-
* You may obtain a copy of the License at:
14+
* Redistribution and use in source and binary forms, with or without modification,
15+
* are permitted provided that the following conditions are met:
16+
* 1. Redistributions of source code must retain the above copyright notice,
17+
* this list of conditions and the following disclaimer.
18+
* 2. Redistributions in binary form must reproduce the above copyright notice,
19+
* this list of conditions and the following disclaimer in the documentation
20+
* and/or other materials provided with the distribution.
21+
* 3. Neither the name of STMicroelectronics nor the names of its contributors
22+
* may be used to endorse or promote products derived from this software
23+
* without specific prior written permission.
1724
*
18-
* http://www.st.com/software_license_agreement_liberty_v2
19-
*
20-
* Unless required by applicable law or agreed to in writing, software
21-
* distributed under the License is distributed on an "AS IS" BASIS,
22-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23-
* See the License for the specific language governing permissions and
24-
* limitations under the License.
25+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2535
*
2636
******************************************************************************
2737
*/

0 commit comments

Comments
 (0)