From f48970173762097ec72d4a71345f5956ce764f95 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Mon, 23 Oct 2017 12:58:51 -0400 Subject: [PATCH] Add license header for i18n library --- main/webapp/modules/core/externals/jquery.i18n.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/webapp/modules/core/externals/jquery.i18n.js b/main/webapp/modules/core/externals/jquery.i18n.js index f533fb78c..a061a7c09 100644 --- a/main/webapp/modules/core/externals/jquery.i18n.js +++ b/main/webapp/modules/core/externals/jquery.i18n.js @@ -1,2 +1,4 @@ +/*! jQuery based internationalization library, Copyright 2010 Dave Perrett, http://recursive-design.com/ + * Released under the MIT license -- https://opensource.org/licenses/MIT */ (function(f){f.i18n={dict:null,plural:null,setDictionary:function(a){null===this.dict?this.dict=a:f.extend(this.dict,a)},setPlural:function(a){this.plural=a},_p:function(a,d,e){var c=this.dict[a],b=[];b.push(e);if(void 0===c||null===this.plural)return this.printf(1