├── .gitignore └── code ├── 10 ├── 15 │ └── 0001.txt ├── 08 │ ├── 0059.txt │ ├── 0031.txt │ ├── 0022.txt │ ├── 0074.txt │ ├── 0025.txt │ └── 0003.txt ├── 05 │ └── 0102.txt ├── 01 │ ├── 0102.txt │ ├── 0301.txt │ └── 0401.txt ├── 03b │ └── 0101.txt └── 03 │ └── 1301.txt ├── 11 ├── 10 │ └── 0003.txt ├── 13 │ └── 0101.txt ├── 14 │ └── 0101.txt ├── 30 │ └── 0001.txt ├── 31 │ └── 0001.txt ├── 38 │ └── 0101.txt ├── 42 │ └── 0101.txt ├── 43 │ └── 0101.txt ├── 44 │ └── 0101.txt ├── 45 │ └── 0101.txt ├── 46 │ ├── 0301.txt │ ├── 0101.txt │ └── 0201.txt ├── 47 │ └── 0101.txt ├── 48 │ └── 0101.txt ├── 49 │ └── 0101.txt ├── 52 │ └── 0101.txt ├── 36a │ └── 0101.txt ├── 06 │ └── 0003.txt ├── 03 │ ├── 0003.01.txt │ └── 0001.txt └── 01 │ └── 0006.txt ├── 13 ├── 10 │ ├── 0006.txt │ └── 0001.txt ├── 13 │ └── 0003.txt ├── 19 │ └── 0004.txt ├── 20 │ └── 0001.txt ├── 21 │ └── 0001.txt ├── 22 │ └── 0001.txt ├── 23 │ └── 0001.txt ├── 24 │ └── 0001.txt ├── 26 │ └── 0001.txt ├── 28 │ └── 0001.txt ├── 31 │ └── 0101.txt ├── 32 │ ├── 0101.txt │ └── 0106.txt ├── 34 │ └── 0101.txt ├── 35 │ └── 0101.txt ├── 39 │ └── 0101.txt ├── 40 │ └── 0101.txt ├── 41 │ └── 0101.txt ├── 42 │ └── 0101.txt ├── 43 │ └── 0101.txt ├── 44 │ └── 0101.txt ├── 45 │ └── 0101.txt ├── 48 │ └── 0101.txt ├── 49 │ └── 0101.txt ├── 05 │ └── 0001.txt ├── 38a │ ├── 0301.txt │ └── 0201.txt ├── 05a │ └── 0101.txt ├── 10a │ └── 0001.txt ├── 10b │ └── 0101.txt ├── 05b │ └── 0101.txt └── 25a │ └── 0101.txt ├── 15 ├── 10 │ └── 0101.txt ├── 09 │ └── 0101.txt ├── 08 │ └── 0001.txt └── 06 │ └── 0001.txt ├── 16 ├── 12 │ └── 0001.txt ├── 15 │ └── 0101.txt ├── 16 │ └── 0101.txt ├── 17 │ └── 0101.txt ├── 04 │ └── 0101.txt ├── 06a │ ├── 0101.txt │ └── 0601.txt └── 10a │ └── 0101.txt ├── 17 ├── 19 │ └── 0030.txt ├── 43 │ └── 0101.txt ├── 02 │ └── 0201.txt └── 18a │ └── 0101.txt ├── 19 ├── 11 │ └── 0101.txt ├── 06 │ ├── 1101.txt │ ├── 0701.txt │ ├── 1001.txt │ ├── 0801.txt │ ├── 1201.txt │ ├── 0501.txt │ ├── 0101.txt │ └── 0401.txt ├── 08 │ └── 0101.txt ├── 01 │ ├── 0101.txt │ ├── 0501.txt │ └── 0401.txt ├── 03 │ └── 0101.txt ├── 07 │ └── 0101.txt ├── 05 │ └── 0101.txt └── 04 │ └── 0101.txt ├── 22 ├── 07 │ └── 0101.txt └── 03 │ └── 0101.txt ├── 23 ├── 13 │ └── 0001.txt ├── 25 │ ├── 0012.txt │ └── 0001.txt ├── 27 │ └── 0101.txt ├── 28 │ └── 0101.txt ├── 29 │ └── 0101.txt ├── 30 │ └── 0101.txt └── 21a │ └── 0001.txt ├── 24 ├── 02 │ └── 0101.txt ├── 03 │ └── 0101.txt └── 04 │ └── 0101.txt ├── 25 └── 06 │ └── 0001.txt ├── 26 ├── 18 │ ├── 0601.txt │ └── 0001.txt ├── 20 │ └── 0001.txt ├── 21 │ ├── 0100.txt │ └── 0001.txt ├── 28 │ └── 0101.txt ├── 31 │ └── 0101.txt ├── 34 │ └── 0001.txt ├── 38 │ └── 0001.txt ├── 39 │ └── 0101.txt ├── 40 │ └── 0101.txt ├── 41 │ └── 0101.txt ├── 42 │ └── 0101.txt ├── 45 │ └── 0101.txt ├── 47 │ └── 0101.txt ├── 50 │ └── 0101.txt ├── 51 │ └── 0101.txt ├── 52 │ └── 0101.txt ├── 53 │ └── 0101.txt ├── 02 │ └── 0001.txt ├── 21b │ └── 0101.txt ├── 36a │ └── 0101.txt ├── 08b │ ├── 0101.txt │ └── 0601.txt ├── 21a │ └── 0201.txt ├── 33a │ └── 0101.txt ├── 35a │ └── 0101.txt ├── 08a │ └── 0101.txt ├── 09f │ └── 0101.txt ├── 23b │ └── 0101.txt └── 15a │ └── 0101.txt ├── 29 └── 02 │ └── 0101.txt ├── 30 └── 08 │ └── 0001.txt ├── 34 ├── 34 │ └── 0001.txt ├── 39 │ └── 0001.txt ├── 40 │ └── 0101.txt ├── 43 │ └── 0101.txt ├── 44 │ └── 0101.txt ├── 45 │ └── 0101.txt ├── 46 │ └── 0101.txt ├── 47 │ └── 0101.txt ├── 48 │ └── 0101.txt └── 20a │ └── 0001.txt ├── 36 ├── 11 │ └── 0101.txt ├── 25 │ └── 0101.txt ├── 26 │ └── 0101.txt └── 27 │ └── 0101.txt ├── 38 ├── 13 │ └── 0101.txt ├── 07 │ └── 0008.txt ├── 09a │ └── 0101.txt ├── 01b │ └── 0101.txt └── 01a │ └── 0101.txt ├── 39 ├── 04 │ └── 0013.txt └── 07 │ └── 0101.txt ├── 40 ├── 06 │ └── 0003.txt ├── 02 │ └── 0101.txt └── 09 │ └── 0101.txt ├── 41 ├── 03 │ ├── 0801.txt │ └── 0101.txt ├── 06a │ ├── 0101.txt │ └── 2001.txt ├── 01a │ ├── 0101.txt │ └── 1501.txt └── 12a │ └── 0801.txt ├── 46 ├── 04 │ └── 0101.txt └── 01 │ └── 0001.txt ├── 47 └── 03 │ └── 0101.txt ├── 48 ├── 01d │ ├── 0101.txt │ └── 0602.txt ├── 02a │ └── 0701.txt ├── 02e │ └── 0101.txt ├── 02c │ └── 0101.txt └── 03a │ └── 0501.txt ├── 49 ├── 16 │ └── 0101.txt └── 20 │ └── 0501.txt ├── 51 ├── 05 │ ├── 0001.txt │ └── 0004.05.txt ├── 09 │ ├── 0101.txt │ ├── 0701.txt │ └── 0501.txt ├── 07a │ └── 0101.txt └── 07b │ └── 0101.txt ├── 52 ├── 04 │ └── 0101.txt ├── 08 │ └── 0101.txt └── 07 │ └── 0101.txt ├── 53 ├── 11 │ └── 0101.txt ├── 15 │ └── 0101.txt ├── 16 │ └── 0101.txt ├── 08 │ ├── 0301.txt │ ├── 0101.txt │ └── 0201.txt ├── 01 │ ├── 0101.txt │ ├── 0201.txt │ └── 0301.txt ├── 02a │ ├── 0901.txt │ ├── 1101.txt │ ├── 0701.txt │ ├── 0101.txt │ ├── 0301.txt │ ├── 0601.txt │ ├── 0201.txt │ └── 0801.txt ├── 05 │ └── 0701.txt ├── 05c │ └── 0101.txt ├── 03 │ ├── 0201.txt │ ├── 0601.txt │ ├── 0801.txt │ ├── 0901.txt │ ├── 0301.txt │ ├── 0701.txt │ ├── 1001.txt │ ├── 0501.txt │ └── 0101.txt ├── 05a │ └── 0101.txt ├── 07 │ ├── 0501.txt │ ├── 0301.txt │ ├── 0201.txt │ └── 0220.txt ├── 09 │ └── 0101.txt ├── 05b │ └── 0101.txt └── 06 │ ├── 0301.txt │ ├── 0101.txt │ └── 0201.txt ├── 54 ├── 14 │ └── 0101.txt ├── 15 │ └── 0101.txt ├── 17 │ ├── 0101.txt │ └── 0606.txt ├── 18 │ └── 0101.txt ├── 19 │ └── 0101.txt ├── 08b │ └── 0001.txt ├── 09 │ └── 0101.txt └── 10a │ └── 0101.txt ├── 56 └── 03 │ └── 0004.txt ├── 57 ├── 11 │ └── 0003.txt ├── 18 │ └── 0001.txt ├── 19 │ └── 0001.txt ├── 21 │ └── 0001.txt ├── 22 │ └── 0001.txt ├── 23 │ └── 0001.txt ├── 26 │ └── 0101.txt ├── 08a │ └── 0101.txt ├── 02a │ └── 0001.txt ├── 08 │ └── 0001.txt └── 13b │ └── 0101.txt ├── 58 ├── 13 │ └── 0001.txt ├── 15 │ └── 0001.txt ├── 28 │ └── 0101.txt ├── 40 │ └── 0101.txt ├── 49 │ └── 0001.txt ├── 53 │ └── 0101.txt ├── 57 │ └── 0001.txt ├── 60 │ ├── 0201.txt │ ├── 0501.txt │ ├── 0101.txt │ ├── 0301.txt │ └── 0401.txt ├── 61 │ └── 0101.txt ├── 63 │ └── 0101.txt ├── 64 │ └── 0101.txt ├── 67 │ └── 0101.txt ├── 68 │ └── 0101.txt ├── 69 │ └── 0101.txt ├── 71 │ └── 0101.txt ├── 72 │ └── 0101.txt ├── 74 │ └── 0101.txt ├── 75 │ └── 0101.txt ├── 76 │ └── 0101.txt ├── 77 │ └── 0101.txt ├── 79 │ └── 0101.txt ├── 81 │ └── 0101.txt ├── 82 │ └── 0101.txt ├── 44a │ └── 0101.txt ├── 17b │ └── 0101.txt ├── 31b │ └── 0101.txt ├── 03a │ └── 0101.txt ├── 09 │ └── 0101.txt ├── 31c │ └── 0101.txt ├── 37e │ └── 0001.txt ├── 70a │ └── 0101.txt ├── 05a │ └── 0101.txt ├── 24b │ └── 0101.txt ├── 37d │ └── 0001.txt ├── 40a │ └── 0101.txt ├── 47b │ └── 0101.txt ├── 16a │ ├── 0101.txt │ └── 0901.txt ├── 20a │ └── 0101.txt ├── 37f │ └── 0101.txt ├── 42a │ └── 0101.txt ├── 26a │ └── 0101.txt ├── 31d │ └── 0101.txt ├── 46a │ └── 0101.txt └── 80a │ └── 0101.txt ├── 59 ├── 10 │ ├── 1101.txt │ ├── 1001.txt │ ├── 1301.txt │ └── 0101.txt ├── 11 │ └── 0101.txt ├── 12 │ ├── 0201.txt │ ├── 1301.txt │ ├── 1801.txt │ ├── 2001.txt │ ├── 2101.txt │ └── 0101.txt ├── 13 │ └── 0101.txt ├── 14 │ ├── 0701.txt │ └── 0507.txt ├── 18 │ └── 0101.txt ├── 22 │ └── 0101.txt ├── 23 │ └── 0001.txt ├── 24 │ └── 0101.txt ├── 26 │ └── 0101.txt ├── 02 │ ├── 0101.txt │ ├── 1701.txt │ ├── 0501.txt │ └── 1501.txt ├── 01 │ ├── 1301.txt │ ├── 1501.txt │ ├── 1401.txt │ └── 1505.txt └── 03 │ └── 0101.txt ├── 61 ├── 02 │ └── 0101.txt ├── 02d │ └── 0101.txt ├── 01 │ ├── 0101.txt │ └── 0028.txt ├── 06 │ └── 0001.txt └── 02f │ └── 0101.txt ├── 64 ├── 13a │ └── 0001.txt └── 13d │ └── 0101.txt ├── 67 ├── 18 │ └── 0004.txt ├── 20 │ └── 0001.txt ├── 21 │ └── 0001.txt ├── 24 │ └── 0101.txt ├── 25 │ └── 0301.txt ├── 04a │ └── 0101.txt └── 19e │ └── 0101.txt ├── 69 └── 02 │ └── 0001.txt ├── 71 └── 11 │ └── 0001.txt ├── 72 ├── 10 │ └── 0101.txt ├── 11 │ └── 0101.txt ├── 12 │ └── 0101.txt ├── 05 │ └── 0101.txt ├── 02 │ └── 0101.txt ├── 07 │ └── 0101.txt ├── 04 │ └── 0101.txt ├── 06 │ ├── 0201.txt │ └── 0101.txt ├── 09 │ └── 0101.txt └── 03 │ └── 0101.txt ├── 73 ├── 26 │ └── 0101.txt ├── 28 │ └── 0101.txt ├── 29 │ └── 0101.txt ├── 30 │ └── 0101.txt ├── 03c │ └── 0101.txt └── 03b │ └── 0101.txt ├── 75 ├── 01 │ └── 0307.txt ├── 07 │ ├── 0102.txt │ └── 0101.txt ├── 02a │ └── 0101.txt └── 05a │ └── 0101.txt ├── 76 ├── 10 │ ├── 1601.txt │ └── 3101.txt ├── 09 │ ├── 0901.txt │ ├── 0801.txt │ └── 1001.txt ├── 05b │ └── 0101.txt ├── 06 │ ├── 1101.txt │ ├── 1201.txt │ ├── 1301.txt │ └── 1401.txt ├── 01 │ ├── 0102.txt │ └── 0101.txt └── 06a │ └── 0001.txt ├── 77 ├── 32 │ └── 0101.txt ├── 38 │ ├── 0001.txt │ └── 0301.txt ├── 40 │ └── 0101.txt ├── 41 │ └── 0101.txt └── 38a │ └── 0101.txt ├── 79 ├── 05 │ └── 0101.txt ├── 03 │ └── 0101.txt ├── 04 │ └── 0101.txt └── 02 │ └── 0101.txt ├── 31a ├── 15 │ └── 0201.txt ├── 17 │ └── 0501.txt ├── 21 │ └── 0502.txt ├── 22 │ ├── 0416.txt │ ├── 1801.txt │ └── 1601.txt ├── 27 │ └── 0502.txt ├── 29 │ └── 0101.txt ├── 30 │ └── 0201.txt ├── 31 │ └── 0101.txt ├── 35 │ └── 0101.txt ├── 36 │ └── 0101.txt ├── 37 │ └── 0101.txt ├── 38 │ └── 0101.txt ├── 42 │ └── 0101.txt ├── 43 │ └── 0101.txt ├── 01 │ └── 0101.txt ├── 02 │ └── 0401.txt ├── 23b │ └── 0101.txt ├── 06b │ └── 0101.txt ├── 09 │ ├── 0106.txt │ └── 0302.txt ├── 08 │ └── 0201.txt └── 08a │ └── 0101.txt ├── 32b ├── 10 │ ├── 0302.txt │ ├── 0402.txt │ ├── 0502.txt │ ├── 0602.txt │ ├── 0301.txt │ ├── 0101.txt │ ├── 0401.txt │ ├── 0501.txt │ └── 0601.txt ├── 11 │ ├── 0302.txt │ ├── 0402.txt │ ├── 0502.txt │ ├── 0602.txt │ ├── 0301.txt │ ├── 0501.txt │ ├── 0401.txt │ ├── 0101.txt │ └── 0601.txt ├── 12 │ ├── 0102.txt │ └── 0101.txt ├── 13 │ ├── 0102.txt │ └── 0101.txt ├── 15 │ └── 0101.txt ├── 16 │ └── 0101.txt ├── 01 │ ├── 0302.txt │ ├── 0503.txt │ ├── 0401.txt │ ├── 0601.txt │ ├── 0301.txt │ ├── 0501.txt │ └── 0607.txt ├── 02 │ ├── 0102.txt │ └── 0101.txt ├── 04 │ ├── 0102.txt │ ├── 0701.txt │ └── 0101.txt ├── 05 │ ├── 0102.txt │ ├── 0402.txt │ ├── 0101.txt │ └── 0401.txt ├── 06 │ ├── 0102.txt │ ├── 0402.txt │ ├── 0602.txt │ ├── 0802.txt │ ├── 0401.txt │ ├── 0501.txt │ ├── 0801.txt │ ├── 0601.txt │ ├── 0901.txt │ ├── 0101.txt │ ├── 0201.txt │ ├── 0301.txt │ └── 0701.txt ├── 07 │ ├── 0102.txt │ ├── 0302.txt │ ├── 0101.txt │ └── 0301.txt ├── 09 │ ├── 0402.txt │ ├── 0301.txt │ ├── 0101.txt │ └── 0401.txt ├── 08 │ └── 0101.txt └── 03 │ ├── 0301.txt │ └── 0101.txt ├── 63i ├── 01 │ ├── 0241.txt │ ├── 0261.txt │ ├── 0210.txt │ ├── 0220.txt │ ├── 0223.txt │ ├── 0230.txt │ ├── 0232.txt │ ├── 0272.txt │ ├── 0277.txt │ └── 0211.txt ├── 02 │ ├── 0204.txt │ ├── 0223.txt │ ├── 0261.txt │ ├── 0267.txt │ ├── 0232.txt │ ├── 0234.txt │ ├── 0254.txt │ ├── 0264.txt │ ├── 0276.txt │ ├── 0101.txt │ ├── 0262.txt │ ├── 0210.txt │ └── 0265.txt ├── 04a │ ├── 0401.txt │ ├── 0301.txt │ └── 0201.txt └── 05 │ └── 0101.txt ├── 63g ├── 10 │ └── 0101.txt ├── 15 │ └── 0101.txt ├── 06a │ ├── 0601.txt │ ├── 1101.txt │ ├── 2001.txt │ ├── 1001.txt │ ├── 0501.txt │ ├── 0701.txt │ ├── 0301.txt │ ├── 1201.txt │ ├── 1401.txt │ ├── 1501.txt │ ├── 1601.txt │ ├── 1701.txt │ ├── 0401.txt │ ├── 1301.txt │ ├── 2301.txt │ ├── 0201.txt │ ├── 0801.txt │ ├── 2101.txt │ ├── 0901.txt │ ├── 1801.txt │ └── 1901.txt ├── 09 │ └── 0101.txt └── 01 │ └── 0701.txt ├── 04 ├── 11 │ └── 0001.txt ├── 12 │ └── 0001.txt ├── 13 │ └── 0001.txt ├── 15 │ └── 0001.txt ├── 16 │ └── 0001.txt ├── 17 │ └── 0001.txt ├── 18 │ └── 0101.txt ├── 31 │ └── 0101.txt ├── 33 │ └── 0001.txt ├── 35 │ └── 0001.txt ├── 37 │ └── 0101.txt ├── 38 │ └── 0001.txt ├── 39 │ └── 0101.txt ├── 07 │ └── 0001.txt ├── 05 │ └── 0001.txt └── 01 │ └── 0001.txt ├── 20a ├── 11 │ ├── 1401.txt │ ├── 1601.txt │ └── 1201.txt ├── 16 │ └── 0101.txt └── 01 │ └── 0101.txt ├── 63a ├── 11 │ └── 0101.txt ├── 12 │ └── 0100.txt ├── 14 │ ├── 0401.txt │ ├── 0501.txt │ ├── 0601.txt │ ├── 0301.txt │ └── 0201.txt ├── 09 │ └── 0203.txt └── 01 │ └── 0113.txt ├── 78b ├── 10 │ └── 0101.txt ├── 11 │ └── 0101.txt ├── 12 │ └── 0101.txt ├── 15 │ └── 0101.txt ├── 19 │ └── 0101.txt ├── 06 │ ├── 0101.txt │ ├── 1601.txt │ └── 1801.txt ├── 10a │ └── 0101.txt ├── 03 │ └── 0901.txt ├── 09 │ ├── 0300.txt │ └── 0401.txt ├── 08 │ └── 0301.txt ├── 01 │ └── 0101.txt ├── 05 │ ├── 0501.txt │ ├── 0301.txt │ └── 0401.txt ├── 07 │ └── 0101.txt └── 04 │ └── 0301.txt ├── 07 ├── 24 │ └── 0101.txt ├── 09 │ └── 0001.txt ├── 01 │ └── 0101.txt ├── 16a │ └── 0101.txt └── 18a │ └── 0101.txt ├── 17b └── 02a │ ├── 0901.txt │ ├── 0201.txt │ ├── 0401.txt │ ├── 0501.txt │ ├── 0301.txt │ ├── 0801.txt │ ├── 0601.txt │ ├── 0701.txt │ └── 1001.txt ├── 53a ├── 11 │ └── 1201.txt ├── 15 │ ├── 1001.txt │ └── 1201.txt ├── 24 │ └── 0201.txt ├── 28 │ └── 0101.txt ├── 01 │ ├── 1101.txt │ └── 0901.txt ├── 11a │ └── 0101.txt ├── 17a │ └── 0101.txt ├── 01a │ └── 0501.txt ├── 02 │ └── 0401.txt ├── 20b │ └── 0101.txt ├── 25b │ └── 0101.txt └── 08a │ └── 0101.txt ├── 62a ├── 11 │ ├── 0701.txt │ └── 0301.txt ├── 14 │ └── 0101.txt ├── 16 │ └── 0101.txt ├── 17 │ └── 0101.txt └── 01 │ └── 0101.txt ├── 78a ├── 10 │ └── 0101.txt ├── 06 │ ├── 0101.txt │ ├── 1401.txt │ └── 1201.txt └── 02 │ └── 0401.txt ├── 53b ├── 13 │ └── 0101.txt ├── 24 │ ├── 0201.txt │ ├── 0301.txt │ └── 0401.txt ├── 25 │ └── 0101.txt ├── 13a │ └── 0101.txt ├── 03 │ └── 0108.txt ├── 08e │ └── 0101.txt └── 08d │ └── 0101.txt ├── 63c ├── 10 │ └── 0101.txt ├── 12 │ └── 0101.txt ├── 14 │ └── 0101.txt ├── 04a │ ├── 0301.txt │ ├── 0401.txt │ └── 0201.txt ├── 01 │ └── 0101.txt ├── 09 │ └── 0101.txt └── 07 │ └── 0101.txt ├── 63m ├── 11 │ └── 0101.txt ├── 01 │ ├── 2501.txt │ ├── 3301.txt │ ├── 0401.txt │ ├── 2401.txt │ ├── 2701.txt │ ├── 2201.txt │ └── 2601.txt ├── 03 │ └── 0101.txt ├── 05 │ └── 0101.txt ├── 06 │ └── 0101.txt ├── 04 │ ├── 0101.txt │ └── 0501.txt └── 07 │ └── 0101.txt ├── 65a ├── 14 │ └── 0101.txt └── 08a │ └── 0101.txt ├── 70a ├── 01a │ └── 0107.txt ├── 02 │ └── 0801.txt └── 02a │ └── 0101.txt ├── 03 └── 01 │ └── 0028.txt ├── 17d ├── 02 │ └── 0101.txt └── 03 │ └── 0101.txt ├── 35a ├── 01 │ └── 0101.txt ├── 06 │ └── 0101.txt ├── 07 │ └── 0101.txt ├── 04 │ └── 0101.txt ├── 03 │ └── 0501.txt ├── 08 │ ├── 0701.txt │ ├── 1001.txt │ └── 1701.txt └── 09 │ └── 0101.txt ├── 63e └── 02 │ └── 0101.txt ├── 63j ├── 05 │ └── 0101.txt ├── 06 │ └── 0101.txt └── 04 │ └── 0101.txt ├── 63k ├── 03 │ └── 0101.txt ├── 04 │ └── 0101.txt └── 02 │ └── 0101.txt ├── 63l ├── 06 │ └── 0101.txt ├── 04 │ └── 0101.txt └── 05 │ └── 0101.txt ├── 34a ├── 11 │ └── 0101.txt ├── 07 │ └── 0201.txt ├── 02 │ ├── 1001.txt │ └── 0101.txt └── 05 │ └── 0101.txt ├── 70c └── 01 │ └── 0101.txt ├── 17c └── 03 │ └── 0301.txt ├── 63h ├── 01 │ └── 0504.txt └── 02 │ └── 0101.txt ├── 09 ├── 01 │ └── 0801.txt ├── 06 │ └── 0401.txt └── 08 │ ├── 0801.txt │ └── 0501.txt └── 26a └── 01 └── 0101.txt /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | *~ 3 | -------------------------------------------------------------------------------- /code/31a/22/0416.txt: -------------------------------------------------------------------------------- 1 | 31A-22-416.   Reserved. 2 | 3 | 4 | 5 | 6 | 7 | Enacted by Chapter 242, 1985 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/21/0100.txt: -------------------------------------------------------------------------------- 1 | 26-21-100.   Reserved. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 328, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/01/0302.txt: -------------------------------------------------------------------------------- 1 | 32B-1-302.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/01/0503.txt: -------------------------------------------------------------------------------- 1 | 32B-1-503.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/02/0102.txt: -------------------------------------------------------------------------------- 1 | 32B-2-102.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/04/0102.txt: -------------------------------------------------------------------------------- 1 | 32B-4-102.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/05/0102.txt: -------------------------------------------------------------------------------- 1 | 32B-5-102.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/05/0402.txt: -------------------------------------------------------------------------------- 1 | 32B-5-402.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0102.txt: -------------------------------------------------------------------------------- 1 | 32B-6-102.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Amended by Chapter 334, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0402.txt: -------------------------------------------------------------------------------- 1 | 32B-6-402.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0602.txt: -------------------------------------------------------------------------------- 1 | 32B-6-602.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0802.txt: -------------------------------------------------------------------------------- 1 | 32B-6-802.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 334, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/07/0102.txt: -------------------------------------------------------------------------------- 1 | 32B-7-102.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/07/0302.txt: -------------------------------------------------------------------------------- 1 | 32B-7-302.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/09/0402.txt: -------------------------------------------------------------------------------- 1 | 32B-9-402.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/10/0302.txt: -------------------------------------------------------------------------------- 1 | 32B-10-302.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/10/0402.txt: -------------------------------------------------------------------------------- 1 | 32B-10-402.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/10/0502.txt: -------------------------------------------------------------------------------- 1 | 32B-10-502.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/10/0602.txt: -------------------------------------------------------------------------------- 1 | 32B-10-602.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/11/0302.txt: -------------------------------------------------------------------------------- 1 | 32B-11-302.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/11/0402.txt: -------------------------------------------------------------------------------- 1 | 32B-11-402.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/11/0502.txt: -------------------------------------------------------------------------------- 1 | 32B-11-502.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/11/0602.txt: -------------------------------------------------------------------------------- 1 | 32B-11-602.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/12/0102.txt: -------------------------------------------------------------------------------- 1 | 32B-12-102.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/13/0102.txt: -------------------------------------------------------------------------------- 1 | 32B-13-102.   Definitions. 2 | 3 | Reserved 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/01/0241.txt: -------------------------------------------------------------------------------- 1 | 63I-1-241.   Repeal dates, Title 41. 2 | 3 | 4 | 5 | 6 | 7 | Amended by Chapter 319, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/01/0261.txt: -------------------------------------------------------------------------------- 1 | 63I-1-261.   Repeal dates, Title 61. 2 | 3 | 4 | 5 | 6 | 7 | Amended by Chapter 199, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0204.txt: -------------------------------------------------------------------------------- 1 | 63I-2-204.   Repeal dates -- Title 4. 2 | 3 | 4 | 5 | 6 | 7 | Amended by Chapter 369, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0223.txt: -------------------------------------------------------------------------------- 1 | 63I-2-223.   Repeal dates -- Title 23. 2 | 3 | 4 | 5 | 6 | 7 | Amended by Chapter 369, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0261.txt: -------------------------------------------------------------------------------- 1 | 63I-2-261.   Repeal dates -- Title 61. 2 | 3 | 4 | 5 | 6 | 7 | Amended by Chapter 278, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0267.txt: -------------------------------------------------------------------------------- 1 | 63I-2-267.   Repeal dates -- Title 67. 2 | 3 | 4 | 5 | 6 | 7 | Amended by Chapter 278, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/08/0059.txt: -------------------------------------------------------------------------------- 1 | 10-8-59.   Cruelty to animals. 2 | 3 | They may prohibit cruelty to animals. 4 | 5 | 6 | 7 | No Change Since 1953 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/0601.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-601.   Title. 2 | 3 | This part is known as "Bidding." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/1101.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-1101.   Title. 2 | 3 | This part is known as "Bonds." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/2001.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-2001.   Title. 2 | 3 | This part is known as "Records." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/01/0210.txt: -------------------------------------------------------------------------------- 1 | 63I-1-210.   Repeal dates, Title 10. 2 | 3 | 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/01/0220.txt: -------------------------------------------------------------------------------- 1 | 63I-1-220.   Repeal dates, Title 20A. 2 | 3 | 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/01/0223.txt: -------------------------------------------------------------------------------- 1 | 63I-1-223.   Repeal dates, Title 23. 2 | 3 | 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/01/0230.txt: -------------------------------------------------------------------------------- 1 | 63I-1-230.   Repeal dates, Title 30. 2 | 3 | 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/01/0232.txt: -------------------------------------------------------------------------------- 1 | 63I-1-232.   Repeal dates, Title 32A. 2 | 3 | 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/01/0272.txt: -------------------------------------------------------------------------------- 1 | 63I-1-272.   Repeal dates, Title 72. 2 | 3 | 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/01/0277.txt: -------------------------------------------------------------------------------- 1 | 63I-1-277.   Repeal dates, Title 77. 2 | 3 | 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0232.txt: -------------------------------------------------------------------------------- 1 | 63I-2-232.   Repeal dates -- Title 32A. 2 | 3 | 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0234.txt: -------------------------------------------------------------------------------- 1 | 63I-2-234.   Repeal dates -- Title 34A. 2 | 3 | 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0254.txt: -------------------------------------------------------------------------------- 1 | 63I-2-254.   Repeal dates -- Title 54. 2 | 3 | 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0264.txt: -------------------------------------------------------------------------------- 1 | 63I-2-264.   Repeal dates -- Title 64. 2 | 3 | 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0276.txt: -------------------------------------------------------------------------------- 1 | 63I-2-276.   Repeal dates -- Title 76. 2 | 3 | 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/10/0003.txt: -------------------------------------------------------------------------------- 1 | 11-10-3.   License fee. 2 | 3 | The license fee may not exceed $300. 4 | 5 | 6 | 7 | Amended by Chapter 23, 1990 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17/02/0201.txt: -------------------------------------------------------------------------------- 1 | 17-2-201.   Title. 2 | 3 | This part is known as "County Annexation." 4 | 5 | 6 | 7 | Enacted by Chapter 350, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0401.txt: -------------------------------------------------------------------------------- 1 | 32B-6-401.   Title. 2 | 3 | This part is known as "Club License." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/1001.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-1001.   Title. 2 | 3 | This part is known as "Preferences." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/37/0101.txt: -------------------------------------------------------------------------------- 1 | 4-37-101.   Title. 2 | 3 | This chapter is known as the "Aquaculture Act." 4 | 5 | 6 | 7 | Enacted by Chapter 153, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/05/0102.txt: -------------------------------------------------------------------------------- 1 | 10-5-102.   Applicability. 2 | 3 | This chapter shall apply to all towns. 4 | 5 | 6 | 7 | Enacted by Chapter 34, 1983 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/08/0031.txt: -------------------------------------------------------------------------------- 1 | 10-8-31.   Numbering houses and lots. 2 | 3 | They may regulate the numbering of houses and lots. 4 | 5 | 6 | 7 | No Change Since 1953 8 | 9 | -------------------------------------------------------------------------------- /code/11/46/0301.txt: -------------------------------------------------------------------------------- 1 | 11-46-301.   Title. 2 | 3 | This part is known as the "Community Cat Act." 4 | 5 | 6 | 7 | Enacted by Chapter 130, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/48/0101.txt: -------------------------------------------------------------------------------- 1 | 11-48-101.   Title. 2 | 3 | This chapter is known as "Emergency Response." 4 | 5 | 6 | 7 | Enacted by Chapter 230, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/52/0101.txt: -------------------------------------------------------------------------------- 1 | 11-52-101.   Title. 2 | 3 | This chapter is known as "Contingency Plans." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/20a/01/0101.txt: -------------------------------------------------------------------------------- 1 | 20A-1-101.   Title. 2 | 3 | This title is known as the "Election Code." 4 | 5 | 6 | 7 | Enacted by Chapter 1, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/24/02/0101.txt: -------------------------------------------------------------------------------- 1 | 24-2-101.   Title. 2 | 3 | This chapter is known as "Seizure of Property." 4 | 5 | 6 | 7 | Enacted by Chapter 394, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/31/0101.txt: -------------------------------------------------------------------------------- 1 | 26-31-101.   Title. 2 | 3 | This chapter is known as the "Human Blood Act." 4 | 5 | 6 | 7 | Enacted by Chapter 90, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/01/0401.txt: -------------------------------------------------------------------------------- 1 | 32B-1-401.   Title. 2 | 3 | This part is known as the "Proof of Age Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/09/0301.txt: -------------------------------------------------------------------------------- 1 | 32B-9-301.   Title. 2 | 3 | This part is known as "Single Event Permit." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/40/06/0003.txt: -------------------------------------------------------------------------------- 1 | 40-6-3.   Waste prohibited. 2 | 3 | The waste of oil or gas is prohibited. 4 | 5 | 6 | 7 | Enacted by Chapter 205, 1985 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/47/03/0101.txt: -------------------------------------------------------------------------------- 1 | 47-3-101.   Title. 2 | 3 | This chapter is known as "Shooting Ranges." 4 | 5 | 6 | 7 | Enacted by Chapter 155, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/08/0301.txt: -------------------------------------------------------------------------------- 1 | 53-8-301.   Title. 2 | 3 | This part is known as the "Aero Bureau Act." 4 | 5 | 6 | 7 | Enacted by Chapter 71, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63a/14/0401.txt: -------------------------------------------------------------------------------- 1 | 63A-14-401.   Title. 2 | 3 | This part is known as "Ethics Complaints." 4 | 5 | 6 | 7 | Enacted by Chapter 426, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63a/14/0501.txt: -------------------------------------------------------------------------------- 1 | 63A-14-501.   Title. 2 | 3 | This part is known as "Preliminary Action." 4 | 5 | 6 | 7 | Enacted by Chapter 426, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63a/14/0601.txt: -------------------------------------------------------------------------------- 1 | 63A-14-601.   Title. 2 | 3 | This part is known as "Ethics Proceedings." 4 | 5 | 6 | 7 | Enacted by Chapter 426, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/06/0101.txt: -------------------------------------------------------------------------------- 1 | 78B-6-101.   Title. 2 | 3 | This part is known as the "Utah Adoption Act." 4 | 5 | 6 | 7 | Enacted by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/79/05/0101.txt: -------------------------------------------------------------------------------- 1 | 79-5-101.   Title. 2 | 3 | This chapter is known as "Recreational Trails." 4 | 5 | 6 | 7 | Enacted by Chapter 344, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/07/0001.txt: -------------------------------------------------------------------------------- 1 | 4-7-1.   Title. 2 | 3 | This chapter is known as the "Livestock Dealers' Act." 4 | 5 | 6 | 7 | Amended by Chapter 383, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/39/0101.txt: -------------------------------------------------------------------------------- 1 | 4-39-101.   Title. 2 | 3 | This chapter is known as the "Domesticated Elk Act." 4 | 5 | 6 | 7 | Enacted by Chapter 302, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/07/09/0001.txt: -------------------------------------------------------------------------------- 1 | 7-9-1.   Title. 2 | 3 | This chapter is known as the "Utah Credit Union Act." 4 | 5 | 6 | 7 | Amended by Chapter 200, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/36a/0101.txt: -------------------------------------------------------------------------------- 1 | 11-36a-101.   Title. 2 | 3 | This chapter is known as the "Impact Fees Act." 4 | 5 | 6 | 7 | Enacted by Chapter 47, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/38/0101.txt: -------------------------------------------------------------------------------- 1 | 11-38-101.   Title. 2 | 3 | This chapter is known as the "Quality Growth Act." 4 | 5 | 6 | 7 | Enacted by Chapter 24, 1999 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/42/0101.txt: -------------------------------------------------------------------------------- 1 | 11-42-101.   Title. 2 | 3 | This chapter is known as the "Assessment Area Act." 4 | 5 | 6 | 7 | Enacted by Chapter 329, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/46/0101.txt: -------------------------------------------------------------------------------- 1 | 11-46-101.   Title. 2 | 3 | This chapter is known as the "Animal Welfare Act." 4 | 5 | 6 | 7 | Enacted by Chapter 130, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/05/0001.txt: -------------------------------------------------------------------------------- 1 | 13-5-1.   Short title. 2 | 3 | This act shall be known and may be cited as the "Unfair Practices Act." 4 | 5 | 6 | 7 | No Change Since 1953 8 | 9 | -------------------------------------------------------------------------------- /code/13/38a/0301.txt: -------------------------------------------------------------------------------- 1 | 13-38a-301.   Title. 2 | 3 | This part is known as "Credit Card Surcharges." 4 | 5 | 6 | 7 | Enacted by Chapter 421, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/16/04/0101.txt: -------------------------------------------------------------------------------- 1 | 16-4-101.   Title. 2 | 3 | This chapter is known as the "Share Assessment Act." 4 | 5 | 6 | 7 | Enacted by Chapter 367, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17b/02a/0901.txt: -------------------------------------------------------------------------------- 1 | 17B-2a-901.   Title. 2 | 3 | This part is known as the "Service Area Act." 4 | 5 | 6 | 7 | Enacted by Chapter 329, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/06/1101.txt: -------------------------------------------------------------------------------- 1 | 19-6-1101.   Title. 2 | 3 | This part is known as "Industrial Byproduct Reuse." 4 | 5 | 6 | 7 | Enacted by Chapter 340, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/22/07/0101.txt: -------------------------------------------------------------------------------- 1 | 22-7-101.   Title. 2 | 3 | This chapter is known as the "Utah Unitrust Act." 4 | 5 | 6 | 7 | Enacted by Chapter 244, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/23/29/0101.txt: -------------------------------------------------------------------------------- 1 | 23-29-101.   Title. 2 | 3 | This chapter is known as the "Wolf Management Act." 4 | 5 | 6 | 7 | Enacted by Chapter 20, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/20/0001.txt: -------------------------------------------------------------------------------- 1 | 26-20-1.   Title. 2 | 3 | This chapter is known as the "Utah False Claims Act." 4 | 5 | 6 | 7 | Amended by Chapter 48, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/01/0101.txt: -------------------------------------------------------------------------------- 1 | 31A-1-101.   Short title. 2 | 3 | This title is known as the "Insurance Code." 4 | 5 | 6 | 7 | Enacted by Chapter 242, 1985 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/35/0101.txt: -------------------------------------------------------------------------------- 1 | 31A-35-101.   Title. 2 | 3 | This chapter is known as the "Bail Bond Act." 4 | 5 | 6 | 7 | Amended by Chapter 173, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/01/0601.txt: -------------------------------------------------------------------------------- 1 | 32B-1-601.   Title. 2 | 3 | This part is known as the "Malted Beverage Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/04/0701.txt: -------------------------------------------------------------------------------- 1 | 32B-4-701.   Title. 2 | 3 | This part is known as the "Trade Practices Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/05/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-5-101.   Title. 2 | 3 | This chapter is known as the "Retail License Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0501.txt: -------------------------------------------------------------------------------- 1 | 32B-6-501.   Title. 2 | 3 | This part is known as "Airport Lounge License." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0801.txt: -------------------------------------------------------------------------------- 1 | 32B-6-801.   Title. 2 | 3 | This part is known as "Reception Center License." 4 | 5 | 6 | 7 | Enacted by Chapter 334, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/08/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-8-101.   Title. 2 | 3 | This chapter is known as the "Resort License Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/09/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-9-101.   Title. 2 | 3 | This chapter is known as the "Event Permit Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/10/0301.txt: -------------------------------------------------------------------------------- 1 | 32B-10-301.   Title. 2 | 3 | This part is known as "Public Service Permit." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/38/07/0008.txt: -------------------------------------------------------------------------------- 1 | 38-7-8.   Short title. 2 | 3 | This act may be known as the Hospital Lien Law. 4 | 5 | 6 | 7 | Enacted by Chapter 75, 1965 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/38/13/0101.txt: -------------------------------------------------------------------------------- 1 | 38-13-101.   Title. 2 | 3 | This chapter is known as the "Aircraft Lien Act." 4 | 5 | 6 | 7 | Enacted by Chapter 187, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/40/02/0101.txt: -------------------------------------------------------------------------------- 1 | 40-2-101.   Title. 2 | 3 | This chapter is known as the "Coal Mine Safety Act." 4 | 5 | 6 | 7 | Enacted by Chapter 113, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/01/0101.txt: -------------------------------------------------------------------------------- 1 | 53-1-101.   Title. 2 | 3 | This title is known as the "Public Safety Code." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/02a/0901.txt: -------------------------------------------------------------------------------- 1 | 53-2a-901.   Title. 2 | 3 | This part is known as the "Energy Emergency Plan." 4 | 5 | 6 | 7 | Enacted by Chapter 295, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/05/0701.txt: -------------------------------------------------------------------------------- 1 | 53-5-701.   Title. 2 | 3 | This part is known as the "Concealed Firearm Act." 4 | 5 | 6 | 7 | Amended by Chapter 62, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/05c/0101.txt: -------------------------------------------------------------------------------- 1 | 53-5c-101.   Title. 2 | 3 | This chapter is known as "Firearms Safe Harbor." 4 | 5 | 6 | 7 | Enacted by Chapter 188, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/01/1101.txt: -------------------------------------------------------------------------------- 1 | 53A-1-1101.   Title. 2 | 3 | This part is known as the "School Grading Act." 4 | 5 | 6 | 7 | Enacted by Chapter 417, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/11/1201.txt: -------------------------------------------------------------------------------- 1 | 53A-11-1201.   Title. 2 | 3 | This part is known as the "Student Clubs Act." 4 | 5 | 6 | 7 | Enacted by Chapter 114, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/11a/0101.txt: -------------------------------------------------------------------------------- 1 | 53A-11a-101.   Title. 2 | 3 | This chapter is known as "Bullying and Hazing." 4 | 5 | 6 | 7 | Enacted by Chapter 197, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/44a/0101.txt: -------------------------------------------------------------------------------- 1 | 58-44a-101.   Title. 2 | 3 | This chapter is the "Nurse Midwife Practice Act." 4 | 5 | 6 | 7 | Enacted by Chapter 187, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/02/0101.txt: -------------------------------------------------------------------------------- 1 | 59-2-101.   Short title. 2 | 3 | This chapter is known as the "Property Tax Act." 4 | 5 | 6 | 7 | Enacted by Chapter 4, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/62a/11/0701.txt: -------------------------------------------------------------------------------- 1 | 62A-11-701.   Title. 2 | 3 | This part is known as "Electronic Funds Transfer." 4 | 5 | 6 | 7 | Enacted by Chapter 73, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/0501.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-501.   Title. 2 | 3 | This part is known as "Request for Information." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/0701.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-701.   Title. 2 | 3 | This part is known as "Request for Proposals." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/72/05/0101.txt: -------------------------------------------------------------------------------- 1 | 72-5-101.   Title. 2 | 3 | This chapter is known as the "Rights-of-way Act." 4 | 5 | 6 | 7 | Enacted by Chapter 270, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/75/01/0307.txt: -------------------------------------------------------------------------------- 1 | 75-1-307.   Registrar. 2 | 3 | The registrar shall be a judge of the court. 4 | 5 | 6 | 7 | Enacted by Chapter 150, 1975 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/09/0901.txt: -------------------------------------------------------------------------------- 1 | 76-9-901.   Title. 2 | 3 | This part is known as "Prohibition of Gang Activity." 4 | 5 | 6 | 7 | Enacted by Chapter 86, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78a/06/0101.txt: -------------------------------------------------------------------------------- 1 | 78A-6-101.   Title. 2 | 3 | This chapter is known as the "Juvenile Court Act." 4 | 5 | 6 | 7 | Amended by Chapter 316, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/10a/0101.txt: -------------------------------------------------------------------------------- 1 | 78B-10a-101.   Title. 2 | 3 | This chapter is known as "Tort Arbitration." 4 | 5 | 6 | 7 | Enacted by Chapter 197, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/79/03/0101.txt: -------------------------------------------------------------------------------- 1 | 79-3-101.   Title. 2 | 3 | This chapter is known as "Utah Geological Survey." 4 | 5 | 6 | 7 | Enacted by Chapter 344, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/79/04/0101.txt: -------------------------------------------------------------------------------- 1 | 79-4-101.   Title. 2 | 3 | This chapter is known as "Parks and Recreation." 4 | 5 | 6 | 7 | Enacted by Chapter 344, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/31/0101.txt: -------------------------------------------------------------------------------- 1 | 4-31-101.   Title. 2 | 3 | This chapter is known as "Control of Animal Disease." 4 | 5 | 6 | 7 | Enacted by Chapter 331, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/07/01/0101.txt: -------------------------------------------------------------------------------- 1 | 7-1-101.   Title. 2 | 3 | This title is known as the "Financial Institutions Act." 4 | 5 | 6 | 7 | Amended by Chapter 200, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/01/0102.txt: -------------------------------------------------------------------------------- 1 | 10-1-102.   Effective date. 2 | 3 | This act shall become effective July 1, 1977. 4 | 5 | 6 | 7 | Enacted by Chapter 48, 1977 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/47/0101.txt: -------------------------------------------------------------------------------- 1 | 11-47-101.   Title. 2 | 3 | This chapter is known as "Access to Elected Officials." 4 | 5 | 6 | 7 | Enacted by Chapter 45, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/05a/0101.txt: -------------------------------------------------------------------------------- 1 | 13-5a-101.   Title. 2 | 3 | This chapter is known as the "Unfair Competition Act." 4 | 5 | 6 | 7 | Enacted by Chapter 372, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/15/10/0101.txt: -------------------------------------------------------------------------------- 1 | 15-10-101.   Title. 2 | 3 | This chapter is known as the "Service Contracts Act." 4 | 5 | 6 | 7 | Enacted by Chapter 46, 2003 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17/43/0101.txt: -------------------------------------------------------------------------------- 1 | 17-43-101.   Title. 2 | 3 | This chapter is known as the "Local Human Services Act." 4 | 5 | 6 | 7 | Enacted by Chapter 22, 2003 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17b/02a/0201.txt: -------------------------------------------------------------------------------- 1 | 17B-2a-201.   Title. 2 | 3 | This part is known as the "Drainage District Act." 4 | 5 | 6 | 7 | Enacted by Chapter 329, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17b/02a/0401.txt: -------------------------------------------------------------------------------- 1 | 17B-2a-401.   Title. 2 | 3 | This part is known as the "Improvement District Act." 4 | 5 | 6 | 7 | Enacted by Chapter 329, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17b/02a/0501.txt: -------------------------------------------------------------------------------- 1 | 17B-2a-501.   Title. 2 | 3 | This part is known as the "Irrigation District Act." 4 | 5 | 6 | 7 | Enacted by Chapter 329, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/06/0701.txt: -------------------------------------------------------------------------------- 1 | 19-6-701.   Short title. 2 | 3 | This act is known as the "Used Oil Management Act." 4 | 5 | 6 | 7 | Enacted by Chapter 283, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/06/1001.txt: -------------------------------------------------------------------------------- 1 | 19-6-1001.   Title. 2 | 3 | This part is known as the "Mercury Switch Removal Act." 4 | 5 | 6 | 7 | Enacted by Chapter 187, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/08/0101.txt: -------------------------------------------------------------------------------- 1 | 19-8-101.   Title. 2 | 3 | This chapter is known as the "Voluntary Cleanup Program." 4 | 5 | 6 | 7 | Enacted by Chapter 247, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/23/30/0101.txt: -------------------------------------------------------------------------------- 1 | 23-30-101.   Title. 2 | 3 | This chapter is known as the "Mule Deer Protection Act." 4 | 5 | 6 | 7 | Enacted by Chapter 143, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/24/03/0101.txt: -------------------------------------------------------------------------------- 1 | 24-3-101.   Title. 2 | 3 | This chapter is known as "Property Held as Evidence." 4 | 5 | 6 | 7 | Enacted by Chapter 394, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/24/04/0101.txt: -------------------------------------------------------------------------------- 1 | 24-4-101.   Title. 2 | 3 | This chapter is known as "Property Held for Forfeiture." 4 | 5 | 6 | 7 | Enacted by Chapter 394, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/38/0001.txt: -------------------------------------------------------------------------------- 1 | 26-38-1.   Title. 2 | 3 | This chapter is known as the "Utah Indoor Clean Air Act." 4 | 5 | 6 | 7 | Enacted by Chapter 281, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/52/0101.txt: -------------------------------------------------------------------------------- 1 | 26-52-101.   Title. 2 | 3 | This chapter is known as the "Autism Treatment Account." 4 | 5 | 6 | 7 | Enacted by Chapter 69, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/29/02/0101.txt: -------------------------------------------------------------------------------- 1 | 29-2-101.   Title. 2 | 3 | This chapter is known as the "Innkeeper's Rights Act." 4 | 5 | 6 | 7 | Enacted by Chapter 231, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/36/0101.txt: -------------------------------------------------------------------------------- 1 | 31A-36-101.   Title. 2 | 3 | This chapter is known as the "Life Settlements Act." 4 | 5 | 6 | 7 | Amended by Chapter 355, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/01/0301.txt: -------------------------------------------------------------------------------- 1 | 32B-1-301.   Title. 2 | 3 | This part is known as "Qualifications and Background." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0601.txt: -------------------------------------------------------------------------------- 1 | 32B-6-601.   Title. 2 | 3 | This part is known as "On-premise Banquet License." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0901.txt: -------------------------------------------------------------------------------- 1 | 32B-6-901.   Title. 2 | 3 | This part is known as "Beer-only Restaurant License." 4 | 5 | 6 | 7 | Enacted by Chapter 334, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/09/0401.txt: -------------------------------------------------------------------------------- 1 | 32B-9-401.   Title. 2 | 3 | This part is known as "Temporary Beer Event Permit." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/10/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-10-101.   Title. 2 | 3 | This chapter is known as the "Special Use Permit Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/11/0301.txt: -------------------------------------------------------------------------------- 1 | 32B-11-301.   Title. 2 | 3 | This part is known as "Winery Manufacturing License." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/11/0501.txt: -------------------------------------------------------------------------------- 1 | 32B-11-501.   Title. 2 | 3 | This part is known as "Brewery Manufacturing License." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/16/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-16-101.   Title. 2 | 3 | This chapter is known as the "Minor Liability Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/38/09a/0101.txt: -------------------------------------------------------------------------------- 1 | 38-9a-101.   Title. 2 | 3 | This chapter is known as "Wrongful Lien Injunctions." 4 | 5 | 6 | 7 | Enacted by Chapter 93, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/40/09/0101.txt: -------------------------------------------------------------------------------- 1 | 40-9-101.   Title. 2 | 3 | This chapter is known as "Interstate Mining Compact." 4 | 5 | 6 | 7 | Enacted by Chapter 459, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/51/05/0001.txt: -------------------------------------------------------------------------------- 1 | 51-5-1.   Short title. 2 | 3 | This chapter is known as the "Funds Consolidation Act." 4 | 5 | 6 | 7 | Amended by Chapter 4, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/51/09/0101.txt: -------------------------------------------------------------------------------- 1 | 51-9-101.   Title. 2 | 3 | This chapter is known as the "Funds and Accounts Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/01/0201.txt: -------------------------------------------------------------------------------- 1 | 53-1-201.   Short title. 2 | 3 | This part is known as "Administrative Services." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/02a/1101.txt: -------------------------------------------------------------------------------- 1 | 53-2a-1101.   Title. 2 | 3 | This part is known as the "Search and Rescue Act." 4 | 5 | 6 | 7 | Enacted by Chapter 295, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/03/0201.txt: -------------------------------------------------------------------------------- 1 | 53-3-201.   Short title. 2 | 3 | This part is known as the "Driver Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/05a/0101.txt: -------------------------------------------------------------------------------- 1 | 53-5a-101.   Title. 2 | 3 | This chapter is known as "Firearm Laws." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/07/0501.txt: -------------------------------------------------------------------------------- 1 | 53-7-501.   Title. 2 | 3 | This part is known as "Regulation of Novelty Lighters." 4 | 5 | 6 | 7 | Enacted by Chapter 376, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/11/0101.txt: -------------------------------------------------------------------------------- 1 | 53-11-101.   Title. 2 | 3 | This chapter is known as the "Bail Bond Recovery Act." 4 | 5 | 6 | 7 | Enacted by Chapter 257, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53b/24/0201.txt: -------------------------------------------------------------------------------- 1 | 53B-24-201.   Title. 2 | 3 | This part is known as the "Medical Education Program." 4 | 5 | 6 | 7 | Enacted by Chapter 28, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53b/24/0301.txt: -------------------------------------------------------------------------------- 1 | 53B-24-301.   Title. 2 | 3 | This part is known as the "Medical Education Council." 4 | 5 | 6 | 7 | Enacted by Chapter 28, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/54/15/0101.txt: -------------------------------------------------------------------------------- 1 | 54-15-101.   Title. 2 | 3 | This chapter is known as "Net Metering of Electricity." 4 | 5 | 6 | 7 | Enacted by Chapter 6, 2002 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/17b/0101.txt: -------------------------------------------------------------------------------- 1 | 58-17b-101.   Title. 2 | 3 | This chapter is known as the "Pharmacy Practice Act." 4 | 5 | 6 | 7 | Enacted by Chapter 280, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/31b/0101.txt: -------------------------------------------------------------------------------- 1 | 58-31b-101.   Title. 2 | 3 | This chapter is known as the "Nurse Practice Act." 4 | 5 | 6 | 7 | Enacted by Chapter 288, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/60/0201.txt: -------------------------------------------------------------------------------- 1 | 58-60-201.   Title. 2 | 3 | This part is known as the "Social Worker Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 32, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/77/0101.txt: -------------------------------------------------------------------------------- 1 | 58-77-101.   Title. 2 | 3 | This chapter is known as the "Direct-entry Midwife Act." 4 | 5 | 6 | 7 | Enacted by Chapter 299, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/01/1301.txt: -------------------------------------------------------------------------------- 1 | 59-1-1301.   Title. 2 | 3 | This part is known as the "Reportable Transactions Act." 4 | 5 | 6 | 7 | Enacted by Chapter 237, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/01/1501.txt: -------------------------------------------------------------------------------- 1 | 59-1-1501.   Title. 2 | 3 | This part is known as the "Specie Legal Tender Act." 4 | 5 | 6 | 7 | Amended by Chapter 399, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/10/1101.txt: -------------------------------------------------------------------------------- 1 | 59-10-1101.   Title. 2 | 3 | This part is known as the "Refundable Tax Credit Act." 4 | 5 | 6 | 7 | Enacted by Chapter 223, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/12/0201.txt: -------------------------------------------------------------------------------- 1 | 59-12-201.   Title. 2 | 3 | This part is known as the "Local Sales and Use Tax Act." 4 | 5 | 6 | 7 | Amended by Chapter 21, 1999 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/61/02/0101.txt: -------------------------------------------------------------------------------- 1 | 61-2-101.   Title. 2 | 3 | This chapter is known as the "Division of Real Estate." 4 | 5 | 6 | 7 | Enacted by Chapter 379, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/62a/16/0101.txt: -------------------------------------------------------------------------------- 1 | 62A-16-101.   Title. 2 | 3 | This chapter is known as the "Fatality Review Act." 4 | 5 | 6 | 7 | Enacted by Chapter 239, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63a/14/0301.txt: -------------------------------------------------------------------------------- 1 | 63A-14-301.   Title. 2 | 3 | This part is known as "General Powers and Procedures." 4 | 5 | 6 | 7 | Enacted by Chapter 426, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63c/04a/0301.txt: -------------------------------------------------------------------------------- 1 | 63C-4a-301.   Title. 2 | 3 | This part is known as "Commission on Federalism." 4 | 5 | 6 | 7 | Enacted by Chapter 101, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63c/04a/0401.txt: -------------------------------------------------------------------------------- 1 | 63C-4a-401.   Title. 2 | 3 | This part is known as "Miscellaneous Provisions." 4 | 5 | 6 | 7 | Enacted by Chapter 101, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63c/14/0101.txt: -------------------------------------------------------------------------------- 1 | 63C-14-101.   Title. 2 | 3 | This chapter is known as "Federal Funds Commission." 4 | 5 | 6 | 7 | Enacted by Chapter 62, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/0301.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-301.   Title. 2 | 3 | This part is known as "Chief Procurement Officer." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/1201.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-1201.   Title. 2 | 3 | This part is known as "Contracts and Change Orders." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/1401.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-1401.   Title. 2 | 3 | This part is known as "Transportation Contracts." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/1501.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-1501.   Title. 2 | 3 | This part is known as "Architect-Engineer Services." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/1601.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-1601.   Title. 2 | 3 | This part is known as "Controversies and Protests." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/1701.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-1701.   Title. 2 | 3 | This part is known as "Procurement Appeals Board." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/09/0101.txt: -------------------------------------------------------------------------------- 1 | 63G-9-101.   Title. 2 | 3 | This chapter is known as the "Board of Examiners Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/04a/0401.txt: -------------------------------------------------------------------------------- 1 | 63I-4a-401.   Title. 2 | 3 | This part is known as "Miscellaneous Provisions." 4 | 5 | 6 | 7 | Enacted by Chapter 325, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/01/2501.txt: -------------------------------------------------------------------------------- 1 | 63M-1-2501.   Title. 2 | 3 | This part is known as the "Health System Reform Act." 4 | 5 | 6 | 7 | Enacted by Chapter 383, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/65a/14/0101.txt: -------------------------------------------------------------------------------- 1 | 65A-14-101.   Title. 2 | 3 | This chapter is known as the "Utah Bioprospecting Act." 4 | 5 | 6 | 7 | Enacted by Chapter 21, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/67/04a/0101.txt: -------------------------------------------------------------------------------- 1 | 67-4a-101.   Title. 2 | 3 | This act may be cited as the "Unclaimed Property Act." 4 | 5 | 6 | 7 | Enacted by Chapter 198, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/67/19e/0101.txt: -------------------------------------------------------------------------------- 1 | 67-19e-101.   Title. 2 | 3 | This chapter is known as "Administrative Law Judges." 4 | 5 | 6 | 7 | Enacted by Chapter 165, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/70a/01a/0107.txt: -------------------------------------------------------------------------------- 1 | 70A-1a-107.   Section captions. 2 | 3 | Section captions are part of this title. 4 | 5 | 6 | 7 | Enacted by Chapter 272, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/72/12/0101.txt: -------------------------------------------------------------------------------- 1 | 72-12-101.   Title. 2 | 3 | This chapter is known as the "Travel Reduction Act." 4 | 5 | 6 | 7 | Enacted by Chapter 270, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/73/03c/0101.txt: -------------------------------------------------------------------------------- 1 | 73-3c-101.   Title. 2 | 3 | This chapter is known as the "Wastewater Reuse Act." 4 | 5 | 6 | 7 | Enacted by Chapter 179, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/73/29/0101.txt: -------------------------------------------------------------------------------- 1 | 73-29-101.   Title. 2 | 3 | This chapter is known as the "Public Waters Access Act." 4 | 5 | 6 | 7 | Enacted by Chapter 410, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/05b/0101.txt: -------------------------------------------------------------------------------- 1 | 76-5b-101.   Title. 2 | 3 | This chapter is known as the "Sexual Exploitation Act." 4 | 5 | 6 | 7 | Enacted by Chapter 320, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/06/1101.txt: -------------------------------------------------------------------------------- 1 | 76-6-1101.   Identity fraud. 2 | 3 | This part is known as the "Identity Fraud Act." 4 | 5 | 6 | 7 | Enacted by Chapter 57, 2000 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/06/1201.txt: -------------------------------------------------------------------------------- 1 | 76-6-1201.   Title. 2 | 3 | This part is known as the "Utah Mortgage Fraud Act." 4 | 5 | 6 | 7 | Enacted by Chapter 370, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/09/0801.txt: -------------------------------------------------------------------------------- 1 | 76-9-801.   Title. 2 | 3 | This part is known as "Criminal Street Gang Penalties." 4 | 5 | 6 | 7 | Enacted by Chapter 15, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/77/40/0101.txt: -------------------------------------------------------------------------------- 1 | 77-40-101.   Title. 2 | 3 | This chapter is known as the "Utah Expungement Act." 4 | 5 | 6 | 7 | Enacted by Chapter 283, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78a/10/0101.txt: -------------------------------------------------------------------------------- 1 | 78A-10-101.   Title. 2 | 3 | This chapter is known as the "Judicial Selection Act." 4 | 5 | 6 | 7 | Enacted by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/03/0901.txt: -------------------------------------------------------------------------------- 1 | 78B-3-901.   Title. 2 | 3 | This part is known as the "Expedited Jury Trial Act." 4 | 5 | 6 | 7 | Enacted by Chapter 111, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/06/1601.txt: -------------------------------------------------------------------------------- 1 | 78B-6-1601.   Title. 2 | 3 | This part is known as the "Social Host Liability Act." 4 | 5 | 6 | 7 | Enacted by Chapter 187, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/06/1801.txt: -------------------------------------------------------------------------------- 1 | 78B-6-1801.   Title. 2 | 3 | This part is known as the "Renewal of Judgment Act." 4 | 5 | 6 | 7 | Enacted by Chapter 22, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/09/0300.txt: -------------------------------------------------------------------------------- 1 | 78B-9-300.   Title. 2 | 3 | This part is known as "Postconviction DNA Testing." 4 | 5 | 6 | 7 | Enacted by Chapter 358, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/03/01/0028.txt: -------------------------------------------------------------------------------- 1 | 3-1-28.   Short title. 2 | 3 | This act may be cited as the Uniform Agricultural Cooperative Association Act. 4 | 5 | 6 | 7 | No Change Since 1953 8 | 9 | -------------------------------------------------------------------------------- /code/04/05/0001.txt: -------------------------------------------------------------------------------- 1 | 4-5-1.   Short title. 2 | 3 | This chapter is known as the "Utah Wholesome Food Act." 4 | 5 | 6 | 7 | Amended by Chapter 157, 1990 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/12/0001.txt: -------------------------------------------------------------------------------- 1 | 4-12-1.   Short title. 2 | 3 | This chapter is known as the "Utah Commercial Feed Act." 4 | 5 | 6 | 7 | Amended by Chapter 30, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/07/16a/0101.txt: -------------------------------------------------------------------------------- 1 | 7-16a-101.   Title. 2 | 3 | This chapter is known as the "Automated Teller Machine Act." 4 | 5 | 6 | 7 | Enacted by Chapter 111, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/07/24/0101.txt: -------------------------------------------------------------------------------- 1 | 7-24-101.   Title. 2 | 3 | This chapter is known as the "Title Lending Registration Act." 4 | 5 | 6 | 7 | Enacted by Chapter 236, 2003 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/03b/0101.txt: -------------------------------------------------------------------------------- 1 | 10-3b-101.   Title. 2 | 3 | This chapter is known as "Forms of Municipal Government." 4 | 5 | 6 | 7 | Enacted by Chapter 19, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/08/0022.txt: -------------------------------------------------------------------------------- 1 | 10-8-22.   Water rates. 2 | 3 | They may fix the rates to be paid for the use of water furnished by the city. 4 | 5 | 6 | 7 | No Change Since 1953 8 | 9 | -------------------------------------------------------------------------------- /code/11/06/0003.txt: -------------------------------------------------------------------------------- 1 | 11-6-3.   Violation a misdemeanor. 2 | 3 | A violation of any of the provisions of this chapter is a misdemeanor. 4 | 5 | 6 | 7 | No Change Since 1953 8 | 9 | -------------------------------------------------------------------------------- /code/11/14/0101.txt: -------------------------------------------------------------------------------- 1 | 11-14-101.   Title. 2 | 3 | This chapter is known as the "Local Government Bonding Act." 4 | 5 | 6 | 7 | Enacted by Chapter 105, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/30/0001.txt: -------------------------------------------------------------------------------- 1 | 11-30-1.   Short title. 2 | 3 | This chapter is known as the "Utah Bond Validation Act." 4 | 5 | 6 | 7 | Enacted by Chapter 197, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/31/0001.txt: -------------------------------------------------------------------------------- 1 | 11-31-1.   Short title. 2 | 3 | This chapter is known as the "Utah Public Finance Act." 4 | 5 | 6 | 7 | Enacted by Chapter 199, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/43/0101.txt: -------------------------------------------------------------------------------- 1 | 11-43-101.   Title. 2 | 3 | This chapter is known as the "Memorials and Public Land Act." 4 | 5 | 6 | 7 | Enacted by Chapter 118, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/10a/0001.txt: -------------------------------------------------------------------------------- 1 | 13-10a-1.   Title. 2 | 3 | This act is known as the "Music Licensing Practices Act." 4 | 5 | 6 | 7 | Enacted by Chapter 324, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/24/0001.txt: -------------------------------------------------------------------------------- 1 | 13-24-1.   Short title. 2 | 3 | This chapter is known as the "Uniform Trade Secrets Act." 4 | 5 | 6 | 7 | Enacted by Chapter 60, 1989 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/39/0101.txt: -------------------------------------------------------------------------------- 1 | 13-39-101.   Title. 2 | 3 | This chapter is known as the "Child Protection Registry." 4 | 5 | 6 | 7 | Enacted by Chapter 338, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/43/0101.txt: -------------------------------------------------------------------------------- 1 | 13-43-101.   Title. 2 | 3 | This chapter is known as the "Property Rights Ombudsman Act." 4 | 5 | 6 | 7 | Enacted by Chapter 258, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/15/09/0101.txt: -------------------------------------------------------------------------------- 1 | 15-9-101.   Title. 2 | 3 | This chapter is known as the "Uniform Athlete Agents Act." 4 | 5 | 6 | 7 | Enacted by Chapter 237, 2001 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/16/17/0101.txt: -------------------------------------------------------------------------------- 1 | 16-17-101.   Title. 2 | 3 | This chapter is known as the "Model Registered Agents Act." 4 | 5 | 6 | 7 | Enacted by Chapter 364, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17b/02a/0301.txt: -------------------------------------------------------------------------------- 1 | 17B-2a-301.   Title. 2 | 3 | This part is known as the "Fire Protection District Act." 4 | 5 | 6 | 7 | Enacted by Chapter 329, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17b/02a/0801.txt: -------------------------------------------------------------------------------- 1 | 17B-2a-801.   Title. 2 | 3 | This part is known as the "Public Transit District Act." 4 | 5 | 6 | 7 | Enacted by Chapter 329, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17d/02/0101.txt: -------------------------------------------------------------------------------- 1 | 17D-2-101.   Title. 2 | 3 | This chapter is known as the "Local Building Authority Act." 4 | 5 | 6 | 7 | Enacted by Chapter 360, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17d/03/0101.txt: -------------------------------------------------------------------------------- 1 | 17D-3-101.   Title. 2 | 3 | This chapter is known as the "Conservation District Act." 4 | 5 | 6 | 7 | Enacted by Chapter 360, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/01/0101.txt: -------------------------------------------------------------------------------- 1 | 19-1-101.   Short title. 2 | 3 | This title is known as the "Environmental Quality Code." 4 | 5 | 6 | 7 | Enacted by Chapter 112, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/03/0101.txt: -------------------------------------------------------------------------------- 1 | 19-3-101.   Short title. 2 | 3 | This chapter is known as the "Radiation Control Act." 4 | 5 | 6 | 7 | Enacted by Chapter 112, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/20a/11/1401.txt: -------------------------------------------------------------------------------- 1 | 20A-11-1401.   Title. 2 | 3 | This part is known as the "Voluntary Contributions Act." 4 | 5 | 6 | 7 | Enacted by Chapter 285, 2001 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/20a/11/1601.txt: -------------------------------------------------------------------------------- 1 | 20A-11-1601.   Title. 2 | 3 | This part is known as "Candidate Financial Disclosures." 4 | 5 | 6 | 7 | Enacted by Chapter 12, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/23/13/0001.txt: -------------------------------------------------------------------------------- 1 | 23-13-1.   Title. 2 | 3 | This title is known as the "Wildlife Resources Code of Utah." 4 | 5 | 6 | 7 | Amended by Chapter 306, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/02/0001.txt: -------------------------------------------------------------------------------- 1 | 26-2-1.   Short title. 2 | 3 | This chapter is known as the "Utah Vital Statistics Act." 4 | 5 | 6 | 7 | Amended by Chapter 202, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/18/0601.txt: -------------------------------------------------------------------------------- 1 | 26-18-601.   Title. 2 | 3 | This part is known as "Medical Assistance Accountability." 4 | 5 | 6 | 7 | Enacted by Chapter 362, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/21b/0101.txt: -------------------------------------------------------------------------------- 1 | 26-21b-101.   Title. 2 | 3 | This chapter is known as "Sexual Assault Victim Protocols." 4 | 5 | 6 | 7 | Enacted by Chapter 266, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/39/0101.txt: -------------------------------------------------------------------------------- 1 | 26-39-101.   Title. 2 | 3 | This chapter is known as the "Utah Child Care Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 196, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/45/0101.txt: -------------------------------------------------------------------------------- 1 | 26-45-101.   Title. 2 | 3 | This chapter is known as the "Genetic Testing Privacy Act." 4 | 5 | 6 | 7 | Enacted by Chapter 120, 2002 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/47/0101.txt: -------------------------------------------------------------------------------- 1 | 26-47-101.   Title. 2 | 3 | This chapter is known as the "Health Care Assistance Act." 4 | 5 | 6 | 7 | Enacted by Chapter 273, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/50/0101.txt: -------------------------------------------------------------------------------- 1 | 26-50-101.   Title. 2 | 3 | This chapter is known as the "Traumatic Brain Injury Fund." 4 | 5 | 6 | 7 | Enacted by Chapter 325, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/02/0401.txt: -------------------------------------------------------------------------------- 1 | 31A-2-401.   Title. 2 | 3 | This part is known as the "Title and Escrow Commission Act." 4 | 5 | 6 | 7 | Enacted by Chapter 185, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/23b/0101.txt: -------------------------------------------------------------------------------- 1 | 31A-23b-101.   Title. 2 | 3 | This chapter is known as the "Navigator License Act." 4 | 5 | 6 | 7 | Enacted by Chapter 341, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/30/0201.txt: -------------------------------------------------------------------------------- 1 | 31A-30-201.   Title. 2 | 3 | This part is known as "Defined Contribution Arrangements." 4 | 5 | 6 | 7 | Enacted by Chapter 12, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/31/0101.txt: -------------------------------------------------------------------------------- 1 | 31A-31-101.   Title. 2 | 3 | This chapter may be cited as the "Insurance Fraud Act." 4 | 5 | 6 | 7 | Enacted by Chapter 243, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/03/0301.txt: -------------------------------------------------------------------------------- 1 | 32B-3-301.   Title. 2 | 3 | This part is known as the "Nuisance Retail Licensee Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-6-101.   Title. 2 | 3 | This chapter is known as the "Specific Retail License Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0201.txt: -------------------------------------------------------------------------------- 1 | 32B-6-201.   Title. 2 | 3 | This part is known as "Full-service Restaurant License." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0301.txt: -------------------------------------------------------------------------------- 1 | 32B-6-301.   Title. 2 | 3 | This part is known as "Limited-service Restaurant License." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/06/0701.txt: -------------------------------------------------------------------------------- 1 | 32B-6-701.   Title. 2 | 3 | This part is known as "On-premise Beer Retailer License." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/11/0401.txt: -------------------------------------------------------------------------------- 1 | 32B-11-401.   Title. 2 | 3 | This part is known as "Distillery Manufacturing License." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34/39/0001.txt: -------------------------------------------------------------------------------- 1 | 34-39-1.   Citation of act. 2 | 3 | This act is known as the "Employment Inventions Act." 4 | 5 | 6 | 7 | Enacted by Chapter 217, 1989 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34/40/0101.txt: -------------------------------------------------------------------------------- 1 | 34-40-101.   Short title. 2 | 3 | This chapter is known as the "Utah Minimum Wage Act." 4 | 5 | 6 | 7 | Enacted by Chapter 8, 1990 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/35a/01/0101.txt: -------------------------------------------------------------------------------- 1 | 35A-1-101.   Title. 2 | 3 | This title is known as the "Utah Workforce Services Code." 4 | 5 | 6 | 7 | Enacted by Chapter 240, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/35a/06/0101.txt: -------------------------------------------------------------------------------- 1 | 35A-6-101.   Title. 2 | 3 | This chapter shall be known as the "Apprenticeship Act." 4 | 5 | 6 | 7 | Enacted by Chapter 375, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/38/01b/0101.txt: -------------------------------------------------------------------------------- 1 | 38-1b-101.   Title. 2 | 3 | This chapter is known as "Government Construction Projects." 4 | 5 | 6 | 7 | Enacted by Chapter 278, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/41/03/0801.txt: -------------------------------------------------------------------------------- 1 | 41-3-801.   Short title. 2 | 3 | This part shall be known as the "Consignment Sales Act." 4 | 5 | 6 | 7 | Enacted by Chapter 167, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/41/06a/0101.txt: -------------------------------------------------------------------------------- 1 | 41-6a-101.   Title. 2 | 3 | This chapter is known as the "Traffic Code." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 2, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/49/20/0501.txt: -------------------------------------------------------------------------------- 1 | 49-20-501.   Title. 2 | 3 | This part is known as the "Pharmacy Benefits Manager Act." 4 | 5 | 6 | 7 | Enacted by Chapter 83, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/52/04/0101.txt: -------------------------------------------------------------------------------- 1 | 52-4-101.   Title. 2 | 3 | This chapter is known as the "Open and Public Meetings Act." 4 | 5 | 6 | 7 | Enacted by Chapter 14, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/52/08/0101.txt: -------------------------------------------------------------------------------- 1 | 52-8-101.   Title. 2 | 3 | This chapter is known as "Reports and Notices." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/01/0301.txt: -------------------------------------------------------------------------------- 1 | 53-1-301.   Short title. 2 | 3 | This part is known as "Management Information Services." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/03/0601.txt: -------------------------------------------------------------------------------- 1 | 53-3-601.   Short title. 2 | 3 | This part is known as the "Drivers' License Compact." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/03/0801.txt: -------------------------------------------------------------------------------- 1 | 53-3-801.   Short title. 2 | 3 | This part is known as the "Identification Card Act." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/03/0901.txt: -------------------------------------------------------------------------------- 1 | 53-3-901.   Title. 2 | 3 | This part is known as the "Motorcycle Rider Education Act." 4 | 5 | 6 | 7 | Amended by Chapter 21, 1999 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/07/0301.txt: -------------------------------------------------------------------------------- 1 | 53-7-301.   Short title. 2 | 3 | This part is known as the "Liquefied Petroleum Gas Act." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/08/0101.txt: -------------------------------------------------------------------------------- 1 | 53-8-101.   Short title. 2 | 3 | This chapter is known as the "Utah Highway Patrol Act." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/15/1001.txt: -------------------------------------------------------------------------------- 1 | 53A-15-1001.   Title. 2 | 3 | This part is known as the "Electronic High School Act." 4 | 5 | 6 | 7 | Enacted by Chapter 227, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/17a/0101.txt: -------------------------------------------------------------------------------- 1 | 53A-17a-101.   Title. 2 | 3 | This chapter is known as the "Minimum School Program Act." 4 | 5 | 6 | 7 | Amended by Chapter 21, 1999 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/54/08b/0001.txt: -------------------------------------------------------------------------------- 1 | 54-8b-1.   Title. 2 | 3 | This chapter is known as the "Public Telecommunications Law." 4 | 5 | 6 | 7 | Amended by Chapter 269, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/54/09/0101.txt: -------------------------------------------------------------------------------- 1 | 54-9-101.   Title. 2 | 3 | This chapter is known as the "Electric Power Facilities Act." 4 | 5 | 6 | 7 | Enacted by Chapter 286, 2002 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/57/08a/0101.txt: -------------------------------------------------------------------------------- 1 | 57-8a-101.   Title. 2 | 3 | This chapter is known as the "Community Association Act." 4 | 5 | 6 | 7 | Enacted by Chapter 153, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/57/21/0001.txt: -------------------------------------------------------------------------------- 1 | 57-21-1.   Short title. 2 | 3 | This chapter is known as the "Utah Fair Housing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 233, 1989 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/57/22/0001.txt: -------------------------------------------------------------------------------- 1 | 57-22-1.   Short title. 2 | 3 | This chapter is known as the "Utah Fit Premises Act." 4 | 5 | 6 | 7 | Enacted by Chapter 314, 1990 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/03a/0101.txt: -------------------------------------------------------------------------------- 1 | 58-3a-101.   Title. 2 | 3 | This chapter is known as the "Architects Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 260, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/09/0101.txt: -------------------------------------------------------------------------------- 1 | 58-9-101.   Title. 2 | 3 | This chapter is known as the "Funeral Services Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 49, 2003 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/31c/0101.txt: -------------------------------------------------------------------------------- 1 | 58-31c-101.   Title. 2 | 3 | This chapter is known as the "Nurse Licensure Compact." 4 | 5 | 6 | 7 | Enacted by Chapter 189, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/37e/0001.txt: -------------------------------------------------------------------------------- 1 | 58-37e-1.   Title. 2 | 3 | This chapter is known as the "Drug Dealer's Liability Act." 4 | 5 | 6 | 7 | Enacted by Chapter 349, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/61/0101.txt: -------------------------------------------------------------------------------- 1 | 58-61-101.   Title. 2 | 3 | This chapter is known as the "Psychologist Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 32, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/67/0101.txt: -------------------------------------------------------------------------------- 1 | 58-67-101.   Title. 2 | 3 | This chapter is known as the "Utah Medical Practice Act." 4 | 5 | 6 | 7 | Enacted by Chapter 248, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/68/0101.txt: -------------------------------------------------------------------------------- 1 | 58-68-101.   Title. 2 | 3 | This chapter is the "Utah Osteopathic Medical Practice Act." 4 | 5 | 6 | 7 | Enacted by Chapter 248, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/70a/0101.txt: -------------------------------------------------------------------------------- 1 | 58-70a-101.   Title. 2 | 3 | This chapter is known as the "Physician Assistant Act." 4 | 5 | 6 | 7 | Enacted by Chapter 229, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/82/0101.txt: -------------------------------------------------------------------------------- 1 | 58-82-101.   Title. 2 | 3 | This chapter is known as the "Electronic Prescribing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 47, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/02/1701.txt: -------------------------------------------------------------------------------- 1 | 59-2-1701.   Title. 2 | 3 | This part is known as the "Urban Farming Assessment Act." 4 | 5 | 6 | 7 | Enacted by Chapter 197, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/10/1001.txt: -------------------------------------------------------------------------------- 1 | 59-10-1001.   Title. 2 | 3 | This part is known as the "Nonrefundable Tax Credit Act." 4 | 5 | 6 | 7 | Enacted by Chapter 223, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/22/0101.txt: -------------------------------------------------------------------------------- 1 | 59-22-101.   Title. 2 | 3 | This chapter is known as the "Model Tobacco Settlement Act." 4 | 5 | 6 | 7 | Amended by Chapter 9, 2001 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/23/0001.txt: -------------------------------------------------------------------------------- 1 | 59-23-1.   Title. 2 | 3 | This chapter shall be known as the "Brine Shrimp Royalty Act." 4 | 5 | 6 | 7 | Enacted by Chapter 179, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/61/02d/0101.txt: -------------------------------------------------------------------------------- 1 | 61-2d-101.   Title. 2 | 3 | This chapter is known as the "Utah High Cost Home Loan Act." 4 | 5 | 6 | 7 | Enacted by Chapter 252, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/62a/11/0301.txt: -------------------------------------------------------------------------------- 1 | 62A-11-301.   Title. 2 | 3 | This part is known as the "Child Support Services Act." 4 | 5 | 6 | 7 | Amended by Chapter 161, 2000 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63c/04a/0201.txt: -------------------------------------------------------------------------------- 1 | 63C-4a-201.   Title. 2 | 3 | This part is known as "Constitutional Defense Council." 4 | 5 | 6 | 7 | Enacted by Chapter 101, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63e/02/0101.txt: -------------------------------------------------------------------------------- 1 | 63E-2-101.   Title. 2 | 3 | This chapter is known as the "Independent Corporations Act." 4 | 5 | 6 | 7 | Enacted by Chapter 201, 2001 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/0401.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-401.   Title. 2 | 3 | This part is known as "General Procurement Provisions." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/1301.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-1301.   Title. 2 | 3 | This part is known as "General Construction Provisions." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/2301.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-2301.   Title. 2 | 3 | This part is known as "Unlawful Conduct and Penalties." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0101.txt: -------------------------------------------------------------------------------- 1 | 63I-2-101.   Title. 2 | 3 | This chapter is known as the "Repeal Dates By Title Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63j/05/0101.txt: -------------------------------------------------------------------------------- 1 | 63J-5-101.   Title. 2 | 3 | This chapter is known as the "Federal Funds Procedures Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63j/06/0101.txt: -------------------------------------------------------------------------------- 1 | 63J-6-101.   Title. 2 | 3 | This chapter is known as the "Tax Anticipation Notes Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63k/03/0101.txt: -------------------------------------------------------------------------------- 1 | 63K-3-101.   Title. 2 | 3 | This chapter is known as the "Emergency Management Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63l/06/0101.txt: -------------------------------------------------------------------------------- 1 | 63L-6-101.   Title. 2 | 3 | This chapter is known as the "Transfer of Public Lands Act." 4 | 5 | 6 | 7 | Enacted by Chapter 353, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/01/3301.txt: -------------------------------------------------------------------------------- 1 | 63M-1-3301.   Title. 2 | 3 | This part is known as "Utah Outdoor Recreation Office Act." 4 | 5 | 6 | 7 | Enacted by Chapter 25, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/03/0101.txt: -------------------------------------------------------------------------------- 1 | 63M-3-101.   Title. 2 | 3 | This chapter is known as the "Tar Sands Pilot Plant Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/05/0101.txt: -------------------------------------------------------------------------------- 1 | 63M-5-101.   Title. 2 | 3 | This chapter is known as the "Resource Development Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/06/0101.txt: -------------------------------------------------------------------------------- 1 | 63M-6-101.   Title. 2 | 3 | This chapter is known as the "Military Base Easements Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/64/13a/0001.txt: -------------------------------------------------------------------------------- 1 | 64-13a-1.   Title. 2 | 3 | This act is known as the "Utah Correctional Industries Act." 4 | 5 | 6 | 7 | Enacted by Chapter 201, 1985 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/65a/08a/0101.txt: -------------------------------------------------------------------------------- 1 | 65A-8a-101.   Title. 2 | 3 | This chapter is known as the "Utah Forest Practices Act." 4 | 5 | 6 | 7 | Enacted by Chapter 80, 2001 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/67/18/0004.txt: -------------------------------------------------------------------------------- 1 | 67-18-4.   Cost of copying. 2 | 3 | The cost of copying shall be paid by the employee. 4 | 5 | 6 | 7 | Enacted by Chapter 259, 1977 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/67/24/0101.txt: -------------------------------------------------------------------------------- 1 | 67-24-101.   Title. 2 | 3 | This chapter is known as the "Lobbying Restrictions Act." 4 | 5 | 6 | 7 | Enacted by Chapter 360, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/67/25/0301.txt: -------------------------------------------------------------------------------- 1 | 67-25-301.   Title. 2 | 3 | This part is known as "Restrictions on Outside Employment." 4 | 5 | 6 | 7 | Enacted by Chapter 425, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/72/02/0101.txt: -------------------------------------------------------------------------------- 1 | 72-2-101.   Title. 2 | 3 | This chapter is known as the "Transportation Finances Act." 4 | 5 | 6 | 7 | Enacted by Chapter 270, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/72/07/0101.txt: -------------------------------------------------------------------------------- 1 | 72-7-101.   Title. 2 | 3 | This chapter is known as the "Protection of Highways Act." 4 | 5 | 6 | 7 | Enacted by Chapter 270, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/75/07/0102.txt: -------------------------------------------------------------------------------- 1 | 75-7-102.   Scope. 2 | 3 | This chapter applies to trusts as defined in Section 75-1-201. 4 | 5 | 6 | 7 | Enacted by Chapter 89, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/01/0102.txt: -------------------------------------------------------------------------------- 1 | 76-1-102.   Effective date. 2 | 3 | This code shall become effective on July 1, 1973. 4 | 5 | 6 | 7 | Enacted by Chapter 196, 1973 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/10/1601.txt: -------------------------------------------------------------------------------- 1 | 76-10-1601.   Short title. 2 | 3 | This act is the "Pattern of Unlawful Activity Act." 4 | 5 | 6 | 7 | Amended by Chapter 238, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78a/02/0401.txt: -------------------------------------------------------------------------------- 1 | 78A-2-401.   Title. 2 | 3 | This part is known as the "Court Reporter Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/08/0301.txt: -------------------------------------------------------------------------------- 1 | 78B-8-301.   Title. 2 | 3 | This part is known as the "Process Server Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/33/0001.txt: -------------------------------------------------------------------------------- 1 | 4-33-1.   Short title. 2 | 3 | This chapter shall be known as the "Motor Fuel Inspection Act." 4 | 5 | 6 | 7 | Enacted by Chapter 8, 1981 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/38/0001.txt: -------------------------------------------------------------------------------- 1 | 4-38-1.   Short title. 2 | 3 | This chapter shall be known as the "Utah Horse Regulation Act." 4 | 5 | 6 | 7 | Enacted by Chapter 296, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/15/0001.txt: -------------------------------------------------------------------------------- 1 | 10-15-1.   Short title. 2 | 3 | This act may be cited as the "Pedestrian Mall Law of Utah." 4 | 5 | 6 | 7 | Enacted by Chapter 2, 1966 Special Session 2 8 | 9 | -------------------------------------------------------------------------------- /code/11/03/0003.01.txt: -------------------------------------------------------------------------------- 1 | 11-3-3.1.   Definitions. 2 | 3 | The definitions in Section 53-7-202 apply to this chapter. 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/44/0101.txt: -------------------------------------------------------------------------------- 1 | 11-44-101.   Title. 2 | 3 | This chapter is known as the "Facility Energy Efficiency Act." 4 | 5 | 6 | 7 | Enacted by Chapter 244, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/46/0201.txt: -------------------------------------------------------------------------------- 1 | 11-46-201.   Title. 2 | 3 | This part is known as the "Animal Shelter Pet Sterilization Act." 4 | 5 | 6 | 7 | Enacted by Chapter 130, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/13/0003.txt: -------------------------------------------------------------------------------- 1 | 13-13-3.   Blind bidding prohibited. 2 | 3 | No distributor shall engage in blind bidding. 4 | 5 | 6 | 7 | Enacted by Chapter 147, 1979 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/19/0004.txt: -------------------------------------------------------------------------------- 1 | 13-19-4.   Exemption. 2 | 3 | Exempted under this act are nonprofit charitable organizations. 4 | 5 | 6 | 7 | Enacted by Chapter 22, 1983 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/22/0001.txt: -------------------------------------------------------------------------------- 1 | 13-22-1.   Short title. 2 | 3 | This chapter is known as the "Charitable Solicitations Act." 4 | 5 | 6 | 7 | Enacted by Chapter 122, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/26/0001.txt: -------------------------------------------------------------------------------- 1 | 13-26-1.   Short title. 2 | 3 | This chapter is known as the "Telephone Fraud Prevention Act." 4 | 5 | 6 | 7 | Enacted by Chapter 154, 1990 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/28/0001.txt: -------------------------------------------------------------------------------- 1 | 13-28-1.   Title. 2 | 3 | This chapter shall be known as the "Prize Notices Regulation Act." 4 | 5 | 6 | 7 | Enacted by Chapter 196, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/31/0101.txt: -------------------------------------------------------------------------------- 1 | 13-31-101.   Title. 2 | 3 | This chapter shall be known as the "Mold Retention and Lien Act." 4 | 5 | 6 | 7 | Enacted by Chapter 349, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/32/0101.txt: -------------------------------------------------------------------------------- 1 | 13-32-101.   Title. 2 | 3 | This chapter is known as the "Swap Meets and Flea Markets Act." 4 | 5 | 6 | 7 | Enacted by Chapter 68, 1999 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/35/0101.txt: -------------------------------------------------------------------------------- 1 | 13-35-101.   Title. 2 | 3 | This chapter is known as the "Powersport Vehicle Franchise Act." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 2002 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/38a/0201.txt: -------------------------------------------------------------------------------- 1 | 13-38a-201.   Title. 2 | 3 | This part is known as "Financial Transaction Card Receipts." 4 | 5 | 6 | 7 | Enacted by Chapter 421, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/45/0101.txt: -------------------------------------------------------------------------------- 1 | 13-45-101.   Title. 2 | 3 | This chapter is known as the "Consumer Credit Protection Act." 4 | 5 | 6 | 7 | Enacted by Chapter 344, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/16/15/0101.txt: -------------------------------------------------------------------------------- 1 | 16-15-101.   Title. 2 | 3 | This act is known as the "Utah Business Trust Registration Act." 4 | 5 | 6 | 7 | Enacted by Chapter 310, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17b/02a/0601.txt: -------------------------------------------------------------------------------- 1 | 17B-2a-601.   Title. 2 | 3 | This part is known as the "Metropolitan Water District Act." 4 | 5 | 6 | 7 | Enacted by Chapter 329, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17b/02a/0701.txt: -------------------------------------------------------------------------------- 1 | 17B-2a-701.   Title. 2 | 3 | This part is known as the "Mosquito Abatement District Act." 4 | 5 | 6 | 7 | Enacted by Chapter 329, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17b/02a/1001.txt: -------------------------------------------------------------------------------- 1 | 17B-2a-1001.   Title. 2 | 3 | This part is known as the "Water Conservancy District Act." 4 | 5 | 6 | 7 | Enacted by Chapter 329, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/01/0501.txt: -------------------------------------------------------------------------------- 1 | 19-1-501.   Title. 2 | 3 | This part is known as the "Engine Coolant Bittering Agent Act." 4 | 5 | 6 | 7 | Enacted by Chapter 170, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/06/0801.txt: -------------------------------------------------------------------------------- 1 | 19-6-801.   Title. 2 | 3 | This part is known as the "Waste Tire Recycling Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 51, 2000 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/06/1201.txt: -------------------------------------------------------------------------------- 1 | 19-6-1201.   Title. 2 | 3 | This part is known as the "Disposal of Electronic Waste Program." 4 | 5 | 6 | 7 | Enacted by Chapter 213, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/07/0101.txt: -------------------------------------------------------------------------------- 1 | 19-7-101.   Title. 2 | 3 | This chapter is known as the "Environmental Self-Evaluation Act." 4 | 5 | 6 | 7 | Enacted by Chapter 304, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/22/03/0101.txt: -------------------------------------------------------------------------------- 1 | 22-3-101.   Title. 2 | 3 | This chapter is known as the "Uniform Principal and Income Act." 4 | 5 | 6 | 7 | Enacted by Chapter 285, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/23/25/0012.txt: -------------------------------------------------------------------------------- 1 | 23-25-12.   Title. 2 | 3 | This compact shall be known as the "Wildlife Violator Compact." 4 | 5 | 6 | 7 | Enacted by Chapter 260, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/23/28/0101.txt: -------------------------------------------------------------------------------- 1 | 23-28-101.   Title. 2 | 3 | This chapter is known as the "Migratory Bird Production Area." 4 | 5 | 6 | 7 | Enacted by Chapter 273, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/25/06/0001.txt: -------------------------------------------------------------------------------- 1 | 25-6-1.   Short title. 2 | 3 | This chapter is known as the "Uniform Fraudulent Transfer Act." 4 | 5 | 6 | 7 | Enacted by Chapter 59, 1988 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/28/0101.txt: -------------------------------------------------------------------------------- 1 | 26-28-101.   Title. 2 | 3 | This chapter is known as the "Revised Uniform Anatomical Gift Act." 4 | 5 | 6 | 7 | Enacted by Chapter 60, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/34/0001.txt: -------------------------------------------------------------------------------- 1 | 26-34-1.   Short title. 2 | 3 | This act is known as the "Uniform Determination of Death Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 1989 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/36a/0101.txt: -------------------------------------------------------------------------------- 1 | 26-36a-101.   Title. 2 | 3 | This chapter is known as the "Hospital Provider Assessment Act." 4 | 5 | 6 | 7 | Enacted by Chapter 179, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/51/0101.txt: -------------------------------------------------------------------------------- 1 | 26-51-101.   Title. 2 | 3 | This chapter is known as the "Methamphetamine Decontamination Act." 4 | 5 | 6 | 7 | Enacted by Chapter 38, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/30/08/0001.txt: -------------------------------------------------------------------------------- 1 | 30-8-1.   Title. 2 | 3 | This act shall be known as the "Uniform Premarital Agreement Act." 4 | 5 | 6 | 7 | Enacted by Chapter 105, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/22/1801.txt: -------------------------------------------------------------------------------- 1 | 31A-22-1801.   Title. 2 | 3 | This part is known as the "Portable Electronics Insurance Act." 4 | 5 | 6 | 7 | Enacted by Chapter 151, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/37/0101.txt: -------------------------------------------------------------------------------- 1 | 31A-37-101.   Title. 2 | 3 | This chapter is known as the "Captive Insurance Companies Act." 4 | 5 | 6 | 7 | Enacted by Chapter 251, 2003 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/05/0401.txt: -------------------------------------------------------------------------------- 1 | 32B-5-401.   Title. 2 | 3 | This part is known as the "Alcohol Training and Education Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/07/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-7-101.   Title. 2 | 3 | This chapter is known as the "Off-premise Beer Retailer Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/10/0401.txt: -------------------------------------------------------------------------------- 1 | 32B-10-401.   Title. 2 | 3 | This part is known as "Industrial or Manufacturing Use Permit." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/10/0501.txt: -------------------------------------------------------------------------------- 1 | 32B-10-501.   Title. 2 | 3 | This part is known as "Scientific or Educational Use Permit." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/10/0601.txt: -------------------------------------------------------------------------------- 1 | 32B-10-601.   Title. 2 | 3 | This part is known as "Religious Use of Alcoholic Products." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/12/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-12-101.   Title. 2 | 3 | This chapter is known as the "Liquor Warehousing License Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/13/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-13-101.   Title. 2 | 3 | This chapter is known as the "Beer Wholesaling License Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/15/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-15-101.   Title. 2 | 3 | This chapter is known as the "Alcoholic Product Liability Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34/48/0101.txt: -------------------------------------------------------------------------------- 1 | 34-48-101.   Title. 2 | 3 | This chapter is known as the "Internet Employment Privacy Act." 4 | 5 | 6 | 7 | Enacted by Chapter 94, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34a/07/0201.txt: -------------------------------------------------------------------------------- 1 | 34A-7-201.   Title. 2 | 3 | This part is known as the "Elevator and Escalator Safety Act." 4 | 5 | 6 | 7 | Enacted by Chapter 53, 1999 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/35a/07/0101.txt: -------------------------------------------------------------------------------- 1 | 35A-7-101.   Title. 2 | 3 | This chapter is known as the "Centralized New Hire Registry Act." 4 | 5 | 6 | 7 | Enacted by Chapter 232, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/39/04/0013.txt: -------------------------------------------------------------------------------- 1 | 39-4-13.   Short title. 2 | 3 | This chapter may be cited as the Utah State Defense Force Act. 4 | 5 | 6 | 7 | Amended by Chapter 210, 1988 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/46/04/0101.txt: -------------------------------------------------------------------------------- 1 | 46-4-101.   Title. 2 | 3 | This chapter is known as the "Uniform Electronic Transactions Act." 4 | 5 | 6 | 7 | Enacted by Chapter 74, 2000 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/48/01d/0101.txt: -------------------------------------------------------------------------------- 1 | 48-1d-101.   Title. 2 | 3 | This chapter may be cited as the "Utah Uniform Partnership Act." 4 | 5 | 6 | 7 | Enacted by Chapter 412, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/52/07/0101.txt: -------------------------------------------------------------------------------- 1 | 52-7-101.   Title. 2 | 3 | This chapter is known as the "Public Officers' Attorney Fees Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/02a/0701.txt: -------------------------------------------------------------------------------- 1 | 53-2a-701.   Title. 2 | 3 | This part is known as the "Hazardous Materials Emergency Act." 4 | 5 | 6 | 7 | Enacted by Chapter 295, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/03/0301.txt: -------------------------------------------------------------------------------- 1 | 53-3-301.   Short title. 2 | 3 | This part is known as the "Impaired Persons Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/03/0701.txt: -------------------------------------------------------------------------------- 1 | 53-3-701.   Short title. 2 | 3 | This part is known as the "Nonresident Violator Compact." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/03/1001.txt: -------------------------------------------------------------------------------- 1 | 53-3-1001.   Title. 2 | 3 | This part is known as the "Ignition Interlock System Program Act." 4 | 5 | 6 | 7 | Enacted by Chapter 421, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/09/0101.txt: -------------------------------------------------------------------------------- 1 | 53-9-101.   Title. 2 | 3 | This chapter is known as the "Private Investigator Regulation Act." 4 | 5 | 6 | 7 | Enacted by Chapter 314, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/01/0901.txt: -------------------------------------------------------------------------------- 1 | 53A-1-901.   Title. 2 | 3 | This part is known as the "Implementing Federal Programs Act." 4 | 5 | 6 | 7 | Enacted by Chapter 2, 2005 Special Session 1 8 | 9 | -------------------------------------------------------------------------------- /code/53a/01a/0501.txt: -------------------------------------------------------------------------------- 1 | 53A-1a-501.   Short title. 2 | 3 | This part is known as "The Utah Charter Schools Act." 4 | 5 | 6 | 7 | Enacted by Chapter 231, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/02/0401.txt: -------------------------------------------------------------------------------- 1 | 53A-2-401.   Title. 2 | 3 | This part is known as the "School District Surplus Lands Act." 4 | 5 | 6 | 7 | Enacted by Chapter 339, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/20b/0101.txt: -------------------------------------------------------------------------------- 1 | 53A-20b-101.   Title. 2 | 3 | This chapter is known as the "Charter School Financing Act." 4 | 5 | 6 | 7 | Amended by Chapter 201, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/24/0201.txt: -------------------------------------------------------------------------------- 1 | 53A-24-201.   Definition. 2 | 3 | As used in this part, "director" means the director of DRS. 4 | 5 | 6 | 7 | Enacted by Chapter 83, 1988 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53b/13a/0101.txt: -------------------------------------------------------------------------------- 1 | 53B-13a-101.   Title. 2 | 3 | This chapter is known as the "Success Stipend Program Act." 4 | 5 | 6 | 7 | Amended by Chapter 11, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53b/24/0401.txt: -------------------------------------------------------------------------------- 1 | 53B-24-401.   Title. 2 | 3 | This part is known as the "Rural Residency Training Program." 4 | 5 | 6 | 7 | Enacted by Chapter 28, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/54/10a/0101.txt: -------------------------------------------------------------------------------- 1 | 54-10a-101.   Title. 2 | 3 | This chapter is known as the "Office of Consumer Services Act." 4 | 5 | 6 | 7 | Enacted by Chapter 237, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/54/14/0101.txt: -------------------------------------------------------------------------------- 1 | 54-14-101.   Title. 2 | 3 | This chapter is known as the "Utility Facility Review Board Act." 4 | 5 | 6 | 7 | Amended by Chapter 242, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/54/17/0101.txt: -------------------------------------------------------------------------------- 1 | 54-17-101.   Title. 2 | 3 | This chapter is known as the "Energy Resource Procurement Act." 4 | 5 | 6 | 7 | Enacted by Chapter 11, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/57/11/0003.txt: -------------------------------------------------------------------------------- 1 | 57-11-3.   Administration by division. 2 | 3 | The division shall administer this chapter. 4 | 5 | 6 | 7 | Amended by Chapter 352, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/57/18/0001.txt: -------------------------------------------------------------------------------- 1 | 57-18-1.   Short title. 2 | 3 | This chapter is known as the "Land Conservation Easement Act." 4 | 5 | 6 | 7 | Enacted by Chapter 155, 1985 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/05a/0101.txt: -------------------------------------------------------------------------------- 1 | 58-5a-101.   Title. 2 | 3 | This chapter is known as the "Podiatric Physician Licensing Act." 4 | 5 | 6 | 7 | Amended by Chapter 232, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/15/0001.txt: -------------------------------------------------------------------------------- 1 | 58-15-1.   Title. 2 | 3 | This chapter is known as the "Health Facility Administrator Act." 4 | 5 | 6 | 7 | Enacted by Chapter 49, 1985 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/24b/0101.txt: -------------------------------------------------------------------------------- 1 | 58-24b-101.   Title. 2 | 3 | This chapter is known as the "Physical Therapy Practice Act." 4 | 5 | 6 | 7 | Enacted by Chapter 220, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/37d/0001.txt: -------------------------------------------------------------------------------- 1 | 58-37d-1.   Short title. 2 | 3 | This act shall be known as the "Clandestine Drug Lab Act." 4 | 5 | 6 | 7 | Enacted by Chapter 156, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/40a/0101.txt: -------------------------------------------------------------------------------- 1 | 58-40a-101.   Title. 2 | 3 | This chapter is known as the "Athletic Trainer Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 206, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/47b/0101.txt: -------------------------------------------------------------------------------- 1 | 58-47b-101.   Title. 2 | 3 | This chapter is known as the "Massage Therapy Practice Act." 4 | 5 | 6 | 7 | Amended by Chapter 159, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/49/0001.txt: -------------------------------------------------------------------------------- 1 | 58-49-1.   Short title. 2 | 3 | This chapter is known as the "Dietitian Certification Act." 4 | 5 | 6 | 7 | Enacted by Chapter 192, 1986 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/57/0001.txt: -------------------------------------------------------------------------------- 1 | 58-57-1.   Short title. 2 | 3 | This chapter is known as the "Respiratory Care Practices Act." 4 | 5 | 6 | 7 | Enacted by Chapter 208, 1990 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/60/0501.txt: -------------------------------------------------------------------------------- 1 | 58-60-501.   Title. 2 | 3 | This part is known as the "Substance Use Disorder Counselor Act." 4 | 5 | 6 | 7 | Amended by Chapter 179, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/63/0101.txt: -------------------------------------------------------------------------------- 1 | 58-63-101.   Title. 2 | 3 | This chapter is known as the "Security Personnel Licensing Act." 4 | 5 | 6 | 7 | Amended by Chapter 79, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/69/0101.txt: -------------------------------------------------------------------------------- 1 | 58-69-101.   Title. 2 | 3 | This chapter is the "Dentist and Dental Hygienist Practice Act." 4 | 5 | 6 | 7 | Enacted by Chapter 116, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/72/0101.txt: -------------------------------------------------------------------------------- 1 | 58-72-101.   Title. 2 | 3 | This chapter shall be known as the "Acupuncture Licensing Act." 4 | 5 | 6 | 7 | Amended by Chapter 26, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/75/0101.txt: -------------------------------------------------------------------------------- 1 | 58-75-101.   Title. 2 | 3 | This chapter is known as the "Genetic Counselors Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 100, 2001 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/12/1301.txt: -------------------------------------------------------------------------------- 1 | 59-12-1301.   Title. 2 | 3 | This part is known as the "Town Option Sales and Use Tax Act." 4 | 5 | 6 | 7 | Enacted by Chapter 243, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/13/0101.txt: -------------------------------------------------------------------------------- 1 | 59-13-101.   Short title. 2 | 3 | This act is known as the "Motor and Special Fuel Tax Act." 4 | 5 | 6 | 7 | Enacted by Chapter 6, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/24/0101.txt: -------------------------------------------------------------------------------- 1 | 59-24-101.   Title. 2 | 3 | This chapter is known as the "Radioactive Waste Facility Tax Act." 4 | 5 | 6 | 7 | Amended by Chapter 295, 2003 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/61/01/0101.txt: -------------------------------------------------------------------------------- 1 | 61-1-101.   Title. 2 | 3 | This part is known as the "Securities Fraud Reporting Program Act." 4 | 5 | 6 | 7 | Enacted by Chapter 318, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/61/06/0001.txt: -------------------------------------------------------------------------------- 1 | 61-6-1.   Short title. 2 | 3 | This chapter is known as the "Control Shares Acquisitions Act." 4 | 5 | 6 | 7 | Enacted by Chapter 2, 1987 Special Session 1 8 | 9 | -------------------------------------------------------------------------------- /code/62a/01/0101.txt: -------------------------------------------------------------------------------- 1 | 62A-1-101.   Short title. 2 | 3 | This title shall be known as the "Utah Human Services Code." 4 | 5 | 6 | 7 | Amended by Chapter 30, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/62a/14/0101.txt: -------------------------------------------------------------------------------- 1 | 62A-14-101.   Title. 2 | 3 | This chapter is known as the "Office of Public Guardian Act." 4 | 5 | 6 | 7 | Enacted by Chapter 69, 1999 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/62a/17/0101.txt: -------------------------------------------------------------------------------- 1 | 62A-17-101.   Title. 2 | 3 | This chapter is known as "Utah Referral Information Network." 4 | 5 | 6 | 7 | Enacted by Chapter 24, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63a/12/0100.txt: -------------------------------------------------------------------------------- 1 | 63A-12-100.   Title. 2 | 3 | This chapter is known as the "Public Records Management Act." 4 | 5 | 6 | 7 | Amended by Chapter 258, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63c/01/0101.txt: -------------------------------------------------------------------------------- 1 | 63C-1-101.   Title. 2 | 3 | This title is known as the "State Commissions and Councils Code." 4 | 5 | 6 | 7 | Enacted by Chapter 154, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63c/09/0101.txt: -------------------------------------------------------------------------------- 1 | 63C-9-101.   Title. 2 | 3 | This chapter is known as the "State Capitol Preservation Board." 4 | 5 | 6 | 7 | Enacted by Chapter 285, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63c/10/0101.txt: -------------------------------------------------------------------------------- 1 | 63C-10-101.   Title. 2 | 3 | This chapter is known as "Statewide Rural Boards and Committees." 4 | 5 | 6 | 7 | Enacted by Chapter 73, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/01/0701.txt: -------------------------------------------------------------------------------- 1 | 63G-1-701.   Title. 2 | 3 | This part is known as "Display of Flags by a Government Entity." 4 | 5 | 6 | 7 | Enacted by Chapter 90, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/0201.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-201.   Title. 2 | 3 | This part is known as "Utah State Procurement Policy Board." 4 | 5 | 6 | 7 | Amended by Chapter 445, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/0801.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-801.   Title. 2 | 3 | This part is known as "Exceptions to Procurement Requirements." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/2101.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-2101.   Title. 2 | 3 | This part is known as "Interaction Between Procurement Units." 4 | 5 | 6 | 7 | Amended by Chapter 445, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/10/0101.txt: -------------------------------------------------------------------------------- 1 | 63G-10-101.   Title. 2 | 3 | This chapter is known as the "State Settlement Agreements Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/01/0211.txt: -------------------------------------------------------------------------------- 1 | 63I-1-211.   Repeal dates, Title 11. 2 | 3 | Section 11-14-308 is repealed December 31, 2020. 4 | 5 | 6 | 7 | Enacted by Chapter 1, 2011 Special Session 2 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0262.txt: -------------------------------------------------------------------------------- 1 | 63I-2-262.   Repeal dates, Title 62A. 2 | 3 | Section 62A-4a-122 is repealed January 1, 2014. 4 | 5 | 6 | 7 | Enacted by Chapter 281, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63l/04/0101.txt: -------------------------------------------------------------------------------- 1 | 63L-4-101.   Title. 2 | 3 | This chapter is known as the "Constitutional Takings Issues Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/01/0401.txt: -------------------------------------------------------------------------------- 1 | 63M-1-401.   Title. 2 | 3 | This part is known as the "Enterprise Zone Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/01/2401.txt: -------------------------------------------------------------------------------- 1 | 63M-1-2401.   Title. 2 | 3 | This part is known as the "Economic Development Incentives Act." 4 | 5 | 6 | 7 | Enacted by Chapter 372, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/01/2701.txt: -------------------------------------------------------------------------------- 1 | 63M-1-2701.   Title. 2 | 3 | This part is known as the "Utah Business Resource Centers Act." 4 | 5 | 6 | 7 | Enacted by Chapter 50, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/04/0101.txt: -------------------------------------------------------------------------------- 1 | 63M-4-101.   Title. 2 | 3 | This chapter is known as the "Utah Energy Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/07/0101.txt: -------------------------------------------------------------------------------- 1 | 63M-7-101.   Title. 2 | 3 | This chapter is known as "Criminal Justice and Substance Abuse." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/69/02/0001.txt: -------------------------------------------------------------------------------- 1 | 69-2-1.   Short title. 2 | 3 | This chapter is known as the "Emergency Telephone Service Law." 4 | 5 | 6 | 7 | Enacted by Chapter 33, 1986 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/70a/02/0801.txt: -------------------------------------------------------------------------------- 1 | 70A-2-801.   Title. 2 | 3 | This part is known as the "Assistive Technology Warranty Act." 4 | 5 | 6 | 7 | Enacted by Chapter 166, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/70c/01/0101.txt: -------------------------------------------------------------------------------- 1 | 70C-1-101.   Short title. 2 | 3 | This title is known as the "Utah Consumer Credit Code." 4 | 5 | 6 | 7 | Enacted by Chapter 159, 1985 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/72/04/0101.txt: -------------------------------------------------------------------------------- 1 | 72-4-101.   Title. 2 | 3 | This chapter is known as the "Designation of State Highways Act." 4 | 5 | 6 | 7 | Enacted by Chapter 270, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/72/10/0101.txt: -------------------------------------------------------------------------------- 1 | 72-10-101.   Title. 2 | 3 | This chapter is known as the "Aeronautics Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 270, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/72/11/0101.txt: -------------------------------------------------------------------------------- 1 | 72-11-101.   Title. 2 | 3 | This chapter is known as the " Passenger Ropeway Systems Act." 4 | 5 | 6 | 7 | Amended by Chapter 195, 1999 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/73/26/0101.txt: -------------------------------------------------------------------------------- 1 | 73-26-101.   Short title. 2 | 3 | This chapter is known as the "Bear River Development Act." 4 | 5 | 6 | 7 | Enacted by Chapter 251, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/75/02a/0101.txt: -------------------------------------------------------------------------------- 1 | 75-2a-101.   Title. 2 | 3 | This chapter is known as the "Advance Health Care Directive Act." 4 | 5 | 6 | 7 | Enacted by Chapter 31, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/09/1001.txt: -------------------------------------------------------------------------------- 1 | 76-9-1001.   Title. 2 | 3 | This part is known as "The Illegal Immigration Enforcement Act." 4 | 5 | 6 | 7 | Enacted by Chapter 21, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/10/3101.txt: -------------------------------------------------------------------------------- 1 | 76-10-3101.   Title. 2 | 3 | This part is known as the "Utah Antitrust Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 187, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/77/38a/0101.txt: -------------------------------------------------------------------------------- 1 | 77-38a-101.   Title. 2 | 3 | This chapter is known as the "Crime Victims Restitution Act." 4 | 5 | 6 | 7 | Enacted by Chapter 137, 2001 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/77/41/0101.txt: -------------------------------------------------------------------------------- 1 | 77-41-101.   Title. 2 | 3 | This chapter is known as the "Sex and Kidnap Offender Registry." 4 | 5 | 6 | 7 | Enacted by Chapter 145, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78a/06/1401.txt: -------------------------------------------------------------------------------- 1 | 78A-6-1401.   Title. 2 | 3 | This part is known as the "Restoration of Parental Rights Act." 4 | 5 | 6 | 7 | Enacted by Chapter 340, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/01/0101.txt: -------------------------------------------------------------------------------- 1 | 78B-1-101.   Title. 2 | 3 | This part is known as the "Jury and Witness Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/05/0501.txt: -------------------------------------------------------------------------------- 1 | 78B-5-501.   Title. 2 | 3 | This part is known as the "Utah Exemptions Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/07/0101.txt: -------------------------------------------------------------------------------- 1 | 78B-7-101.   Title. 2 | 3 | This part is known and may be cited as the "Cohabitant Abuse Act." 4 | 5 | 6 | 7 | Enacted by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/79/02/0101.txt: -------------------------------------------------------------------------------- 1 | 79-2-101.   Title. 2 | 3 | This chapter is known as the "Department of Natural Resources." 4 | 5 | 6 | 7 | Enacted by Chapter 344, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/16/0001.txt: -------------------------------------------------------------------------------- 1 | 4-16-1.   Short title. 2 | 3 | This chapter shall be known and may be cited as the "Utah Seed Act." 4 | 5 | 6 | 7 | Enacted by Chapter 126, 1981 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/08/0074.txt: -------------------------------------------------------------------------------- 1 | 10-8-74.   Burial of indigents. 2 | 3 | They may provide for the burial of the indigent dead and pay the expenses thereof. 4 | 5 | 6 | 7 | No Change Since 1953 8 | 9 | -------------------------------------------------------------------------------- /code/11/03/0001.txt: -------------------------------------------------------------------------------- 1 | 11-3-1.   Short title. 2 | 3 | This chapter is known as the "County and Municipal Fireworks Act." 4 | 5 | 6 | 7 | Amended by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/45/0101.txt: -------------------------------------------------------------------------------- 1 | 11-45-101.   Title. 2 | 3 | This chapter is known as "Loan Program for Energy Efficiency Projects." 4 | 5 | 6 | 7 | Enacted by Chapter 72, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/10/0006.txt: -------------------------------------------------------------------------------- 1 | 13-10-6.   Violation a misdemeanor. 2 | 3 | Each violation of Section 13-10-4 is a misdemeanor. 4 | 5 | 6 | 7 | Amended by Chapter 325, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/10b/0101.txt: -------------------------------------------------------------------------------- 1 | 13-10b-101.   Title. 2 | 3 | This chapter is known as "Unlawful Recording of a Motion Picture." 4 | 5 | 6 | 7 | Enacted by Chapter 159, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/20/0001.txt: -------------------------------------------------------------------------------- 1 | 13-20-1.   Short title. 2 | 3 | This chapter is known as the "New Motor Vehicles Warranties Act." 4 | 5 | 6 | 7 | Enacted by Chapter 168, 1985 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/21/0001.txt: -------------------------------------------------------------------------------- 1 | 13-21-1.   Short title. 2 | 3 | This chapter is known as the "Credit Services Organizations Act." 4 | 5 | 6 | 7 | Enacted by Chapter 29, 1985 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/23/0001.txt: -------------------------------------------------------------------------------- 1 | 13-23-1.   Short title. 2 | 3 | This chapter is known as the "Health Spa Services Protection Act." 4 | 5 | 6 | 7 | Enacted by Chapter 105, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/41/0101.txt: -------------------------------------------------------------------------------- 1 | 13-41-101.   Title. 2 | 3 | This chapter is known as the "Price Controls During Emergencies Act." 4 | 5 | 6 | 7 | Enacted by Chapter 306, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/44/0101.txt: -------------------------------------------------------------------------------- 1 | 13-44-101.   Title. 2 | 3 | This chapter is known as the "Protection of Personal Information Act." 4 | 5 | 6 | 7 | Amended by Chapter 61, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/15/08/0001.txt: -------------------------------------------------------------------------------- 1 | 15-8-1.   Short title. 2 | 3 | This chapter is known as the "Utah Rental Purchase Agreement Act." 4 | 5 | 6 | 7 | Enacted by Chapter 251, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/16/06a/0101.txt: -------------------------------------------------------------------------------- 1 | 16-6a-101.   Title. 2 | 3 | This chapter is known as the "Utah Revised Nonprofit Corporation Act." 4 | 5 | 6 | 7 | Enacted by Chapter 300, 2000 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17c/03/0301.txt: -------------------------------------------------------------------------------- 1 | 17C-3-301.   Combining hearings. 2 | 3 | A board may combine a plan hearing with a budget hearing. 4 | 5 | 6 | 7 | Enacted by Chapter 359, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/05/0101.txt: -------------------------------------------------------------------------------- 1 | 19-5-101.   Short title. 2 | 3 | This chapter is known as the "Water Quality Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 112, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/20a/16/0101.txt: -------------------------------------------------------------------------------- 1 | 20A-16-101.   Title. 2 | 3 | This chapter is known as "Uniform Military and Overseas Voters Act." 4 | 5 | 6 | 7 | Enacted by Chapter 327, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/23/25/0001.txt: -------------------------------------------------------------------------------- 1 | 23-25-1.   Short title. 2 | 3 | This chapter shall be known as the "Wildlife Violator Compact." 4 | 5 | 6 | 7 | Enacted by Chapter 260, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/08b/0101.txt: -------------------------------------------------------------------------------- 1 | 26-8b-101.   Title. 2 | 3 | This chapter is known as the "Utah Sudden Cardiac Arrest Survival Act." 4 | 5 | 6 | 7 | Enacted by Chapter 22, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/21a/0201.txt: -------------------------------------------------------------------------------- 1 | 26-21a-201.   Short title. 2 | 3 | This part is known as the "Mammogram Quality Assurance Act." 4 | 5 | 6 | 7 | Enacted by Chapter 126, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/33a/0101.txt: -------------------------------------------------------------------------------- 1 | 26-33a-101.   Short title. 2 | 3 | This chapter is known as the "Utah Health Data Authority Act." 4 | 5 | 6 | 7 | Enacted by Chapter 305, 1990 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/35a/0101.txt: -------------------------------------------------------------------------------- 1 | 26-35a-101.   Title. 2 | 3 | This chapter is known as the "Nursing Care Facility Assessment Act." 4 | 5 | 6 | 7 | Enacted by Chapter 284, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/40/0101.txt: -------------------------------------------------------------------------------- 1 | 26-40-101.   Title. 2 | 3 | This chapter is known as the "Utah Children's Health Insurance Act." 4 | 5 | 6 | 7 | Enacted by Chapter 360, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/15/0201.txt: -------------------------------------------------------------------------------- 1 | 31A-15-201.   Short title. 2 | 3 | This part shall be known as the "Risk Retention Groups Act." 4 | 5 | 6 | 7 | Enacted by Chapter 258, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/17/0501.txt: -------------------------------------------------------------------------------- 1 | 31A-17-501.   Standard Valuation Law. 2 | 3 | This part is known as the "Standard Valuation Law." 4 | 5 | 6 | 7 | Enacted by Chapter 305, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/42/0101.txt: -------------------------------------------------------------------------------- 1 | 31A-42-101.   Title. 2 | 3 | This chapter is known as the "Defined Contribution Risk Adjuster Act." 4 | 5 | 6 | 7 | Enacted by Chapter 12, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/01/0501.txt: -------------------------------------------------------------------------------- 1 | 32B-1-501.   Title. 2 | 3 | This part is known as the "Attire, Conduct, and Entertainment Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/04/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-4-101.   Title. 2 | 3 | This chapter is known as the "Criminal Offenses and Procedure Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/07/0301.txt: -------------------------------------------------------------------------------- 1 | 32B-7-301.   Title. 2 | 3 | This part is known as the "Off-premise Beer Retailer Enforcement Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34/20a/0001.txt: -------------------------------------------------------------------------------- 1 | 34-20a-1.   Title. 2 | 3 | This chapter is known as the "Utah Fire Fighters' Negotiations Act." 4 | 5 | 6 | 7 | Amended by Chapter 20, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34/43/0101.txt: -------------------------------------------------------------------------------- 1 | 34-43-101.   Title. 2 | 3 | This chapter is known as the "Disaster Service Volunteer Leave Act." 4 | 5 | 6 | 7 | Enacted by Chapter 186, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34/46/0101.txt: -------------------------------------------------------------------------------- 1 | 34-46-101.   Title. 2 | 3 | This chapter is known as the "Employment Selection Procedures Act." 4 | 5 | 6 | 7 | Enacted by Chapter 174, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/35a/04/0101.txt: -------------------------------------------------------------------------------- 1 | 35A-4-101.   Title. 2 | 3 | This chapter is known as the "Employment Security Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 240, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/38/01a/0101.txt: -------------------------------------------------------------------------------- 1 | 38-1a-101.   Title. 2 | 3 | This chapter is known as "Preconstruction and Construction Liens." 4 | 5 | 6 | 7 | Enacted by Chapter 278, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/41/01a/0101.txt: -------------------------------------------------------------------------------- 1 | 41-1a-101.   Short title. 2 | 3 | This chapter is known as the "Motor Vehicle Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 1, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/41/01a/1501.txt: -------------------------------------------------------------------------------- 1 | 41-1a-1501.   Title. 2 | 3 | This part is known as the "Motor Vehicle Event Data Recorder Act." 4 | 5 | 6 | 7 | Enacted by Chapter 189, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/48/02a/0701.txt: -------------------------------------------------------------------------------- 1 | 48-2a-701.   Nature of partnership interest. 2 | 3 | A partnership interest is personal property. 4 | 5 | 6 | 7 | Enacted by Chapter 233, 1990 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/48/02e/0101.txt: -------------------------------------------------------------------------------- 1 | 48-2e-101.   Title. 2 | 3 | This chapter is known as the "Utah Uniform Limited Partnership Act." 4 | 5 | 6 | 7 | Enacted by Chapter 412, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/51/09/0701.txt: -------------------------------------------------------------------------------- 1 | 51-9-701.   Title. 2 | 3 | This part is known as the "Navajo Water Rights Negotiation Account Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/02a/0101.txt: -------------------------------------------------------------------------------- 1 | 53-2a-101.   Title. 2 | 3 | This part is known as the "Emergency Management Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 295, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/02a/0301.txt: -------------------------------------------------------------------------------- 1 | 53-2a-301.   Title. 2 | 3 | This part is known as the "Statewide Mutual Aid Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 295, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/05b/0101.txt: -------------------------------------------------------------------------------- 1 | 53-5b-101.   Title. 2 | 3 | This chapter is known as the "Utah State-Made Firearms Protection Act." 4 | 5 | 6 | 7 | Enacted by Chapter 5, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/06/0301.txt: -------------------------------------------------------------------------------- 1 | 53-6-301.   Title. 2 | 3 | This part is known as the "Dispatcher Training and Certification Act." 4 | 5 | 6 | 7 | Enacted by Chapter 134, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/07/0201.txt: -------------------------------------------------------------------------------- 1 | 53-7-201.   Short title. 2 | 3 | This part is known as the "Fire Prevention and Fireworks Act." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/08/0201.txt: -------------------------------------------------------------------------------- 1 | 53-8-201.   Short title. 2 | 3 | This part is known as the "Motor Vehicle Safety Inspection Act." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/15/0101.txt: -------------------------------------------------------------------------------- 1 | 53-15-101.   Title. 2 | 3 | This chapter is known as the "McGruff Safe House Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/15/1201.txt: -------------------------------------------------------------------------------- 1 | 53A-15-1201.   Title. 2 | 3 | This part is known as the "Statewide Online Education Program Act." 4 | 5 | 6 | 7 | Enacted by Chapter 419, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/28/0101.txt: -------------------------------------------------------------------------------- 1 | 53A-28-101.   Title. 2 | 3 | This chapter shall be known as the "Utah School Bond Guaranty Act." 4 | 5 | 6 | 7 | Enacted by Chapter 62, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/54/18/0101.txt: -------------------------------------------------------------------------------- 1 | 54-18-101.   Title. 2 | 3 | This chapter is known as the "Siting of High Voltage Power Line Act." 4 | 5 | 6 | 7 | Enacted by Chapter 316, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/54/19/0101.txt: -------------------------------------------------------------------------------- 1 | 54-19-101.   Title. 2 | 3 | This chapter is known as "Regulation of Internet Protocol Services." 4 | 5 | 6 | 7 | Enacted by Chapter 241, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/56/03/0004.txt: -------------------------------------------------------------------------------- 1 | 56-3-4.   Enforcement. 2 | 3 | The state and local health departments shall enforce this chapter. 4 | 5 | 6 | 7 | Enacted by Chapter 202, 1989 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/57/02a/0001.txt: -------------------------------------------------------------------------------- 1 | 57-2a-1.   Short title. 2 | 3 | This chapter is known as the "Recognition of Acknowledgments Act." 4 | 5 | 6 | 7 | Enacted by Chapter 155, 1988 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/57/26/0101.txt: -------------------------------------------------------------------------------- 1 | 57-26-101.   Title. 2 | 3 | This chapter is known as the "Utah Uniform Assignment of Rents Act." 4 | 5 | 6 | 7 | Enacted by Chapter 139, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/16a/0101.txt: -------------------------------------------------------------------------------- 1 | 58-16a-101.   Short title. 2 | 3 | This chapter is known as the "Utah Optometry Practice Act." 4 | 5 | 6 | 7 | Enacted by Chapter 287, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/16a/0901.txt: -------------------------------------------------------------------------------- 1 | 58-16a-901.   Title. 2 | 3 | This part is known as the "Contact Lens Consumer Protection Act." 4 | 5 | 6 | 7 | Enacted by Chapter 245, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/20a/0101.txt: -------------------------------------------------------------------------------- 1 | 58-20a-101.   Title. 2 | 3 | This chapter is known as the "Environmental Health Scientist Act." 4 | 5 | 6 | 7 | Enacted by Chapter 95, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/37f/0101.txt: -------------------------------------------------------------------------------- 1 | 58-37f-101.   Title. 2 | 3 | This chapter is known as the "Controlled Substance Database Act." 4 | 5 | 6 | 7 | Enacted by Chapter 287, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/42a/0101.txt: -------------------------------------------------------------------------------- 1 | 58-42a-101.   Title. 2 | 3 | This chapter is known as the "Occupational Therapy Practice Act." 4 | 5 | 6 | 7 | Enacted by Chapter 240, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/60/0101.txt: -------------------------------------------------------------------------------- 1 | 58-60-101.   Title. 2 | 3 | This chapter is known as the "Mental Health Professional Practice Act." 4 | 5 | 6 | 7 | Enacted by Chapter 32, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/60/0301.txt: -------------------------------------------------------------------------------- 1 | 58-60-301.   Title. 2 | 3 | This part is known as the "Marriage and Family Therapist Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 32, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/71/0101.txt: -------------------------------------------------------------------------------- 1 | 58-71-101.   Title. 2 | 3 | This chapter is known as the "Naturopathic Physician Practice Act." 4 | 5 | 6 | 7 | Enacted by Chapter 282, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/74/0101.txt: -------------------------------------------------------------------------------- 1 | 58-74-101.   Title. 2 | 3 | This chapter is known as the "Certified Court Reporters Licensing Act." 4 | 5 | 6 | 7 | Amended by Chapter 77, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/76/0101.txt: -------------------------------------------------------------------------------- 1 | 58-76-101.   Title. 2 | 3 | This chapter is known as the "Professional Geologist Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 218, 2002 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/01/1401.txt: -------------------------------------------------------------------------------- 1 | 59-1-1401.   Title. 2 | 3 | This part is known as the "Assessment, Collections, and Refunds Act." 4 | 5 | 6 | 7 | Enacted by Chapter 212, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/02/0501.txt: -------------------------------------------------------------------------------- 1 | 59-2-501.   Short title. 2 | 3 | This part is known as the "Farmland Assessment Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 4, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/10/1301.txt: -------------------------------------------------------------------------------- 1 | 59-10-1301.   Title. 2 | 3 | This part is known as the "Individual Income Tax Contribution Act." 4 | 5 | 6 | 7 | Enacted by Chapter 389, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/11/0101.txt: -------------------------------------------------------------------------------- 1 | 59-11-101.   Short title. 2 | 3 | This chapter is known as the "Inheritance Tax Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 2, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/12/1801.txt: -------------------------------------------------------------------------------- 1 | 59-12-1801.   Title. 2 | 3 | This part is known as the "Additional State Sales and Use Tax Act." 4 | 5 | 6 | 7 | Enacted by Chapter 288, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/12/2001.txt: -------------------------------------------------------------------------------- 1 | 59-12-2001.   Title. 2 | 3 | This part is known as the "Supplemental State Sales and Use Tax Act." 4 | 5 | 6 | 7 | Enacted by Chapter 286, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/12/2101.txt: -------------------------------------------------------------------------------- 1 | 59-12-2101.   Title. 2 | 3 | This part is known as the "City or Town Option Sales and Use Tax Act." 4 | 5 | 6 | 7 | Enacted by Chapter 323, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/14/0701.txt: -------------------------------------------------------------------------------- 1 | 59-14-701.   Title. 2 | 3 | This part is known as the "Cigarette Rolling Machine Operators Act." 4 | 5 | 6 | 7 | Enacted by Chapter 148, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/18/0101.txt: -------------------------------------------------------------------------------- 1 | 59-18-101.   Short title. 2 | 3 | This chapter is known as the "Charitable Trust Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 2, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63a/09/0203.txt: -------------------------------------------------------------------------------- 1 | 63A-9-203.   Director -- Duties. 2 | 3 | The director shall establish and administer the division. 4 | 5 | 6 | 7 | Enacted by Chapter 334, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63c/07/0101.txt: -------------------------------------------------------------------------------- 1 | 63C-7-101.   Title. 2 | 3 | This chapter is known as the "Utah Communications Agency Network Act." 4 | 5 | 6 | 7 | Enacted by Chapter 136, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63c/12/0101.txt: -------------------------------------------------------------------------------- 1 | 63C-12-101.   Title. 2 | 3 | This chapter is known as the "Snake Valley Aquifer Advisory Council." 4 | 5 | 6 | 7 | Enacted by Chapter 262, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/0901.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-901.   Title. 2 | 3 | This part is known as "Cancellations, Rejections, and Debarment." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/1801.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-1801.   Title. 2 | 3 | This part is known as "Appeals to Court and Court Proceedings." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63h/01/0504.txt: -------------------------------------------------------------------------------- 1 | 63H-1-504.   Authority funds nonlapsing. 2 | 3 | All funds received by the authority are nonlapsing. 4 | 5 | 6 | 7 | Enacted by Chapter 9, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0210.txt: -------------------------------------------------------------------------------- 1 | 63I-2-210.   Repeal dates -- Title 10. 2 | 3 | Subsection 10-9a-305(2) is repealed July 1, 2013. 4 | 5 | 6 | 7 | Amended by Chapter 205, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/04a/0301.txt: -------------------------------------------------------------------------------- 1 | 63I-4a-301.   Title. 2 | 3 | This part is known as "Commercial Activities Inventory and Review." 4 | 5 | 6 | 7 | Enacted by Chapter 325, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/05/0101.txt: -------------------------------------------------------------------------------- 1 | 63I-5-101.   Title. 2 | 3 | This chapter is known as the "Utah Internal Audit Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63k/04/0101.txt: -------------------------------------------------------------------------------- 1 | 63K-4-101.   Title. 2 | 3 | This chapter is known as the "Disaster Response and Recovery Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/11/0101.txt: -------------------------------------------------------------------------------- 1 | 63M-11-101.   Title. 2 | 3 | This chapter is known as "Utah Commission on Aging." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/64/13d/0101.txt: -------------------------------------------------------------------------------- 1 | 64-13d-101.   Title. 2 | 3 | This chapter is known as the "Private Correctional Facilities Act." 4 | 5 | 6 | 7 | Enacted by Chapter 288, 1999 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/67/20/0001.txt: -------------------------------------------------------------------------------- 1 | 67-20-1.   Short title. 2 | 3 | This chapter is known as the "Volunteer Government Workers Act." 4 | 5 | 6 | 7 | Amended by Chapter 136, 1986 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/70a/02a/0101.txt: -------------------------------------------------------------------------------- 1 | 70A-2a-101.   Short title. 2 | 3 | This chapter is known as the Uniform Commercial Code - Leases. 4 | 5 | 6 | 7 | Enacted by Chapter 197, 1990 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/71/11/0001.txt: -------------------------------------------------------------------------------- 1 | 71-11-1.   Title. 2 | 3 | This chapter shall be known as the "Utah Veterans' Nursing Home Act." 4 | 5 | 6 | 7 | Amended by Chapter 134, 2000 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/72/06/0201.txt: -------------------------------------------------------------------------------- 1 | 72-6-201.   Title. 2 | 3 | This part is known as the "Public-Private Partnerships for Tollways Act." 4 | 5 | 6 | 7 | Enacted by Chapter 36, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/72/09/0101.txt: -------------------------------------------------------------------------------- 1 | 72-9-101.   Title. 2 | 3 | This chapter is known as the "Motor Carrier Safety Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 270, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/73/28/0101.txt: -------------------------------------------------------------------------------- 1 | 73-28-101.   Title. 2 | 3 | This chapter is known as the "Lake Powell Pipeline Development Act." 4 | 5 | 6 | 7 | Enacted by Chapter 216, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/73/30/0101.txt: -------------------------------------------------------------------------------- 1 | 73-30-101.   Title. 2 | 3 | This chapter is known as the "Great Salt Lake Advisory Council Act." 4 | 5 | 6 | 7 | Enacted by Chapter 141, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/75/05a/0101.txt: -------------------------------------------------------------------------------- 1 | 75-5a-101.   Short title. 2 | 3 | This part is known as the "Uniform Transfers to Minors Act." 4 | 5 | 6 | 7 | Enacted by Chapter 272, 1990 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/75/07/0101.txt: -------------------------------------------------------------------------------- 1 | 75-7-101.   Title. 2 | 3 | This chapter is known as the "Utah Uniform Trust Code." 4 | 5 | 6 | 7 | Repealed and Re-enacted by Chapter 89, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/06/1301.txt: -------------------------------------------------------------------------------- 1 | 76-6-1301.   Title. 2 | 3 | This part is known as the "Utah Automated Sales Suppression Device Act." 4 | 5 | 6 | 7 | Enacted by Chapter 32, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/06/1401.txt: -------------------------------------------------------------------------------- 1 | 76-6-1401.   Title. 2 | 3 | This part is known as "Regulation of Metal Dealers." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 187, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/77/32/0101.txt: -------------------------------------------------------------------------------- 1 | 77-32-101.   Indigent Defense Act. 2 | 3 | This chapter is known as the "Indigent Defense Act." 4 | 5 | 6 | 7 | Enacted by Chapter 354, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/04/0301.txt: -------------------------------------------------------------------------------- 1 | 78B-4-301.   Title. 2 | 3 | This part is known as the "Commonsense Consumption Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/05/0301.txt: -------------------------------------------------------------------------------- 1 | 78B-5-301.   Title. 2 | 3 | This part is known as the "Utah Foreign Judgment Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/12/0101.txt: -------------------------------------------------------------------------------- 1 | 78B-12-101.   Title. 2 | 3 | This chapter is known as the "Utah Child Support Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/01/0001.txt: -------------------------------------------------------------------------------- 1 | 4-1-1.   Short title. 2 | 3 | This title shall be known and may be cited as the "Utah Agricultural Code." 4 | 5 | 6 | 7 | Enacted by Chapter 2, 1979 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/13/0001.txt: -------------------------------------------------------------------------------- 1 | 4-13-1.   Short title. 2 | 3 | This chapter shall be known and may be cited as the "Utah Fertilizer Act." 4 | 5 | 6 | 7 | Enacted by Chapter 2, 1979 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/15/0001.txt: -------------------------------------------------------------------------------- 1 | 4-15-1.   Short title. 2 | 3 | This chapter shall be known and may be cited as "The Utah Nursery Act." 4 | 5 | 6 | 7 | Enacted by Chapter 126, 1981 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/18/0101.txt: -------------------------------------------------------------------------------- 1 | 4-18-101.   Title. 2 | 3 | This chapter is known as the "Conservation Commission Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 227, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/35/0001.txt: -------------------------------------------------------------------------------- 1 | 4-35-1.   Short title. 2 | 3 | This chapter is known as the "Insect Infestation Emergency Control Act." 4 | 5 | 6 | 7 | Enacted by Chapter 133, 1985 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/07/18a/0101.txt: -------------------------------------------------------------------------------- 1 | 7-18a-101.   Title. 2 | 3 | This chapter is known as the "Utah Foreign Depository Institutions Act." 4 | 5 | 6 | 7 | Enacted by Chapter 63, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/09/01/0801.txt: -------------------------------------------------------------------------------- 1 | 9-1-801.   Title. 2 | 3 | This part is known as the "Commission on National and Community Service Act." 4 | 5 | 6 | 7 | Enacted by Chapter 119, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/09/06/0401.txt: -------------------------------------------------------------------------------- 1 | 9-6-401.   Short title. 2 | 3 | This part is known as the "Utah Percent-for-Art Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 241, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/09/08/0801.txt: -------------------------------------------------------------------------------- 1 | 9-8-801.   Short title. 2 | 3 | This part is known as the "Preserve Our Heritage Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 241, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/01/0301.txt: -------------------------------------------------------------------------------- 1 | 10-1-301.   Title. 2 | 3 | This part shall be known as the "Municipal Energy Sales and Use Tax Act." 4 | 5 | 6 | 7 | Enacted by Chapter 280, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/01/0401.txt: -------------------------------------------------------------------------------- 1 | 10-1-401.   Title. 2 | 3 | This part is known as the "Municipal Telecommunications License Tax Act." 4 | 5 | 6 | 7 | Enacted by Chapter 253, 2003 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/08/0025.txt: -------------------------------------------------------------------------------- 1 | 10-8-25.   Crosswalks, curbs and gutters. 2 | 3 | They may provide for and regulate the use of crosswalks, curbs and gutters. 4 | 5 | 6 | 7 | No Change Since 1953 8 | 9 | -------------------------------------------------------------------------------- /code/11/01/0006.txt: -------------------------------------------------------------------------------- 1 | 11-1-6.   Violation of act a misdemeanor. 2 | 3 | Anyone violating the provisions of this act shall be guilty of a misdemeanor. 4 | 5 | 6 | 7 | No Change Since 1953 8 | 9 | -------------------------------------------------------------------------------- /code/11/13/0101.txt: -------------------------------------------------------------------------------- 1 | 11-13-101.   Title. 2 | 3 | This chapter is known as the "Interlocal Cooperation Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 286, 2002 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/11/49/0101.txt: -------------------------------------------------------------------------------- 1 | 11-49-101.   Title. 2 | 3 | This chapter is known as "Political Subdivisions Ethics Review Commission." 4 | 5 | 6 | 7 | Enacted by Chapter 202, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/05b/0101.txt: -------------------------------------------------------------------------------- 1 | 13-5b-101.   Title. 2 | 3 | This chapter is known as the "Integrated Health System Fair Practices Act." 4 | 5 | 6 | 7 | Enacted by Chapter 172, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/25a/0101.txt: -------------------------------------------------------------------------------- 1 | 13-25a-101.   Title. 2 | 3 | This chapter is known as the "Telephone and Facsimile Solicitation Act." 4 | 5 | 6 | 7 | Enacted by Chapter 26, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/32/0106.txt: -------------------------------------------------------------------------------- 1 | 13-32-106.   Penalties. 2 | 3 | A person who violates this chapter is guilty of a class C misdemeanor. 4 | 5 | 6 | 7 | Enacted by Chapter 68, 1999 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/34/0101.txt: -------------------------------------------------------------------------------- 1 | 13-34-101.   Title. 2 | 3 | This chapter is known as the "Utah Postsecondary Proprietary School Act." 4 | 5 | 6 | 7 | Enacted by Chapter 222, 2002 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/42/0101.txt: -------------------------------------------------------------------------------- 1 | 13-42-101.   Title. 2 | 3 | This chapter shall be known as the "Uniform Debt-Management Services Act." 4 | 5 | 6 | 7 | Enacted by Chapter 154, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/48/0101.txt: -------------------------------------------------------------------------------- 1 | 13-48-101.   Title. 2 | 3 | This chapter is known as the "Motor Vehicle Rental Company Disclosure Act." 4 | 5 | 6 | 7 | Enacted by Chapter 357, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/49/0101.txt: -------------------------------------------------------------------------------- 1 | 13-49-101.   Title. 2 | 3 | This chapter is known as the "Immigration Consultants Registration Act." 4 | 5 | 6 | 7 | Enacted by Chapter 375, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/16/10a/0101.txt: -------------------------------------------------------------------------------- 1 | 16-10a-101.   Short title. 2 | 3 | This chapter is known as the Utah Revised Business Corporation Act. 4 | 5 | 6 | 7 | Enacted by Chapter 277, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/16/16/0101.txt: -------------------------------------------------------------------------------- 1 | 16-16-101.   Title. 2 | 3 | This chapter is known as the "Uniform Limited Cooperative Association Act." 4 | 5 | 6 | 7 | Enacted by Chapter 363, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17/19/0030.txt: -------------------------------------------------------------------------------- 1 | 17-19-30.   Scope. 2 | 3 | The provisions of this chapter do not apply to a county of the first class. 4 | 5 | 6 | 7 | Enacted by Chapter 17, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/01/0401.txt: -------------------------------------------------------------------------------- 1 | 19-1-401.   Title. 2 | 3 | This part is known as the "Clean Fuels and Vehicle Technology Program Act." 4 | 5 | 6 | 7 | Amended by Chapter 136, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/04/0101.txt: -------------------------------------------------------------------------------- 1 | 19-4-101.   Short title. 2 | 3 | This chapter is known as the "Safe Drinking Water Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 112, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/06/0501.txt: -------------------------------------------------------------------------------- 1 | 19-6-501.   Short title. 2 | 3 | This part is known as the "Solid Waste Management Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 112, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/20a/11/1201.txt: -------------------------------------------------------------------------------- 1 | 20A-11-1201.   Title. 2 | 3 | This part is known as the "Political Activities of Public Entities Act." 4 | 5 | 6 | 7 | Amended by Chapter 21, 1999 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/23/27/0101.txt: -------------------------------------------------------------------------------- 1 | 23-27-101.   Title. 2 | 3 | This chapter is known as the "Aquatic Invasive Species Interdiction Act." 4 | 5 | 6 | 7 | Enacted by Chapter 284, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/08a/0101.txt: -------------------------------------------------------------------------------- 1 | 26-8a-101.   Title. 2 | 3 | This chapter is known as the "Utah Emergency Medical Services System Act." 4 | 5 | 6 | 7 | Enacted by Chapter 141, 1999 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/09f/0101.txt: -------------------------------------------------------------------------------- 1 | 26-9f-101.   Title. 2 | 3 | This chapter is known as the "Utah Digital Health Service Commission Act." 4 | 5 | 6 | 7 | Amended by Chapter 33, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/23b/0101.txt: -------------------------------------------------------------------------------- 1 | 26-23b-101.   Title. 2 | 3 | This chapter is known as the "Detection of Public Health Emergencies Act." 4 | 5 | 6 | 7 | Enacted by Chapter 155, 2002 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/53/0101.txt: -------------------------------------------------------------------------------- 1 | 26-53-101.   Title. 2 | 3 | This chapter is known as the "Protection of Athletes With Head Injuries Act." 4 | 5 | 6 | 7 | Enacted by Chapter 97, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/06b/0101.txt: -------------------------------------------------------------------------------- 1 | 31A-6b-101.   Title. 2 | 3 | This chapter is known as the "Guaranteed Asset Protection Waiver Act." 4 | 5 | 6 | 7 | Enacted by Chapter 274, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/09/0106.txt: -------------------------------------------------------------------------------- 1 | 31A-9-106.   Miscellaneous provisions. 2 | 3 | Sections 31A-5-105 and 31A-5-106 apply to fraternals. 4 | 5 | 6 | 7 | Amended by Chapter 10, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/09/0302.txt: -------------------------------------------------------------------------------- 1 | 31A-9-302.   Registration of securities. 2 | 3 | Section 31A-5-302 applies to securities of fraternals. 4 | 5 | 6 | 7 | Enacted by Chapter 242, 1985 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/21/0502.txt: -------------------------------------------------------------------------------- 1 | 31A-21-502.   Scope of part. 2 | 3 | This part applies to only life and accident and health insurance. 4 | 5 | 6 | 7 | Amended by Chapter 116, 2001 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/22/1601.txt: -------------------------------------------------------------------------------- 1 | 31A-22-1601.   Title. 2 | 3 | This part is known as the "Genetic Testing Restrictions on Insurers Act." 4 | 5 | 6 | 7 | Enacted by Chapter 120, 2002 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/27/0502.txt: -------------------------------------------------------------------------------- 1 | 31A-27-502.   Definitions. 2 | 3 | As used in this part, "record" is as defined in Section 31A-27a-102. 4 | 5 | 6 | 7 | Enacted by Chapter 309, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/38/0101.txt: -------------------------------------------------------------------------------- 1 | 31A-38-101.   Title. 2 | 3 | This chapter is known as the "Federal Health Care Tax Credit Program Act." 4 | 5 | 6 | 7 | Enacted by Chapter 2, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/43/0101.txt: -------------------------------------------------------------------------------- 1 | 31A-43-101.   Title. 2 | 3 | This chapter is known as the "Small Employer Stop-Loss Insurance Act." 4 | 5 | 6 | 7 | Enacted by Chapter 341, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/03/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-3-101.   Title. 2 | 3 | This chapter is known as the "Disciplinary Actions and Enforcement Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/11/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-11-101.   Title. 2 | 3 | This chapter is known as the "Manufacturing and Related Licenses Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/11/0601.txt: -------------------------------------------------------------------------------- 1 | 32B-11-601.   Title. 2 | 3 | This part is known as the "Local Industry Representative License Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34/44/0101.txt: -------------------------------------------------------------------------------- 1 | 34-44-101.   Title. 2 | 3 | This chapter is known as the "Sales Representative Commission Payment Act." 4 | 5 | 6 | 7 | Enacted by Chapter 65, 2007 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34/45/0101.txt: -------------------------------------------------------------------------------- 1 | 34-45-101.   Title. 2 | 3 | This chapter is known as "Protection of Activities in Private Vehicles." 4 | 5 | 6 | 7 | Enacted by Chapter 379, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34a/02/1001.txt: -------------------------------------------------------------------------------- 1 | 34A-2-1001.   Title. 2 | 3 | This part is known as the "Workers' Compensation Coverage Waivers Act." 4 | 5 | 6 | 7 | Enacted by Chapter 328, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/35a/03/0501.txt: -------------------------------------------------------------------------------- 1 | 35A-3-501.   Title. 2 | 3 | This part is known as the "Social Capital Formation Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 174, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/35a/08/0701.txt: -------------------------------------------------------------------------------- 1 | 35A-8-701.   Title. 2 | 3 | This part is known as the "Utah Housing Corporation Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 212, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/35a/08/1001.txt: -------------------------------------------------------------------------------- 1 | 35A-8-1001.   Title. 2 | 3 | This part is known as the "State Community Services Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 212, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/35a/09/0101.txt: -------------------------------------------------------------------------------- 1 | 35A-9-101.   Title. 2 | 3 | This chapter is known as the "Intergenerational Poverty Mitigation Act." 4 | 5 | 6 | 7 | Enacted by Chapter 185, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/36/11/0101.txt: -------------------------------------------------------------------------------- 1 | 36-11-101.   Short title. 2 | 3 | This chapter is known as the "Lobbyist Disclosure and Regulation Act." 4 | 5 | 6 | 7 | Enacted by Chapter 280, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/36/27/0101.txt: -------------------------------------------------------------------------------- 1 | 36-27-101.   Title. 2 | 3 | This chapter is known as "Legislature's Counsel to United States Senators." 4 | 5 | 6 | 7 | Enacted by Chapter 390, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/39/07/0101.txt: -------------------------------------------------------------------------------- 1 | 39-7-101.   Short title. 2 | 3 | This chapter is known as the Utah Service Members' Civil Relief Act. 4 | 5 | 6 | 7 | Enacted by Chapter 306, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/41/03/0101.txt: -------------------------------------------------------------------------------- 1 | 41-3-101.   Short title. 2 | 3 | This chapter is known as the Motor Vehicle Business Regulation Act. 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/41/06a/2001.txt: -------------------------------------------------------------------------------- 1 | 41-6a-2001.   Title. 2 | 3 | This part is known as the "Automatic License Plate Reader System Act." 4 | 5 | 6 | 7 | Enacted by Chapter 447, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/48/01d/0602.txt: -------------------------------------------------------------------------------- 1 | 48-1d-602.   Nature of transferable interest. 2 | 3 | A transferable interest is personal property. 4 | 5 | 6 | 7 | Enacted by Chapter 412, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/48/02c/0101.txt: -------------------------------------------------------------------------------- 1 | 48-2c-101.   Title. 2 | 3 | This chapter is known as the "Utah Revised Limited Liability Company Act." 4 | 5 | 6 | 7 | Enacted by Chapter 260, 2001 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/48/03a/0501.txt: -------------------------------------------------------------------------------- 1 | 48-3a-501.   Nature of transferable interest. 2 | 3 | A transferable interest is personal property. 4 | 5 | 6 | 7 | Enacted by Chapter 412, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/49/16/0101.txt: -------------------------------------------------------------------------------- 1 | 49-16-101.   Title. 2 | 3 | This chapter is known as the "Firefighters' Retirement Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 250, 2002 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/51/07a/0101.txt: -------------------------------------------------------------------------------- 1 | 51-7a-101.   Title. 2 | 3 | This chapter is known as the "Investment of Land Grant Trust Fund Money." 4 | 5 | 6 | 7 | Amended by Chapter 342, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/51/07b/0101.txt: -------------------------------------------------------------------------------- 1 | 51-7b-101.   Title. 2 | 3 | This chapter is known as "Investment of Permanent State Trust Fund Money." 4 | 5 | 6 | 7 | Enacted by Chapter 211, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/51/09/0501.txt: -------------------------------------------------------------------------------- 1 | 51-9-501.   Title. 2 | 3 | This part is known as the "Transition for Repealed Navajo Trust Fund Act." 4 | 5 | 6 | 7 | Enacted by Chapter 202, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/02a/0601.txt: -------------------------------------------------------------------------------- 1 | 53-2a-601.   Title. 2 | 3 | This part is known as the "Disaster Recovery Funding Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 295, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/03/0501.txt: -------------------------------------------------------------------------------- 1 | 53-3-501.   Short title. 2 | 3 | This part is known as the "Commercial Driver Training Schools Act." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/16/0101.txt: -------------------------------------------------------------------------------- 1 | 53-16-101.   Title. 2 | 3 | This chapter is known as the "Canine Body Armor Restricted Account Act." 4 | 5 | 6 | 7 | Enacted by Chapter 294, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/25b/0101.txt: -------------------------------------------------------------------------------- 1 | 53A-25b-101.   Title. 2 | 3 | This chapter is known as the "Utah Schools for the Deaf and the Blind." 4 | 5 | 6 | 7 | Enacted by Chapter 294, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53b/03/0108.txt: -------------------------------------------------------------------------------- 1 | 53B-3-108.   Violation of chapter a misdemeanor. 2 | 3 | A violation of this chapter is a misdemeanor. 4 | 5 | 6 | 7 | Enacted by Chapter 167, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53b/08e/0101.txt: -------------------------------------------------------------------------------- 1 | 53B-8e-101.   Title. 2 | 3 | This chapter is known as the "Utah Purple Heart Recipients' Tuition Act." 4 | 5 | 6 | 7 | Enacted by Chapter 181, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53b/13/0101.txt: -------------------------------------------------------------------------------- 1 | 53B-13-101.   Short title of chapter. 2 | 3 | This chapter is known as the "Higher Education Loan Act." 4 | 5 | 6 | 7 | Enacted by Chapter 167, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/57/23/0001.txt: -------------------------------------------------------------------------------- 1 | 57-23-1.   Short title. 2 | 3 | This chapter is known as the "Real Estate Cooperative Marketing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 262, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/26a/0101.txt: -------------------------------------------------------------------------------- 1 | 58-26a-101.   Title. 2 | 3 | This chapter is known as the "Certified Public Accountant Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 261, 2000 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/28/0101.txt: -------------------------------------------------------------------------------- 1 | 58-28-101.   Short title. 2 | 3 | This chapter is known as the "Veterinary Practice Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 109, 2006 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/31d/0101.txt: -------------------------------------------------------------------------------- 1 | 58-31d-101.   Title. 2 | 3 | This chapter is known as the "Advanced Practice Registered Nurse Compact." 4 | 5 | 6 | 7 | Enacted by Chapter 15, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/46a/0101.txt: -------------------------------------------------------------------------------- 1 | 58-46a-101.   Title. 2 | 3 | This chapter is known as the "Hearing Instrument Specialist Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 28, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/60/0401.txt: -------------------------------------------------------------------------------- 1 | 58-60-401.   Title. 2 | 3 | This part is known as the "Clinical Mental Health Counselor Licensing Act." 4 | 5 | 6 | 7 | Amended by Chapter 179, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/64/0101.txt: -------------------------------------------------------------------------------- 1 | 58-64-101.   Title. 2 | 3 | This chapter is known as the "Deception Detection Examiners Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 215, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/79/0101.txt: -------------------------------------------------------------------------------- 1 | 58-79-101.   Title. 2 | 3 | This chapter is known as the "Hunting Guides and Outfitters Licensing Act." 4 | 5 | 6 | 7 | Enacted by Chapter 52, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/01/1505.txt: -------------------------------------------------------------------------------- 1 | 59-1-1505.   Attorney general to enforce part. 2 | 3 | The attorney general shall enforce this part. 4 | 5 | 6 | 7 | Enacted by Chapter 399, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/02/1501.txt: -------------------------------------------------------------------------------- 1 | 59-2-1501.   Title. 2 | 3 | This part is known as the "Transportable Factory-Built Housing Unit Act." 4 | 5 | 6 | 7 | Enacted by Chapter 243, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/10/0101.txt: -------------------------------------------------------------------------------- 1 | 59-10-101.   Short title. 2 | 3 | This chapter is known as the "Individual Income Tax Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 2, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/12/0101.txt: -------------------------------------------------------------------------------- 1 | 59-12-101.   Short title. 2 | 3 | This chapter is known as the "Sales and Use Tax Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 5, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/26/0101.txt: -------------------------------------------------------------------------------- 1 | 59-26-101.   Title. 2 | 3 | This chapter is known as the "Multi-Channel Video or Audio Service Tax Act." 4 | 5 | 6 | 7 | Enacted by Chapter 300, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/61/01/0028.txt: -------------------------------------------------------------------------------- 1 | 61-1-28.   Citation of chapter. 2 | 3 | This chapter may be cited as the Utah Uniform Securities Act. 4 | 5 | 6 | 7 | Amended by Chapter 284, 1983 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/61/02f/0101.txt: -------------------------------------------------------------------------------- 1 | 61-2f-101.   Title. 2 | 3 | This chapter is known as the "Real Estate Licensing and Practices Act." 4 | 5 | 6 | 7 | Enacted by Chapter 379, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63a/01/0113.txt: -------------------------------------------------------------------------------- 1 | 63A-1-113.   Agency exempt from title. 2 | 3 | The Utah Housing Corporation is exempt from this title. 4 | 5 | 6 | 7 | Amended by Chapter 71, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63a/11/0101.txt: -------------------------------------------------------------------------------- 1 | 63A-11-101.   Title. 2 | 3 | This chapter is known as the "Child Welfare Parental Defense Program." 4 | 5 | 6 | 7 | Amended by Chapter 265, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63a/14/0201.txt: -------------------------------------------------------------------------------- 1 | 63A-14-201.   Title. 2 | 3 | This part is known as "Independent Executive Branch Ethics Commission." 4 | 5 | 6 | 7 | Enacted by Chapter 426, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/06a/1901.txt: -------------------------------------------------------------------------------- 1 | 63G-6a-1901.   Title. 2 | 3 | This part is known as "General Provisions Related to Protest or Appeal." 4 | 5 | 6 | 7 | Enacted by Chapter 347, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63g/15/0101.txt: -------------------------------------------------------------------------------- 1 | 63G-15-101.   Title. 2 | 3 | This chapter is known as the "State Issued Identification Number Act." 4 | 5 | 6 | 7 | Enacted by Chapter 250, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63h/02/0101.txt: -------------------------------------------------------------------------------- 1 | 63H-2-101.   Title. 2 | 3 | This chapter is known as the "Utah Energy Infrastructure Authority Act." 4 | 5 | 6 | 7 | Amended by Chapter 37, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63i/02/0265.txt: -------------------------------------------------------------------------------- 1 | 63I-2-265.   Repeal dates -- Title 65A. 2 | 3 | Subsection 65A-5-1(4) is repealed on December 2, 2013. 4 | 5 | 6 | 7 | Enacted by Chapter 3, 2013 Special Session 2 8 | 9 | -------------------------------------------------------------------------------- /code/63i/04a/0201.txt: -------------------------------------------------------------------------------- 1 | 63I-4a-201.   Title. 2 | 3 | This part is known as "Free Market Protection and Privatization Board." 4 | 5 | 6 | 7 | Enacted by Chapter 325, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63j/04/0101.txt: -------------------------------------------------------------------------------- 1 | 63J-4-101.   Title. 2 | 3 | This chapter is known as the "Governor's Office of Management and Budget." 4 | 5 | 6 | 7 | Amended by Chapter 310, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63k/02/0101.txt: -------------------------------------------------------------------------------- 1 | 63K-2-101.   Title. 2 | 3 | This chapter is known as the "Energy Emergency Powers of the Governor Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63l/05/0101.txt: -------------------------------------------------------------------------------- 1 | 63L-5-101.   Title. 2 | 3 | This chapter is known as the "Utah Religious Land Use Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/01/2201.txt: -------------------------------------------------------------------------------- 1 | 63M-1-2201.   Title. 2 | 3 | This part is known as the "Transient Room Tax Fund Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/01/2601.txt: -------------------------------------------------------------------------------- 1 | 63M-1-2601.   Title. 2 | 3 | This part is known as "Government Procurement Private Proposal Program." 4 | 5 | 6 | 7 | Enacted by Chapter 352, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/63m/04/0501.txt: -------------------------------------------------------------------------------- 1 | 63M-4-501.   Title. 2 | 3 | This part is known as the "Alternative Energy Development Tax Credit Act." 4 | 5 | 6 | 7 | Enacted by Chapter 410, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/67/21/0001.txt: -------------------------------------------------------------------------------- 1 | 67-21-1.   Short title. 2 | 3 | This chapter is known as the "Utah Protection of Public Employees Act." 4 | 5 | 6 | 7 | Enacted by Chapter 216, 1985 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/72/03/0101.txt: -------------------------------------------------------------------------------- 1 | 72-3-101.   Title. 2 | 3 | This chapter is known as the "Highway Jurisdiction and Classification Act." 4 | 5 | 6 | 7 | Enacted by Chapter 270, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/72/06/0101.txt: -------------------------------------------------------------------------------- 1 | 72-6-101.   Title. 2 | 3 | This chapter is known as the "Construction, Maintenance, and Operations Act." 4 | 5 | 6 | 7 | Enacted by Chapter 270, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/73/03b/0101.txt: -------------------------------------------------------------------------------- 1 | 73-3b-101.   Short title. 2 | 3 | This chapter is known as the "Groundwater Recharge and Recovery Act." 4 | 5 | 6 | 7 | Enacted by Chapter 146, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/01/0101.txt: -------------------------------------------------------------------------------- 1 | 76-1-101.   Short title. 2 | 3 | This title shall be known and may be cited as the "Utah Criminal Code." 4 | 5 | 6 | 7 | Enacted by Chapter 196, 1973 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/76/06a/0001.txt: -------------------------------------------------------------------------------- 1 | 76-6a-1.   Short title. 2 | 3 | This act shall be known and may be cited as the "Pyramid Scheme Act." 4 | 5 | 6 | 7 | Enacted by Chapter 89, 1983 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/77/38/0001.txt: -------------------------------------------------------------------------------- 1 | 77-38-1.   Title. 2 | 3 | This act shall be known and may be cited as the "Rights of Crime Victims Act." 4 | 5 | 6 | 7 | Enacted by Chapter 198, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/77/38/0301.txt: -------------------------------------------------------------------------------- 1 | 77-38-301.   Title. 2 | 3 | This part is known as the "Profits from Notorious Criminal Activity Act." 4 | 5 | 6 | 7 | Amended by Chapter 260, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78a/06/1201.txt: -------------------------------------------------------------------------------- 1 | 78A-6-1201.   Title. 2 | 3 | This part is known as the "Utah Youth Court Diversion Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/05/0401.txt: -------------------------------------------------------------------------------- 1 | 78B-5-401.   Title. 2 | 3 | This part is known as the "Uniform Foreign-Money Claims Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/09/0401.txt: -------------------------------------------------------------------------------- 1 | 78B-9-401.   Title. 2 | 3 | This part is known as "Postconviction Determination of Factual Innocence." 4 | 5 | 6 | 7 | Enacted by Chapter 358, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/10/0101.txt: -------------------------------------------------------------------------------- 1 | 78B-10-101.   Title. 2 | 3 | This chapter is known as the "Utah Uniform Mediation Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/11/0101.txt: -------------------------------------------------------------------------------- 1 | 78B-11-101.   Title. 2 | 3 | This chapter is known as the "Utah Uniform Arbitration Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/15/0101.txt: -------------------------------------------------------------------------------- 1 | 78B-15-101.   Title. 2 | 3 | This chapter is known as the "Utah Uniform Parentage Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 3, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/78b/19/0101.txt: -------------------------------------------------------------------------------- 1 | 78B-19-101.   Title. 2 | 3 | This chapter may be cited as the "Utah Uniform Collaborative Law Act." 4 | 5 | 6 | 7 | Enacted by Chapter 382, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/11/0001.txt: -------------------------------------------------------------------------------- 1 | 4-11-1.   Short title. 2 | 3 | This chapter shall be known and may be cited as the "Utah Bee Inspection Act." 4 | 5 | 6 | 7 | Enacted by Chapter 2, 1979 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/04/17/0001.txt: -------------------------------------------------------------------------------- 1 | 4-17-1.   Short title. 2 | 3 | This chapter shall be known and may be cited as the "Utah Noxious Weed Act." 4 | 5 | 6 | 7 | Enacted by Chapter 126, 1981 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/09/08/0501.txt: -------------------------------------------------------------------------------- 1 | 9-8-501.   Short title. 2 | 3 | This part shall be known as the "Historical Preservation Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 241, 1992 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/03/1301.txt: -------------------------------------------------------------------------------- 1 | 10-3-1301.   Short title. 2 | 3 | This part is known as the "Municipal Officers' and Employees' Ethics Act." 4 | 5 | 6 | 7 | Amended by Chapter 147, 1989 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/10/08/0003.txt: -------------------------------------------------------------------------------- 1 | 10-8-3.   Tax districts. 2 | 3 | They may divide the city into districts for the purpose of local taxation as occasion may require. 4 | 5 | 6 | 7 | No Change Since 1953 8 | 9 | -------------------------------------------------------------------------------- /code/13/10/0001.txt: -------------------------------------------------------------------------------- 1 | 13-10-1.   Title of chapter. 2 | 3 | This chapter is known as the "Unauthorized Recording Practices Act." 4 | 5 | 6 | 7 | Amended by Chapter 325, 1995 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/13/40/0101.txt: -------------------------------------------------------------------------------- 1 | 13-40-101.   Title. 2 | 3 | This chapter is known as the "Utah E-Commerce Integrity Act." 4 | 5 | 6 | 7 | Repealed and Re-enacted by Chapter 200, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/15/06/0001.txt: -------------------------------------------------------------------------------- 1 | 15-6-1.   Short title. 2 | 3 | This act shall be known and may be cited as the "Utah Prompt Payment Act." 4 | 5 | 6 | 7 | Enacted by Chapter 300, 1983 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/16/06a/0601.txt: -------------------------------------------------------------------------------- 1 | 16-6a-601.   No requirement of members. 2 | 3 | A nonprofit corporation is not required to have members. 4 | 5 | 6 | 7 | Enacted by Chapter 300, 2000 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/16/12/0001.txt: -------------------------------------------------------------------------------- 1 | 16-12-1.   Short title. 2 | 3 | This act shall be known and cited as the "Real Estate Investment Trust Act." 4 | 5 | 6 | 7 | Enacted by Chapter 114, 1965 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/17/18a/0101.txt: -------------------------------------------------------------------------------- 1 | 17-18a-101.   Title. 2 | 3 | This chapter is known as "Powers and Duties of County and District Attorney." 4 | 5 | 6 | 7 | Enacted by Chapter 237, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/06/0101.txt: -------------------------------------------------------------------------------- 1 | 19-6-101.   Short title. 2 | 3 | This part is known as the "Solid and Hazardous Waste Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 112, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/06/0401.txt: -------------------------------------------------------------------------------- 1 | 19-6-401.   Short title. 2 | 3 | This part is known as the "Underground Storage Tank Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 112, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/19/11/0101.txt: -------------------------------------------------------------------------------- 1 | 19-11-101.   Title. 2 | 3 | This chapter is known as the "Western Interstate Nuclear Compact." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 382, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/23/21a/0001.txt: -------------------------------------------------------------------------------- 1 | 23-21a-1.   Short title. 2 | 3 | This act shall be known and may be cited as the "Pelican Management Act." 4 | 5 | 6 | 7 | Enacted by Chapter 103, 1977 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/08b/0601.txt: -------------------------------------------------------------------------------- 1 | 26-8b-601.   Title. 2 | 3 | This part is known as the "Automatic External Defibrillator Restricted Account." 4 | 5 | 6 | 7 | Enacted by Chapter 99, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/15a/0101.txt: -------------------------------------------------------------------------------- 1 | 26-15a-101.   Title. 2 | 3 | This chapter shall be known as the "Food Safety Manager Certification Act." 4 | 5 | 6 | 7 | Enacted by Chapter 345, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/18/0001.txt: -------------------------------------------------------------------------------- 1 | 26-18-1.   Short title. 2 | 3 | This chapter shall be known and may be cited as the "Medical Assistance Act." 4 | 5 | 6 | 7 | Enacted by Chapter 126, 1981 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/21/0001.txt: -------------------------------------------------------------------------------- 1 | 26-21-1.   Title. 2 | 3 | This chapter is known as the "Health Care Facility Licensing and Inspection Act." 4 | 5 | 6 | 7 | Amended by Chapter 209, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/41/0101.txt: -------------------------------------------------------------------------------- 1 | 26-41-101.   Title. 2 | 3 | This chapter is known as the "Emergency Injection for Anaphylactic Reaction Act." 4 | 5 | 6 | 7 | Enacted by Chapter 17, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26/42/0101.txt: -------------------------------------------------------------------------------- 1 | 26-42-101.   Title. 2 | 3 | This chapter is known as "Civil Penalties for Tobacco Sales to Underage Persons." 4 | 5 | 6 | 7 | Enacted by Chapter 319, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/26a/01/0101.txt: -------------------------------------------------------------------------------- 1 | 26A-1-101.   Short title. 2 | 3 | This part is known as the "Local Health Department Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 269, 1991 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/08/0201.txt: -------------------------------------------------------------------------------- 1 | 31A-8-201.   Scope of part. 2 | 3 | This part applies to all organizations doing business in this state. 4 | 5 | 6 | 7 | Amended by Chapter 123, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/08a/0101.txt: -------------------------------------------------------------------------------- 1 | 31A-8a-101.   Title. 2 | 3 | This chapter is known as the "Health Discount Program Consumer Protection Act." 4 | 5 | 6 | 7 | Enacted by Chapter 58, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/31a/29/0101.txt: -------------------------------------------------------------------------------- 1 | 31A-29-101.   Short title. 2 | 3 | This chapter is known as the "Comprehensive Health Insurance Pool Act." 4 | 5 | 6 | 7 | Enacted by Chapter 232, 1990 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/01/0607.txt: -------------------------------------------------------------------------------- 1 | 32B-1-607.   Rulemaking authority. 2 | 3 | The commission may adopt rules necessary to implement this part. 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/32b/02/0101.txt: -------------------------------------------------------------------------------- 1 | 32B-2-101.   Title. 2 | 3 | This chapter is known as the "Alcoholic Beverage Control Administration Act." 4 | 5 | 6 | 7 | Enacted by Chapter 276, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34/34/0001.txt: -------------------------------------------------------------------------------- 1 | 34-34-1.   Short title. 2 | 3 | This chapter shall be known and may be cited as the "Utah Right to Work Law." 4 | 5 | 6 | 7 | Enacted by Chapter 85, 1969 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34/47/0101.txt: -------------------------------------------------------------------------------- 1 | 34-47-101.   Title. 2 | 3 | This chapter is known as the "Worker Classification Coordinated Enforcement Act." 4 | 5 | 6 | 7 | Enacted by Chapter 15, 2011 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34a/02/0101.txt: -------------------------------------------------------------------------------- 1 | 34A-2-101.   Title. 2 | 3 | This chapter shall be known as the "Workers' Compensation Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 375, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34a/05/0101.txt: -------------------------------------------------------------------------------- 1 | 34A-5-101.   Title. 2 | 3 | This chapter shall be known as the "Utah Antidiscrimination Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 375, 1997 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/34a/11/0101.txt: -------------------------------------------------------------------------------- 1 | 34A-11-101.   Title. 2 | 3 | This chapter is known as the "Genetic Testing Restrictions on Employers Act." 4 | 5 | 6 | 7 | Enacted by Chapter 120, 2002 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/35a/08/1701.txt: -------------------------------------------------------------------------------- 1 | 35A-8-1701.   Title. 2 | 3 | This chapter is known as the "Navajo Revitalization Fund Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 212, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/36/25/0101.txt: -------------------------------------------------------------------------------- 1 | 36-25-101.   Title. 2 | 3 | This chapter is known as the "Rural Development Legislative Liaison Committee." 4 | 5 | 6 | 7 | Enacted by Chapter 73, 2004 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/36/26/0101.txt: -------------------------------------------------------------------------------- 1 | 36-26-101.   Title. 2 | 3 | This chapter is known as the "Utah International Relations and Trade Commission." 4 | 5 | 6 | 7 | Amended by Chapter 327, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/41/12a/0801.txt: -------------------------------------------------------------------------------- 1 | 41-12a-801.   Title. 2 | 3 | This part is known as the "Uninsured Motorist Identification Database Program." 4 | 5 | 6 | 7 | Enacted by Chapter 59, 1994 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/46/01/0001.txt: -------------------------------------------------------------------------------- 1 | 46-1-1.   Short title. 2 | 3 | This chapter is known as the "Notaries Public Reform Act." 4 | 5 | 6 | 7 | Repealed and Re-enacted by Chapter 222, 1988 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/51/05/0004.05.txt: -------------------------------------------------------------------------------- 1 | 51-5-4.5.   Housing Corporation exempt. 2 | 3 | The Utah Housing Corporation is exempt from this chapter. 4 | 5 | 6 | 7 | Amended by Chapter 71, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/02a/0201.txt: -------------------------------------------------------------------------------- 1 | 53-2a-201.   Title. 2 | 3 | This part is known as the "Disaster Response and Recovery Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 295, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/02a/0801.txt: -------------------------------------------------------------------------------- 1 | 53-2a-801.   Title. 2 | 3 | This part is known as the "Emergency Interim Succession Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 295, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/03/0101.txt: -------------------------------------------------------------------------------- 1 | 53-3-101.   Short title. 2 | 3 | This chapter is known as the "Uniform Driver License Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/06/0101.txt: -------------------------------------------------------------------------------- 1 | 53-6-101.   Short title. 2 | 3 | This chapter is known as the "Peace Officer Standards and Training Act." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/06/0201.txt: -------------------------------------------------------------------------------- 1 | 53-6-201.   Short title. 2 | 3 | This part is known as the "Peace Officer Training and Certification Act." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53/07/0220.txt: -------------------------------------------------------------------------------- 1 | 53-7-220.   Short title. 2 | 3 | Sections 53-7-220 through 53-7-225 are known as the "Utah Fireworks Act." 4 | 5 | 6 | 7 | Enacted by Chapter 234, 1993 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53a/08a/0101.txt: -------------------------------------------------------------------------------- 1 | 53A-8a-101.   Title. 2 | 3 | This chapter is known as the "Public Education Human Resource Management Act." 4 | 5 | 6 | 7 | Enacted by Chapter 425, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53b/08d/0101.txt: -------------------------------------------------------------------------------- 1 | 53B-8d-101.   Title. 2 | 3 | This chapter is known as the "Tuition Waivers for Wards of the State Act." 4 | 5 | 6 | 7 | Enacted by Chapter 279, 2001 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/53b/25/0101.txt: -------------------------------------------------------------------------------- 1 | 53B-25-101.   Title. 2 | 3 | This chapter is known as the "Internet Postsecondary Institution Privacy Act." 4 | 5 | 6 | 7 | Enacted by Chapter 94, 2013 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/54/17/0606.txt: -------------------------------------------------------------------------------- 1 | 54-17-606.   Commission rules. 2 | 3 | The commission shall make rules as necessary to implement this part. 4 | 5 | 6 | 7 | Enacted by Chapter 374, 2008 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/57/08/0001.txt: -------------------------------------------------------------------------------- 1 | 57-8-1.   Short title. 2 | 3 | This act shall be known and may be cited as the "Condominium Ownership Act." 4 | 5 | 6 | 7 | Enacted by Chapter 111, 1963 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/57/13b/0101.txt: -------------------------------------------------------------------------------- 1 | 57-13b-101.   Title. 2 | 3 | This chapter is known as the "Easement for Historical Livestock Trail Act." 4 | 5 | 6 | 7 | Enacted by Chapter 118, 2005 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/57/19/0001.txt: -------------------------------------------------------------------------------- 1 | 57-19-1.   Short title. 2 | 3 | This chapter is known and may be cited as the "Timeshare and Camp Resort Act." 4 | 5 | 6 | 7 | Enacted by Chapter 73, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/13/0001.txt: -------------------------------------------------------------------------------- 1 | 58-13-1.   Title. 2 | 3 | This chapter is known as the "Health Care Providers Immunity from Liability Act." 4 | 5 | 6 | 7 | Enacted by Chapter 253, 1996 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/40/0101.txt: -------------------------------------------------------------------------------- 1 | 58-40-101.   Title. 2 | 3 | This chapter is known as the "Recreational Therapy Practice Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 82, 2012 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/53/0101.txt: -------------------------------------------------------------------------------- 1 | 58-53-101.   Title. 2 | 3 | This chapter is known as the "Landscape Architects Licensing Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 191, 1998 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/80a/0101.txt: -------------------------------------------------------------------------------- 1 | 58-80a-101.   Title. 2 | 3 | This chapter is known as the "Medical Language Interpreter Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 127, 2010 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/58/81/0101.txt: -------------------------------------------------------------------------------- 1 | 58-81-101.   Title. 2 | 3 | This chapter is known as the "Retired Volunteer Health Care Practitioner Act." 4 | 5 | 6 | 7 | Enacted by Chapter 263, 2009 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/03/0101.txt: -------------------------------------------------------------------------------- 1 | 59-3-101.   Short title. 2 | 3 | This chapter is known as the "Tax Equivalent Property Act." 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 2, 1987 General Session 8 | 9 | -------------------------------------------------------------------------------- /code/59/14/0507.txt: -------------------------------------------------------------------------------- 1 | 59-14-507.   Penalty for violation. 2 | 3 | Violation of this part is a class B misdemeanor. 4 | 5 | 6 | 7 | Renumbered and Amended by Chapter 2, 1987 General Session 8 | 9 | --------------------------------------------------------------------------------