www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 99e7235fe152fd487f7ddd449f5096bfb72aba8f
parent 94619403ca1d918301b8387fd0235e1a4d7a7b05
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 21 Jan 2013 02:09:32 -0500

Fix source files to be UTF-8

Diffstat:
Mchrome/content/zotero/xpcom/xregexp/addons/build.js | 2+-
Mchrome/content/zotero/xpcom/xregexp/addons/matchrecursive.js | 2+-
Mchrome/content/zotero/xpcom/xregexp/addons/unicode/unicode-base.js | 2+-
Mchrome/content/zotero/xpcom/xregexp/addons/unicode/unicode-categories.js | 2+-
Mchrome/content/zotero/xpcom/xregexp/xregexp.js | 2+-
5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/chrome/content/zotero/xpcom/xregexp/addons/build.js b/chrome/content/zotero/xpcom/xregexp/addons/build.js @@ -1,7 +1,7 @@ /*! * XRegExp.build 3.0.0-pre * <http://xregexp.com/> - * Steven Levithan © 2012 MIT License + * Steven Levithan © 2012 MIT License * Inspired by Lea Verou's RegExp.create <http://lea.verou.me/> */ diff --git a/chrome/content/zotero/xpcom/xregexp/addons/matchrecursive.js b/chrome/content/zotero/xpcom/xregexp/addons/matchrecursive.js @@ -1,7 +1,7 @@ /*! * XRegExp.matchRecursive 3.0.0-pre * <http://xregexp.com/> - * Steven Levithan © 2009-2012 MIT License + * Steven Levithan © 2009-2012 MIT License */ (function(XRegExp) { diff --git a/chrome/content/zotero/xpcom/xregexp/addons/unicode/unicode-base.js b/chrome/content/zotero/xpcom/xregexp/addons/unicode/unicode-base.js @@ -1,7 +1,7 @@ /*! * XRegExp Unicode Base 3.0.0-pre * <http://xregexp.com/> - * Steven Levithan © 2008-2012 MIT License + * Steven Levithan © 2008-2012 MIT License * Uses Unicode 6.2.0 <http://unicode.org/> * Unicode data generated by Mathias Bynens <http://mathiasbynens.be/> */ diff --git a/chrome/content/zotero/xpcom/xregexp/addons/unicode/unicode-categories.js b/chrome/content/zotero/xpcom/xregexp/addons/unicode/unicode-categories.js @@ -1,7 +1,7 @@ /*! * XRegExp Unicode Categories 3.0.0-pre * <http://xregexp.com/> - * Steven Levithan © 2010-2012 MIT License + * Steven Levithan © 2010-2012 MIT License * Uses Unicode 6.2.0 <http://unicode.org/> * Unicode data generated by Mathias Bynens <http://mathiasbynens.be/> */ diff --git a/chrome/content/zotero/xpcom/xregexp/xregexp.js b/chrome/content/zotero/xpcom/xregexp/xregexp.js @@ -1,7 +1,7 @@ /*! * XRegExp 3.0.0-pre * <http://xregexp.com/> - * Steven Levithan © 2007-2012 MIT License + * Steven Levithan © 2007-2012 MIT License */ /**