File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010#define PRODUCT_NAME "Build Process Manager"
1111#define INTERNAL_NAME "cbuildgen"
1212#define ORIGINAL_FILENAME "cbuildgen"
13- #define COPYRIGHT_NOTICE "(C) @PROJECT_VERSION_YEAR@ Arm Ltd. and Contributors"
13+ #define COPYRIGHT_NOTICE "(C) 2021- @PROJECT_VERSION_YEAR@ Arm Ltd. and Contributors"
1414
1515#define VERSION_STRING "@PROJECT_VERSION_FULL@"
1616#define VERSION_STRING_RC "@PROJECT_VERSION_FULL@"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ static constexpr const char* FILE_DESCRIPTION = "CMSIS Project Manager";
1919static constexpr const char * PRODUCT_NAME = "CMSIS Project Manager" ;
2020static constexpr const char * INTERNAL_NAME = "csolution" ;
2121static constexpr const char * ORIGINAL_FILENAME = "csolution" ;
22- static constexpr const char * COPYRIGHT_NOTICE = "(C) @PROJECT_VERSION_YEAR@ Arm Ltd. and Contributors" ;
22+ static constexpr const char * COPYRIGHT_NOTICE = "(C) 2022- @PROJECT_VERSION_YEAR@ Arm Ltd. and Contributors" ;
2323
2424static constexpr const char * VERSION_STRING = "@PROJECT_VERSION_FULL@" ;
2525static constexpr const char * VERSION_STRING_RC = "@PROJECT_VERSION_FULL@" ;
You can’t perform that action at this time.
0 commit comments