diff --git a/htdocs/artefact/annotation/blocktype/annotation/js/annotation.js b/htdocs/artefact/annotation/blocktype/annotation/js/annotation.js index c635872be5ced8391a7ce0d26bee0520249cd330..8113c9da659b8b694ce28773a29b37d1c62c8946 100644 --- a/htdocs/artefact/annotation/blocktype/annotation/js/annotation.js +++ b/htdocs/artefact/annotation/blocktype/annotation/js/annotation.js @@ -1,9 +1,11 @@ /** * Javascript for the annotation artefact - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage blocktype-annotation + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ /** diff --git a/htdocs/artefact/file/js/filebrowser.js b/htdocs/artefact/file/js/filebrowser.js index d25c2186ed63fd09c6a8cefc282cc3ad2dfe0aa1..703595961a5037112ab321a9652a40d218d3995d 100644 --- a/htdocs/artefact/file/js/filebrowser.js +++ b/htdocs/artefact/file/js/filebrowser.js @@ -1,9 +1,11 @@ /** * File browser - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage artefact-file + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ function FileBrowser(idprefix, folderid, config, globalconfig) { diff --git a/htdocs/artefact/file/js/filedropzone.js b/htdocs/artefact/file/js/filedropzone.js index 493ac766728e2ef78cd956e73f177d59d7404c6f..56c0e1e88517c6928d76d558c72f076e3965e7db 100644 --- a/htdocs/artefact/file/js/filedropzone.js +++ b/htdocs/artefact/file/js/filedropzone.js @@ -1,9 +1,11 @@ /** * File browser dropzone - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage artefact-file + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ // set up the dropzone diff --git a/htdocs/artefact/multirecipientnotification/js/sendmessage.js b/htdocs/artefact/multirecipientnotification/js/sendmessage.js index db01bf41ec7fe29145bebecb3b900936f7715d48..5ef68f4d8021081ace0d40b20e8989592b983d0c 100644 --- a/htdocs/artefact/multirecipientnotification/js/sendmessage.js +++ b/htdocs/artefact/multirecipientnotification/js/sendmessage.js @@ -1,9 +1,11 @@ /** * Multi-Recipient Notification Send Message - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage artefact-multirecipientnotification + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ function initializeAutocomplete() { diff --git a/htdocs/blocktype/creativecommons/js/creativecommons.js b/htdocs/blocktype/creativecommons/js/creativecommons.js index af075816543d67dd9afd6eea4719fa7e34a829a5..6e30f5ba93bcafde4c5ad7234bf5929251a49ba0 100644 --- a/htdocs/blocktype/creativecommons/js/creativecommons.js +++ b/htdocs/blocktype/creativecommons/js/creativecommons.js @@ -1,9 +1,11 @@ /** * Automatic display of the Free Culture seal - * @source: http://gitorious.org/mahara/mahara - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later - * @copyright For copyright information on Mahara, please see the README file distributed with this software. * + * @package mahara + * @subpackage blocktype-creativecommons + * @author Catalyst IT Ltd + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later + * @copyright For copyright information on Mahara, please see the README file distributed with this software. */ function toggle_seal() { diff --git a/htdocs/js/Pager.js b/htdocs/js/Pager.js index 60cec5013b5da5ca26150d51caa17ae2a14e3206..c6e4047559f71368da585a31224d0f4e5598c3a9 100644 --- a/htdocs/js/Pager.js +++ b/htdocs/js/Pager.js @@ -1,6 +1,9 @@ /** * Pager module for MochiKit - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/adminadduser.js b/htdocs/js/adminadduser.js index 9531fda7c1bb1bf8b713e2bc7eab81f34e6d3c6a..81c3790b34ef194ec6b0bf5f9d8294618c3ca175 100644 --- a/htdocs/js/adminadduser.js +++ b/htdocs/js/adminadduser.js @@ -1,6 +1,9 @@ /** * Support file for the adduser admin page in Mahara - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/adminexportqueue.js b/htdocs/js/adminexportqueue.js index da7783e1e812106703160cbf0d810cf16578f9d6..6bc75906e34713c013249436b44ddfb315dd58ee 100644 --- a/htdocs/js/adminexportqueue.js +++ b/htdocs/js/adminexportqueue.js @@ -1,7 +1,10 @@ /** * 'Speeds up' the user search if the user has javascript enabled in * their browser - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/adminsiteoptions.js b/htdocs/js/adminsiteoptions.js index a8cbe80629f68a7132ad5db59b0504f814daec65..90ba672074b72260d13aedc8488e704382ae7914 100644 --- a/htdocs/js/adminsiteoptions.js +++ b/htdocs/js/adminsiteoptions.js @@ -1,10 +1,12 @@ /** * Forces full reload of the page if certain site options have been * changed - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ // Add here as appropriate diff --git a/htdocs/js/adminsitepages.js b/htdocs/js/adminsitepages.js index ea82aaf0bb8d8438a04041cb914d3807ce5d3383..cb9e620f2d98684134eb34e3b6e660ddab43fc73 100644 --- a/htdocs/js/adminsitepages.js +++ b/htdocs/js/adminsitepages.js @@ -1,10 +1,12 @@ /** * Automatically populates the WYSIWYG box on the site pages screen * with the content of the appropriate page - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ var oldPageContent = ''; diff --git a/htdocs/js/adminuploadcsv.js b/htdocs/js/adminuploadcsv.js index 09ff71213a43244568cd5f4ba8a0eeda664e0fb9..e6236129d26e6faf3ab72af5bb916b25865ff336 100644 --- a/htdocs/js/adminuploadcsv.js +++ b/htdocs/js/adminuploadcsv.js @@ -1,9 +1,11 @@ /** * Support file for the uploadcsv admin page in Mahara - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ function change_quota(i) { diff --git a/htdocs/js/adminusersearch.js b/htdocs/js/adminusersearch.js index 58d98aab9b1c56c1c40ab28f13485f8948deb431..02f0ad34ccff56651e458d0b13b59445fe51e068 100644 --- a/htdocs/js/adminusersearch.js +++ b/htdocs/js/adminusersearch.js @@ -1,7 +1,9 @@ /** * 'Speeds up' the user search if the user has javascript enabled in * their browser - * @source: http://gitorious.org/mahara/mahara + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/author.js b/htdocs/js/author.js index d216a4c882e98437488a9f659dcc763d1b3a56fa..db0c83dab25272a8c30fae8fa19f02820ef31a18 100644 --- a/htdocs/js/author.js +++ b/htdocs/js/author.js @@ -1,9 +1,11 @@ /** * Javascript for the hidden author template - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ addLoadEvent(function () { diff --git a/htdocs/js/css.js b/htdocs/js/css.js index f1e2bf419f7a877cb713556b2cfa46653985f6ca..ab126ed6107e64284f072f3c400d8ac54bece19b 100644 --- a/htdocs/js/css.js +++ b/htdocs/js/css.js @@ -1,6 +1,9 @@ /** * Hooks in a stylesheet that is only loaded when javascript is enabled - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/debug.js b/htdocs/js/debug.js index 4226be81c31d39d5797b8f60e4ec7c20f54003e6..1faa15975d080bef99ed0352cd84841c8cd0b904 100644 --- a/htdocs/js/debug.js +++ b/htdocs/js/debug.js @@ -1,8 +1,5 @@ /** * debug.js - for developer use - * @source: http://gitorious.org/mahara/mahara - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later - * @copyright For copyright information on Mahara, please see the README file distributed with this software. * * If you're developing for Mahara, you can put any javascript you want to use * for debugging in here. @@ -10,6 +7,12 @@ * This file will only be included if the configuration setting 'developermode' * is enabled. You can enable this in config.php * JS behaviour for the export UI + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later + * @copyright For copyright information on Mahara, please see the README file distributed with this software. */ /* diff --git a/htdocs/js/dropdown-nav.js b/htdocs/js/dropdown-nav.js index 668c843db14e5ec2b990d639720d39d37717e2be..aebcd5fb41bfee0f49f4c964b4691f60cb6b4640 100644 --- a/htdocs/js/dropdown-nav.js +++ b/htdocs/js/dropdown-nav.js @@ -1,9 +1,11 @@ /** * Keyboard accessibility for dropdown navigation - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ // Sets up keyboard controls for dropdown navigation diff --git a/htdocs/js/expandable.js b/htdocs/js/expandable.js index 7617262836fee26bfefb561c4ba33a206e64631e..713a50a3b5b2b29aa620937f4d949aeb95b62dc5 100644 --- a/htdocs/js/expandable.js +++ b/htdocs/js/expandable.js @@ -1,9 +1,11 @@ /** * Javascript for showing and hiding attachments or other expandable content - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ /* diff --git a/htdocs/js/export.js b/htdocs/js/export.js index b13e79d78d4b976bf509dea634bd6c193a3d2af9..5815e59a67633e624d74ba5edf7df7791bf6be04 100644 --- a/htdocs/js/export.js +++ b/htdocs/js/export.js @@ -1,9 +1,11 @@ /** * JS behaviour for the export UI - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ // TODO: i18n diff --git a/htdocs/js/groupbox.js b/htdocs/js/groupbox.js index 3ed2b2c39621cf41447e3a6f6ee902e9e4f3cc4c..e0c5cf08ff516f946cf3f61979a3875035ab17eb 100644 --- a/htdocs/js/groupbox.js +++ b/htdocs/js/groupbox.js @@ -1,7 +1,6 @@ /** * Provides functionality for pop-up GroupBoxes on Find Friend and My * Friends pages. - * @source: http://gitorious.org/mahara/mahara * * @licstart * Copyright (C) 2009-2010 Lancaster University Network Services Ltd diff --git a/htdocs/js/keyboardNavigation.js b/htdocs/js/keyboardNavigation.js index 5afaa19a1f7161e113c305bbc83c8a4858b507d3..b7a68df5ee210248bf1a92e979e74d64cdcb3408 100644 --- a/htdocs/js/keyboardNavigation.js +++ b/htdocs/js/keyboardNavigation.js @@ -1,6 +1,9 @@ /** * Adds keystroke navigation to Mahara. - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/mahara.js b/htdocs/js/mahara.js index a2249c33cf337160b1d0a544372956e39e4fcb22..29af21c57dbbbc41a085007b78343afe2f8e2a81 100644 --- a/htdocs/js/mahara.js +++ b/htdocs/js/mahara.js @@ -1,6 +1,9 @@ /** * General javascript routines for Mahara - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/move.js b/htdocs/js/move.js index 8655292781bf890b5e119ac9ae691d511a5d007a..f1a99c3a9aaf043951625f06a80763dfba70dbca 100644 --- a/htdocs/js/move.js +++ b/htdocs/js/move.js @@ -1,6 +1,9 @@ /** * Javascript for moving things around with drag and drop - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/paginator.js b/htdocs/js/paginator.js index 4a07db3411918d13fad28fc834727ef318703c7e..78c8ecaca3e71d23d51cf769887efeb47ba4ba50 100644 --- a/htdocs/js/paginator.js +++ b/htdocs/js/paginator.js @@ -1,6 +1,9 @@ /** * Javascript side of the accessible pagination for Mahara. - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/preview.js b/htdocs/js/preview.js index 48a60708e06c5e94becfa4835eaa809760ba91f3..ef8af8e6fd88abefe3551d9f2fcb95b215598606 100644 --- a/htdocs/js/preview.js +++ b/htdocs/js/preview.js @@ -1,7 +1,10 @@ /** * Helper for showing "preview" boxes, which are just modal dialogs * Javascript for the views interface - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/rd-nav.js b/htdocs/js/rd-nav.js index e7bf3eedae5a34bdccc7e47b57b844abffef642e..af1b093923afc95f5ac4162dd68848fb84a67ef4 100644 --- a/htdocs/js/rd-nav.js +++ b/htdocs/js/rd-nav.js @@ -1,6 +1,9 @@ /** * Responsive design navigation - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/searchtable.js b/htdocs/js/searchtable.js index c11dc472a51d0b92076268648d2c4494abe95915..80450e97297d706f2d659dbf335d471f5b91d3fe 100644 --- a/htdocs/js/searchtable.js +++ b/htdocs/js/searchtable.js @@ -1,9 +1,11 @@ /** * 'Speeds up' search if the user has javascript enabled in their browser - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ function SearchTable(id) { diff --git a/htdocs/js/tablerenderer.js b/htdocs/js/tablerenderer.js index 4ec731a28753a01913ee16172ea2e56d11e6c6f6..ee1f778932e236d11b882f8d2aaaaf48492f2f4c 100644 --- a/htdocs/js/tablerenderer.js +++ b/htdocs/js/tablerenderer.js @@ -1,6 +1,9 @@ /** * Javascript based display of tabular data. - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/tabs.js b/htdocs/js/tabs.js index 1a8a93c4e2131575aae08a5c8eb3602695968377..961e06a32e2d5e20893095bd16c1467686f86b21 100644 --- a/htdocs/js/tabs.js +++ b/htdocs/js/tabs.js @@ -1,9 +1,11 @@ /** * Javascript to change Pieforms fieldsets to tabs - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ // This will automatically turn the fieldsets of a form with class 'jstabs' into responsive tabs diff --git a/htdocs/js/usersearch.js b/htdocs/js/usersearch.js index f02ae9b7036055f5bf45de2aa6c51b254de7d666..b0524a1d33533250a03e157400cd1bc5697c43c6 100644 --- a/htdocs/js/usersearch.js +++ b/htdocs/js/usersearch.js @@ -1,10 +1,12 @@ /** * 'Speeds up' the user search if the user has javascript enabled in their * browser - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. - * */ function UserSearch() { diff --git a/htdocs/js/viewmenu.js b/htdocs/js/viewmenu.js index 3f766e2ad1aa7167ad4ee7b26979cc8308500d95..a660f47e048422eb66af752e26c893e518cd3f32 100644 --- a/htdocs/js/viewmenu.js +++ b/htdocs/js/viewmenu.js @@ -1,6 +1,9 @@ /** * Javascript for the view menu - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * diff --git a/htdocs/js/views.js b/htdocs/js/views.js index 97afa3c660655080934a36bca2b1580b5e7881d0..d44464633565026b2810bf83f7aaf275bfeadf8a 100644 --- a/htdocs/js/views.js +++ b/htdocs/js/views.js @@ -1,6 +1,9 @@ /** * Javascript for the views interface - * @source: http://gitorious.org/mahara/mahara + * + * @package mahara + * @subpackage core + * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * @copyright (C) 2013 Mike Kelly UAL m.f.kelly@arts.ac.uk diff --git a/htdocs/lib/pieforms/static/core/elements/textarea.js b/htdocs/lib/pieforms/static/core/elements/textarea.js index 7850d175430f1821fc73336cb06f7b2464eac893..43644f89a46be54b4ba95a6989b160191ab98acc 100644 --- a/htdocs/lib/pieforms/static/core/elements/textarea.js +++ b/htdocs/lib/pieforms/static/core/elements/textarea.js @@ -1,11 +1,13 @@ /** * Pieforms: Advanced web forms made easy - * @source: http://gitorious.org/mahara/mahara * + * @package mahara + * @subpackage pieforms + * @author Catalyst IT Ltd + * @author Drupal (http://www.drupal.org) + * @copyright For copyright information on Mahara, please see the README file distributed with this software. + * @copyright 2006 Drupal (http://www.drupal.org) * @licstart - * Copyright (C) 2006-2010 Catalyst IT Ltd - * Copyright (C) 2006 Drupal (http://www.drupal.org) - * * The JavaScript code in this page is free software: you can * redistribute it and/or modify it under the terms of the GNU * General Public License (GNU GPL) as published by the Free Software @@ -20,10 +22,6 @@ * section 4, provided you include this license notice and a URL * through which recipients can access the Corresponding Source. * @licend - * - * @package pieform - * @subpackage static - * @author Nigel McNie */ /** diff --git a/htdocs/lib/pieforms/static/core/pieforms.js b/htdocs/lib/pieforms/static/core/pieforms.js index 9bc6a47986551f8d37d76f71e52f979349449929..3f7eb71f9c6f951e50be7936cc990eb8d6f40469 100644 --- a/htdocs/lib/pieforms/static/core/pieforms.js +++ b/htdocs/lib/pieforms/static/core/pieforms.js @@ -1,10 +1,13 @@ /** * Pieforms: Advanced web forms made easy - * @source: http://gitorious.org/mahara/mahara * + * @package mahara + * @subpackage pieforms + * @author Catalyst IT Ltd + * @author Drupal (http://www.drupal.org) + * @copyright For copyright information on Mahara, please see the README file distributed with this software. + * @copyright 2006 Drupal (http://www.drupal.org) * @licstart - * Copyright (C) 2006-2010 Catalyst IT Ltd - * * The JavaScript code in this page is free software: you can * redistribute it and/or modify it under the terms of the GNU * General Public License (GNU GPL) as published by the Free Software @@ -19,10 +22,6 @@ * section 4, provided you include this license notice and a URL * through which recipients can access the Corresponding Source. * @licend - * - * @package pieform - * @subpackage static - * @author Nigel McNie */ window.pieformHandlers = {};