From 1a716d2d343b6614bec80d98cc46f327c296279e Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 24 Aug 2011 16:16:14 -0400 Subject: [PATCH] Add copyright line on files with significant changes from Kolab Systems --- program/include/rcube_imap.php | 3 ++- program/steps/mail/autocomplete.inc | 3 ++- program/include/rcmail.php | 1 + program/include/rcube_session.php | 1 + program/js/app.js | 3 ++- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/program/include/rcmail.php b/program/include/rcmail.php index e013c75..c6f8a63 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -6,6 +6,7 @@ | | | 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 | | | | PURPOSE: | diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index 4a37af6..dba792d 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -5,7 +5,8 @@ | program/include/rcube_imap.php | | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2010, The Roundcube Dev Team | + | Copyright (C) 2005-2011, The Roundcube Dev Team | + | Copyright (C) 2011, Kolab Systems AG | | Licensed under the GNU GPL | | | | PURPOSE: | diff --git a/program/include/rcube_session.php b/program/include/rcube_session.php index bface28..0a67480 100644 --- a/program/include/rcube_session.php +++ b/program/include/rcube_session.php @@ -6,6 +6,7 @@ | | | 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 | | | | PURPOSE: | diff --git a/program/js/app.js b/program/js/app.js index 9da19b2..2763b12 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3,7 +3,8 @@ | Roundcube Webmail Client Script | | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2005-2010, The Roundcube Dev Team | + | Copyright (C) 2005-2011, The Roundcube Dev Team | + | Copyright (C) 2011, Kolab Systems AG | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ diff --git a/program/steps/mail/autocomplete.inc b/program/steps/mail/autocomplete.inc index 2968f03..bbc7734 100644 --- a/program/steps/mail/autocomplete.inc +++ b/program/steps/mail/autocomplete.inc @@ -5,7 +5,8 @@ | program/steps/mail/autocomplete.inc | | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2010, Roundcube Dev Team | + | Copyright (C) 2008-2011, Roundcube Dev Team | + | Copyright (C) 2011, Kolab Systems AG | | Licensed under the GNU GPL | | | | PURPOSE: | -- Gitblit v1.9.1