From f7fdf1a4dee159e9cb6c542e7ef473562b90f183 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 09 May 2016 03:01:11 -0400 Subject: [PATCH] Merge pull request #5168 from piuma/patch-1 --- installer/client.js | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/installer/client.js b/installer/client.js index 3121b26..b6095a9 100644 --- a/installer/client.js +++ b/installer/client.js @@ -1,3 +1,18 @@ +/* + +-----------------------------------------------------------------------+ + | Roundcube installer cleint function | + | | + | This file is part of the Roundcube web development suite | + | Copyright (C) 2009-2012, The Roundcube Dev Team | + | | + | 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. | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas Bruederli <roundcube@gmail.com> | + +-----------------------------------------------------------------------+ +*/ function toggleblock(id, link) { -- Gitblit v1.9.1