Android.bp 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256
  1. //
  2. // Copyright (C) 2020 The Android Open Source Project
  3. //
  4. // Licensed under the Apache License, Version 2.0 (the "License");
  5. // you may not use this file except in compliance with the License.
  6. // You may obtain a copy of the License at
  7. //
  8. // http://www.apache.org/licenses/LICENSE-2.0
  9. //
  10. // Unless required by applicable law or agreed to in writing, software
  11. // distributed under the License is distributed on an "AS IS" BASIS,
  12. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. // See the License for the specific language governing permissions and
  14. // limitations under the License.
  15. package {
  16. default_visibility: ["//visibility:public"],
  17. default_applicable_licenses: ["Android-Apache-2.0"],
  18. }
  19. license {
  20. name: "Android-Apache-2.0",
  21. license_kinds: ["SPDX-license-identifier-Apache-2.0"],
  22. copyright_notice: "Copyright (C) The Android Open Source Project",
  23. license_text: ["LICENSE"],
  24. }
  25. license_kind {
  26. name: "SPDX-license-identifier-0BSD",
  27. conditions: ["unencumbered"],
  28. url: "https://spdx.org/licenses/0BSD",
  29. }
  30. license_kind {
  31. name: "SPDX-license-identifier-AFL-1.1",
  32. conditions: ["by_exception_only"],
  33. url: "https://spdx.org/licenses/AFL-1.1.html",
  34. }
  35. license_kind {
  36. name: "SPDX-license-identifier-AFL-1.2",
  37. conditions: ["by_exception_only"],
  38. url: "https://spdx.org/licenses/AFL-1.2.html",
  39. }
  40. license_kind {
  41. name: "SPDX-license-identifier-AFL-2.0",
  42. conditions: ["by_exception_only"],
  43. url: "https://spdx.org/licenses/AFL-2.0.html",
  44. }
  45. license_kind {
  46. name: "SPDX-license-identifier-AFL-2.1",
  47. conditions: ["notice"],
  48. url: "https://spdx.org/licenses/AFL-2.1.html",
  49. }
  50. license_kind {
  51. name: "SPDX-license-identifier-AFL-3.0",
  52. conditions: ["notice"],
  53. url: "https://spdx.org/licenses/AFL-3.0.html",
  54. }
  55. license_kind {
  56. name: "SPDX-license-identifier-AGPL",
  57. conditions: [
  58. "by_exception_only",
  59. "not_allowed",
  60. ],
  61. url: "https://spdx.org/licenses/AGPL.html",
  62. }
  63. license_kind {
  64. name: "SPDX-license-identifier-AGPL-1.0",
  65. conditions: [
  66. "by_exception_only",
  67. "not_allowed",
  68. ],
  69. url: "https://spdx.org/licenses/AGPL-1.0.html",
  70. }
  71. license_kind {
  72. name: "SPDX-license-identifier-AGPL-1.0-only",
  73. conditions: [
  74. "by_exception_only",
  75. "not_allowed",
  76. ],
  77. url: "https://spdx.org/licenses/AGPL-1.0-only.html",
  78. }
  79. license_kind {
  80. name: "SPDX-license-identifier-AGPL-1.0-or-later",
  81. conditions: [
  82. "by_exception_only",
  83. "not_allowed",
  84. ],
  85. url: "https://spdx.org/licenses/AGPL-1.0-or-later.html",
  86. }
  87. license_kind {
  88. name: "SPDX-license-identifier-AGPL-3.0",
  89. conditions: [
  90. "by_exception_only",
  91. "not_allowed",
  92. ],
  93. url: "https://spdx.org/licenses/AGPL-3.0.html",
  94. }
  95. license_kind {
  96. name: "SPDX-license-identifier-AGPL-3.0-only",
  97. conditions: [
  98. "by_exception_only",
  99. "not_allowed",
  100. ],
  101. url: "https://spdx.org/licenses/AGPL-3.0-only.html",
  102. }
  103. license_kind {
  104. name: "SPDX-license-identifier-AGPL-3.0-or-later",
  105. conditions: [
  106. "by_exception_only",
  107. "not_allowed",
  108. ],
  109. url: "https://spdx.org/licenses/AGPL-3.0-or-later.html",
  110. }
  111. license_kind {
  112. name: "SPDX-license-identifier-APSL-1.1",
  113. conditions: [
  114. "reciprocal",
  115. ],
  116. url: "https://spdx.org/licenses/APSL-1.1.html",
  117. }
  118. license_kind {
  119. name: "SPDX-license-identifier-APSL-2.0",
  120. conditions: [
  121. "reciprocal",
  122. ],
  123. url: "https://spdx.org/licenses/APSL-2.0.html",
  124. }
  125. license_kind {
  126. name: "SPDX-license-identifier-Apache",
  127. conditions: ["notice"],
  128. }
  129. license_kind {
  130. name: "SPDX-license-identifier-Apache-1.0",
  131. conditions: ["notice"],
  132. url: "https://spdx.org/licenses/Apache-1.0.html",
  133. }
  134. license_kind {
  135. name: "SPDX-license-identifier-Apache-1.1",
  136. conditions: ["notice"],
  137. url: "https://spdx.org/licenses/Apache-1.1.html",
  138. }
  139. license_kind {
  140. name: "SPDX-license-identifier-Apache-2.0",
  141. conditions: ["notice"],
  142. url: "https://spdx.org/licenses/Apache-2.0.html",
  143. }
  144. license_kind {
  145. name: "SPDX-license-identifier-Artistic",
  146. conditions: ["notice"],
  147. }
  148. license_kind {
  149. name: "SPDX-license-identifier-Artistic-1.0",
  150. conditions: ["notice"],
  151. url: "https://spdx.org/licenses/Artistic-1.0.html",
  152. }
  153. license_kind {
  154. name: "SPDX-license-identifier-Artistic-1.0-Perl",
  155. conditions: ["notice"],
  156. url: "https://spdx.org/licenses/Artistic-1.0-Perl.html",
  157. }
  158. license_kind {
  159. name: "SPDX-license-identifier-Artistic-1.0-cl8",
  160. conditions: ["notice"],
  161. url: "https://spdx.org/licenses/Artistic-1.0-cl8.html",
  162. }
  163. license_kind {
  164. name: "SPDX-license-identifier-Artistic-2.0",
  165. conditions: ["notice"],
  166. url: "https://spdx.org/licenses/Artistic-2.0.html",
  167. }
  168. license_kind {
  169. name: "SPDX-license-identifier-BSD",
  170. conditions: ["notice"],
  171. }
  172. license_kind {
  173. name: "SPDX-license-identifier-BSD-1-Clause",
  174. conditions: ["notice"],
  175. url: "https://spdx.org/licenses/BSD-1-Clause.html",
  176. }
  177. license_kind {
  178. name: "SPDX-license-identifier-BSD-2-Clause",
  179. conditions: ["notice"],
  180. url: "https://spdx.org/licenses/BSD-2-Clause.html",
  181. }
  182. license_kind {
  183. name: "SPDX-license-identifier-BSD-2-Clause-FreeBSD",
  184. conditions: ["notice"],
  185. url: "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.html",
  186. }
  187. license_kind {
  188. name: "SPDX-license-identifier-BSD-2-Clause-NetBSD",
  189. conditions: ["notice"],
  190. url: "https://spdx.org/licenses/BSD-2-Clause-NetBSD.html",
  191. }
  192. license_kind {
  193. name: "SPDX-license-identifier-BSD-2-Clause-Patent",
  194. conditions: ["notice"],
  195. url: "https://spdx.org/licenses/BSD-2-Clause-Patent.html",
  196. }
  197. license_kind {
  198. name: "SPDX-license-identifier-BSD-3-Clause",
  199. conditions: ["notice"],
  200. url: "https://spdx.org/licenses/BSD-3-Clause.html",
  201. }
  202. license_kind {
  203. name: "SPDX-license-identifier-BSD-3-Clause-Attribution",
  204. conditions: ["notice"],
  205. url: "https://spdx.org/licenses/BSD-3-Clause-Attribution.html",
  206. }
  207. license_kind {
  208. name: "SPDX-license-identifier-BSD-3-Clause-Clear",
  209. conditions: ["notice"],
  210. url: "https://spdx.org/licenses/BSD-3-Clause-Clear.html",
  211. }
  212. license_kind {
  213. name: "SPDX-license-identifier-BSD-3-Clause-LBNL",
  214. conditions: ["notice"],
  215. url: "https://spdx.org/licenses/BSD-3-Clause-LBNL.html",
  216. }
  217. license_kind {
  218. name: "SPDX-license-identifier-BSD-3-Clause-No-Nuclear-License",
  219. conditions: ["notice"],
  220. url: "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html",
  221. }
  222. license_kind {
  223. name: "SPDX-license-identifier-BSD-3-Clause-No-Nuclear-License-2014",
  224. conditions: ["notice"],
  225. url: "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.html",
  226. }
  227. license_kind {
  228. name: "SPDX-license-identifier-BSD-3-Clause-No-Nuclear-Warranty",
  229. conditions: ["notice"],
  230. url: "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.html",
  231. }
  232. license_kind {
  233. name: "SPDX-license-identifier-BSD-3-Clause-Open-MPI",
  234. conditions: ["notice"],
  235. url: "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html",
  236. }
  237. license_kind {
  238. name: "SPDX-license-identifier-BSD-4-Clause",
  239. conditions: ["notice"],
  240. url: "https://spdx.org/licenses/BSD-4-Clause.html",
  241. }
  242. license_kind {
  243. name: "SPDX-license-identifier-BSD-4-Clause-UC",
  244. conditions: ["notice"],
  245. url: "https://spdx.org/licenses/BSD-4-Clause-UC.html",
  246. }
  247. license_kind {
  248. name: "SPDX-license-identifier-BSD-Protection",
  249. conditions: ["notice"],
  250. url: "https://spdx.org/licenses/BSD-Protection.html",
  251. }
  252. license_kind {
  253. name: "SPDX-license-identifier-BSD-Source-Code",
  254. conditions: ["notice"],
  255. url: "https://spdx.org/licenses/BSD-Source-Code.html",
  256. }
  257. license_kind {
  258. name: "SPDX-license-identifier-BSL-1.0",
  259. conditions: ["notice"],
  260. url: "https://spdx.org/licenses/BSL-1.0.html",
  261. }
  262. license_kind {
  263. name: "SPDX-license-identifier-Beerware",
  264. conditions: ["notice"],
  265. url: "https://spdx.org/licenses/Beerware.html",
  266. }
  267. license_kind {
  268. name: "SPDX-license-identifier-CC-BY",
  269. conditions: ["notice"],
  270. }
  271. license_kind {
  272. name: "SPDX-license-identifier-CC-BY-1.0",
  273. conditions: ["notice"],
  274. url: "https://spdx.org/licenses/CC-BY-1.0.html",
  275. }
  276. license_kind {
  277. name: "SPDX-license-identifier-CC-BY-2.0",
  278. conditions: ["notice"],
  279. url: "https://spdx.org/licenses/CC-BY-2.0.html",
  280. }
  281. license_kind {
  282. name: "SPDX-license-identifier-CC-BY-2.5",
  283. conditions: ["notice"],
  284. url: "https://spdx.org/licenses/CC-BY-2.5.html",
  285. }
  286. license_kind {
  287. name: "SPDX-license-identifier-CC-BY-3.0",
  288. conditions: ["notice"],
  289. url: "https://spdx.org/licenses/CC-BY-3.0.html",
  290. }
  291. license_kind {
  292. name: "SPDX-license-identifier-CC-BY-4.0",
  293. conditions: ["notice"],
  294. url: "https://spdx.org/licenses/CC-BY-4.0.html",
  295. }
  296. license_kind {
  297. name: "SPDX-license-identifier-CC-BY-NC",
  298. conditions: [
  299. "by_exception_only",
  300. "not_allowed",
  301. ],
  302. }
  303. license_kind {
  304. name: "SPDX-license-identifier-CC-BY-NC-1.0",
  305. conditions: [
  306. "by_exception_only",
  307. "not_allowed",
  308. ],
  309. url: "https://spdx.org/licenses/CC-BY-NC-1.0.html",
  310. }
  311. license_kind {
  312. name: "SPDX-license-identifier-CC-BY-NC-2.0",
  313. conditions: [
  314. "by_exception_only",
  315. "not_allowed",
  316. ],
  317. url: "https://spdx.org/licenses/CC-BY-NC-2.0.html",
  318. }
  319. license_kind {
  320. name: "SPDX-license-identifier-CC-BY-NC-2.5",
  321. conditions: [
  322. "by_exception_only",
  323. "not_allowed",
  324. ],
  325. url: "https://spdx.org/licenses/CC-BY-NC-2.5.html",
  326. }
  327. license_kind {
  328. name: "SPDX-license-identifier-CC-BY-NC-3.0",
  329. conditions: [
  330. "by_exception_only",
  331. "not_allowed",
  332. ],
  333. url: "https://spdx.org/licenses/CC-BY-NC-3.0.html",
  334. }
  335. license_kind {
  336. name: "SPDX-license-identifier-CC-BY-NC-4.0",
  337. conditions: [
  338. "by_exception_only",
  339. "not_allowed",
  340. ],
  341. url: "https://spdx.org/licenses/CC-BY-NC-4.0.html",
  342. }
  343. license_kind {
  344. name: "SPDX-license-identifier-CC-BY-NC-ND-1.0",
  345. conditions: [
  346. "by_exception_only",
  347. "not_allowed",
  348. ],
  349. url: "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html",
  350. }
  351. license_kind {
  352. name: "SPDX-license-identifier-CC-BY-NC-ND-2.0",
  353. conditions: [
  354. "by_exception_only",
  355. "not_allowed",
  356. ],
  357. url: "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html",
  358. }
  359. license_kind {
  360. name: "SPDX-license-identifier-CC-BY-NC-ND-2.5",
  361. conditions: [
  362. "by_exception_only",
  363. "not_allowed",
  364. ],
  365. url: "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html",
  366. }
  367. license_kind {
  368. name: "SPDX-license-identifier-CC-BY-NC-ND-3.0",
  369. conditions: [
  370. "by_exception_only",
  371. "not_allowed",
  372. ],
  373. url: "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html",
  374. }
  375. license_kind {
  376. name: "SPDX-license-identifier-CC-BY-NC-ND-4.0",
  377. conditions: [
  378. "by_exception_only",
  379. "not_allowed",
  380. ],
  381. url: "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html",
  382. }
  383. license_kind {
  384. name: "SPDX-license-identifier-CC-BY-NC-SA-1.0",
  385. conditions: [
  386. "by_exception_only",
  387. "not_allowed",
  388. ],
  389. url: "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html",
  390. }
  391. license_kind {
  392. name: "SPDX-license-identifier-CC-BY-NC-SA-2.0",
  393. conditions: [
  394. "by_exception_only",
  395. "not_allowed",
  396. ],
  397. url: "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html",
  398. }
  399. license_kind {
  400. name: "SPDX-license-identifier-CC-BY-NC-SA-2.5",
  401. conditions: [
  402. "by_exception_only",
  403. "not_allowed",
  404. ],
  405. url: "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html",
  406. }
  407. license_kind {
  408. name: "SPDX-license-identifier-CC-BY-NC-SA-3.0",
  409. conditions: [
  410. "by_exception_only",
  411. "not_allowed",
  412. ],
  413. url: "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html",
  414. }
  415. license_kind {
  416. name: "SPDX-license-identifier-CC-BY-NC-SA-4.0",
  417. conditions: [
  418. "by_exception_only",
  419. "not_allowed",
  420. ],
  421. url: "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
  422. }
  423. license_kind {
  424. name: "SPDX-license-identifier-CC-BY-ND",
  425. conditions: ["restricted"],
  426. }
  427. license_kind {
  428. name: "SPDX-license-identifier-CC-BY-ND-1.0",
  429. conditions: ["restricted"],
  430. url: "https://spdx.org/licenses/CC-BY-ND-1.0.html",
  431. }
  432. license_kind {
  433. name: "SPDX-license-identifier-CC-BY-ND-2.0",
  434. conditions: ["restricted"],
  435. url: "https://spdx.org/licenses/CC-BY-ND-2.0.html",
  436. }
  437. license_kind {
  438. name: "SPDX-license-identifier-CC-BY-ND-2.5",
  439. conditions: ["restricted"],
  440. url: "https://spdx.org/licenses/CC-BY-ND-2.5.html",
  441. }
  442. license_kind {
  443. name: "SPDX-license-identifier-CC-BY-ND-3.0",
  444. conditions: ["restricted"],
  445. url: "https://spdx.org/licenses/CC-BY-ND-3.0.html",
  446. }
  447. license_kind {
  448. name: "SPDX-license-identifier-CC-BY-ND-4.0",
  449. conditions: ["restricted"],
  450. url: "https://spdx.org/licenses/CC-BY-ND-4.0.html",
  451. }
  452. license_kind {
  453. name: "SPDX-license-identifier-CC-BY-SA",
  454. conditions: ["restricted"],
  455. }
  456. license_kind {
  457. name: "SPDX-license-identifier-CC-BY-SA-1.0",
  458. conditions: ["restricted"],
  459. url: "https://spdx.org/licenses/CC-BY-SA-1.0.html",
  460. }
  461. license_kind {
  462. name: "SPDX-license-identifier-CC-BY-SA-2.0",
  463. conditions: ["restricted"],
  464. url: "https://spdx.org/licenses/CC-BY-SA-2.0.html",
  465. }
  466. license_kind {
  467. name: "SPDX-license-identifier-CC-BY-SA-2.5",
  468. conditions: ["restricted"],
  469. url: "https://spdx.org/licenses/CC-BY-SA-2.5.html",
  470. }
  471. license_kind {
  472. name: "SPDX-license-identifier-CC-BY-SA-3.0",
  473. conditions: ["restricted"],
  474. url: "https://spdx.org/licenses/CC-BY-SA-3.0.html",
  475. }
  476. license_kind {
  477. name: "SPDX-license-identifier-CC-BY-SA-4.0",
  478. conditions: ["restricted"],
  479. url: "https://spdx.org/licenses/CC-BY-SA-4.0.html",
  480. }
  481. license_kind {
  482. name: "SPDX-license-identifier-CC-BY-SA-ND",
  483. conditions: ["restricted"],
  484. }
  485. license_kind {
  486. name: "SPDX-license-identifier-CC0-1.0",
  487. conditions: ["unencumbered"],
  488. url: "https://spdx.org/licenses/CC0-1.0.html",
  489. }
  490. license_kind {
  491. name: "SPDX-license-identifier-CDDL",
  492. conditions: ["reciprocal"],
  493. }
  494. license_kind {
  495. name: "SPDX-license-identifier-CDDL-1.0",
  496. conditions: ["reciprocal"],
  497. url: "https://spdx.org/licenses/CDLL-1.0.html",
  498. }
  499. license_kind {
  500. name: "SPDX-license-identifier-CDDL-1.1",
  501. conditions: ["reciprocal"],
  502. url: "https://spdx.org/licenses/CDLL-1.1.html",
  503. }
  504. license_kind {
  505. name: "SPDX-license-identifier-CPAL-1.0",
  506. conditions: [
  507. "by_exception_only",
  508. "not_allowed",
  509. ],
  510. url: "https://spdx.org/licenses/CPAL-1.0.html",
  511. }
  512. license_kind {
  513. name: "SPDX-license-identifier-CPL-1.0",
  514. conditions: ["reciprocal"],
  515. url: "https://spdx.org/licenses/CPL-1.0.html",
  516. }
  517. license_kind {
  518. name: "SPDX-license-identifier-EPL",
  519. conditions: ["reciprocal"],
  520. }
  521. license_kind {
  522. name: "SPDX-license-identifier-EPL-1.0",
  523. conditions: ["reciprocal"],
  524. url: "https://spdx.org/licenses/EPL-1.0.html",
  525. }
  526. license_kind {
  527. name: "SPDX-license-identifier-EPL-2.0",
  528. conditions: ["reciprocal"],
  529. url: "https://spdx.org/licenses/EPL-2.0.html",
  530. }
  531. license_kind {
  532. name: "SPDX-license-identifier-EUPL",
  533. conditions: [
  534. "by_exception_only",
  535. "not_allowed",
  536. ],
  537. }
  538. license_kind {
  539. name: "SPDX-license-identifier-EUPL-1.0",
  540. conditions: [
  541. "by_exception_only",
  542. "not_allowed",
  543. ],
  544. url: "https://spdx.org/licenses/EUPL-1.0.html",
  545. }
  546. license_kind {
  547. name: "SPDX-license-identifier-EUPL-1.1",
  548. conditions: [
  549. "by_exception_only",
  550. "not_allowed",
  551. ],
  552. url: "https://spdx.org/licenses/EUPL-1.0.html",
  553. }
  554. license_kind {
  555. name: "SPDX-license-identifier-EUPL-1.2",
  556. conditions: [
  557. "by_exception_only",
  558. "not_allowed",
  559. ],
  560. url: "https://spdx.org/licenses/EUPL-1.0.html",
  561. }
  562. license_kind {
  563. name: "SPDX-license-identifier-FSFAP",
  564. conditions: ["notice"],
  565. url: "https://spdx.org/licenses/FSFAP",
  566. }
  567. license_kind {
  568. name: "SPDX-license-identifier-FTL",
  569. conditions: ["notice"],
  570. url: "https://spdx.org/licenses/FTL.html",
  571. }
  572. license_kind {
  573. name: "SPDX-license-identifier-GFDL",
  574. conditions: ["by_exception_only"],
  575. }
  576. license_kind {
  577. name: "SPDX-license-identifier-GPL",
  578. conditions: ["restricted"],
  579. }
  580. license_kind {
  581. name: "SPDX-license-identifier-GPL-1.0",
  582. conditions: ["restricted"],
  583. url: "https://spdx.org/licenses/GPL-1.0.html",
  584. }
  585. license_kind {
  586. name: "SPDX-license-identifier-GPL-1.0+",
  587. conditions: ["restricted"],
  588. url: "https://spdx.org/licenses/GPL-1.0+.html",
  589. }
  590. license_kind {
  591. name: "SPDX-license-identifier-GPL-1.0-only",
  592. conditions: ["restricted"],
  593. url: "https://spdx.org/licenses/GPL-1.0-only.html",
  594. }
  595. license_kind {
  596. name: "SPDX-license-identifier-GPL-1.0-or-later",
  597. conditions: ["restricted"],
  598. url: "https://spdx.org/licenses/GPL-1.0-or-later.html",
  599. }
  600. license_kind {
  601. name: "SPDX-license-identifier-GPL-2.0",
  602. conditions: ["restricted"],
  603. url: "https://spdx.org/licenses/GPL-2.0.html",
  604. }
  605. license_kind {
  606. name: "SPDX-license-identifier-GPL-2.0+",
  607. conditions: ["restricted"],
  608. url: "https://spdx.org/licenses/GPL-2.0+.html",
  609. }
  610. license_kind {
  611. name: "SPDX-license-identifier-GPL-2.0-only",
  612. conditions: ["restricted"],
  613. url: "https://spdx.org/licenses/GPL-2.0-only.html",
  614. }
  615. license_kind {
  616. name: "SPDX-license-identifier-GPL-2.0-or-later",
  617. conditions: ["restricted"],
  618. url: "https://spdx.org/licenses/GPL-2.0-or-later.html",
  619. }
  620. license_kind {
  621. name: "SPDX-license-identifier-GPL-2.0-with-GCC-exception",
  622. conditions: ["restricted"],
  623. url: "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.html",
  624. }
  625. license_kind {
  626. name: "SPDX-license-identifier-GPL-2.0-with-autoconf-exception",
  627. conditions: ["restricted"],
  628. url: "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.html",
  629. }
  630. license_kind {
  631. name: "SPDX-license-identifier-GPL-2.0-with-bison-exception",
  632. conditions: ["restricted"],
  633. url: "https://spdx.org/licenses/GPL-2.0-with-bison-exception.html",
  634. }
  635. license_kind {
  636. name: "SPDX-license-identifier-GPL-2.0-with-classpath-exception",
  637. conditions: ["restricted"],
  638. url: "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.html",
  639. }
  640. license_kind {
  641. name: "SPDX-license-identifier-GPL-2.0-with-font-exception",
  642. conditions: ["restricted"],
  643. url: "https://spdx.org/licenses/GPL-2.0-with-font-exception.html",
  644. }
  645. license_kind {
  646. name: "SPDX-license-identifier-GPL-3.0",
  647. conditions: ["restricted"],
  648. url: "https://spdx.org/licenses/GPL-3.0.html",
  649. }
  650. license_kind {
  651. name: "SPDX-license-identifier-GPL-3.0+",
  652. conditions: ["restricted"],
  653. url: "https://spdx.org/licenses/GPL-3.0+.html",
  654. }
  655. license_kind {
  656. name: "SPDX-license-identifier-GPL-3.0-only",
  657. conditions: ["restricted"],
  658. url: "https://spdx.org/licenses/GPL-3.0-only.html",
  659. }
  660. license_kind {
  661. name: "SPDX-license-identifier-GPL-3.0-or-later",
  662. conditions: ["restricted"],
  663. url: "https://spdx.org/licenses/GPL-3.0-or-later.html",
  664. }
  665. license_kind {
  666. name: "SPDX-license-identifier-GPL-3.0-with-GCC-exception",
  667. conditions: ["restricted"],
  668. url: "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html",
  669. }
  670. license_kind {
  671. name: "SPDX-license-identifier-GPL-3.0-with-autoconf-exception",
  672. conditions: ["restricted"],
  673. url: "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.html",
  674. }
  675. license_kind {
  676. name: "SPDX-license-identifier-GPL-with-classpath-exception",
  677. conditions: ["restricted"],
  678. }
  679. license_kind {
  680. name: "SPDX-license-identifier-HPND",
  681. conditions: ["notice"],
  682. url: "https://spdx.org/licenses/HPND.html",
  683. }
  684. license_kind {
  685. name: "SPDX-license-identifier-ICU",
  686. conditions: ["notice"],
  687. url: "https://spdx.org/licenses/ICU.html",
  688. }
  689. license_kind {
  690. name: "SPDX-license-identifier-ISC",
  691. conditions: ["notice"],
  692. url: "https://spdx.org/licenses/ISC.html",
  693. }
  694. license_kind {
  695. name: "SPDX-license-identifier-JSON",
  696. conditions: ["notice"],
  697. url: "https://spdx.org/licenses/JSON.html",
  698. }
  699. license_kind {
  700. name: "SPDX-license-identifier-LGPL",
  701. conditions: ["restricted"],
  702. }
  703. license_kind {
  704. name: "SPDX-license-identifier-LGPL-2.0",
  705. conditions: ["restricted"],
  706. url: "https://spdx.org/licenses/LGPL-2.0.html",
  707. }
  708. license_kind {
  709. name: "SPDX-license-identifier-LGPL-2.0+",
  710. conditions: ["restricted"],
  711. url: "https://spdx.org/licenses/LGPL-2.0+.html",
  712. }
  713. license_kind {
  714. name: "SPDX-license-identifier-LGPL-2.0-only",
  715. conditions: ["restricted"],
  716. url: "https://spdx.org/licenses/LGPL-2.0-only.html",
  717. }
  718. license_kind {
  719. name: "SPDX-license-identifier-LGPL-2.0-or-later",
  720. conditions: ["restricted"],
  721. url: "https://spdx.org/licenses/LGPL-2.0-or-later.html",
  722. }
  723. license_kind {
  724. name: "SPDX-license-identifier-LGPL-2.1",
  725. conditions: ["restricted"],
  726. url: "https://spdx.org/licenses/LGPL-2.1.html",
  727. }
  728. license_kind {
  729. name: "SPDX-license-identifier-LGPL-2.1+",
  730. conditions: ["restricted"],
  731. url: "https://spdx.org/licenses/LGPL-2.1+.html",
  732. }
  733. license_kind {
  734. name: "SPDX-license-identifier-LGPL-2.1-only",
  735. conditions: ["restricted"],
  736. url: "https://spdx.org/licenses/LGPL-2.1-only.html",
  737. }
  738. license_kind {
  739. name: "SPDX-license-identifier-LGPL-2.1-or-later",
  740. conditions: ["restricted"],
  741. url: "https://spdx.org/licenses/LGPL-2.1-or-later.html",
  742. }
  743. license_kind {
  744. name: "SPDX-license-identifier-LGPL-3.0",
  745. conditions: ["restricted"],
  746. url: "https://spdx.org/licenses/LGPL-3.0.html",
  747. }
  748. license_kind {
  749. name: "SPDX-license-identifier-LGPL-3.0+",
  750. conditions: ["restricted"],
  751. url: "https://spdx.org/licenses/LGPL-3.0+.html",
  752. }
  753. license_kind {
  754. name: "SPDX-license-identifier-LGPL-3.0-only",
  755. conditions: ["restricted"],
  756. url: "https://spdx.org/licenses/LGPL-3.0-only.html",
  757. }
  758. license_kind {
  759. name: "SPDX-license-identifier-LGPL-3.0-or-later",
  760. conditions: ["restricted"],
  761. url: "https://spdx.org/licenses/LGPL-3.0-or-later.html",
  762. }
  763. license_kind {
  764. name: "SPDX-license-identifier-LGPLLR",
  765. conditions: ["restricted"],
  766. url: "https://spdx.org/licenses/LGPLLR.html",
  767. }
  768. license_kind {
  769. name: "SPDX-license-identifier-LPL-1.02",
  770. conditions: ["notice"],
  771. url: "https://spdx.org/licenses/LPL-1.02.html",
  772. }
  773. license_kind {
  774. name: "SPDX-license-identifier-MIT",
  775. conditions: ["notice"],
  776. }
  777. license_kind {
  778. name: "SPDX-license-identifier-MIT-0",
  779. conditions: ["notice"],
  780. url: "https://spdx.org/licenses/MIT-0.html",
  781. }
  782. license_kind {
  783. name: "SPDX-license-identifier-MIT-CMU",
  784. conditions: ["notice"],
  785. url: "https://spdx.org/licenses/MIT-CMU.html",
  786. }
  787. license_kind {
  788. name: "SPDX-license-identifier-MIT-advertising",
  789. conditions: ["notice"],
  790. url: "https://spdx.org/licenses/MIT-advertising.html",
  791. }
  792. license_kind {
  793. name: "SPDX-license-identifier-MIT-enna",
  794. conditions: ["notice"],
  795. url: "https://spdx.org/licenses/MIT-enna.html",
  796. }
  797. license_kind {
  798. name: "SPDX-license-identifier-MIT-feh",
  799. conditions: ["notice"],
  800. url: "https://spdx.org/licenses/MIT-feh.html",
  801. }
  802. license_kind {
  803. name: "SPDX-license-identifier-MITNFA",
  804. conditions: ["notice"],
  805. url: "https://spdx.org/licenses/MITNFA.html",
  806. }
  807. license_kind {
  808. name: "SPDX-license-identifier-MPL",
  809. conditions: ["reciprocal"],
  810. }
  811. license_kind {
  812. name: "SPDX-license-identifier-MPL-1.0",
  813. conditions: ["reciprocal"],
  814. url: "https://spdx.org/licenses/MPL-1.0.html",
  815. }
  816. license_kind {
  817. name: "SPDX-license-identifier-MPL-1.1",
  818. conditions: ["reciprocal"],
  819. url: "https://spdx.org/licenses/MPL-1.1.html",
  820. }
  821. license_kind {
  822. name: "SPDX-license-identifier-MPL-2.0",
  823. conditions: ["reciprocal"],
  824. url: "https://spdx.org/licenses/MPL-2.0.html",
  825. }
  826. license_kind {
  827. name: "SPDX-license-identifier-MPL-2.0-no-copyleft-exception",
  828. conditions: ["reciprocal"],
  829. url: "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html",
  830. }
  831. license_kind {
  832. name: "SPDX-license-identifier-MS-PL",
  833. conditions: ["notice"],
  834. url: "https://spdx.org/licenses/MS-PL.html",
  835. }
  836. license_kind {
  837. name: "SPDX-license-identifier-MS-RL",
  838. conditions: ["by_exception_only"],
  839. url: "https://spdx.org/licenses/MS-RL.html",
  840. }
  841. license_kind {
  842. name: "SPDX-license-identifier-NCSA",
  843. conditions: ["notice"],
  844. url: "https://spdx.org/licenses/NCSA.html",
  845. }
  846. license_kind {
  847. name: "SPDX-license-identifier-OFL",
  848. conditions: ["by_exception_only"],
  849. }
  850. license_kind {
  851. name: "SPDX-license-identifier-OFL-1.0",
  852. conditions: ["by_exception_only"],
  853. url: "https://spdx.org/licenses/OFL-1.0.html",
  854. }
  855. license_kind {
  856. name: "SPDX-license-identifier-OFL-1.0-RFN",
  857. conditions: ["by_exception_only"],
  858. url: "https://spdx.org/licenses/OFL-1.0-RFN.html",
  859. }
  860. license_kind {
  861. name: "SPDX-license-identifier-OFL-1.0-no-RFN",
  862. conditions: ["by_exception_only"],
  863. url: "https://spdx.org/licenses/OFL-1.0-no-RFN.html",
  864. }
  865. license_kind {
  866. name: "SPDX-license-identifier-OFL-1.1",
  867. conditions: ["by_exception_only"],
  868. url: "https://spdx.org/licenses/OFL-1.1.html",
  869. }
  870. license_kind {
  871. name: "SPDX-license-identifier-OFL-1.1-RFN",
  872. conditions: ["by_exception_only"],
  873. url: "https://spdx.org/licenses/OFL-1.1-RFN.html",
  874. }
  875. license_kind {
  876. name: "SPDX-license-identifier-OFL-1.1-no-RFN",
  877. conditions: ["by_exception_only"],
  878. url: "https://spdx.org/licenses/OFL-1.1-no-RFN.html",
  879. }
  880. license_kind {
  881. name: "SPDX-license-identifier-OpenSSL",
  882. conditions: ["notice"],
  883. url: "https://spdx.org/licenses/OpenSSL.html",
  884. }
  885. license_kind {
  886. name: "SPDX-license-identifier-PSF-2.0",
  887. conditions: ["notice"],
  888. url: "https://spdx.org/licenses/PSF-2.0.html",
  889. }
  890. license_kind {
  891. name: "SPDX-license-identifier-SISSL",
  892. conditions: [
  893. "by_exception_only",
  894. "not_allowed",
  895. ],
  896. url: "https://spdx.org/licenses/SISSL.html",
  897. }
  898. license_kind {
  899. name: "SPDX-license-identifier-SISSL-1.2",
  900. conditions: [
  901. "by_exception_only",
  902. "not_allowed",
  903. ],
  904. url: "https://spdx.org/licenses/SISSL-1.2.html",
  905. }
  906. license_kind {
  907. name: "SPDX-license-identifier-SPL-1.0",
  908. conditions: [
  909. "by_exception_only",
  910. "reciprocal",
  911. ],
  912. url: "https://spdx.org/licenses/SPL-1.0.html",
  913. }
  914. license_kind {
  915. name: "SPDX-license-identifier-SSPL",
  916. conditions: [
  917. "by_exception_only",
  918. "not_allowed",
  919. ],
  920. url: "https://spdx.org/licenses/SSPL.html",
  921. }
  922. license_kind {
  923. name: "SPDX-license-identifier-UPL-1.0",
  924. conditions: ["notice"],
  925. url: "https://spdx.org/licenses/UPL-1.-.html",
  926. }
  927. license_kind {
  928. name: "SPDX-license-identifier-Unicode-DFS",
  929. conditions: ["notice"],
  930. }
  931. license_kind {
  932. name: "SPDX-license-identifier-Unicode-DFS-2015",
  933. conditions: ["notice"],
  934. url: "https://spdx.org/licenses/Unicode-DFS-2015.html",
  935. }
  936. license_kind {
  937. name: "SPDX-license-identifier-Unicode-DFS-2016",
  938. conditions: ["notice"],
  939. url: "https://spdx.org/licenses/Unicode-DFS-2016.html",
  940. }
  941. license_kind {
  942. name: "SPDX-license-identifier-Unlicense",
  943. conditions: ["unencumbered"],
  944. url: "https://spdx.org/licenses/Unlicense.html",
  945. }
  946. license_kind {
  947. name: "SPDX-license-identifier-W3C",
  948. conditions: ["notice"],
  949. url: "https://spdx.org/licenses/W3C.html",
  950. }
  951. license_kind {
  952. name: "SPDX-license-identifier-W3C-19980720",
  953. conditions: ["notice"],
  954. url: "https://spdx.org/licenses/W3C-19980720.html",
  955. }
  956. license_kind {
  957. name: "SPDX-license-identifier-W3C-20150513",
  958. conditions: ["notice"],
  959. url: "https://spdx.org/licenses/W3C-20150513.html",
  960. }
  961. license_kind {
  962. name: "SPDX-license-identifier-WTFPL",
  963. conditions: ["notice"],
  964. url: "https://spdx.org/licenses/WTFPL.html",
  965. }
  966. license_kind {
  967. name: "SPDX-license-identifier-Watcom-1.0",
  968. conditions: [
  969. "by_exception_only",
  970. "not_allowed",
  971. ],
  972. url: "https://spdx.org/licenses/Watcom-1.0.html",
  973. }
  974. license_kind {
  975. name: "SPDX-license-identifier-Xnet",
  976. conditions: ["notice"],
  977. url: "https://spdx.org/licenses/Xnet.html",
  978. }
  979. license_kind {
  980. name: "SPDX-license-identifier-ZPL",
  981. conditions: ["notice"],
  982. }
  983. license_kind {
  984. name: "SPDX-license-identifier-ZPL-1.1",
  985. conditions: ["notice"],
  986. url: "https://spdx.org/licenses/ZPL-1.1.html",
  987. }
  988. license_kind {
  989. name: "SPDX-license-identifier-ZPL-2.0",
  990. conditions: ["notice"],
  991. url: "https://spdx.org/licenses/ZPL-2.0.html",
  992. }
  993. license_kind {
  994. name: "SPDX-license-identifier-ZPL-2.1",
  995. conditions: ["notice"],
  996. url: "https://spdx.org/licenses/ZPL-2.1.html",
  997. }
  998. license_kind {
  999. name: "SPDX-license-identifier-Zend-2.0",
  1000. conditions: ["notice"],
  1001. url: "https://spdx.org/licenses/Zend-2.0.html",
  1002. }
  1003. license_kind {
  1004. name: "SPDX-license-identifier-Zlib",
  1005. conditions: ["notice"],
  1006. url: "https://spdx.org/licenses/Zlib.html",
  1007. }
  1008. license_kind {
  1009. name: "SPDX-license-identifier-libtiff",
  1010. conditions: ["notice"],
  1011. url: "https://spdx.org/licenses/libtiff.html",
  1012. }
  1013. // Legacy license kinds -- do not add new references -- use an spdx kind instead.
  1014. license_kind {
  1015. name: "legacy_unknown",
  1016. conditions: ["by_exception_only"],
  1017. }
  1018. license_kind {
  1019. name: "legacy_unencumbered",
  1020. conditions: ["unencumbered"],
  1021. }
  1022. license_kind {
  1023. name: "legacy_permissive",
  1024. conditions: ["permissive"],
  1025. }
  1026. license_kind {
  1027. name: "legacy_notice",
  1028. conditions: ["notice"],
  1029. }
  1030. license_kind {
  1031. name: "legacy_reciprocal",
  1032. conditions: ["reciprocal"],
  1033. }
  1034. license_kind {
  1035. name: "legacy_restricted",
  1036. conditions: ["restricted"],
  1037. }
  1038. license_kind {
  1039. name: "legacy_by_exception_only",
  1040. conditions: ["by_exception_only"],
  1041. }
  1042. license_kind {
  1043. name: "legacy_not_a_contribution",
  1044. conditions: [
  1045. "by_exception_only",
  1046. "not_allowed",
  1047. ],
  1048. }
  1049. license_kind {
  1050. name: "legacy_not_allowed",
  1051. conditions: [
  1052. "by_exception_only",
  1053. "not_allowed",
  1054. ],
  1055. }
  1056. license_kind {
  1057. name: "legacy_proprietary",
  1058. conditions: [
  1059. "by_exception_only",
  1060. "not_allowed",
  1061. "proprietary",
  1062. ],
  1063. }