diff --git a/src/Menu/HomePageRenderer.cpp b/src/Menu/HomePageRenderer.cpp index 803386ade1..8e1a4628b1 100644 --- a/src/Menu/HomePageRenderer.cpp +++ b/src/Menu/HomePageRenderer.cpp @@ -241,7 +241,10 @@ void HomePageRenderer::RenderFAQSection() ImGui::TextWrapped( "Yes! Community Shaders is completely open source and available on GitHub. You can view " "the source code, report issues, suggest features, and contribute to the project. " - "The project is licensed under GPL, ensuring it remains free and open for everyone."); + "The project is licensed under GPL, ensuring it remains free and open for everyone." + "The project is licensed under GPL, ensuring it remains free and open for everyone." + " Branding materials and assets (icons, nexus branding, typography, etc) are not covered by the GPL Licence." + " Any included assets may not be used without explicit permission."); } }