diff --git a/plugins/calendar/calendar_base.js b/plugins/calendar/calendar_base.js index cc7c65af..abcd519b 100644 --- a/plugins/calendar/calendar_base.js +++ b/plugins/calendar/calendar_base.js @@ -1,10 +1,12 @@ /** * Base Javascript class for the Calendar plugin * - * @version @package_version@ * @author Lazlo Westerhof * @author Thomas Bruederli * + * @licstart The following is the entire license notice for the + * JavaScript code in this page. + * * Copyright (C) 2010, Lazlo Westerhof * Copyright (C) 2013, Kolab Systems AG * @@ -20,6 +22,9 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * + * @licend The above is the entire license notice + * for the JavaScript code in this page. */ // Basic setup for Roundcube calendar client class diff --git a/plugins/calendar/calendar_ui.js b/plugins/calendar/calendar_ui.js index fe2b89e8..116b490e 100644 --- a/plugins/calendar/calendar_ui.js +++ b/plugins/calendar/calendar_ui.js @@ -1,10 +1,12 @@ /** * Client UI Javascript for the Calendar plugin * - * @version @package_version@ * @author Lazlo Westerhof * @author Thomas Bruederli * + * @licstart The following is the entire license notice for the + * JavaScript code in this file. + * * Copyright (C) 2010, Lazlo Westerhof * Copyright (C) 2012, Kolab Systems AG * @@ -20,6 +22,9 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . + * + * @licend The above is the entire license notice + * for the JavaScript code in this file. */ // Roundcube calendar UI client class diff --git a/plugins/calendar/lib/js/fullcalendar.js b/plugins/calendar/lib/js/fullcalendar.js index 4f0862a2..79a2b7fa 100644 --- a/plugins/calendar/lib/js/fullcalendar.js +++ b/plugins/calendar/lib/js/fullcalendar.js @@ -9,8 +9,36 @@ * * Copyright (c) 2011 Adam Shaw * Copyright (c) 2011, Kolab Systems AG - * Dual licensed under the MIT and GPL licenses, located in - * MIT-LICENSE.txt and GPL-LICENSE.txt respectively. + * Dual licensed under the MIT and GPL licenses + * + * @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 * diff --git a/plugins/calendar/print.js b/plugins/calendar/print.js index 67b6a93a..89f7cb8b 100644 --- a/plugins/calendar/print.js +++ b/plugins/calendar/print.js @@ -1,9 +1,11 @@ /** * Print view for the Calendar plugin * - * @version @package_version@ * @author Thomas Bruederli * + * @licstart The following is the entire license notice for the + * JavaScript code in this file. + * * Copyright (C) 2011, Kolab Systems AG * * 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 * along with this program. If not, see . + * + * @licend The above is the entire license notice + * for the JavaScript code in this file. */ diff --git a/plugins/kolab_addressbook/kolab_addressbook.js b/plugins/kolab_addressbook/kolab_addressbook.js index 8aa831ac..79628e87 100644 --- a/plugins/kolab_addressbook/kolab_addressbook.js +++ b/plugins/kolab_addressbook/kolab_addressbook.js @@ -1,3 +1,30 @@ +/** + * Client script for the Kolab address book plugin + * + * @author Aleksander Machniak + * + * @licstart The following is the entire license notice for the + * JavaScript code in this file. + * + * Copyright (C) 2011, Kolab Systems AG + * + * 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 . + * + * @licend The above is the entire license notice + * for the JavaScript code in this file. + */ + if (window.rcmail) { rcmail.addEventListener('init', function() { rcmail.set_book_actions(); diff --git a/plugins/kolab_delegation/kolab_delegation.js b/plugins/kolab_delegation/kolab_delegation.js index d113c71f..c28d7d41 100644 --- a/plugins/kolab_delegation/kolab_delegation.js +++ b/plugins/kolab_delegation/kolab_delegation.js @@ -1,10 +1,12 @@ /** * Client scripts for the Kolab Delegation configuration utitlity * - * @version @package_version@ * @author Aleksander Machniak * @author Thomas Bruederli * + * @licstart The following is the entire license notice for the + * JavaScript code in this file. + * * Copyright (C) 2011-2012, Kolab Systems AG * * 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 * along with this program. If not, see . + * + * @licend The above is the entire license notice + * for the JavaScript code in this file. */ window.rcmail && rcmail.addEventListener('init', function(evt) { diff --git a/plugins/kolab_files/kolab_files.js b/plugins/kolab_files/kolab_files.js index 1abf913b..ea80a55f 100644 --- a/plugins/kolab_files/kolab_files.js +++ b/plugins/kolab_files/kolab_files.js @@ -1,8 +1,28 @@ /** * Kolab files plugin * - * @version @package_version@ - * @author Aleksander Machniak + * @author Aleksander Machniak + * + * @licstart The following is the entire license notice for the + * JavaScript code in this file. + * + * Copyright (C) 2011, Kolab Systems AG + * + * 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 . + * + * @licend The above is the entire license notice + * for the JavaScript code in this file. */ window.rcmail && rcmail.addEventListener('init', function() { diff --git a/plugins/kolab_folders/kolab_folders.js b/plugins/kolab_folders/kolab_folders.js index 7cabfddf..30d81704 100644 --- a/plugins/kolab_folders/kolab_folders.js +++ b/plugins/kolab_folders/kolab_folders.js @@ -1,9 +1,11 @@ /** * Client script for the Kolab folder management/listing extension * - * @version @package_version@ * @author Aleksander Machniak * + * @licstart The following is the entire license notice for the + * JavaScript code in this file. + * * Copyright (C) 2011, Kolab Systems AG * * 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 * along with this program. If not, see . + * + * @licend The above is the entire license notice + * for the JavaScript code in this file. */ $(document).ready(function() { diff --git a/plugins/kolab_notes/notes.js b/plugins/kolab_notes/notes.js index 4818dfdb..e38acde1 100644 --- a/plugins/kolab_notes/notes.js +++ b/plugins/kolab_notes/notes.js @@ -3,6 +3,9 @@ * * @author Thomas Bruederli * + * @licstart The following is the entire license notice for the + * JavaScript code in this file. + * * Copyright (C) 2014, Kolab Systems AG * * 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 * along with this program. If not, see . + * + * @licend The above is the entire license notice + * for the JavaScript code in this file. */ function rcube_kolab_notes_ui(settings) diff --git a/plugins/kolab_notes/notes_mail.js b/plugins/kolab_notes/notes_mail.js index 6d575f7a..3f1103f7 100644 --- a/plugins/kolab_notes/notes_mail.js +++ b/plugins/kolab_notes/notes_mail.js @@ -3,6 +3,9 @@ * * @author Thomas Bruederli * + * @licstart The following is the entire license notice for the + * JavaScript code in this file. + * * Copyright (C) 2014, Kolab Systems AG * * 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 * along with this program. If not, see . + * + * @licend The above is the entire license notice + * for the JavaScript code in this file. */ diff --git a/plugins/libcalendaring/libcalendaring.js b/plugins/libcalendaring/libcalendaring.js index 1d93c13c..f5c20c41 100644 --- a/plugins/libcalendaring/libcalendaring.js +++ b/plugins/libcalendaring/libcalendaring.js @@ -3,6 +3,9 @@ * * @author Thomas Bruederli * + * @licstart The following is the entire license notice for the + * JavaScript code in this page. + * * Copyright (C) 2012-2014, Kolab Systems AG * * 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 * along with this program. If not, see . + * + * @licend The above is the entire license notice + * for the JavaScript code in this page. */ function rcube_libcalendaring(settings) diff --git a/plugins/odfviewer/odf.html b/plugins/odfviewer/odf.html index bf09193e..a84e630b 100644 --- a/plugins/odfviewer/odf.html +++ b/plugins/odfviewer/odf.html @@ -8,7 +8,30 @@