We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517789d commit 1040516Copy full SHA for 1040516
src/Notice.cpp
@@ -26,7 +26,7 @@ void Notice::write(const Options &options,const VersionInfo &versionInfo)
26
if (!notice)
27
throwException(L"Unable to open NOTICE.txt");
28
29
- notice << "[ Imagemagick " << versionInfo.version() << versionInfo.libAddendum() << " (" << versionInfo.releaseDate() << ") ]" << endl << endl;
+ notice << "[ ImageMagick " << versionInfo.version() << versionInfo.libAddendum() << " (" << versionInfo.releaseDate() << ") ]" << endl << endl;
30
notice << readLicense(options.rootDirectory + L"ImageMagick\\LICENSE") << endl << endl;
31
32
wstring licensesDirectory=options.rootDirectory + L"Artifacts\\license\\";
0 commit comments