Skip to content

Commit

Permalink
Fix copyright notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Sep 13, 2024
1 parent 994052f commit baa37d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archicad-addon/Tools/CMakeCommon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function (GenerateAddOnProject target acVersion devKitDir addOnName addOnSources
# Prepare various variables for the Info.plist
string(TOLOWER "${addOnName}" lowerAddOnName)
string(REGEX REPLACE "[ _]" "-" addOnNameIdentifier "${lowerAddOnName}")
string(TIMESTAMP copyright "Copyright © GRAPHISOFT SE, 1984-%Y")
string(TIMESTAMP copyright "Copyright © Tapir, 2022-%Y")
# BE on the safe side; load the info from an existing framework
file(READ "${devKitDir}/Frameworks/GSRoot.framework/Versions/A/Resources/Info.plist" plist_content NEWLINE_CONSUME)
string(REGEX REPLACE ".*GSBuildNum[^0-9]+([0-9]+).*" "\\1" gsBuildNum "${plist_content}")
Expand Down

0 comments on commit baa37d8

Please sign in to comment.