xref: /aosp_15_r20/external/licenseclassifier/v2/scenarios/154718864 (revision 46c4c49da23cae783fa41bf46525a6505638499a)
1*46c4c49dSIbrahim KanoucheLegacy classifier identifies Xnet license.
2*46c4c49dSIbrahim KanoucheEXPECTED:MIT
3*46c4c49dSIbrahim Kanouche/**
4*46c4c49dSIbrahim Kanouche * @license
5*46c4c49dSIbrahim Kanouche * Copyright(c) 2010-2013 TJ Holowaychuk <[email protected]>
6*46c4c49dSIbrahim Kanouche * Copyright(c) 2013-2017 Denis Bardadym <[email protected]>
7*46c4c49dSIbrahim Kanouche *
8*46c4c49dSIbrahim Kanouche * Permission is hereby granted, free of charge, to any person obtaining a copy
9*46c4c49dSIbrahim Kanouche * of this software and associated documentation files (the "Software"), to deal
10*46c4c49dSIbrahim Kanouche * in the Software without restriction, including without limitation the rights
11*46c4c49dSIbrahim Kanouche * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12*46c4c49dSIbrahim Kanouche * copies of the Software, and to permit persons to whom the Software is
13*46c4c49dSIbrahim Kanouche * furnished to do so, subject to the following conditions:
14*46c4c49dSIbrahim Kanouche *
15*46c4c49dSIbrahim Kanouche * The above copyright notice and this permission notice shall be included in
16*46c4c49dSIbrahim Kanouche * all copies or substantial portions of the Software.
17*46c4c49dSIbrahim Kanouche *
18*46c4c49dSIbrahim Kanouche * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19*46c4c49dSIbrahim Kanouche * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20*46c4c49dSIbrahim Kanouche * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21*46c4c49dSIbrahim Kanouche * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22*46c4c49dSIbrahim Kanouche * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23*46c4c49dSIbrahim Kanouche * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24*46c4c49dSIbrahim Kanouche * THE SOFTWARE.
25*46c4c49dSIbrahim Kanouche */
26*46c4c49dSIbrahim Kanouche
27*46c4c49dSIbrahim Kanouche'use strict';
28