Skip to content

Commit 69713f5

Browse files
Add version range in csolution and cbuildgen copyright notice
1 parent b93c61a commit 69713f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/buildmgr/cbuildgen/src/ProductInfo.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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@"

tools/projmgr/src/ProductInfo.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ static constexpr const char* FILE_DESCRIPTION = "CMSIS Project Manager";
1919
static constexpr const char* PRODUCT_NAME = "CMSIS Project Manager";
2020
static constexpr const char* INTERNAL_NAME = "csolution";
2121
static 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

2424
static constexpr const char* VERSION_STRING = "@PROJECT_VERSION_FULL@";
2525
static constexpr const char* VERSION_STRING_RC = "@PROJECT_VERSION_FULL@";

0 commit comments

Comments
 (0)