QDENGINE: Added credits and clarified engine copyright dates

This commit is contained in:
Eugene Sandulenko 2024-08-01 11:29:21 +02:00
parent c67d48ba27
commit 75e4a0601d
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,4 @@
begin_section("QDEngine");
add_person("Name 1", "Handle 1", "");
add_person("Eugene Sandulenko", "sev", "");
add_person("Kunal Tiwari", "kunxl.gg", "");
end_section();

View File

@ -62,7 +62,7 @@ public:
}
const char *getOriginalCopyright() const override {
return "QD Engine (C) 2003-7 K-D LAB";
return "QD Engine (C) 2003-8 K-D LAB";
}
const DebugChannelDef *getDebugChannels() const override {
@ -73,4 +73,3 @@ public:
REGISTER_PLUGIN_STATIC(QDENGINE_DETECTION, PLUGIN_TYPE_ENGINE_DETECTION, QDEngineMetaEngineDetection);