Spaces:
Running
Running
File size: 53,626 Bytes
022eedd 561740d 022eedd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 |
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<style type="text/css">
ol.lst-kix_list_3-1 {
list-style-type: none
}
ol.lst-kix_list_3-2 {
list-style-type: none
}
.lst-kix_list_3-1>li {
counter-increment: lst-ctn-kix_list_3-1
}
ol.lst-kix_list_3-3 {
list-style-type: none
}
ol.lst-kix_list_3-4.start {
counter-reset: lst-ctn-kix_list_3-4 0
}
ol.lst-kix_list_3-4 {
list-style-type: none
}
.lst-kix_list_2-1>li {
counter-increment: lst-ctn-kix_list_2-1
}
ol.lst-kix_list_3-0 {
list-style-type: none
}
.lst-kix_list_1-1>li {
counter-increment: lst-ctn-kix_list_1-1
}
ol.lst-kix_list_2-6.start {
counter-reset: lst-ctn-kix_list_2-6 0
}
.lst-kix_list_3-0>li:before {
content: "(" counter(lst-ctn-kix_list_3-0, lower-latin) ") "
}
ol.lst-kix_list_3-1.start {
counter-reset: lst-ctn-kix_list_3-1 0
}
ol.lst-kix_knq5th1cz2ij-0.start {
counter-reset: lst-ctn-kix_knq5th1cz2ij-0 0
}
.lst-kix_cfmng76wfpf-8>li {
counter-increment: lst-ctn-kix_cfmng76wfpf-8
}
.lst-kix_list_3-1>li:before {
content: "(" counter(lst-ctn-kix_list_3-1, lower-roman) ") "
}
.lst-kix_list_3-2>li:before {
content: "(" counter(lst-ctn-kix_list_3-2, decimal) ") "
}
ol.lst-kix_list_1-8.start {
counter-reset: lst-ctn-kix_list_1-8 0
}
.lst-kix_cfmng76wfpf-6>li:before {
content: "" counter(lst-ctn-kix_cfmng76wfpf-6, lower-latin) ". "
}
ol.lst-kix_list_2-3.start {
counter-reset: lst-ctn-kix_list_2-3 0
}
ol.lst-kix_knq5th1cz2ij-3.start {
counter-reset: lst-ctn-kix_knq5th1cz2ij-3 0
}
ol.lst-kix_knq5th1cz2ij-6.start {
counter-reset: lst-ctn-kix_knq5th1cz2ij-6 0
}
.lst-kix_list_3-5>li:before {
content: "" counter(lst-ctn-kix_list_3-5, decimal) ") "
}
.lst-kix_list_3-4>li:before {
content: "" counter(lst-ctn-kix_list_3-4, lower-roman) ") "
}
.lst-kix_cfmng76wfpf-7>li:before {
content: "" counter(lst-ctn-kix_cfmng76wfpf-7, lower-roman) ". "
}
ol.lst-kix_list_1-5.start {
counter-reset: lst-ctn-kix_list_1-5 0
}
.lst-kix_list_3-3>li:before {
content: "" counter(lst-ctn-kix_list_3-3, lower-latin) ") "
}
ol.lst-kix_list_3-5 {
list-style-type: none
}
ol.lst-kix_list_3-6 {
list-style-type: none
}
.lst-kix_cfmng76wfpf-8>li:before {
content: "" counter(lst-ctn-kix_cfmng76wfpf-8, decimal) ". "
}
ol.lst-kix_list_3-7 {
list-style-type: none
}
ol.lst-kix_list_3-8 {
list-style-type: none
}
.lst-kix_cfmng76wfpf-1>li:before {
content: "(" counter(lst-ctn-kix_cfmng76wfpf-1, lower-roman) ") "
}
.lst-kix_list_3-8>li:before {
content: "" counter(lst-ctn-kix_list_3-8, decimal) ". "
}
.lst-kix_knq5th1cz2ij-0>li {
counter-increment: lst-ctn-kix_knq5th1cz2ij-0
}
.lst-kix_cfmng76wfpf-2>li:before {
content: "(" counter(lst-ctn-kix_cfmng76wfpf-2, decimal) ") "
}
.lst-kix_list_2-0>li {
counter-increment: lst-ctn-kix_list_2-0
}
.lst-kix_cfmng76wfpf-5>li:before {
content: "" counter(lst-ctn-kix_cfmng76wfpf-5, decimal) ") "
}
.lst-kix_list_2-3>li {
counter-increment: lst-ctn-kix_list_2-3
}
ol.lst-kix_cfmng76wfpf-4.start {
counter-reset: lst-ctn-kix_cfmng76wfpf-4 0
}
.lst-kix_list_3-6>li:before {
content: "" counter(lst-ctn-kix_list_3-6, lower-latin) ". "
}
.lst-kix_cfmng76wfpf-3>li:before {
content: "" counter(lst-ctn-kix_cfmng76wfpf-3, lower-latin) ") "
}
.lst-kix_list_3-7>li:before {
content: "" counter(lst-ctn-kix_list_3-7, lower-roman) ". "
}
.lst-kix_cfmng76wfpf-4>li:before {
content: "" counter(lst-ctn-kix_cfmng76wfpf-4, lower-roman) ") "
}
.lst-kix_list_1-2>li {
counter-increment: lst-ctn-kix_list_1-2
}
.lst-kix_knq5th1cz2ij-8>li {
counter-increment: lst-ctn-kix_knq5th1cz2ij-8
}
ol.lst-kix_list_3-7.start {
counter-reset: lst-ctn-kix_list_3-7 0
}
ol.lst-kix_cfmng76wfpf-1.start {
counter-reset: lst-ctn-kix_cfmng76wfpf-1 0
}
.lst-kix_list_3-2>li {
counter-increment: lst-ctn-kix_list_3-2
}
.lst-kix_cfmng76wfpf-7>li {
counter-increment: lst-ctn-kix_cfmng76wfpf-7
}
.lst-kix_cfmng76wfpf-0>li:before {
content: "(" counter(lst-ctn-kix_cfmng76wfpf-0, lower-latin) ") "
}
ol.lst-kix_list_2-2 {
list-style-type: none
}
ol.lst-kix_list_2-3 {
list-style-type: none
}
ol.lst-kix_list_2-4 {
list-style-type: none
}
ol.lst-kix_knq5th1cz2ij-5.start {
counter-reset: lst-ctn-kix_knq5th1cz2ij-5 0
}
ol.lst-kix_list_2-5 {
list-style-type: none
}
.lst-kix_knq5th1cz2ij-7>li {
counter-increment: lst-ctn-kix_knq5th1cz2ij-7
}
ol.lst-kix_cfmng76wfpf-0.start {
counter-reset: lst-ctn-kix_cfmng76wfpf-0 0
}
.lst-kix_list_1-4>li {
counter-increment: lst-ctn-kix_list_1-4
}
ol.lst-kix_list_2-0 {
list-style-type: none
}
ol.lst-kix_list_1-6.start {
counter-reset: lst-ctn-kix_list_1-6 0
}
ol.lst-kix_list_2-1 {
list-style-type: none
}
ol.lst-kix_cfmng76wfpf-7.start {
counter-reset: lst-ctn-kix_cfmng76wfpf-7 0
}
ol.lst-kix_list_3-3.start {
counter-reset: lst-ctn-kix_list_3-3 0
}
ol.lst-kix_list_2-6 {
list-style-type: none
}
ol.lst-kix_list_2-7 {
list-style-type: none
}
ol.lst-kix_list_2-8 {
list-style-type: none
}
ol.lst-kix_knq5th1cz2ij-4.start {
counter-reset: lst-ctn-kix_knq5th1cz2ij-4 0
}
.lst-kix_cfmng76wfpf-0>li {
counter-increment: lst-ctn-kix_cfmng76wfpf-0
}
ol.lst-kix_list_1-0.start {
counter-reset: lst-ctn-kix_list_1-0 0
}
.lst-kix_cfmng76wfpf-6>li {
counter-increment: lst-ctn-kix_cfmng76wfpf-6
}
.lst-kix_list_3-0>li {
counter-increment: lst-ctn-kix_list_3-0
}
.lst-kix_list_3-3>li {
counter-increment: lst-ctn-kix_list_3-3
}
.lst-kix_cfmng76wfpf-3>li {
counter-increment: lst-ctn-kix_cfmng76wfpf-3
}
.lst-kix_list_3-6>li {
counter-increment: lst-ctn-kix_list_3-6
}
.lst-kix_list_2-5>li {
counter-increment: lst-ctn-kix_list_2-5
}
.lst-kix_list_2-8>li {
counter-increment: lst-ctn-kix_list_2-8
}
ol.lst-kix_list_3-2.start {
counter-reset: lst-ctn-kix_list_3-2 0
}
ol.lst-kix_cfmng76wfpf-6.start {
counter-reset: lst-ctn-kix_cfmng76wfpf-6 0
}
.lst-kix_knq5th1cz2ij-1>li {
counter-increment: lst-ctn-kix_knq5th1cz2ij-1
}
.lst-kix_list_2-2>li {
counter-increment: lst-ctn-kix_list_2-2
}
ol.lst-kix_list_2-4.start {
counter-reset: lst-ctn-kix_list_2-4 0
}
ol.lst-kix_list_1-3 {
list-style-type: none
}
ol.lst-kix_cfmng76wfpf-5.start {
counter-reset: lst-ctn-kix_cfmng76wfpf-5 0
}
ol.lst-kix_list_1-4 {
list-style-type: none
}
.lst-kix_list_2-6>li:before {
content: "" counter(lst-ctn-kix_list_2-6, lower-latin) ". "
}
.lst-kix_list_2-7>li:before {
content: "" counter(lst-ctn-kix_list_2-7, lower-roman) ". "
}
.lst-kix_list_2-7>li {
counter-increment: lst-ctn-kix_list_2-7
}
.lst-kix_list_3-7>li {
counter-increment: lst-ctn-kix_list_3-7
}
.lst-kix_knq5th1cz2ij-8>li:before {
content: "" counter(lst-ctn-kix_knq5th1cz2ij-8, decimal) ". "
}
ol.lst-kix_list_1-5 {
list-style-type: none
}
ol.lst-kix_list_1-6 {
list-style-type: none
}
.lst-kix_knq5th1cz2ij-7>li:before {
content: "" counter(lst-ctn-kix_knq5th1cz2ij-7, lower-roman) ". "
}
.lst-kix_knq5th1cz2ij-4>li {
counter-increment: lst-ctn-kix_knq5th1cz2ij-4
}
ol.lst-kix_list_1-0 {
list-style-type: none
}
.lst-kix_list_2-4>li:before {
content: "" counter(lst-ctn-kix_list_2-4, lower-roman) ". "
}
.lst-kix_list_2-5>li:before {
content: "" counter(lst-ctn-kix_list_2-5, decimal) ". "
}
.lst-kix_list_2-8>li:before {
content: "" counter(lst-ctn-kix_list_2-8, decimal) ". "
}
ol.lst-kix_list_1-1 {
list-style-type: none
}
ol.lst-kix_list_1-2 {
list-style-type: none
}
.lst-kix_knq5th1cz2ij-5>li:before {
content: "" counter(lst-ctn-kix_knq5th1cz2ij-5, decimal) ") "
}
.lst-kix_knq5th1cz2ij-4>li:before {
content: "" counter(lst-ctn-kix_knq5th1cz2ij-4, lower-roman) ") "
}
.lst-kix_knq5th1cz2ij-6>li:before {
content: "" counter(lst-ctn-kix_knq5th1cz2ij-6, lower-latin) ". "
}
.lst-kix_knq5th1cz2ij-1>li:before {
content: "(" counter(lst-ctn-kix_knq5th1cz2ij-1, lower-roman) ") "
}
.lst-kix_knq5th1cz2ij-0>li:before {
content: "(" counter(lst-ctn-kix_knq5th1cz2ij-0, lower-latin) ") "
}
.lst-kix_knq5th1cz2ij-2>li:before {
content: "(" counter(lst-ctn-kix_knq5th1cz2ij-2, decimal) ") "
}
.lst-kix_cfmng76wfpf-2>li {
counter-increment: lst-ctn-kix_cfmng76wfpf-2
}
ol.lst-kix_cfmng76wfpf-2.start {
counter-reset: lst-ctn-kix_cfmng76wfpf-2 0
}
.lst-kix_knq5th1cz2ij-3>li:before {
content: "" counter(lst-ctn-kix_knq5th1cz2ij-3, lower-latin) ") "
}
ol.lst-kix_list_3-0.start {
counter-reset: lst-ctn-kix_list_3-0 0
}
ol.lst-kix_list_1-7 {
list-style-type: none
}
.lst-kix_list_1-7>li {
counter-increment: lst-ctn-kix_list_1-7
}
ol.lst-kix_list_1-8 {
list-style-type: none
}
ol.lst-kix_list_3-8.start {
counter-reset: lst-ctn-kix_list_3-8 0
}
ol.lst-kix_list_2-5.start {
counter-reset: lst-ctn-kix_list_2-5 0
}
.lst-kix_knq5th1cz2ij-3>li {
counter-increment: lst-ctn-kix_knq5th1cz2ij-3
}
.lst-kix_list_2-6>li {
counter-increment: lst-ctn-kix_list_2-6
}
.lst-kix_list_3-8>li {
counter-increment: lst-ctn-kix_list_3-8
}
ol.lst-kix_cfmng76wfpf-8.start {
counter-reset: lst-ctn-kix_cfmng76wfpf-8 0
}
ol.lst-kix_list_1-7.start {
counter-reset: lst-ctn-kix_list_1-7 0
}
ol.lst-kix_list_2-2.start {
counter-reset: lst-ctn-kix_list_2-2 0
}
.lst-kix_knq5th1cz2ij-5>li {
counter-increment: lst-ctn-kix_knq5th1cz2ij-5
}
.lst-kix_list_1-5>li {
counter-increment: lst-ctn-kix_list_1-5
}
.lst-kix_list_1-8>li {
counter-increment: lst-ctn-kix_list_1-8
}
ol.lst-kix_knq5th1cz2ij-2 {
list-style-type: none
}
.lst-kix_cfmng76wfpf-1>li {
counter-increment: lst-ctn-kix_cfmng76wfpf-1
}
ol.lst-kix_knq5th1cz2ij-1 {
list-style-type: none
}
.lst-kix_cfmng76wfpf-4>li {
counter-increment: lst-ctn-kix_cfmng76wfpf-4
}
ol.lst-kix_list_1-4.start {
counter-reset: lst-ctn-kix_list_1-4 0
}
ol.lst-kix_knq5th1cz2ij-4 {
list-style-type: none
}
.lst-kix_list_3-5>li {
counter-increment: lst-ctn-kix_list_3-5
}
ol.lst-kix_knq5th1cz2ij-3 {
list-style-type: none
}
ol.lst-kix_list_1-1.start {
counter-reset: lst-ctn-kix_list_1-1 0
}
ol.lst-kix_knq5th1cz2ij-6 {
list-style-type: none
}
ol.lst-kix_knq5th1cz2ij-2.start {
counter-reset: lst-ctn-kix_knq5th1cz2ij-2 0
}
ol.lst-kix_knq5th1cz2ij-5 {
list-style-type: none
}
ol.lst-kix_knq5th1cz2ij-8 {
list-style-type: none
}
ol.lst-kix_knq5th1cz2ij-7 {
list-style-type: none
}
.lst-kix_list_3-4>li {
counter-increment: lst-ctn-kix_list_3-4
}
ol.lst-kix_knq5th1cz2ij-0 {
list-style-type: none
}
.lst-kix_list_2-4>li {
counter-increment: lst-ctn-kix_list_2-4
}
ol.lst-kix_list_3-6.start {
counter-reset: lst-ctn-kix_list_3-6 0
}
ol.lst-kix_cfmng76wfpf-3.start {
counter-reset: lst-ctn-kix_cfmng76wfpf-3 0
}
.lst-kix_knq5th1cz2ij-2>li {
counter-increment: lst-ctn-kix_knq5th1cz2ij-2
}
.lst-kix_cfmng76wfpf-5>li {
counter-increment: lst-ctn-kix_cfmng76wfpf-5
}
ol.lst-kix_cfmng76wfpf-8 {
list-style-type: none
}
ol.lst-kix_list_1-3.start {
counter-reset: lst-ctn-kix_list_1-3 0
}
ol.lst-kix_list_2-8.start {
counter-reset: lst-ctn-kix_list_2-8 0
}
ol.lst-kix_cfmng76wfpf-6 {
list-style-type: none
}
ol.lst-kix_list_1-2.start {
counter-reset: lst-ctn-kix_list_1-2 0
}
ol.lst-kix_knq5th1cz2ij-8.start {
counter-reset: lst-ctn-kix_knq5th1cz2ij-8 0
}
ol.lst-kix_cfmng76wfpf-7 {
list-style-type: none
}
ol.lst-kix_knq5th1cz2ij-1.start {
counter-reset: lst-ctn-kix_knq5th1cz2ij-1 0
}
ol.lst-kix_cfmng76wfpf-4 {
list-style-type: none
}
ol.lst-kix_cfmng76wfpf-5 {
list-style-type: none
}
ol.lst-kix_cfmng76wfpf-2 {
list-style-type: none
}
.lst-kix_knq5th1cz2ij-6>li {
counter-increment: lst-ctn-kix_knq5th1cz2ij-6
}
ol.lst-kix_cfmng76wfpf-3 {
list-style-type: none
}
.lst-kix_list_1-0>li:before {
content: "(" counter(lst-ctn-kix_list_1-0, lower-latin) ") "
}
ol.lst-kix_cfmng76wfpf-0 {
list-style-type: none
}
ol.lst-kix_cfmng76wfpf-1 {
list-style-type: none
}
.lst-kix_list_1-1>li:before {
content: "(" counter(lst-ctn-kix_list_1-1, lower-roman) ") "
}
.lst-kix_list_1-2>li:before {
content: "(" counter(lst-ctn-kix_list_1-2, decimal) ") "
}
ol.lst-kix_list_2-0.start {
counter-reset: lst-ctn-kix_list_2-0 0
}
.lst-kix_list_1-3>li:before {
content: "" counter(lst-ctn-kix_list_1-3, lower-latin) ") "
}
.lst-kix_list_1-4>li:before {
content: "" counter(lst-ctn-kix_list_1-4, lower-roman) ") "
}
ol.lst-kix_list_3-5.start {
counter-reset: lst-ctn-kix_list_3-5 0
}
.lst-kix_list_1-0>li {
counter-increment: lst-ctn-kix_list_1-0
}
.lst-kix_list_1-6>li {
counter-increment: lst-ctn-kix_list_1-6
}
.lst-kix_list_1-7>li:before {
content: "" counter(lst-ctn-kix_list_1-7, lower-roman) ". "
}
ol.lst-kix_list_2-7.start {
counter-reset: lst-ctn-kix_list_2-7 0
}
.lst-kix_list_1-3>li {
counter-increment: lst-ctn-kix_list_1-3
}
.lst-kix_list_1-5>li:before {
content: "" counter(lst-ctn-kix_list_1-5, decimal) ") "
}
.lst-kix_list_1-6>li:before {
content: "" counter(lst-ctn-kix_list_1-6, lower-latin) ". "
}
li.li-bullet-0:before {
margin-left: -18pt;
white-space: nowrap;
display: inline-block;
min-width: 18pt
}
.lst-kix_list_2-0>li:before {
content: "" counter(lst-ctn-kix_list_2-0, lower-latin) ". "
}
.lst-kix_list_2-1>li:before {
content: "" counter(lst-ctn-kix_list_2-1, lower-roman) ". "
}
ol.lst-kix_list_2-1.start {
counter-reset: lst-ctn-kix_list_2-1 0
}
.lst-kix_list_1-8>li:before {
content: "" counter(lst-ctn-kix_list_1-8, decimal) ". "
}
.lst-kix_list_2-2>li:before {
content: "" counter(lst-ctn-kix_list_2-2, decimal) ". "
}
.lst-kix_list_2-3>li:before {
content: "" counter(lst-ctn-kix_list_2-3, lower-latin) ". "
}
ol.lst-kix_knq5th1cz2ij-7.start {
counter-reset: lst-ctn-kix_knq5th1cz2ij-7 0
}
ol {
margin: 0;
padding: 0
}
table td,
table th {
padding: 0
}
.c24 {
background-color: #ffffff;
margin-left: 36pt;
padding-top: 10pt;
padding-left: 0pt;
padding-bottom: 0pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: justify
}
.c10 {
background-color: #ffffff;
margin-left: 36pt;
padding-top: 0pt;
padding-left: 0pt;
padding-bottom: 0pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: justify
}
.c32 {
margin-left: 72pt;
padding-top: 6pt;
padding-left: 0pt;
padding-bottom: 0pt;
line-height: 1.0;
orphans: 2;
widows: 2;
text-align: left
}
.c3 {
margin-left: 72pt;
padding-top: 6pt;
padding-left: 0pt;
padding-bottom: 0pt;
line-height: 1.0;
orphans: 2;
widows: 2;
text-align: justify
}
.c17 {
margin-left: 36pt;
padding-top: 6pt;
padding-left: 0pt;
padding-bottom: 0pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: justify
}
.c7 {
background-color: #ffffff;
padding-top: 0pt;
padding-bottom: 8pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: justify;
height: 11pt
}
.c5 {
background-color: #ffff00;
-webkit-text-decoration-skip: none;
color: #1d1c1d;
text-decoration: line-through;
vertical-align: baseline;
text-decoration-skip-ink: none;
font-size: 11pt;
font-style: normal
}
.c29 {
margin-left: 36pt;
padding-top: 10pt;
padding-left: 0pt;
padding-bottom: 0pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: justify
}
.c33 {
-webkit-text-decoration-skip: none;
color: #000000;
text-decoration: line-through;
vertical-align: baseline;
text-decoration-skip-ink: none;
font-size: 11pt;
font-style: normal
}
.c18 {
background-color: #ffffff;
padding-top: 0pt;
padding-bottom: 8pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: justify
}
.c36 {
padding-top: 0pt;
padding-bottom: 8pt;
line-height: 1.1500000000000001;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: center
}
.c16 {
color: #000000;
font-weight: 400;
text-decoration: none;
vertical-align: baseline;
font-size: 11pt;
font-family: "Arial";
font-style: normal
}
.c1 {
color: #000000;
font-weight: 400;
text-decoration: none;
vertical-align: baseline;
font-size: 11pt;
font-family: "Times New Roman";
font-style: normal
}
.c37 {
padding-top: 0pt;
padding-bottom: 0pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: right;
height: 11pt
}
.c9 {
color: #1d1c1d;
font-weight: 400;
text-decoration: none;
vertical-align: baseline;
font-size: 11pt;
font-family: "Times New Roman";
font-style: normal
}
.c30 {
background-color: #ffffff;
padding-top: 10pt;
padding-bottom: 8pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: justify
}
.c6 {
padding-top: 0pt;
padding-bottom: 0pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: justify;
height: 11pt
}
.c13 {
padding-top: 0pt;
padding-bottom: 0pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: center
}
.c38 {
padding-top: 0pt;
padding-bottom: 8pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: center
}
.c25 {
padding-top: 6pt;
padding-bottom: 0pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: justify
}
.c0 {
padding-top: 0pt;
padding-bottom: 0pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: left
}
.c20 {
padding-top: 6pt;
padding-bottom: 0pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: center
}
.c22 {
padding-top: 0pt;
padding-bottom: 0pt;
line-height: 1.1500000000000001;
orphans: 2;
widows: 2;
text-align: justify
}
.c19 {
color: #000000;
text-decoration: none;
vertical-align: baseline;
font-size: 11pt;
font-style: normal
}
.c26 {
color: #000000;
font-weight: 400;
font-size: 10pt;
font-family: "Arial"
}
.c2 {
background-color: #ffffff;
font-family: "Times New Roman";
color: #1d1c1d;
font-weight: 400
}
.c40 {
-webkit-text-decoration-skip: none;
text-decoration: line-through;
text-decoration-skip-ink: none
}
.c21 {
text-decoration: none;
vertical-align: baseline;
font-style: normal
}
.c11 {
background-color: #ffffff;
padding: 72pt 72pt 72pt 72pt
}
.c4 {
font-weight: 700;
font-family: "Times New Roman"
}
.c41 {
color: #000000;
font-size: 9pt
}
.c27 {
background-color: #ffffff;
color: #333333
}
.c43 {
margin-left: 36pt;
padding-left: 0pt
}
.c8 {
padding: 0;
margin: 0
}
.c14 {
font-size: 10.5pt;
color: #1d1c1d
}
.c12 {
font-weight: 400;
font-family: "Times New Roman"
}
.c15 {
font-size: 11pt;
color: #1d1c1d
}
.c45 {
color: #4472c4
}
.c23 {
color: #1d1c1d
}
.c35 {
background-color: #ffff00
}
.c34 {
background-color: #ffffff
}
.c31 {
font-size: 10.5pt
}
.c39 {
height: 11pt
}
.c42 {
text-indent: 36pt
}
.c44 {
color: #000000
}
.c28 {
font-size: 13pt
}
.title {
padding-top: 0pt;
color: #000000;
font-size: 26pt;
padding-bottom: 3pt;
font-family: "Arial";
line-height: 1.1500000000000001;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
.subtitle {
padding-top: 0pt;
color: #666666;
font-size: 15pt;
padding-bottom: 16pt;
font-family: "Arial";
line-height: 1.1500000000000001;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
li {
color: #000000;
font-size: 11pt;
font-family: "Arial"
}
p {
margin: 0;
color: #000000;
font-size: 11pt;
font-family: "Arial"
}
h1 {
padding-top: 20pt;
color: #000000;
font-size: 20pt;
padding-bottom: 6pt;
font-family: "Arial";
line-height: 1.1500000000000001;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
h2 {
padding-top: 18pt;
color: #000000;
font-size: 16pt;
padding-bottom: 6pt;
font-family: "Arial";
line-height: 1.1500000000000001;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
h3 {
padding-top: 16pt;
color: #434343;
font-size: 14pt;
padding-bottom: 4pt;
font-family: "Arial";
line-height: 1.1500000000000001;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
h4 {
padding-top: 14pt;
color: #666666;
font-size: 12pt;
padding-bottom: 4pt;
font-family: "Arial";
line-height: 1.1500000000000001;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
h5 {
padding-top: 12pt;
color: #666666;
font-size: 11pt;
padding-bottom: 4pt;
font-family: "Arial";
line-height: 1.1500000000000001;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
h6 {
padding-top: 12pt;
color: #666666;
font-size: 11pt;
padding-bottom: 4pt;
font-family: "Arial";
line-height: 1.1500000000000001;
page-break-after: avoid;
font-style: italic;
orphans: 2;
widows: 2;
text-align: left
}
</style>
</head>
<body class="c11 doc-content">
<p class="c0"><span class="c21 c4 c28 c44"> </span></p>
<p class="c13"><span class="c4 c28">CodeML Open RAIL-M v0.1 </span><span class="c4 c28">License</span></p>
<p class="c13"><span class="c21 c4 c41">dated 22 December 2022</span></p>
<p class="c6"><span class="c1 c35"></span></p>
<p class="c13"><span class="c21 c4 c41">Download as <a
href="https://huggingface.co/spaces/bigcode/license/raw/main/CodeML_OpenRAIL-M_v0.1.docx.txt" download> .txt </a>,
<a href="https://huggingface.co/spaces/bigcode/license/raw/main/CodeML_OpenRAIL-M_v0.1.docx" download> .docx </a>,
<a href="https://huggingface.co/spaces/bigcode/license/raw/main/CodeML_OpenRAIL-M_v0.1.docx.pdf" download> .pdf </a>,
or <a href="https://huggingface.co/spaces/bigcode/license/raw/main/CodeML_OpenRAIL-M_v0.1.docx.html" download>
.html</a></span></p>
<p class="c6"><span class="c1 c35"></span></p>
<p class="c6"><span class="c1"></span></p>
<p class="c13"><span class="c19 c4">Section I: PREAMBLE</span></p>
<p class="c6"><span class="c1"></span></p>
<p class="c22"><span class="c12 c14">This OpenRAIL-M License was created under BigCode, an open and collaborative
research project aimed at the responsible development and use of Large Language Models (“</span><span
class="c4 c14">LLMs</span><span class="c14 c12">”) for code generation. </span></p>
<p class="c6"><span class="c9"></span></p>
<p class="c22"><span class="c9">This license is generally applicable to any machine-learning Model used in the
context of coding-related tasks. As with any other model, models applied to the context of coding tasks,
such as code-generating models, have the potential to generate a broad positive impact in society and, at
the same time, negative effects if misused. </span></p>
<p class="c6"><span class="c9"></span></p>
<p class="c22"><span class="c12 c23">This License strives for both the open and responsible use of the accompanying
Model. When it comes to the open character, the License is inspired by open source permissive licenses for
the grant of IP rights. Referring to responsible use, the addition of use restrictions not permitting the
use of the Model in specific scenarios enables the Licensor to enforce the License in case potential misuse
of the Model may occur. Even though derivative versions of the Model could be released under different
licensing terms, the License specifies the obligation to include - at minimum - the same </span><span
class="c12 c23">use restrictions as the ones in the original License (</span><span class="c4 c23">this
license</span><span class="c12 c23">).</span></p>
<p class="c6"><span class="c9"></span></p>
<p class="c22"><span class="c9">This License governs the use of the Model and its derivatives and is informed by the
model card associated with the Model.</span></p>
<p class="c6"><span class="c9"></span></p>
<p class="c22"><span class="c4">NOW THEREFORE</span><span class="c1">, You and Licensor agree as follows:</span></p>
<p class="c6"><span class="c1"></span></p>
<p class="c22"><span class="c19 c4">1. Definitions </span></p>
<p class="c6"><span class="c4 c19"></span></p>
<ol class="c8 lst-kix_list_1-0 start" start="1">
<li class="c10 li-bullet-0"><span class="c12">"</span><span class="c4">License</span><span
class="c12">" means the terms and conditions for use, reproduction, and Distribution as defined in
this document.</span></li>
<li class="c17 li-bullet-0"><span class="c4 c14">“Data” </span><span class="c14 c12">means a
collection of information and/or content extracted from the </span><span class="c2 c31">dataset
</span><span class="c14 c12">used with the Model, including to train, pretrain, or otherwise evaluate the
Model. The Data is not licensed under this License. </span></li>
<li class="c17 li-bullet-0"><span class="c4">“Output”</span><span class="c12"> means the
results of operating a Model as embodied in informational content resulting therefrom.</span></li>
<li class="c24 li-bullet-0"><span class="c14 c12">“</span><span class="c4 c14">Model</span><span
class="c14 c12">” means any accompanying machine-learning based assemblies (including
checkpoints), consisting of learnt weights, parameters (including optimizer states), corresponding to
</span><span class="c2 c31">the model architecture</span><span class="c14 c12"> as embodied in the
Complementary Material, that have been trained or tuned, in whole or in part on the Data, using the
Complementary Material. </span></li>
<li class="c24 li-bullet-0"><span class="c4 c14">“Derivatives of the Model</span><span
class="c14 c12">” means all modifications to the Model, works based on the Model, or any other
model which is created or initialized by transfer of patterns of the weights, parameters, activations or
output of the Model, to the other model, in order to cause the other model to perform similarly to the
Model, including - but not limited to - distillation methods entailing the use of intermediate data
representations or methods based on the generation of synthetic data by the Model for training the other
model.</span></li>
<li class="c17 li-bullet-0"><span class="c12 c23">“</span><span class="c4 c23">Complementary
Material</span><span class="c12 c23">” means the accompanying source code and scripts used
to define, run, load, benchmark or evaluate the Model, and used to prepare data for training or
evaluation, if any. This includes any accompanying documentation, tutorials, examples, etc, if any.
Complementary Material is not licensed under this License.</span></li>
<li class="c17 li-bullet-0"><span class="c4 c14">“Distribution”</span><span
class="c14 c12"> means any transmission, reproduction, publication or other sharing of the Model or
Derivatives of the Model to a third party, including providing the Model as a hosted service made
available by electronic or other remote means - e.g. API-based or web</span><span
class="c14 c12 c40"> </span><span class="c14 c12">access. </span></li>
<li class="c17 li-bullet-0"><span class="c12 c23">“</span><span class="c4 c23">Licensor</span><span
class="c12 c23">” means the </span><span class="c12 c27">rights </span><span class="c27 c12">owner
or entity authorized by the rights owner that is granting the License, including </span><span
class="c12 c23">the persons or entities that may have rights in the Model and/or distributing the
Model.</span></li>
<li class="c24 li-bullet-0"><span class="c12">"</span><span class="c4">You</span><span class="c12">"
(or "</span><span class="c4">Your</span><span class="c12">") means an individual or
Legal Entity exercising permissions granted by this License and/or making use of the Model for whichever
purpose and in any field of use, including usage of the Model in an end-use application - e.g. chatbot,
translator, image generator.</span></li>
<li class="c24 li-bullet-0"><span class="c12">“</span><span class="c4">Third Parties</span><span
class="c12">” means individuals or legal entities that are not under common control with Licensor
or You.</span></li>
<li class="c29 li-bullet-0"><span class="c12">"</span><span class="c4">Contribution</span><span
class="c12">" means any work, including the original version of the Model and any
modifications or additions to that Model or Derivatives of the Model thereof, that is intentionally
submitted to Licensor for inclusion in the Model by the rights owner or by an individual or Legal Entity
authorized to submit on behalf of the rights owner. For the purposes of this definition,
“</span><span class="c4">submitted</span><span class="c12">” means any form of electronic,
verbal, or written communication sent to the Licensor or its representatives, including but not limited
to communication on electronic mailing lists, source code control systems, and issue tracking systems
that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the
Model, but excluding communication that is conspicuously marked or otherwise designated in writing by
the rights owner as "</span><span class="c4">Not a Contribution.</span><span class="c12">"
</span></li>
<li class="c29 li-bullet-0"><span class="c12">"</span><span class="c4">Contributor</span><span
class="c12">" means Licensor and any individual or Legal Entity on behalf of whom a
Contribution has been received by Licensor and subsequently incorporated within the Model.</span></li>
</ol>
<p class="c25 c39 c42"><span class="c1"></span></p>
<p class="c13"><span class="c19 c4">Section II:
INTELLECTUAL PROPERTY RIGHTS</span></p>
<p class="c18"><span class="c12">Both copyright and patent grants apply to the Model and Derivatives of the Model.
The </span><span class="c14 c12">Model and Derivatives of the Model are subject to additional terms as
described in Section III, </span><span class="c14 c12">which shall govern the use of the Model and
Derivatives of the Model even in the event Section II is held unenforceable.</span></p>
<p class="c18"><span class="c4">2. Grant of Copyright License</span><span class="c12">. Subject to the terms and
conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable copyright license to </span><span class="c14 c12">reproduce, prepare,
publicly display, publicly perform, sublicense, and distribute the Model and Derivatives of the
Model.</span></p>
<p class="c18"><span class="c4">3. Grant of Patent License</span><span class="c1">. Subject to the terms and
conditions of this License and where and as applicable, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this paragraph) patent
license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Model and/or
Derivatives of the Model where such license applies only to those patent claims licensable by such
Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their
Contribution(s) with the Model or Derivatives of the Model to which such Contribution(s) was submitted. If
You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit)
alleging that the Model or Derivative of the Model and/or a Contribution incorporated within the Model or
Derivative of the Model constitutes direct or contributory patent infringement, then any patent licenses
granted to You under this License for the Model and/or Derivative of the Model shall terminate as of the
date such litigation is asserted or filed.</span></p>
<p class="c7"><span class="c1"></span></p>
<p class="c13"><span class="c19 c4">Section III: CONDITIONS OF USAGE, DISTRIBUTION AND REDISTRIBUTION</span></p>
<p class="c13 c39"><span class="c19 c4"></span></p>
<p class="c18"><span class="c4">4. Distribution and Redistribution</span><span class="c1">. You may host for Third
Party remote access purposes (e.g. software-as-a-service), reproduce and distribute copies of the Model or
Derivatives of the Model thereof in any medium, with or without modifications, provided that You meet the
following conditions:</span></p>
<ol class="c8 lst-kix_list_2-0 start" start="1">
<li class="c10 li-bullet-0"><span class="c12">Use-based restrictions as referenced in paragraph 5 </span><span
class="c14 c12">MUST be included as an enforceable provision by You in any type of legal agreement (e.g.
a license) governing the use and/or distribution of the Model or Derivatives of the Model, and You shall
give notice to subsequent users You Distribute to, that the Model or Derivatives of the Model are
subject to </span><span class="c12">paragraph</span><span class="c14 c12"> 5. </span></li>
<li class="c10 li-bullet-0"><span class="c12">You must give any Third Party recipients of the Model or
Derivatives of the Model a copy of this License; </span></li>
<li class="c10 li-bullet-0"><span class="c12">You must cause any modified files to carry prominent notices
stating that You changed the files; </span></li>
<li class="c18 c43 li-bullet-0"><span class="c12">You must retain all copyright, patent, trademark, and
attribution notices excluding those notices that do not pertain to any part of the Model, Derivatives of
the Model.</span></li>
</ol>
<p class="c18"><span class="c12">You may add Your own copyright statement to Your modifications and may provide
additional or different license terms and conditions - </span><span class="c4">respecting </span><span
class="c12">paragraph</span><span class="c4"> 4.a. </span><span class="c1">- for use, reproduction, or
Distribution of Your modifications, or for any such Derivatives of the Model as a whole, provided Your use,
reproduction, and Distribution of the Model otherwise complies with the conditions stated in this
License.</span></p>
<p class="c25"><span class="c4">5. Use-based restrictions.</span><span class="c4 c14"> </span><span
class="c14 c12">The restrictions set forth in Attachment A are considered Use-based restrictions. Therefore
You cannot use the Model and the Derivatives of the Model for the specified restricted uses. You may use the
Model subject to this License, including only for lawful purposes and in accordance with the License.
</span><span class="c4 c14">Use</span><span class="c14 c12"> may include creating any content with,
finetuning, updating, running, training, evaluating and/or reparametrizing the Model. You shall require all
of Your users who use the Model or a Derivative of the Model to comply with the terms of this </span><span
class="c12">paragraph</span><span class="c14 c12"> (</span><span class="c12">paragraph</span><span
class="c14 c12"> 5). </span></p>
<p class="c25"><span class="c4">6. The Output You Generate. </span><span class="c1">Except as set forth
herein, Licensor claims no rights in the Output You generate using the Model. You are accountable for the
Output you generate and its subsequent uses. No use of the output can contravene any provision as stated in
the License. </span></p>
<p class="c25 c39"><span class="c1"></span></p>
<p class="c20"><span class="c19 c4">Section IV: OTHER PROVISIONS</span></p>
<p class="c25"><span class="c4">7. Updates and Runtime Restrictions. </span><span class="c12">To the maximum extent
permitted by law, Licensor reserves the right to restrict (remotely or otherwise) usage of the Model in
violation of this License, update the Model through electronic means, or modify the Output of the Model
based on updates. </span></p>
<p class="c25"><span class="c4">8. Trademarks and related.</span><span class="c1"> Nothing in this License
permits You to make use of Licensors’ trademarks, trade names, logos or to otherwise suggest
endorsement or misrepresent the relationship between the parties; and any rights not expressly granted
herein are reserved by the Licensors.</span></p>
<p class="c25"><span class="c4">9. Disclaimer of Warranty</span><span class="c1">. Unless required by applicable law
or agreed to in writing, Licensor provides the Model (and each Contributor provides its Contributions) on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR
A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or
redistributing the Model and Derivatives of the Model, and assume any risks associated with Your exercise of
permissions under this License.</span></p>
<p class="c25"><span class="c4">10. Limitation of Liability</span><span class="c1">. In no event and under no legal
theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law
(such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to
You for damages, including any direct, indirect, special, incidental, or consequential damages of any
character arising as a result of this License or out of the use or inability to use the Model (including but
not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor has been advised of the possibility of such
damages.</span></p>
<p class="c25"><span class="c4">11. Accepting Warranty or Additional Liability</span><span class="c1">. While
redistributing the Model, Derivatives of the Model thereof, You may choose to offer and charge a fee for,
acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with
this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole
responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold
each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by
reason of your accepting any such warranty or additional liability.</span></p>
<p class="c30"><span class="c4">12.</span><span class="c12"> If any provision of this License is held to be
invalid, illegal or unenforceable, the remaining provisions shall be unaffected thereby and remain valid as
if such provision had not been set forth herein.</span></p>
<p class="c18"><span class="c1">END OF TERMS AND CONDITIONS</span></p>
<p class="c7"><span class="c1"></span></p>
<p class="c7"><span class="c1"></span></p>
<p class="c7"><span class="c1"></span></p>
<p class="c34 c38"><span class="c4 c15 c21">Attachment A</span></p>
<h3 class="c34 c36" id="h.gjdgxs"><span class="c4 c15">Use Restrictions</span></h3>
<p class="c25"><span class="c12 c23">You agree not to use the Model or Derivatives of the Model:</span></p>
<ol class="c8 lst-kix_list_3-0 start" start="1">
<li class="c3 li-bullet-0"><span class="c9">In any way that violates any applicable national, federal, state,
local or international law or regulation;</span></li>
<li class="c3 li-bullet-0"><span class="c9">For the purpose of exploiting, harming or attempting to exploit or
harm minors in any way;</span></li>
<li class="c3 li-bullet-0"><span class="c2">To generate and/or disseminate malware (e.g. ransomware) or any
other content to be used for the purpose of harming electronic systems</span><span class="c2">;</span>
</li>
<li class="c3 li-bullet-0"><span class="c2">To generate or disseminate verifiably false information and/or
content with the purpose of harming others;</span></li>
<li class="c3 li-bullet-0"><span class="c12 c23">To generate or disseminate </span><span
class="c12 c23">personal identifiable information</span><span class="c12 c23"> </span><span
class="c12">that can be used to harm an individual</span><span class="c9">;</span></li>
<li class="c3 li-bullet-0"><span class="c2">To generate or disseminate information and/or content (e.g. images,
code, posts, articles), and place the information and/or content in any public context (e.g. bot
generating tweets) without expressly and intelligibly disclaiming that the information and/or content is
machine generated; </span></li>
<li class="c3 li-bullet-0"><span class="c9">To defame, disparage or otherwise harass others;</span></li>
<li class="c3 li-bullet-0"><span class="c9">To impersonate or attempt to impersonate (e.g. deepfakes) others
without their consent;</span></li>
<li class="c3 li-bullet-0"><span class="c12 c23">For fully automated decision making that adversely impacts an
individual’s legal rights or otherwise creates or modifies a binding, enforceable
obligation</span><span class="c9">;</span></li>
<li class="c32 li-bullet-0"><span class="c12">For any use intended to or which has the effect of discriminating
against or harming individuals or groups</span><span class="c12 c45"> </span><span class="c1">based
on online or offline social behavior or known or predicted personal or personality
characteristics;</span></li>
<li class="c3 li-bullet-0"><span class="c12 c34">To exploit any of the vulnerabilities of a specific group of
persons based on their age, social, physical or mental characteristics, in order to materially distort
the behavior of a person pertaining to that group in a manner that causes or is likely to cause that
person or another person physical or psychological harm;</span></li>
<li class="c3 li-bullet-0"><span class="c1">For any use intended to or which has the effect of discriminating
against individuals or groups based on legally protected characteristics or categories;</span></li>
<li class="c3 li-bullet-0"><span class="c1">To provide medical advice and medical results interpretation;
</span></li>
<li class="c3 li-bullet-0"><span class="c1">To generate or disseminate information for the purpose to be used
for administration of justice, law enforcement, immigration or asylum processes, such as predicting an
individual will commit fraud/crime commitment (e.g. by text profiling, drawing causal relationships
between assertions made in documents, indiscriminate and arbitrarily-targeted use).</span></li>
</ol>
<div>
<p class="c37"><span class="c1"></span></p>
</div>
</body>
</html> |