diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-06-20 22:06:28 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-06-20 22:06:28 +0200 |
commit | 07c6c69eca8751c0e96a846afb30c24ab2638b1f (patch) | |
tree | 6629dbd38f3e578990523b5a6591bc08f64a8c79 /plugins/example_addressbook/example_addressbook.php | |
parent | 39b905b7a8abafe57f5429952db390a97ffa047f (diff) |
Make all bundled plugins the same license as Roundcube itself, which is GPLv3+
Diffstat (limited to 'plugins/example_addressbook/example_addressbook.php')
-rw-r--r-- | plugins/example_addressbook/example_addressbook.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/example_addressbook/example_addressbook.php b/plugins/example_addressbook/example_addressbook.php index a15461f44..31077adf7 100644 --- a/plugins/example_addressbook/example_addressbook.php +++ b/plugins/example_addressbook/example_addressbook.php @@ -5,6 +5,9 @@ require_once(dirname(__FILE__) . '/example_addressbook_backend.php'); /** * Sample plugin to add a new address book * with just a static list of contacts + * + * @license GNU GPLv3+ + * @author Thomas Bruederli */ class example_addressbook extends rcube_plugin { |