From 7fe3811c65a7c63154f03610e289a6d196f3ae2e Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 18 Jan 2012 11:10:46 +0000 Subject: Changed license to GNU GPLv3+ with exceptions for skins and plugins --- program/steps/addressbook/copy.inc | 5 ++++- program/steps/addressbook/delete.inc | 5 ++++- program/steps/addressbook/edit.inc | 5 ++++- program/steps/addressbook/export.inc | 5 ++++- program/steps/addressbook/func.inc | 5 ++++- program/steps/addressbook/groups.inc | 5 ++++- program/steps/addressbook/import.inc | 5 ++++- program/steps/addressbook/list.inc | 5 ++++- program/steps/addressbook/mailto.inc | 5 ++++- program/steps/addressbook/save.inc | 5 ++++- program/steps/addressbook/search.inc | 5 ++++- program/steps/addressbook/show.inc | 5 ++++- program/steps/addressbook/undo.inc | 5 ++++- program/steps/addressbook/upload_photo.inc | 5 ++++- 14 files changed, 56 insertions(+), 14 deletions(-) (limited to 'program/steps/addressbook') diff --git a/program/steps/addressbook/copy.inc b/program/steps/addressbook/copy.inc index 5e526e1aa..40b2a79d1 100644 --- a/program/steps/addressbook/copy.inc +++ b/program/steps/addressbook/copy.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2007, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Copy a contact record from one direcotry to another | diff --git a/program/steps/addressbook/delete.inc b/program/steps/addressbook/delete.inc index 30e0ca13b..beba1ae73 100644 --- a/program/steps/addressbook/delete.inc +++ b/program/steps/addressbook/delete.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2009, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Delete the submitted contacts (CIDs) from the users address book | diff --git a/program/steps/addressbook/edit.inc b/program/steps/addressbook/edit.inc index 1dde84ad0..5f8a4ec2c 100644 --- a/program/steps/addressbook/edit.inc +++ b/program/steps/addressbook/edit.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2007, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Show edit form for a contact entry or to add a new one | diff --git a/program/steps/addressbook/export.inc b/program/steps/addressbook/export.inc index 8ba1c08b6..0fe193bf2 100644 --- a/program/steps/addressbook/export.inc +++ b/program/steps/addressbook/export.inc @@ -7,7 +7,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2008-2011, The Roundcube Dev Team | | Copyright (C) 2011, Kolab Systems AG | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Export the selected address book as vCard file | diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index dd1a4b936..f6ce79ed1 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2007, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Provide addressbook functionality and GUI objects | diff --git a/program/steps/addressbook/groups.inc b/program/steps/addressbook/groups.inc index 208df24f5..415cd0766 100644 --- a/program/steps/addressbook/groups.inc +++ b/program/steps/addressbook/groups.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2010, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Create/delete/rename contact groups and assign/remove contacts | diff --git a/program/steps/addressbook/import.inc b/program/steps/addressbook/import.inc index 63a6dae30..7b52bdcee 100644 --- a/program/steps/addressbook/import.inc +++ b/program/steps/addressbook/import.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2008-2009, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Import contacts from a vCard or CSV file | diff --git a/program/steps/addressbook/list.inc b/program/steps/addressbook/list.inc index 0e3afa2a9..46651853c 100644 --- a/program/steps/addressbook/list.inc +++ b/program/steps/addressbook/list.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2007, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Send contacts list to client (as remote response) | diff --git a/program/steps/addressbook/mailto.inc b/program/steps/addressbook/mailto.inc index c40ecdf72..965d71758 100644 --- a/program/steps/addressbook/mailto.inc +++ b/program/steps/addressbook/mailto.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2007, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Compose a recipient list with all selected contacts | diff --git a/program/steps/addressbook/save.inc b/program/steps/addressbook/save.inc index e93ce9918..f584a0e6a 100644 --- a/program/steps/addressbook/save.inc +++ b/program/steps/addressbook/save.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2011, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Save a contact entry or to add a new one | diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc index c9c162a27..54d2c4dab 100644 --- a/program/steps/addressbook/search.inc +++ b/program/steps/addressbook/search.inc @@ -7,7 +7,10 @@ | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2011, The Roundcube Dev Team | | Copyright (C) 2011, Kolab Systems AG | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Search action (and form) for address book contacts | diff --git a/program/steps/addressbook/show.inc b/program/steps/addressbook/show.inc index cf1763688..5086a7bcd 100644 --- a/program/steps/addressbook/show.inc +++ b/program/steps/addressbook/show.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2009, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Show contact details | diff --git a/program/steps/addressbook/undo.inc b/program/steps/addressbook/undo.inc index 936f11086..88701a4e6 100644 --- a/program/steps/addressbook/undo.inc +++ b/program/steps/addressbook/undo.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2011, Kolab Systems AG | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Undelete contacts (CIDs) from last delete action | diff --git a/program/steps/addressbook/upload_photo.inc b/program/steps/addressbook/upload_photo.inc index f0430ae80..039a7b202 100644 --- a/program/steps/addressbook/upload_photo.inc +++ b/program/steps/addressbook/upload_photo.inc @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2011, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Handles contact photo uploads | -- cgit v1.2.3