[Koha-patches] [PATCH 6/8] Convert to UTF-8.

Lars Wirzenius lars at catalyst.net.nz
Thu Mar 25 23:11:10 CET 2010


---
 .../tiny_mce/plugins/advhr/editor_plugin_src.js    |    2 +-
 .../tiny_mce/plugins/advimage/editor_plugin_src.js |    2 +-
 .../tiny_mce/plugins/advlink/editor_plugin_src.js  |    2 +-
 .../tiny_mce/plugins/autosave/editor_plugin_src.js |    2 +-
 .../tiny_mce/plugins/cleanup/editor_plugin_src.js  |    2 +-
 .../plugins/contextmenu/editor_plugin_src.js       |    2 +-
 .../tiny_mce/plugins/devkit/editor_plugin_src.js   |    2 +-
 .../plugins/directionality/editor_plugin_src.js    |    2 +-
 .../tiny_mce/plugins/emotions/editor_plugin_src.js |    2 +-
 .../tiny_mce/plugins/flash/editor_plugin_src.js    |    2 +-
 .../tiny_mce/plugins/fullpage/editor_plugin_src.js |    2 +-
 .../plugins/fullscreen/editor_plugin_src.js        |    2 +-
 .../tiny_mce/plugins/iespell/editor_plugin_src.js  |    2 +-
 .../plugins/inlinepopups/editor_plugin_src.js      |    2 +-
 .../plugins/inlinepopups/jscripts/mcwindows.js     |    2 +-
 .../plugins/insertdatetime/editor_plugin_src.js    |    2 +-
 .../tiny_mce/plugins/layer/editor_plugin_src.js    |    2 +-
 .../tiny_mce/plugins/media/editor_plugin_src.js    |    2 +-
 .../plugins/nonbreaking/editor_plugin_src.js       |    2 +-
 .../plugins/noneditable/editor_plugin_src.js       |    2 +-
 .../tiny_mce/plugins/paste/editor_plugin_src.js    |    2 +-
 .../tiny_mce/plugins/preview/editor_plugin_src.js  |    2 +-
 .../tiny_mce/plugins/print/editor_plugin_src.js    |    2 +-
 .../tiny_mce/plugins/save/editor_plugin_src.js     |    2 +-
 .../plugins/searchreplace/editor_plugin_src.js     |    2 +-
 .../tiny_mce/plugins/style/editor_plugin_src.js    |    2 +-
 .../tiny_mce/plugins/table/editor_plugin_src.js    |    2 +-
 .../tiny_mce/plugins/template/editor_plugin_src.js |    2 +-
 .../plugins/visualchars/editor_plugin_src.js       |    2 +-
 .../plugins/xhtmlxtras/editor_plugin_src.js        |    2 +-
 .../tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js   |    2 +-
 .../plugins/xhtmlxtras/jscripts/acronym.js         |    2 +-
 .../plugins/xhtmlxtras/jscripts/attributes.js      |    2 +-
 .../tiny_mce/plugins/xhtmlxtras/jscripts/cite.js   |    2 +-
 .../tiny_mce/plugins/xhtmlxtras/jscripts/del.js    |    2 +-
 .../plugins/xhtmlxtras/jscripts/element_common.js  |    2 +-
 .../tiny_mce/plugins/xhtmlxtras/jscripts/ins.js    |    2 +-
 .../tiny_mce/plugins/zoom/editor_plugin_src.js     |    2 +-
 .../themes/advanced/editor_template_src.js         |    2 +-
 .../tiny_mce/themes/simple/editor_template_src.js  |    2 +-
 .../jscripts/tiny_mce/utils/editable_selects.js    |    2 +-
 .../tinymce/jscripts/tiny_mce/utils/form_utils.js  |    2 +-
 .../js/tinymce/jscripts/tiny_mce/utils/mclayer.js  |    2 +-
 .../js/tinymce/jscripts/tiny_mce/utils/mctabs.js   |    2 +-
 .../js/tinymce/jscripts/tiny_mce/utils/validate.js |    2 +-
 45 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js
index 1005e05..c56c2c8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js
index fbfd654..2c7c46e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js
index 0fed63f..c93b9c7 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 268 2007-04-28 15:52:59Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js
index f76aeeb..e3c8343 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/cleanup/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/cleanup/editor_plugin_src.js
index 8e1312f..74d94f4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/cleanup/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/cleanup/editor_plugin_src.js
@@ -4,7 +4,7 @@
  * Experimental plugin for new Cleanup routine, this logic will be moved into the core ones it's stable enougth.
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Dummy file since cleanup is now moved to core */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js
index 51340f6..1fb3949 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 264 2007-04-26 20:53:09Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/editor_plugin_src.js
index efe7256..83620c7 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 tinyMCE.importPluginLanguagePack('devkit');
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js
index eb106f1..6b43ddf 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js
index c7d60cf..7d2b778 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin_src.js
index d8e2d8a..848fc45 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js
index 8c61823..752f4b2 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 232 2007-03-05 17:00:27Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js
index 0f8b83a..c320450 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js
index 353db1c..1151995 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js
index 41a6124..d0b1da3 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js
@@ -4,7 +4,7 @@
  * Moxiecode DHTML Windows script.
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 // Patch openWindow, closeWindow TinyMCE functions
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/jscripts/mcwindows.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/jscripts/mcwindows.js
index 325d293..1233a86 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/jscripts/mcwindows.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/jscripts/mcwindows.js
@@ -4,7 +4,7 @@
  * Moxiecode DHTML Windows script.
  *
  * @author Moxiecode
- * @copyright Copyright © 2004, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004, Moxiecode Systems AB, All rights reserved.
  */
 
 // Windows handler
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js
index 7772cce..b57e085 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js
index 28feff2..63874b0 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js
index 8bb7d5b..a7ffaa8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 296 2007-08-21 10:36:35Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js
index 73d5478..139a3de 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js
index df3000c..6cf18bc 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 205 2007-02-12 18:58:29Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 var TinyMCE_NonEditablePlugin = {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js
index 4704e69..ad02743 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */ 
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js
index 449e226..a8c1010 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js
index 9478a51..f1bdfd9 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import theme	specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js
index 7ad469a..ca45eaf 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 251 2007-04-10 20:16:15Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js
index cd2f3a8..19d7a9b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 tinyMCE.importPluginLanguagePack('searchreplace');
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js
index 4fa8aaa..1f075cf 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js
index 75aaa4d..10a7c91 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js
index 8daddd9..6ee71ac 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 162 2007-01-03 16:16:52Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 tinyMCE.importPluginLanguagePack('template');
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js
index fb7236d..1d7bbdd 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js
index 7e73466..1b7d795 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
  *
  * @author Moxiecode - based on work by Andrew Tetlaw
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import plugin specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js
index 3f6853c..421391d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
  *
  * @author Moxiecode - based on work by Andrew Tetlaw
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 function preinit() {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/acronym.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/acronym.js
index 36d76ee..318e469 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/acronym.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/acronym.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
  *
  * @author Moxiecode - based on work by Andrew Tetlaw
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 function preinit() {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/attributes.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/attributes.js
index ad886e5..63a4906 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/attributes.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/attributes.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
  *
  * @author Moxiecode - based on work by Andrew Tetlaw
- * @copyright Copyright © 2004-2006, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2006, Moxiecode Systems AB, All rights reserved.
  */
 
 function preinit() {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/cite.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/cite.js
index 4804db4..3d52c4e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/cite.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/cite.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
  *
  * @author Moxiecode - based on work by Andrew Tetlaw
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 function preinit() {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/del.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/del.js
index 08e2f16..524f10d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/del.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/del.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
  *
  * @author Moxiecode - based on work by Andrew Tetlaw
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 function preinit() {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/element_common.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/element_common.js
index 40e5860..0063025 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/element_common.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/element_common.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
  *
  * @author Moxiecode - based on work by Andrew Tetlaw
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 function initCommonAttributes(elm) {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/ins.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/ins.js
index 8fdc364..00007bb 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/ins.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/ins.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
  *
  * @author Moxiecode - based on work by Andrew Tetlaw
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 function preinit() {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js
index cd09872..b4f2c1d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 var TinyMCE_ZoomPlugin = {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js
index 2c403d9..cf200d3 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_template_src.js 296 2007-08-21 10:36:35Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /* Import theme specific language pack */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js
index 73a0df3..95993ae 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js
@@ -2,7 +2,7 @@
  * $Id: editor_template_src.js 162 2007-01-03 16:16:52Z spocke $
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 var TinyMCE_SimpleTheme = {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/editable_selects.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/editable_selects.js
index e723365..2cd6e95 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/editable_selects.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/editable_selects.js
@@ -4,7 +4,7 @@
  * Makes select boxes editable.
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 var TinyMCE_EditableSelects = {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/form_utils.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/form_utils.js
index ec9dbb3..11a5247 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/form_utils.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/form_utils.js
@@ -4,7 +4,7 @@
  * Various form utilitiy functions.
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 var themeBaseURL = tinyMCE.baseURL + '/themes/' + tinyMCE.getParam("theme");
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/mclayer.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/mclayer.js
index 1b347f7..7b8e117 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/mclayer.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/mclayer.js
@@ -4,7 +4,7 @@
  * Moxiecode floating layer script.
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 function MCLayer(id) {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/mctabs.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/mctabs.js
index fae038d..f877f77 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/mctabs.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/mctabs.js
@@ -4,7 +4,7 @@
  * Moxiecode DHTML Tabs script.
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 function MCTabs() {
diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/validate.js b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/validate.js
index b8931f4..236e5c8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/validate.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/validate.js
@@ -4,7 +4,7 @@
  * Various form validation methods.
  *
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 /**
-- 
1.7.0




More information about the Koha-patches mailing list