From 07c6c69eca8751c0e96a846afb30c24ab2638b1f Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 20 Jun 2013 16:06:28 -0400 Subject: [PATCH] Make all bundled plugins the same license as Roundcube itself, which is GPLv3+ --- plugins/new_user_identity/new_user_identity.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/plugins/new_user_identity/new_user_identity.php b/plugins/new_user_identity/new_user_identity.php index d32051e..bb0821a 100644 --- a/plugins/new_user_identity/new_user_identity.php +++ b/plugins/new_user_identity/new_user_identity.php @@ -8,6 +8,7 @@ * * @version @package_version@ * @author Kris Steinhoff + * @license GNU GPLv3+ * * Example configuration: * -- Gitblit v1.9.1