diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-06-26 14:11:47 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-06-26 14:12:03 +0200 |
commit | bedb5327e9e55648723e73e4b808518f9ba0caa4 (patch) | |
tree | 41621b8e654db613ecb3912fda0da744939b6de9 | |
parent | a46930a27d21ada19805220f6e3ded05f1776efe (diff) | |
download | sonarqube-bedb5327e9e55648723e73e4b808518f9ba0caa4.tar.gz sonarqube-bedb5327e9e55648723e73e4b808518f9ba0caa4.zip |
restore select2 copyright header
-rwxr-xr-x | sonar-server/src/main/webapp/javascripts/select2.min.js | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/sonar-server/src/main/webapp/javascripts/select2.min.js b/sonar-server/src/main/webapp/javascripts/select2.min.js index 4e47b775273..12c43d64933 100755 --- a/sonar-server/src/main/webapp/javascripts/select2.min.js +++ b/sonar-server/src/main/webapp/javascripts/select2.min.js @@ -1,21 +1,16 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2013 SonarSource - * mailto:contact AT sonarsource DOT com - * - * SonarQube is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 3 of the License, or (at your option) any later version. - * - * SonarQube is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + Copyright 2012 Igor Vaynberg + + Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012 + + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in + compliance with the License. You may obtain a copy of the License in the LICENSE file, or at: + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software distributed under the License is + distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and limitations under the License. */ (function(e){"undefined"==typeof e.fn.each2&&e.fn.extend({each2:function(g){for(var i=e([0]),m=-1,s=this.length;++m<s&&(i.context=i[0]=this[m])&&!1!==g.call(i[0],m,i););return this}})})(jQuery); (function(e,g){function i(a,b){var c=0,d=b.length,j;if("undefined"===typeof a)return-1;if(a.constructor===String)for(;c<d;c+=1){if(0===a.localeCompare(b[c]))return c}else for(;c<d;c+=1)if(j=b[c],j.constructor===String){if(0===j.localeCompare(a))return c}else if(j===a)return c;return-1}function m(a,b){return a===b?!0:a===g||b===g||null===a||null===b?!1:a.constructor===String?0===a.localeCompare(b):b.constructor===String?0===b.localeCompare(a):!1}function s(a,b){var c,d,j;if(null===a||1>a.length)return[]; |