Modify copyright notice in main.c file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-22 4:32 PM
Hello,
Somebody knows if the copyright notice generated at the beginning of main.c file is stored in a file that I can edit?
I read in this forum that sections outside of user code are copyrighted by ST. If the copyright text is stored in an editable file, I would add a copyright or copyleft for the user code sections in this file to save time.
Using CubeIDE 1.13.2 for Linux
Thank you
- Labels:
-
STM32CubeIDE
-
STM32CubeMX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-22 4:49 PM - edited ‎2024-02-22 4:49 PM
The copyright notice generated at the beginning of main.c is surrounded by /* USER CODE BEGIN Header */ /* USER CODE END Header */. The actual usage requirements on Cube-generated files (what license files or texts are required legally): see the generated text itself: Since Cube does not currently create the LICENSE file: provided as-is.
* 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-22 5:13 PM
Previously, on ST Community:
A complex system designed from scratch never works and cannot be patched up to make it work.
