--- sylpheed-claws/src/common/plugin.c.orig 2007-08-03 13:16:11 +0400 +++ sylpheed-claws/src/common/plugin.c 2007-08-03 13:16:33 +0400 @@ -345,7 +345,7 @@ init_plugin: return NULL; } - if (strcmp(plugin_licence(), "GPL2+") && strncmp(plugin_licence(), "GPL3", strlen("GPL3")) +/* if (strcmp(plugin_licence(), "GPL2+") && strncmp(plugin_licence(), "GPL3", strlen("GPL3")) && strncmp(plugin_licence(), "GPL2+-compatible", strlen("GPL2+-compatible"))) { *error = g_strdup(_("This module is not licenced under a GPL v2 or later compatible licence.")); if (plugin->unloaded_hidden) @@ -353,7 +353,7 @@ init_plugin: g_module_close(plugin->module); g_free(plugin); return NULL; - } + } */ if (!strcmp(plugin_type(), "GTK")) { *error = g_strdup(_("This module is for Claws Mail GTK1."));