From 4a80db4c7b75ca58b7a2c02a740e0ed7e19c52f4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 31 Jul 2006 13:41:21 +0000 Subject: * Added copyright string to all engine plugins * Modified about dialog to list all available plugins with their resp. copyright * Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too) svn-id: r23645 --- engines/sword2/sword2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword2/sword2.cpp') diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index 9454b69644..be0f02a407 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -116,7 +116,7 @@ PluginError Engine_SWORD2_create(OSystem *syst, Engine **engine) { return kNoError; } -REGISTER_PLUGIN(SWORD2, "Broken Sword 2"); +REGISTER_PLUGIN(SWORD2, "Broken Sword 2", "Broken Sword Games (C) Revolution"); namespace Sword2 { -- cgit v1.2.3