Skip to content

Commit a00fc24

Browse files
committed
Use proper copyright string
1 parent 470cf00 commit a00fc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ if (WIN32)
336336
"RC_ORIGINAL_FILENAME=\"${TARGET_NAME}.dll\""
337337
"RC_PRODUCT_NAME=\"${RC_PRODUCT_NAME}\""
338338
"RC_PRODUCT_VERSION=\"${RC_FILE_VERSION}\""
339-
"RC_COPYRIGHT=\"Copyright ${RC_CHAR_C} 2018 Intel Corporation. All rights reserved.\"")
339+
"RC_COPYRIGHT=\"Copyright (C) 2018 Intel Corporation\"")
340340

341341
# Enable compiler generation of Control Flow Guard security checks.
342342
target_compile_options(${TARGET_NAME} PUBLIC "/guard:cf")

0 commit comments

Comments
 (0)