Improved license-related message

This commit is contained in:
Marcin Ziąbek
2023-04-28 14:04:54 +02:00
committed by GitHub
parent 76844dc8dd
commit ce0d50f2fc
+3 -2
View File
@@ -66,8 +66,9 @@ namespace QuestPDF.Drawing
$"QuestPDF is a modern open-source library. " +
$"We identify the importance of the library in your projects, and therefore want to make sure you can safely and confidently continue the development. " +
$"Being a healthy and growing community is our primary goal that motivates us to pursue professionalism. {newParagraph}" +
$"The library is free for the commercial usage for the vast majority of users under the QuestPDF Community MIT license. {newParagraph}" +
$"We love and highly appreciate the .NET Community and therefore the vast majority of users are welcome to use the library completely for free under the QuestPDF Community MIT license. {newParagraph}" +
$"However, if you are consuming the QuestPDF library as a Direct Package Dependency for usage in a Closed Source software in the capacity of a for-profit company/individual with more than 1M USD annual gross revenue, you must purchase the QuestPDF Professional or Enterprise License, depending on number of software developers. {newParagraph}" +
$"If you still want to support library development, please consider purchasing the Professional License. {newParagraph}" +
$"For evaluation purposes, feel free to use the QuestPDF Community License in a non-production environment. {newParagraph}" +
$"Please refer to the QuestPDF License and Pricing webpage for more details. (https://www.questpdf.com/pricing.html) {newParagraph}" +
$"If you are an existing QuestPDF user and for any reason cannot update, you can stay with the 2022.12.X release with the extended quality support but without any new features, improvements or optimizations. That release is and always will be available under the MIT license, free for commercial usage. {newParagraph}" +
@@ -255,4 +256,4 @@ namespace QuestPDF.Drawing
ApplyDefaultTextStyle(child, documentDefaultTextStyle);
}
}
}
}