|
| 1 | +/*! |
| 2 | + * BIDI embedding support for jQuery.i18n |
| 3 | + * |
| 4 | + * Copyright (C) 2015, David Chan |
| 5 | + * |
| 6 | + * This code is dual licensed GPLv2 or later and MIT. You don't have to do |
| 7 | + * anything special to choose one license or the other and you don't have to |
| 8 | + * notify anyone which license you are using. You are free to use this code |
| 9 | + * in commercial projects as long as the copyright header is left intact. |
| 10 | + * See files GPL-LICENSE and MIT-LICENSE for details. |
| 11 | + * |
| 12 | + * @licence GNU General Public Licence 2.0 or later |
| 13 | + * @licence MIT License |
| 14 | + */ |
| 15 | + |
| 16 | +/*! |
| 17 | + * jQuery Internationalization library |
| 18 | + * |
| 19 | + * Copyright (C) 2011-2013 Santhosh Thottingal, Neil Kandalgaonkar |
| 20 | + * |
| 21 | + * jquery.i18n is dual licensed GPLv2 or later and MIT. You don't have to do |
| 22 | + * anything special to choose one license or the other and you don't have to |
| 23 | + * notify anyone which license you are using. You are free to use |
| 24 | + * UniversalLanguageSelector in commercial projects as long as the copyright |
| 25 | + * header is left intact. See files GPL-LICENSE and MIT-LICENSE for details. |
| 26 | + * |
| 27 | + * @licence GNU General Public Licence 2.0 or later |
| 28 | + * @licence MIT License |
| 29 | + */ |
| 30 | + |
| 31 | +/*! |
| 32 | + * jQuery Internationalization library |
| 33 | + * |
| 34 | + * Copyright (C) 2012 Santhosh Thottingal |
| 35 | + * |
| 36 | + * jquery.i18n is dual licensed GPLv2 or later and MIT. You don't have to do |
| 37 | + * anything special to choose one license or the other and you don't have to |
| 38 | + * notify anyone which license you are using. You are free to use |
| 39 | + * UniversalLanguageSelector in commercial projects as long as the copyright |
| 40 | + * header is left intact. See files GPL-LICENSE and MIT-LICENSE for details. |
| 41 | + * |
| 42 | + * @licence GNU General Public Licence 2.0 or later |
| 43 | + * @licence MIT License |
| 44 | + */ |
| 45 | + |
| 46 | +/*! |
| 47 | + * jQuery Internationalization library |
| 48 | + * |
| 49 | + * Copyright (C) 2012 Santhosh Thottingal |
| 50 | + * |
| 51 | + * jquery.i18n is dual licensed GPLv2 or later and MIT. You don't have to do anything special to |
| 52 | + * choose one license or the other and you don't have to notify anyone which license you are using. |
| 53 | + * You are free to use UniversalLanguageSelector in commercial projects as long as the copyright |
| 54 | + * header is left intact. See files GPL-LICENSE and MIT-LICENSE for details. |
| 55 | + * |
| 56 | + * @licence GNU General Public Licence 2.0 or later |
| 57 | + * @licence MIT License |
| 58 | + */ |
| 59 | + |
| 60 | +/*! |
| 61 | + * jQuery Internationalization library - Message Store |
| 62 | + * |
| 63 | + * Copyright (C) 2012 Santhosh Thottingal |
| 64 | + * |
| 65 | + * jquery.i18n is dual licensed GPLv2 or later and MIT. You don't have to do anything special to |
| 66 | + * choose one license or the other and you don't have to notify anyone which license you are using. |
| 67 | + * You are free to use UniversalLanguageSelector in commercial projects as long as the copyright |
| 68 | + * header is left intact. See files GPL-LICENSE and MIT-LICENSE for details. |
| 69 | + * |
| 70 | + * @licence GNU General Public Licence 2.0 or later |
| 71 | + * @licence MIT License |
| 72 | + */ |
| 73 | + |
| 74 | +/*! |
| 75 | + * jQuery idleTimer plugin |
| 76 | + * version 0.9.100511 |
| 77 | + * by Paul Irish. |
| 78 | + * http://github.com/paulirish/yui-misc/tree/ |
| 79 | + * MIT license |
| 80 | + |
| 81 | + * adapted from YUI idle timer by nzakas: |
| 82 | + * http://github.com/nzakas/yui-misc/ |
| 83 | +*/ |
0 commit comments