Sources from ST licensed "AS-IS": What does it mean?
I implemented an application for an STM32 MCU with the STM32CubeIDE. I'd like to publish it as open source under the GPLv3 license on Github. Different licenses apply for the source code from STMicroelectronics, which my application is based on: the BSD-3-Clause for the HAL drivers and the Apache License 2.0 for CMSIS. This should be fine. But there are some further sources from STMicroelectronics with the following licensing information:
* Copyright (c) 2017 STMicroelectronics.
* All rights reserved.
*
* This software is licensed under terms that can be found in the LICENSE file
* in the root directory of this software component.
* If no LICENSE file comes with this software, it is provided AS-IS.
Unfortunately, there is no license file in the root directory (in contrast to the HAL drivers and CMSIS). So, what does "AS-IS" mean? Is it completely proprietary and I'm not allowed to use it at all? Is anybody able to clarify this? Thank you!
Note: This refers mainly to the Core folder with main.c etc.
