Fix source files to be UTF-8

This commit is contained in:
Simon Kornblith 2013-01-21 02:09:32 -05:00
parent 94619403ca
commit 99e7235fe1
5 changed files with 5 additions and 5 deletions

View File

@ -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/>
*/

View File

@ -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) {

View File

@ -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/>
*/

View File

@ -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/>
*/

View File

@ -1,7 +1,7 @@
/*!
* XRegExp 3.0.0-pre
* <http://xregexp.com/>
* Steven Levithan © 2007-2012 MIT License
* Steven Levithan © 2007-2012 MIT License
*/
/**