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