Skip to content

Commit

Permalink
Improved js copyright/license documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed May 6, 2014
1 parent 361e735 commit cfc40c9
Show file tree
Hide file tree
Showing 30 changed files with 113 additions and 112 deletions.
5 changes: 3 additions & 2 deletions imp/js/acl.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides the javascript for the ACL preferences management view.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

document.observe('dom:loaded', function() {
Expand Down
7 changes: 3 additions & 4 deletions imp/js/ckeditor/imageupload.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/**
* Add image upload capability to the image plugin.
*
* Copyright 2013-2014 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2013-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

document.observe('dom:loaded', function() {
Expand Down
7 changes: 3 additions & 4 deletions imp/js/ckeditor/pasteattachment.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/**
* Paste attachment plugin for CKEditor.
*
* Copyright 2013-2014 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2013-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

CKEDITOR.plugins.add('pasteattachment', {
Expand Down
7 changes: 3 additions & 4 deletions imp/js/ckeditor/pasteignore.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/**
* Paste ignore plugin for CKEditor.
*
* Copyright 2013-2014 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2013-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

CKEDITOR.plugins.add('pasteignore', {
Expand Down
8 changes: 4 additions & 4 deletions imp/js/compose-base.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* compose-base.js - Provides basic compose javascript functions shared
* between standarad and dynamic displays.
* Provides basic compose code shared between standard and dynamic displays.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpComposeBase = {
Expand Down
9 changes: 4 additions & 5 deletions imp/js/compose-dimp.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/**
* compose.js - Javascript code used in the dynamic compose view.
* Dynamic compose view.
*
* Copyright 2005-2014 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2005-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var DimpCompose = {
Expand Down
7 changes: 4 additions & 3 deletions imp/js/compose.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides the javascript for the basic view compose page.
* Basic compose view.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpCompose = {
Expand Down
7 changes: 4 additions & 3 deletions imp/js/contacts.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides the javascript for the contacts page.
* Contacts page.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpContacts = {
Expand Down
9 changes: 4 additions & 5 deletions imp/js/dimpbase.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/**
* dimpbase.js - Javascript used in the base dynamic page.
* Base dynamic page.
*
* Copyright 2005-2014 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2005-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var DimpBase = {
Expand Down
9 changes: 4 additions & 5 deletions imp/js/dimpcore.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/**
* dimpcore.js - Dimp UI application logic.
* Core dynamic view logic.
*
* Copyright 2005-2014 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2005-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

/* DimpCore object. */
Expand Down
7 changes: 3 additions & 4 deletions imp/js/draghandler.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/**
* DragHandler library for use with prototypejs.
*
* Copyright 2013-2014 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2013-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var DragHandler = {
Expand Down
7 changes: 4 additions & 3 deletions imp/js/flagprefs.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides the javascript for managing message flags.
* Managing message flags.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpFlagPrefs = {
Expand Down
7 changes: 4 additions & 3 deletions imp/js/folderprefs.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides the javascript for managing the folder view preferences.
* Managing the folder view preferences.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpFolderPrefs = {
Expand Down
7 changes: 4 additions & 3 deletions imp/js/folders.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides the javascript for the folders tree page in basic view.
* Folders page in basic view.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpFolders = {
Expand Down
7 changes: 4 additions & 3 deletions imp/js/imp.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides basic IMP javascript functions.
* Basic IMP javascript functions.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var IMP_JS = {
Expand Down
4 changes: 3 additions & 1 deletion imp/js/jquery.mobile/plugins/listviewtaphold.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/**
* jQuery Mobile taphold widget for listview rows that will display a popup.
*
* Copyright 2013-2014 Horde LLC (http://www.horde.org/)
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2013-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

(function($, undefined) {
Expand Down
7 changes: 4 additions & 3 deletions imp/js/login.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides the javascript for the login.php script.
* Login page.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

HordeLogin.submit = HordeLogin.submit.wrap(function(parentfunc) {
Expand Down
7 changes: 4 additions & 3 deletions imp/js/mailbox.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides the javascript for the basic view mailbox page.
* Basic view mailbox page.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpMailbox = {
Expand Down
7 changes: 4 additions & 3 deletions imp/js/message-dimp.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Copyright 2005-2014 Horde LLC (http://www.horde.org/)
* Dynamic message view.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2005-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var DimpMessage = {
Expand Down
13 changes: 4 additions & 9 deletions imp/js/message.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
/**
* Provides the javascript for the basic view message page.
* Basic view message page.
*
* Copyright 2010-2014 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @package IMP
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2010-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpMessage = {
Expand Down
7 changes: 4 additions & 3 deletions imp/js/passphrase.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides the javascript for handling the passphrase dialog.
* Handling of the passphrase dialog.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpPassphraseDialog = {
Expand Down
7 changes: 4 additions & 3 deletions imp/js/pgp.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides javascript features for the PGP preferences screen.
* PGP preferences screen.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpPgp = {
Expand Down
11 changes: 4 additions & 7 deletions imp/js/prettyautocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@
* Events triggered by this class:
* - AutoComplete:resize
*
* Copyright 2008-2014 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
*
* @author Michael J Rubinsky <mrubinsk@horde.org>
* @author Michael Slusarz <slusarz@horde.org>
* @author Michael Slusarz <slusarz@horde.org>
* @author Michael J Rubinsky <mrubinsk@horde.org>
* @copyright 2008-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/
var IMP_PrettyAutocompleter = Class.create({

Expand Down
7 changes: 4 additions & 3 deletions imp/js/remoteprefs.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides the javascript for managing remote accounts.
* Managing remote accounts.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2013-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpRemotePrefs = {
Expand Down
7 changes: 4 additions & 3 deletions imp/js/search.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides the javascript for the advanced search page.
* Advanced search page.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpSearch = {
Expand Down
8 changes: 5 additions & 3 deletions imp/js/searchesprefs.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/**
* Provides the javascript for managing saved searches.
* Managing saved searches.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpSearchesPrefs = {

// Variables set by PHP script: confirm_delete_filter,
// confirm_delete_vfolder, mailboxids

Expand Down
7 changes: 4 additions & 3 deletions imp/js/signaturehtml.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* Provides the javascript for managing HTML signature in the preferences UI.
* Managing HTML signature in the preferences UI.
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/

var ImpHtmlSignaturePrefs = {
Expand Down
7 changes: 3 additions & 4 deletions imp/js/smartmobile.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/**
* jQuery Mobile UI application logic.
*
* Copyright 2005-2014 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
* @author Michael Slusarz <slusarz@horde.org>
* @copyright 2005-2014 Horde LLC
* @license GPLv2 (http://www.horde.org/licenses/gpl)
*/
var ImpMobile = {

Expand Down

0 comments on commit cfc40c9

Please sign in to comment.