Amend js files headers to satisfy LibreJS license detection
This commit is contained in:
parent
7d3b2b6675
commit
5c206f76e8
15 changed files with 192 additions and 15 deletions
|
@ -1,10 +1,12 @@
|
||||||
/**
|
/**
|
||||||
* Base Javascript class for the Calendar plugin
|
* Base Javascript class for the Calendar plugin
|
||||||
*
|
*
|
||||||
* @version @package_version@
|
|
||||||
* @author Lazlo Westerhof <hello@lazlo.me>
|
* @author Lazlo Westerhof <hello@lazlo.me>
|
||||||
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this page.
|
||||||
|
*
|
||||||
* Copyright (C) 2010, Lazlo Westerhof <hello@lazlo.me>
|
* Copyright (C) 2010, Lazlo Westerhof <hello@lazlo.me>
|
||||||
* Copyright (C) 2013, Kolab Systems AG <contact@kolabsys.com>
|
* Copyright (C) 2013, Kolab Systems AG <contact@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
@ -20,6 +22,9 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this page.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Basic setup for Roundcube calendar client class
|
// Basic setup for Roundcube calendar client class
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
/**
|
/**
|
||||||
* Client UI Javascript for the Calendar plugin
|
* Client UI Javascript for the Calendar plugin
|
||||||
*
|
*
|
||||||
* @version @package_version@
|
|
||||||
* @author Lazlo Westerhof <hello@lazlo.me>
|
* @author Lazlo Westerhof <hello@lazlo.me>
|
||||||
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this file.
|
||||||
|
*
|
||||||
* Copyright (C) 2010, Lazlo Westerhof <hello@lazlo.me>
|
* Copyright (C) 2010, Lazlo Westerhof <hello@lazlo.me>
|
||||||
* Copyright (C) 2012, Kolab Systems AG <contact@kolabsys.com>
|
* Copyright (C) 2012, Kolab Systems AG <contact@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
@ -20,6 +22,9 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Roundcube calendar UI client class
|
// Roundcube calendar UI client class
|
||||||
|
|
|
@ -9,8 +9,36 @@
|
||||||
*
|
*
|
||||||
* Copyright (c) 2011 Adam Shaw
|
* Copyright (c) 2011 Adam Shaw
|
||||||
* Copyright (c) 2011, Kolab Systems AG
|
* Copyright (c) 2011, Kolab Systems AG
|
||||||
* Dual licensed under the MIT and GPL licenses, located in
|
* Dual licensed under the MIT and GPL licenses
|
||||||
* MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this file.
|
||||||
|
*
|
||||||
|
* Copyright (c) Copyright (c) Jon Nylander
|
||||||
|
*
|
||||||
|
* Licensed under the MIT licenses
|
||||||
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
* a copy of this software and associated documentation files (the
|
||||||
|
* "Software"), to deal in the Software without restriction, including
|
||||||
|
* without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
* distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
* permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
* the following conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be
|
||||||
|
* included in all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this file.
|
||||||
*
|
*
|
||||||
* Date: Wed Nov 7 16:28:11 2012 +0100
|
* Date: Wed Nov 7 16:28:11 2012 +0100
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
/**
|
/**
|
||||||
* Print view for the Calendar plugin
|
* Print view for the Calendar plugin
|
||||||
*
|
*
|
||||||
* @version @package_version@
|
|
||||||
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this file.
|
||||||
|
*
|
||||||
* Copyright (C) 2011, Kolab Systems AG <contact@kolabsys.com>
|
* Copyright (C) 2011, Kolab Systems AG <contact@kolabsys.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -18,6 +20,9 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,30 @@
|
||||||
|
/**
|
||||||
|
* Client script for the Kolab address book plugin
|
||||||
|
*
|
||||||
|
* @author Aleksander Machniak <machniak@kolabsys.com>
|
||||||
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this file.
|
||||||
|
*
|
||||||
|
* Copyright (C) 2011, Kolab Systems AG <contact@kolabsys.com>
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this file.
|
||||||
|
*/
|
||||||
|
|
||||||
if (window.rcmail) {
|
if (window.rcmail) {
|
||||||
rcmail.addEventListener('init', function() {
|
rcmail.addEventListener('init', function() {
|
||||||
rcmail.set_book_actions();
|
rcmail.set_book_actions();
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
/**
|
/**
|
||||||
* Client scripts for the Kolab Delegation configuration utitlity
|
* Client scripts for the Kolab Delegation configuration utitlity
|
||||||
*
|
*
|
||||||
* @version @package_version@
|
|
||||||
* @author Aleksander Machniak <machniak@kolabsys.com>
|
* @author Aleksander Machniak <machniak@kolabsys.com>
|
||||||
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this file.
|
||||||
|
*
|
||||||
* Copyright (C) 2011-2012, Kolab Systems AG <contact@kolabsys.com>
|
* Copyright (C) 2011-2012, Kolab Systems AG <contact@kolabsys.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -19,6 +21,9 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
window.rcmail && rcmail.addEventListener('init', function(evt) {
|
window.rcmail && rcmail.addEventListener('init', function(evt) {
|
||||||
|
|
|
@ -1,8 +1,28 @@
|
||||||
/**
|
/**
|
||||||
* Kolab files plugin
|
* Kolab files plugin
|
||||||
*
|
*
|
||||||
* @version @package_version@
|
* @author Aleksander Machniak <machniak@kolabsys.com>
|
||||||
* @author Aleksander Machniak <alec@alec.pl>
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this file.
|
||||||
|
*
|
||||||
|
* Copyright (C) 2011, Kolab Systems AG <contact@kolabsys.com>
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
window.rcmail && rcmail.addEventListener('init', function() {
|
window.rcmail && rcmail.addEventListener('init', function() {
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
/**
|
/**
|
||||||
* Client script for the Kolab folder management/listing extension
|
* Client script for the Kolab folder management/listing extension
|
||||||
*
|
*
|
||||||
* @version @package_version@
|
|
||||||
* @author Aleksander Machniak <machniak@kolabsys.com>
|
* @author Aleksander Machniak <machniak@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this file.
|
||||||
|
*
|
||||||
* Copyright (C) 2011, Kolab Systems AG <contact@kolabsys.com>
|
* Copyright (C) 2011, Kolab Systems AG <contact@kolabsys.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -18,6 +20,9 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
*
|
*
|
||||||
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this file.
|
||||||
|
*
|
||||||
* Copyright (C) 2014, Kolab Systems AG <contact@kolabsys.com>
|
* Copyright (C) 2014, Kolab Systems AG <contact@kolabsys.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -17,6 +20,9 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function rcube_kolab_notes_ui(settings)
|
function rcube_kolab_notes_ui(settings)
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
*
|
*
|
||||||
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this file.
|
||||||
|
*
|
||||||
* Copyright (C) 2014, Kolab Systems AG <contact@kolabsys.com>
|
* Copyright (C) 2014, Kolab Systems AG <contact@kolabsys.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -17,6 +20,9 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
*
|
*
|
||||||
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this page.
|
||||||
|
*
|
||||||
* Copyright (C) 2012-2014, Kolab Systems AG <contact@kolabsys.com>
|
* Copyright (C) 2012-2014, Kolab Systems AG <contact@kolabsys.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -17,6 +20,9 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this page.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function rcube_libcalendaring(settings)
|
function rcube_libcalendaring(settings)
|
||||||
|
|
|
@ -8,7 +8,30 @@
|
||||||
<script type="text/javascript" src="%%DOCROOT%%webodf.js" charset="utf-8"></script>
|
<script type="text/javascript" src="%%DOCROOT%%webodf.js" charset="utf-8"></script>
|
||||||
<script type="text/javascript" charset="utf-8">
|
<script type="text/javascript" charset="utf-8">
|
||||||
|
|
||||||
// WebODF viewer code from https://gitorious.org/webodf/webodf/source/HEADe:programs/viewer
|
/**
|
||||||
|
|
||||||
|
WebODF viewer code from https://gitorious.org/webodf/webodf/source/HEADe:programs/viewer
|
||||||
|
|
||||||
|
@licstart The following is the entire license notice for the
|
||||||
|
JavaScript code in this page.
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
@licend The above is the entire license notice
|
||||||
|
for the JavaScript code in this page.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
viewer = new Viewer(new ODFViewerPlugin(), '%%DOCURL%%');
|
viewer = new Viewer(new ODFViewerPlugin(), '%%DOCURL%%');
|
||||||
|
|
|
@ -4,12 +4,38 @@
|
||||||
*
|
*
|
||||||
* Examples and documentation at: tagedit.webwork-albrecht.de
|
* Examples and documentation at: tagedit.webwork-albrecht.de
|
||||||
*
|
*
|
||||||
|
* License:
|
||||||
|
* This work is licensed under a MIT License
|
||||||
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this file.
|
||||||
|
*
|
||||||
* Copyright (c) 2010 Oliver Albrecht <info@webwork-albrecht.de>
|
* Copyright (c) 2010 Oliver Albrecht <info@webwork-albrecht.de>
|
||||||
* Copyright (c) 2012 Thomas Brüderli <thomas@roundcube.net>
|
* Copyright (c) 2012 Thomas Brüderli <thomas@roundcube.net>
|
||||||
*
|
*
|
||||||
* License:
|
* Licensed under the MIT licenses
|
||||||
* This work is licensed under a MIT License
|
*
|
||||||
* http://www.opensource.org/licenses/mit-license.php
|
* Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
* a copy of this software and associated documentation files (the
|
||||||
|
* "Software"), to deal in the Software without restriction, including
|
||||||
|
* without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
* distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
* permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
* the following conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be
|
||||||
|
* included in all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this file.
|
||||||
*
|
*
|
||||||
* @author Oliver Albrecht Mial: info@webwork-albrecht.de Twitter: @webworka
|
* @author Oliver Albrecht Mial: info@webwork-albrecht.de Twitter: @webworka
|
||||||
* @version 1.5.1 (10/2013)
|
* @version 1.5.1 (10/2013)
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
/**
|
/**
|
||||||
* Client scripts for the Tasklist plugin
|
* Client scripts for the Tasklist plugin
|
||||||
*
|
*
|
||||||
* @version @package_version@
|
|
||||||
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this file.
|
||||||
|
*
|
||||||
* Copyright (C) 2012, Kolab Systems AG <contact@kolabsys.com>
|
* Copyright (C) 2012, Kolab Systems AG <contact@kolabsys.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -18,6 +20,9 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function rcube_tasklist_ui(settings)
|
function rcube_tasklist_ui(settings)
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
/**
|
/**
|
||||||
* Client scripts for the Tasklist plugin
|
* Client scripts for the Tasklist plugin
|
||||||
*
|
*
|
||||||
* @version @package_version@
|
|
||||||
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
* @author Thomas Bruederli <bruederli@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* JavaScript code in this file.
|
||||||
|
*
|
||||||
* Copyright (C) 2013, Kolab Systems AG <contact@kolabsys.com>
|
* Copyright (C) 2013, Kolab Systems AG <contact@kolabsys.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -18,6 +20,9 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice
|
||||||
|
* for the JavaScript code in this file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function rcube_tasklist(settings)
|
function rcube_tasklist(settings)
|
||||||
|
|
Loading…
Add table
Reference in a new issue