From: Eric Bollengier Date: Mon, 25 Mar 2024 13:41:44 +0000 (+0100) Subject: regress: Fix loading of test-plugin X-Git-Tag: Release-15.0.3~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d0fd1f7ba2b541e061bbadee88100ec615f2264;p=thirdparty%2Fbacula.git regress: Fix loading of test-plugin --- diff --git a/bacula/src/plugins/fd/test-plugin-fd.c b/bacula/src/plugins/fd/test-plugin-fd.c index 54e4ece9c..3f29e766d 100644 --- a/bacula/src/plugins/fd/test-plugin-fd.c +++ b/bacula/src/plugins/fd/test-plugin-fd.c @@ -41,7 +41,7 @@ extern "C" { static const int dbglvl = 000; -#define PLUGIN_LICENSE "Bacula Systems(R) SA" +#define PLUGIN_LICENSE "AGPLv3" #define PLUGIN_AUTHOR "Kern Sibbald" #define PLUGIN_DATE "September 2017" #define PLUGIN_VERSION "4"