diff options
Diffstat (limited to 'program/js/common.js')
-rw-r--r-- | program/js/common.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/program/js/common.js b/program/js/common.js index 4c5d1b730..4e98347f1 100644 --- a/program/js/common.js +++ b/program/js/common.js @@ -1,9 +1,9 @@ /* +-----------------------------------------------------------------------+ - | RoundCube common js library | + | Roundcube common js library | | | - | This file is part of the RoundCube web development suite | - | Copyright (C) 2005-2007, RoundCube Dev, - Switzerland | + | This file is part of the Roundcube web development suite | + | Copyright (C) 2005-2007, Roundcube Dev, - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ @@ -365,7 +365,7 @@ triggerEvent: function(evt, e) /** - * RoundCube generic layer (floating box) class + * Roundcube generic layer (floating box) class * * @constructor */ |