From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- plugins/attachment_reminder/composer.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/attachment_reminder/composer.json b/plugins/attachment_reminder/composer.json index a960145..7690a31 100644 --- a/plugins/attachment_reminder/composer.json +++ b/plugins/attachment_reminder/composer.json @@ -2,7 +2,7 @@ "name": "roundcube/Attachment Reminder", "type": "roundcube-plugin", "description": "This Roundcube plugin reminds the user to attach a file if the composed message text indicates that there should be any.", - "license": "GNU GPLv3+", + "license": "GPLv3+", "version": "1.1", "authors": [ { -- Gitblit v1.9.1