Merge pull request #4 from Influence-Tools/legal-titles-01-11
Legal corpus: U.S. Code titles 1–11 + CI gate + true counts
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
name: check
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
# Standard library only — no dependencies to install.
|
||||
- name: Build (deterministic regeneration)
|
||||
run: make build
|
||||
- name: Verify the build changed nothing
|
||||
run: |
|
||||
if ! git diff --quiet; then
|
||||
echo "::error::make build produced a diff — committed tree is not the deterministic build output"
|
||||
git diff --stat
|
||||
exit 1
|
||||
fi
|
||||
- name: Validate (OKF + schema + link integrity)
|
||||
run: make validate
|
||||
@@ -19,7 +19,9 @@ board: ## Rebuild the Board (inlines fresh data into viz/board.html)
|
||||
changelog: ## What changed in the government since the last commit (BASE/HEAD overridable)
|
||||
python3 scripts/generate_changelog.py $(BASE) $(HEAD)
|
||||
|
||||
legal-us-code: ## Ingest the pinned U.S. Code Title 52 seed corpus
|
||||
python3 scripts/ingest_us_code.py --title 52
|
||||
TITLES ?= 1 2 3 4 5 6 7 8 9 10 11 52
|
||||
|
||||
legal-us-code: ## Ingest the pinned U.S. Code titles (override with TITLES="…")
|
||||
@for t in $(TITLES); do python3 scripts/ingest_us_code.py --title $$t; done
|
||||
|
||||
check: build validate ## Build, then validate — the full gate
|
||||
|
||||
@@ -8,17 +8,17 @@ Government is already software: statutes are code, agencies are processes, elect
|
||||
|
||||
## What's in here today
|
||||
|
||||
19,721 markdown records, every one schema-validated:
|
||||
37,667 markdown records, every one schema-validated:
|
||||
|
||||
| Entity | Count | What it is |
|
||||
|---|---:|---|
|
||||
| **Person** | 13,329 | Current officeholders — federal, all 50 state legislatures, and Florida down to the municipal level. Federal members carry their bioguide ID, leadership roles, and committee seats. |
|
||||
| **Body** | 233 | The institutions themselves — the U.S. House, the Senate, 49 committees, 181 subcommittees, each with its leadership. |
|
||||
| **Candidate** | 2,494 | Everyone running for federal office in 2026, from FEC filings. |
|
||||
| **Jurisdiction** | 3,494 | Every U.S. county (3,131) and 363 congressional districts, each carrying Census demographics — the nationwide skeleton, filled with data. |
|
||||
| **LegalText** | 171 | U.S. Code Title 52, Voting and Elections, mirrored from the official OLRC XML release current through Public Law 119-100. |
|
||||
| **Jurisdiction** | 10,390 | Every U.S. county (3,131), all 435 congressional districts (Census demographics on 363), and every state legislative district — 4,927 house, 1,897 senate — the nationwide skeleton, filled with data. |
|
||||
| **LegalText** | 11,221 | U.S. Code Titles 1–11 and 52 — General Provisions through Bankruptcy, plus Voting and Elections — mirrored section-by-section from the official OLRC XML release current through Public Law 119-100. |
|
||||
|
||||
The mirror answers, with receipts: *who holds power, who runs the institution, who's running, what each place is made of,* and now *what legal text governs elections* — and, through git, *what changed.*
|
||||
The mirror answers, with receipts: *who holds power, who runs the institution, who's running, what each place is made of,* and *what the law says* — and, through git, *what changed.*
|
||||
|
||||
## How it works
|
||||
|
||||
@@ -38,7 +38,7 @@ data/legal/raw ──► scripts/ingest_*.py ──► legal/**
|
||||
|
||||
```bash
|
||||
make build # regenerate the entity tree from the raw exports
|
||||
make legal-us-code # regenerate the U.S. Code Title 52 legal corpus seed
|
||||
make legal-us-code # regenerate the U.S. Code legal corpus (TITLES="1 2 ..." overridable)
|
||||
make validate # OKF + schema + link-integrity checks on all records
|
||||
make changelog # what changed in the government since the last commit
|
||||
make board # rebuild the Board's inlined data from the tree
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812 data/legal/raw/us/code/title-01/xml_usc01@119-100.zip
|
||||
7aaac67923f94938d48361ee1ac10240986213581be5d1362850f34c3a741918 data/legal/raw/us/code/title-01/usc01.xml
|
||||
2f034b54128f0edc818ab911b66dc0e01c2b172c6aa087ac502c4e1e3ecbd1e7 legal/us/code/title-01/chapter-1/section-1.md
|
||||
d93412c464941c8b94e41ffa1239efe15334d745959588ad64a8c227c384ab48 legal/us/code/title-01/chapter-2/section-101.md
|
||||
644d1eec854f9894b3051b3f14635181ab7c5144b7586a54d68e293bc25d9722 legal/us/code/title-01/chapter-2/section-102.md
|
||||
cf6ab2b95a07859e39b492e328978e6251f4306aba05444207aeeff3ab5868f1 legal/us/code/title-01/chapter-2/section-103.md
|
||||
e2c5d794fcb94eddfab1c2722d32d92d304c77333a7cea83d193ff304f587ef9 legal/us/code/title-01/chapter-2/section-104.md
|
||||
8d4a348d643da7539658c7bea2d635cf6b618e4d9a6dd9cc8f15b8dff68b2c57 legal/us/code/title-01/chapter-2/section-105.md
|
||||
722052222dc1a1c9138e26a31b94921c4f3f3f96fa50e8f1d48ef11de2fa69fe legal/us/code/title-01/chapter-2/section-106.md
|
||||
41a84f0bbf1610c7bdd2f88279da3d0be944dbfe1df5700c650f07ab9fdbd399 legal/us/code/title-01/chapter-2/section-106a.md
|
||||
6641e8facda9f6d2c34fadef05f66521219f2113afa13a8ef8b303c6bbf952b9 legal/us/code/title-01/chapter-2/section-106b.md
|
||||
1801f013b9526338ed46f66cba36a237bacc519cd90f57ca3e701ee5c6adf032 legal/us/code/title-01/chapter-2/section-107.md
|
||||
79aa10c768a05063636a5d06ada39c333a36ea69e6b8e34cdec23bc1f530f100 legal/us/code/title-01/chapter-2/section-108.md
|
||||
bb5549ad54bbd7e9b564b9acf3f760f886e130e7846d4b352e55a9da4a9d49bc legal/us/code/title-01/chapter-2/section-109.md
|
||||
62dd5eedefad4271d459a4b673489f546ca057bc80a92b9ca9ba2c82b027eb4e legal/us/code/title-01/chapter-2/section-110.md
|
||||
62e73bd89c7e63c55721be496316dc308d4b7dab03020bf57f9381385827ae33 legal/us/code/title-01/chapter-2/section-111.md
|
||||
413eff5b35e49cb0b97932ed5268031dc1011d882718eb14c6de7a93ad7d70d0 legal/us/code/title-01/chapter-2/section-112.md
|
||||
f816d5b5ab907e3039121aa471f1753ed21aade17488f2b3d6256e604db12da2 legal/us/code/title-01/chapter-2/section-112a.md
|
||||
cf578b38b494b8092ff35c5cbc95dc1fbde52e65b2be474996eeb0a6220ae211 legal/us/code/title-01/chapter-2/section-112b.md
|
||||
6f4e5bf9f6e3ceaf47c79d4c9c39f46cc4f650e49791301fa415735c5095a1c7 legal/us/code/title-01/chapter-2/section-113.md
|
||||
880e3c5feb12fc87428cf7eb97582ffb1f8af1a41b2098c0cfff445f46d56c44 legal/us/code/title-01/chapter-2/section-114.md
|
||||
bc17e93c894e9c4105073290c9206ec17f8f432a9f2430a0f7d6ed7154e2e96f legal/us/code/title-01/chapter-1/section-2.md
|
||||
e8a05be2da2ca6cb472c50b7f5b210fceaa1164567bd9c7cee09f49414a31f38 legal/us/code/title-01/chapter-3/section-201.md
|
||||
ea344bec9623706428c83766dfa814e1cfcb0649ba63b2900d0e046b201713fe legal/us/code/title-01/chapter-3/section-202.md
|
||||
eaad3c6d1da27ebc118d8da1dbd537767d00cce44c7b388bbe5c42d4053b829e legal/us/code/title-01/chapter-3/section-203.md
|
||||
975cf8b60019a15366d3657245f50b622c6d0dbc93341cec89c6a5294aed048e legal/us/code/title-01/chapter-3/section-204.md
|
||||
0d08ce986a3d9665bb3a1acb3089cf7a8d4b9f21efe5f9f374e2db278f1fcf0c legal/us/code/title-01/chapter-3/section-205.md
|
||||
ebb939aefda1e3155a7634d6becfc9ac830c1fe6f4edb6f0b047a4d48bbf9b44 legal/us/code/title-01/chapter-3/section-206.md
|
||||
12b79a9aaa95579dfb8bb5b7fc95689c740f91a888eff71c802e8635ba917fd6 legal/us/code/title-01/chapter-3/section-207.md
|
||||
d6778d3ad5fade178ab4ff13829ca1f7b6840f4c179101bbee0f5baa21aa9fe8 legal/us/code/title-01/chapter-3/section-208.md
|
||||
a68fecd3c5010ac6051acb9d47b4febde8d5cdd6f7c732eb5824e3d0df94ad1d legal/us/code/title-01/chapter-3/section-209.md
|
||||
de09e262ef5836c5bbc7889dde8781cda2aab448da5e5ef27dad23ae3789a5be legal/us/code/title-01/chapter-3/section-210.md
|
||||
00f260a2e7b1412ec49ea7caaf07087c8800f3481a32c769a805a6a352450c02 legal/us/code/title-01/chapter-3/section-211.md
|
||||
5d36be7bb5a5a0354a4455697d952da9bee4e17eed15bc9270d820b25c53e6dc legal/us/code/title-01/chapter-3/section-212.md
|
||||
1b70ebc02b6c2f52033d1409db9df8ef17fd44dac8111e1315dbbb57ba9f82bd legal/us/code/title-01/chapter-3/section-213.md
|
||||
4c55a5198faa779809862c3fbfd74682f21e9991a8dcaa50b9c8ce1f6e58d187 legal/us/code/title-01/chapter-1/section-3.md
|
||||
653343e019fa6c301b2305611874f685ee9765216a6009ffa76ef0714a472209 legal/us/code/title-01/chapter-1/section-4.md
|
||||
62ef9b0b9b09801f00d85ba0fc4a42b58418ecbbf79ccd9acb98e5446b5e5b7d legal/us/code/title-01/chapter-1/section-5.md
|
||||
a3e0049a932926b408a7d9c5ff8012494c91aee499d83581c6bd01b8091af8c4 legal/us/code/title-01/chapter-1/section-6.md
|
||||
591c7d8d75e16c3defbe779ce5f753aa79b6aba7a36d3996b77fd14966c00b0d legal/us/code/title-01/chapter-1/section-7.md
|
||||
1eea0d334deff3d846c4044f052b5b3273e6abae34166c55afe3da8a0668bb41 legal/us/code/title-01/chapter-1/section-8.md
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,66 @@
|
||||
77a9a12d323e6a5be87d28f0cedc0395edf9086ec7ba6f6cc66191cec05ed95e data/legal/raw/us/code/title-03/xml_usc03@119-100.zip
|
||||
660a362abdbd3b4334c5b2b74fed36a6634a9312a6220a7020366c0387e85045 data/legal/raw/us/code/title-03/usc03.xml
|
||||
83b628702d0cd0d930215d434e941106c2ab3ca0230f4dcf8daf9e61847c21f7 legal/us/code/title-03/chapter-1/section-1.md
|
||||
12cb81ac6d2a163fc17259258f876b07e2a17e99446371158300a3beecd30fb1 legal/us/code/title-03/chapter-1/section-10.md
|
||||
8d6fe91dfdbb6025c8c224daaa7b12147b810dd16202c8e709f16bc30239af93 legal/us/code/title-03/chapter-2/section-101.md
|
||||
a0de6a0950e8f5226815126c646fef592e1588bc187de5a618973a2ca3988036 legal/us/code/title-03/chapter-2/section-102.md
|
||||
e3b0950363a165c81b37d300aae98cfdbe8b987188aec4d905b69b816d0f7873 legal/us/code/title-03/chapter-2/section-103.md
|
||||
cfca7ed861e80337cc7b1c73b07f36e999de8ec6512bbb1eca729a6a397db3e5 legal/us/code/title-03/chapter-2/section-104.md
|
||||
7fee7bf8f7d6c283437f76049488bfd4d328c539889da6137345db817cfcd700 legal/us/code/title-03/chapter-2/section-105.md
|
||||
26ba51eaba20ea50a6fd10c95e6a8d49c41485fc997789b9f63f03b03ab2a206 legal/us/code/title-03/chapter-2/section-106.md
|
||||
dede5754db506ea6acb11dfea94218d8ac6acdf8a17003d2d3d17486bad332d5 legal/us/code/title-03/chapter-2/section-107.md
|
||||
5cdc1da8efffb628e9aff4d24bd5d8ddb8e582e73ea34014514dd32bbc7fdae1 legal/us/code/title-03/chapter-2/section-108.md
|
||||
c853f38f2a0871a80a07beda319e56eafa5ece2d29fc31e583ba889be7c814b6 legal/us/code/title-03/chapter-2/section-109.md
|
||||
393c9536c7506394627645c041c8fa1704a634d38cd7648a8027e9ce5d924662 legal/us/code/title-03/chapter-1/section-11.md
|
||||
91118ddd48b5927b7e4801f2290cbe53a56044fa2976f01ed5780f1ede09d446 legal/us/code/title-03/chapter-2/section-110.md
|
||||
ef18e0f9e87f9bccc9030c965ca4502b065a3c3b897f187531de2de58469d86f legal/us/code/title-03/chapter-2/section-111.md
|
||||
3cd3da8d62522818c7b026717a300902408f7815fc9038953574554c90957f50 legal/us/code/title-03/chapter-2/section-112.md
|
||||
df05c9bd34f18f5601e1b2fcd9dc1c7ad3141ff408407850267627e55d1cb3d9 legal/us/code/title-03/chapter-2/section-113.md
|
||||
cad3535c42752e6e613fc5aec36768e2a6d70d64e7af2a3bdb68d0d3c0f745ee legal/us/code/title-03/chapter-2/section-114.md
|
||||
2c6b27ed01d517aef560c0e54d2c9e34ac1fc2fa3afffa9799c70f68861f933d legal/us/code/title-03/chapter-2/section-115.md
|
||||
b76b31c2277744590b78cf8954f897dc3725e3c417b4b3825f842fdd3ae30086 legal/us/code/title-03/chapter-1/section-12.md
|
||||
2ae89a75cdf5be083d23240e4abd9e7bfb4042ead19b4d8621c7df4be4672d1e legal/us/code/title-03/chapter-1/section-13.md
|
||||
9b63ab47df79bf12613d1a497e9a2eb40634820bcf7e26bd5aab100e1011309b legal/us/code/title-03/chapter-1/section-14.md
|
||||
d3e796aba7d0e0a674d5fb78d823ad4240d61a253fedd07a9fa1d37062f9e93c legal/us/code/title-03/chapter-1/section-15.md
|
||||
74b576af56f5cd38a24722a7d04d471ca4840504e461c1565d32e3c999150f54 legal/us/code/title-03/chapter-1/section-16.md
|
||||
f3efad7393cdaac97a407604092096884f17857208ce1a9252fa1d5db8610a5c legal/us/code/title-03/chapter-1/section-17.md
|
||||
54f4b07a72048c5ffeb433e8e0b7f8df4de6eb5a2399a2c1c0d291e75b4a6091 legal/us/code/title-03/chapter-1/section-18.md
|
||||
83f5e4aa884016a43ad93ac551f6defbea7788f15af2feb5e4711ccc06aab630 legal/us/code/title-03/chapter-1/section-19.md
|
||||
d7366bc20919ab58a40e52e5981ae84f3c1ca2c7dc915d8cf3868c33d866df85 legal/us/code/title-03/chapter-1/section-2.md
|
||||
f19be9f1dd62266afc82fcfcabbe92f564c4832e4ed05018487ee5b0e570745d legal/us/code/title-03/chapter-1/section-20.md
|
||||
dd1b4099fc5bed76dd1d68b3d3f2a51eb589cfc8196577d55c097d81da8fb4a6 legal/us/code/title-03/chapter-[ 3/section-201.md
|
||||
dad08a2488149484dc8d4ff95d661b9a1a0ccb98d3f9bbc04b638efca0898d2a legal/us/code/title-03/chapter-[ 3/section-202-to-204.md
|
||||
2c0ed28c32193cdf28ce8ce2a50b3d684f774a6cb53b2ea4011e9a326f05e8b9 legal/us/code/title-03/chapter-[ 3/section-205.md
|
||||
0016a15ea49afb34e8615bc40b04fa68e0b0402a7f8ee7d1236387ab76ace964 legal/us/code/title-03/chapter-[ 3/section-206-to-209.md
|
||||
787a45ad198728a917db2f9eca8d5f84de23cc0a7918961715916fcb2b43f58f legal/us/code/title-03/chapter-1/section-21.md
|
||||
f6aa7c551de397da2fbca3560d193acad1a1176d5a4a30ed6808f2365ab3b2e7 legal/us/code/title-03/chapter-1/section-22.md
|
||||
3d61f4040ebcf9fcd1106ef6ff1ac39ed5d9e092e92b2aa96ede20b90954aaa0 legal/us/code/title-03/chapter-1/section-3.md
|
||||
d1848f982b3e9fa2c936d544666179edb5be1eb5cdbffc2ca7c64d16a53eb07c legal/us/code/title-03/chapter-4/section-301.md
|
||||
36bbb5e728511f3d53ade7050334bdcbd24a9107e3487636ee8846bead67360d legal/us/code/title-03/chapter-4/section-302.md
|
||||
f87141567dcede0ad197190c5ebae66c6b3b12512de70f4d6c066f5d1fef73ad legal/us/code/title-03/chapter-4/section-303.md
|
||||
aeafb97cfb1982ab12540c450cc7a2c830b8aff977f86e624b6653270d679b99 legal/us/code/title-03/chapter-1/section-4.md
|
||||
e7d4b334304159878f82ea794c5b368d21304034d5e7d88bf6938466d471508c legal/us/code/title-03/chapter-5/section-401.md
|
||||
c724477bda0b5a6ec451950d88e82393af29950b5272ba10aeac42181bc86806 legal/us/code/title-03/chapter-5/section-402.md
|
||||
7b4dcbb0d5c4be1ea4450b587455351d7f3dd639ef93bd4698c9b7e23750fdf1 legal/us/code/title-03/chapter-5/section-411.md
|
||||
f9f7ca630742b557c3a560257922447ae428c3d4b5deb86d31e9a45fd829c65b legal/us/code/title-03/chapter-5/section-412.md
|
||||
0adf955c0f52f1ca61d36d142c8e7c0f877d8f1da52d6f5fc4a7a3fbb1edd820 legal/us/code/title-03/chapter-5/section-413.md
|
||||
b6a318ebc6917ea10be2d68593f9a6598552504cb431a965595f9a2d3d8b040e legal/us/code/title-03/chapter-5/section-414.md
|
||||
819146941e4ae534c1ae780a0da924adb869bbb5c3272087566746f8811ef714 legal/us/code/title-03/chapter-5/section-415.md
|
||||
a49a47e7e89f677ab6a4bbb9bb9289f659225c28f88a4382bede2d9ad213825a legal/us/code/title-03/chapter-5/section-416.md
|
||||
992b3da5c0d88fdfa2340f4620f80c6ab552b2773e7dda40c095fcd9f19873ad legal/us/code/title-03/chapter-5/section-417.md
|
||||
ac8b513460c211c02d766c6611975b43344534e2222334c4933d93547c6c232f legal/us/code/title-03/chapter-5/section-421.md
|
||||
417c7454dda53a0296d8b0d07b30cb38f5b226b2c6176d5ddc9012eef9c08074 legal/us/code/title-03/chapter-5/section-425.md
|
||||
b8c3098f6baa7a857799902dce596a4659f3df74394fda4521cab9cfdffc2ba7 legal/us/code/title-03/chapter-5/section-431.md
|
||||
bb321e0a35b55195e43f8fea3ee6099cfc13795a70ad3bf534764f93944bdb9d legal/us/code/title-03/chapter-5/section-435.md
|
||||
96bd1d77af87926505e9861aabdaba51ca2b43da25aa7572f84c5525251d19df legal/us/code/title-03/chapter-5/section-451.md
|
||||
c07f54a18f44f3accf40e2e9298ab16a18e20ca6ae7c28d7e9bdddc0ea3f1259 legal/us/code/title-03/chapter-5/section-452.md
|
||||
0b54ae9ebe35c346332ff6e2769f431042e30522918a3c38d5a87e75c2f85627 legal/us/code/title-03/chapter-5/section-453.md
|
||||
02d4006a9ce27f780bd5bb90ef651fdcf303fe1614b2f88add7b3d286141aeb0 legal/us/code/title-03/chapter-5/section-454.md
|
||||
d48ab9247b2b5fd79dda2d63d0d632749779798a140801ff7afc144fb620fb8f legal/us/code/title-03/chapter-5/section-455.md
|
||||
9b32e5b68a8d3f1b2d7ed8ba7254182b2ce7f9638b7ea2fc62fff7ba0c1c9f14 legal/us/code/title-03/chapter-5/section-456.md
|
||||
1053083164ee43907e77f0f3dad59c67fa6d534da37f56425b7d56b812903669 legal/us/code/title-03/chapter-5/section-471.md
|
||||
99fe706241e49fb8410a1b9901d3c80c221350de9b9ad34da1bf05bbb2a014a0 legal/us/code/title-03/chapter-1/section-5.md
|
||||
a83805c4b87865018aba5ee6f95a1e7c9ca8a94d73360ac38e076933a46fd42f legal/us/code/title-03/chapter-1/section-6.md
|
||||
6001a5d1760037ff7bca9520e9bf03af1bbd96d947244176b84a92c9531e5ae3 legal/us/code/title-03/chapter-1/section-7.md
|
||||
b13400dd820f1fdb1f6b39a0663d09a574dd330501a3e0db4866735b5caf65ce legal/us/code/title-03/chapter-1/section-8.md
|
||||
bbeebe2f2943bf84ecb7290c33b0f505bd2956e5e69c1077793849069de12f92 legal/us/code/title-03/chapter-1/section-9.md
|
||||
@@ -0,0 +1,49 @@
|
||||
75a0350a67c3db0861c4992fe97e10959f62966b05c0b41db2f9850beb5ed882 data/legal/raw/us/code/title-04/xml_usc04@119-100.zip
|
||||
f7a3308a8d104b487924fe6f52a06789d37f35c05b7f47ab773ef224d97802d0 data/legal/raw/us/code/title-04/usc04.xml
|
||||
a4679988a4ff4283c6c7125fb438a3e169c915930a56282be8b56fe9425d441e legal/us/code/title-04/chapter-1/section-1.md
|
||||
466636155baa34d4bc48d5f88f8119ff534d65253971e276739177595f623993 legal/us/code/title-04/chapter-1/section-10.md
|
||||
042d301e4ad6708cb694c4c0e31f780683f13ea13a0039674d57b38b90c03443 legal/us/code/title-04/chapter-4/section-101.md
|
||||
f01f5d9961bd69cab78ee8525dd9a23911f7c68aa3f973f6698f2b7378ad02ed legal/us/code/title-04/chapter-4/section-102.md
|
||||
441c81f3cc4b8e9fe35e8e2870adb2c19fe1b8c0e321b2c90a68816d6eb8bf27 legal/us/code/title-04/chapter-4/section-103.md
|
||||
8a16cc26368cee0364d061ce3a3fedd7b90f2a4acbdb854994d673b5565bd6ef legal/us/code/title-04/chapter-4/section-104.md
|
||||
ce5534bc0c80c6781c4f00b0d607e5d615a384db0e22279f070dd404b9a2c011 legal/us/code/title-04/chapter-4/section-105.md
|
||||
ddb4b92ed67b18c6f517a10873c9a7f13f7743e7012b8bd3dc976713ae61ee01 legal/us/code/title-04/chapter-4/section-106.md
|
||||
e5674aca7bf0751ad48ee56ee59b73cbfcc887ca669cce22d2121fab8ee8d462 legal/us/code/title-04/chapter-4/section-107.md
|
||||
507172e5c229087ef5e847d21cf2e00cd173a71f4499227b83d6bf46e6eacadf legal/us/code/title-04/chapter-4/section-108.md
|
||||
dda713fbc2e8b3e4362e16b739b875c6e0de74e9d083385fcec3afe5d68225d3 legal/us/code/title-04/chapter-4/section-109.md
|
||||
7b2349e4971fd5bcc9c97091c5bf6491c6f1e76d68c751ace0c0c31d055e8dfc legal/us/code/title-04/chapter-4/section-110.md
|
||||
f3dbca73e3849c837a3b03f361506889def6b935f77de2df0193c826627986c6 legal/us/code/title-04/chapter-4/section-111.md
|
||||
9ee3d5970ec0072e6c4130a5524876088ca383417e463f9aa15b41df4455b273 legal/us/code/title-04/chapter-4/section-112.md
|
||||
93282bf78918ef6715483d13af4454e7af1f48615c07f50bb14402a89b503096 legal/us/code/title-04/chapter-4/section-113.md
|
||||
41bfd6e618edbd752ef679bbb8506db4ae04d6b42dce4dbfc4b1d24ab13dd860 legal/us/code/title-04/chapter-4/section-114.md
|
||||
5735998087c7d81ea620ce2132ec49c9e55534fc544f3390c5a0c89aed8a2943 legal/us/code/title-04/chapter-4/section-115.md
|
||||
01f360e10d982b6d2e1eff7595b77ec92c61d2f22bf726d5166b4d567012acb6 legal/us/code/title-04/chapter-4/section-116.md
|
||||
25164c59d6baaaa5cee2da7a8ed5e77f8a991e3f2e4abbd1bd187aa3ad645cb3 legal/us/code/title-04/chapter-4/section-117.md
|
||||
af58f50bcb350bf8d662fa4a2beea6a6beea300268c75aca9a5526e212fe9a39 legal/us/code/title-04/chapter-4/section-118.md
|
||||
d087616b1ed2d3818810a5f95ecabc4b21883d1ccf9e9a2711bce3ffd48f8cd8 legal/us/code/title-04/chapter-4/section-119.md
|
||||
1648c766e89a27cd217b810c75cd528f27601238c48db78763bad376a6656dab legal/us/code/title-04/chapter-4/section-120.md
|
||||
205fcba61707b0ae0bf7afe1fda5f7c5938462b921813915e1b8c594c08f4e28 legal/us/code/title-04/chapter-4/section-121.md
|
||||
71f5fe1f50b0a5765fc2616c9554c53c2077ac73d5f722004be4346926561974 legal/us/code/title-04/chapter-4/section-122.md
|
||||
11eadad9ef7e3d0b6a67902587e544190e7e81ff9de86ec1ec449406d8a2482a legal/us/code/title-04/chapter-4/section-123.md
|
||||
dc797619c161c6b30f3fa10d602045d6644e33e5fdd5b0ac78f6285ade2e7b4d legal/us/code/title-04/chapter-4/section-124.md
|
||||
69347e37be9cba1be03e77984f2f4d8badbcbf1ffed9d9abd7e4b7a22178aa0f legal/us/code/title-04/chapter-4/section-125.md
|
||||
c5aa7afef2606aa5c1c7681861e4a44ed79b98f4383eba0da61338cf57ad8707 legal/us/code/title-04/chapter-4/section-126.md
|
||||
1296bc9c3ac8d62170fb300c12ab254c5647c03aa27473fbb65d8333bc720bae legal/us/code/title-04/chapter-5/section-141.md
|
||||
db0ef757e8ce1b8fc1c84b96db9a82142d7fcb474e82c4c105f161aa2f93fc20 legal/us/code/title-04/chapter-5/section-142.md
|
||||
0654f7ea95c2a763acfcde4a8a7345afab43dca8c22b3af92ae3d8e85c7ce26a legal/us/code/title-04/chapter-5/section-143.md
|
||||
0861690f499a47847082fdfa3f378f6c43403799faa7cdf385d4d3052b6169b9 legal/us/code/title-04/chapter-5/section-144.md
|
||||
284876aee4353f339d08ce6f03385bbe450d2518b2cd588f529fdcd63c6beef7 legal/us/code/title-04/chapter-5/section-145.md
|
||||
efcece7b7d26c9e3d3cbf7d0880d5f01b27cc5cb0d07b4cd3baa2900cfbff84a legal/us/code/title-04/chapter-5/section-146.md
|
||||
247372322ee5d4decfa3b7fdf19ad430df1a2a785efa7ec9f32c909eab5f8dd5 legal/us/code/title-04/chapter-1/section-2.md
|
||||
08070da0d59eb940950d3d90c02336a57f65b8156ce5415e540abdb0887522c0 legal/us/code/title-04/chapter-1/section-3.md
|
||||
8cccbc508acbfac7e0b0644ac4e885e6876ced6eb1b31acb3b451ba7bdcf7506 legal/us/code/title-04/chapter-1/section-4.md
|
||||
93bc05c5bbb81abd966121f7171fc9d5a8ab8120a619712e0e4d666bfbcbe187 legal/us/code/title-04/chapter-2/section-41.md
|
||||
cb58c461ef32d130c6b690b72d4a5d9770185625bdb7a2c763c334b3b56fb1c4 legal/us/code/title-04/chapter-2/section-42.md
|
||||
f62f101e475b60faf31d6d91fa655b70d7f1f244a3c779de88005baf1ed3c07a legal/us/code/title-04/chapter-1/section-5.md
|
||||
ab792691be9788497a5e8582ec0911de193a3691817f1392b22101d2677c1b44 legal/us/code/title-04/chapter-1/section-6.md
|
||||
9590306cafebe325c62f1f6cd67d210c01475d997ee875a3ef3d9cd2dccf058f legal/us/code/title-04/chapter-1/section-7.md
|
||||
20ae6dedd9f5f03c190d53b8c095b69dee598e8115ef6b81763dd3036e6d167c legal/us/code/title-04/chapter-3/section-71.md
|
||||
2dd664e1c6960ec02f19cd60b05b3e422867bd0e465aa2d268c3bb673df65c36 legal/us/code/title-04/chapter-3/section-72.md
|
||||
7fb6151592a07c494a68a6171c418ed520aaa54136b9624100a2c7f45e993cbe legal/us/code/title-04/chapter-3/section-73.md
|
||||
ce708779e50a53ecb48b2143694938ee19652becc7c00da6783596ee4b487e0f legal/us/code/title-04/chapter-1/section-8.md
|
||||
ae34945ce7ba9290fabede4b4771593ee0e00b8c2654dc7e18f16f3bc38085f5 legal/us/code/title-04/chapter-1/section-9.md
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,570 @@
|
||||
a286ebc069cd8c7d317b4084d217abe94cd2a3642b1a3e409a909d1e92452161 data/legal/raw/us/code/title-06/xml_usc06@119-100.zip
|
||||
80d52eda33eeb2b2454164909ec4a10e115f4e151c8c9970e1f52928f8a42436 data/legal/raw/us/code/title-06/usc06.xml
|
||||
8e5e5452b9c73f0e3a3d281f70b1c487e85f24f513c9dcee93a1ab449d54458f legal/us/code/title-06/chapter-3/section-1001.md
|
||||
6c5a2957713419b3578cff08df72beb7727e1c013adc422aaef2635d4e1097cd legal/us/code/title-06/chapter-3/section-1002.md
|
||||
dd71b981bc918351199e0c74daab0e6f8d8d2bac071ff171f7131e776b88622d legal/us/code/title-06/chapter-3/section-1003.md
|
||||
f37d7229c29bb1f74ab4d104f673d9f4508d2bcbd9f4310629965b12150d888f legal/us/code/title-06/chapter-1/section-101.md
|
||||
62f6dc21e53ce2523534f247666e8a1562445f876e696f5a343a49981d72e207 legal/us/code/title-06/chapter-1/section-102.md
|
||||
3f0ed06b22dcc32de961d27f9ff25cf069ed390f694a6071f600f3a004349685 legal/us/code/title-06/chapter-1/section-103.md
|
||||
5b131ea514634e24732968aff6d120aa1ee78156bde9e2becc4efa63e16ac9ae legal/us/code/title-06/chapter-1/section-103a.md
|
||||
5969a2942806e4b0185de2e8875418ba446724622df9727cb1207cb8c97d3f5e legal/us/code/title-06/chapter-1/section-104.md
|
||||
4a29ebcd4908f26fad53e8b7b38bc3bc591f0d4a26df8c22d1f768e6b52280e4 legal/us/code/title-06/chapter-1/section-105.md
|
||||
33fce508138efb8ba0585b56251b420ce8ab428ebc28d6f4ca025000dc1a1080 legal/us/code/title-06/chapter-1/section-106.md
|
||||
587348df618f538605b05a66464aec15c8329a2536b9a29c2375be07707c6d74 legal/us/code/title-06/chapter-4/section-1101.md
|
||||
9477fe81f1bfcdbf9c913e382c41e6eb5e2ab0d115b360e2b53248425b2dfbba legal/us/code/title-06/chapter-4/section-1102.md
|
||||
c05559d0fcdca9a6bfc7fb33ed0268d84d90365c61f6885c8b182527df9dba00 legal/us/code/title-06/chapter-4/section-1103.md
|
||||
ba279e6e6ae2d017f9d614ed3c6bf6832e3f1f5f014165e2521ec1976f3a6116 legal/us/code/title-06/chapter-4/section-1104.md
|
||||
678cbfe32d12a438ceaf70e5011901fe38596bc28d745f6b158b919d50f70487 legal/us/code/title-06/chapter-1/section-111.md
|
||||
687b5d6cf760e4d9360c5cd2cc8e253356ede901c7e6556d535ccbf23e01d15b legal/us/code/title-06/chapter-4/section-1111.md
|
||||
3d7274e1e090db8562b9dd1a2db2cbc72e394621dfe6a4004e5ffd9c09d4aca0 legal/us/code/title-06/chapter-4/section-1112.md
|
||||
776c2f6cbdc3729e0c589b06962e4ad0514c7435eae3efbdfe58ae04b103ec82 legal/us/code/title-06/chapter-4/section-1113.md
|
||||
f12db96f0b058f4f532c5607b0feee901bc71192a33666ab5bfa2d0c1fbff263 legal/us/code/title-06/chapter-4/section-1114.md
|
||||
13d9bdbb2306afb0053bfd963d032a16aa89d629e68174bf53df5be98be5b8ee legal/us/code/title-06/chapter-4/section-1115.md
|
||||
85ee8f8f2b8cee711e7901a86c5d855e667a7c6bd6b2987f3dca77519e9f5db3 legal/us/code/title-06/chapter-4/section-1116.md
|
||||
9f243239c0e5c9477cd4eb1172686d2d283d016a2b746b4a04ed587822d36a95 legal/us/code/title-06/chapter-4/section-1117.md
|
||||
66a10d273aa2fa3163e19b5cceb0516c892415db162a7f28e6ce05cb9c1ba9b0 legal/us/code/title-06/chapter-4/section-1118.md
|
||||
fba17f9d51d7c09e3cd43c0137b9a1ce1bec44261e22f0f03d1f136d288fdddf legal/us/code/title-06/chapter-4/section-1119.md
|
||||
b91a05cdad57fff38b08bb404790c46ba3afde491f13349aa3ade5bcfc64d404 legal/us/code/title-06/chapter-1/section-112.md
|
||||
07902cd063f41ace22506e4660c8bae1d3841d8bdfa3910deba021a07840a46e legal/us/code/title-06/chapter-1/section-113.md
|
||||
939fd2c6038303255897b7a5f606d74bc2ac1b453c2575f8af4e1dfc0cd73d13 legal/us/code/title-06/chapter-4/section-1131.md
|
||||
49d7488e3ee4ec0b1fd7860808eead528bb4cd6eb60da9a191ff925356e6fbd7 legal/us/code/title-06/chapter-4/section-1132.md
|
||||
009eb89825f63aa5062a78a5609728a17e3a1cb2a5ae71e7db58854e81d7d653 legal/us/code/title-06/chapter-4/section-1133.md
|
||||
4c0a0a9984fdcf6a579f8c22f2a77cd227583f0904e76db535c69d287ff034b1 legal/us/code/title-06/chapter-4/section-1134.md
|
||||
df44b648ff4fbbc279b8152c0fc883e37f0d9aac28920f0670e34d515d193730 legal/us/code/title-06/chapter-4/section-1135.md
|
||||
39518d9c51b1241c82befc4b85280d4738b275c2ba06b33e1071c0f3bf843ed7 legal/us/code/title-06/chapter-4/section-1136.md
|
||||
e09d0944bbaf1a627062001a4028e7c0fb6e3bf3d6a5ae8a1e6432a09a9b8ed7 legal/us/code/title-06/chapter-4/section-1137.md
|
||||
3df4bc38104a806d313e80697540d51db5fe3a8d5bbf2850e8b476ea8e12323e legal/us/code/title-06/chapter-4/section-1137a.md
|
||||
4351538320bf00dfd85be6c83390a4fe85ccd89267dc09db2543738ef7f72ab0 legal/us/code/title-06/chapter-4/section-1138.md
|
||||
2af196246bd8afa41c5dd673f7c33d77b3b7bcf581fd0fe599117dcf95fbb891 legal/us/code/title-06/chapter-4/section-1139.md
|
||||
11467dae48f74ae1b5d2ca296c970ef038b40e817712dedec5cf051254e7c846 legal/us/code/title-06/chapter-1/section-114.md
|
||||
b1a16634822c65f4af2af713adcb058fc6fa44c8a3d2ac8cb3efdcbe489466fc legal/us/code/title-06/chapter-4/section-1140.md
|
||||
a192438a797f848761905a97c25943e4e0094017ebd653f92d47c4a429f7784a legal/us/code/title-06/chapter-4/section-1141.md
|
||||
a529119c1464f5576ed123a903b9edbbfe8f23e5a03147b6060c03ac45a09cbf legal/us/code/title-06/chapter-4/section-1142.md
|
||||
061160ea6ce38989dd421b099216ba6a49929d5ac708d9a44c20a480899430d4 legal/us/code/title-06/chapter-4/section-1143.md
|
||||
13526a48b2bea6e162a75067ba72ecefabae46f9ae48fc7b8ece6237fcb5a4db legal/us/code/title-06/chapter-4/section-1144.md
|
||||
adab4861313fb74a4e80d55f5bfe3baf1a270c4af757eef7d7e1df3a0cf40697 legal/us/code/title-06/chapter-1/section-115.md
|
||||
cde2ae926bc7009ea1a2ef42e3d26e38c044482e84f121ef5bb36c8478085a07 legal/us/code/title-06/chapter-4/section-1151.md
|
||||
a5b893c42a276bffffc13edacc21e2042da1a40535fbf2989fa79057a3b434bb legal/us/code/title-06/chapter-4/section-1152.md
|
||||
d672f0228b77ea45b7ed206cf060707eef480c0451fc5a1c5c84d2a00a8d4cf8 legal/us/code/title-06/chapter-4/section-1153.md
|
||||
7c3ae1862f8ff5e5ab4124cde725cbd9d50916c2fd93266492aa3444a93fc601 legal/us/code/title-06/chapter-4/section-1154.md
|
||||
9268bbf57954578cd8052bf4b660711c3273f059800c00875f7f3eba218b04ba legal/us/code/title-06/chapter-4/section-1155.md
|
||||
3f5821a2ef0705c271ca38304ab0340f0bbe15c91a26c6e832547c31c79c0831 legal/us/code/title-06/chapter-4/section-1156.md
|
||||
8390a964838aff8da3480ba12314dca0b6910ba849ba092e48fee4e0d3f73358 legal/us/code/title-06/chapter-4/section-1161.md
|
||||
d63c7510f3cd7c2851371c127b6f0674cc927b1556aefe4482333817d8fc306e legal/us/code/title-06/chapter-4/section-1162.md
|
||||
f986290f2b404db228190e779c72cfb819b0833c702beed643b781b045baa411 legal/us/code/title-06/chapter-4/section-1163.md
|
||||
7a4bc44eade4f1eb3fece1534849e20f4f61f20db0196a583c6134f454f15a5a legal/us/code/title-06/chapter-4/section-1164.md
|
||||
6fc590da67770875e7d67a07a4186238ca6740da396778749e1b4726554e535c legal/us/code/title-06/chapter-4/section-1165.md
|
||||
7c6bdd4e4877ee313e60c2395446fe49fb1a1c9e11e72533ae32ca49e0cbf0d3 legal/us/code/title-06/chapter-4/section-1166.md
|
||||
1aa33fd96190b12d79dd3237d0167395f8fec965afa370e75c09f5c62213856c legal/us/code/title-06/chapter-4/section-1167.md
|
||||
5575d46769818fe0eec9ee4643a545292650b5c0903ab6ec24ee20a02be4469f legal/us/code/title-06/chapter-4/section-1168.md
|
||||
52378ea956d8006f5587f9a0ecec7604a19429cc07f87ffdb577022b1aa3eae6 legal/us/code/title-06/chapter-4/section-1169.md
|
||||
6a96efb0bd199d8c118200b993056cc9a09bb315d6be1ddf063722f0fda5d869 legal/us/code/title-06/chapter-4/section-1170.md
|
||||
252a0473835a2cc884033e900bfaa6d6a6f3434f7d38888ff3de42ec851b6258 legal/us/code/title-06/chapter-4/section-1171.md
|
||||
bfe4613b8e43ad52c7895bda5b670f3330c66383bc14292031b6970c4dc9da04 legal/us/code/title-06/chapter-4/section-1172.md
|
||||
c52d4b2d8745205d09d2aa4fe84bf1193ad63391f74599119f180bfea5be98db legal/us/code/title-06/chapter-4/section-1181.md
|
||||
3a488f6ba864c884442bba1d51bee124b5b5ff35ae52413df34c331fe4ed63c8 legal/us/code/title-06/chapter-4/section-1182.md
|
||||
6c05255e4dc6250de816807487091528fe2559646c01f152e30f62822ebdb292 legal/us/code/title-06/chapter-4/section-1183.md
|
||||
923d8eb71e7330a33ff1129e30d7cfb2198752c20d6ababda6a3d2b25e15257e legal/us/code/title-06/chapter-4/section-1184.md
|
||||
9166b2770eb5a9698550e03a268cae6d5c6ca681dd61f005786e06ccf039fcc2 legal/us/code/title-06/chapter-4/section-1185.md
|
||||
9cfb739354956ee3b80ab4657fbe9c1f622b0543fbd445da932407a1b497fc6e legal/us/code/title-06/chapter-4/section-1186.md
|
||||
b0cd7a7f58fc9e8339d6b4752b4c15941a15a25a9e85da32de72564db8ad5454 legal/us/code/title-06/chapter-4/section-1201.md
|
||||
d9ef0b377b13ce428c603b73cb1d873c47eb4c99d92460782a3f73bd840845a7 legal/us/code/title-06/chapter-4/section-1202.md
|
||||
fe92dd905490242ef06248b0778a452da506a10c9590734f68840330ca5e07ab legal/us/code/title-06/chapter-4/section-1203.md
|
||||
6e793b3d0f7761f10c65f45552fe806937493023bf2e8d5a02a760651bb3114b legal/us/code/title-06/chapter-4/section-1204.md
|
||||
0c70b5257a09500e6579aecae84816cb66632bf4219d569c61bdefcba8ec8023 legal/us/code/title-06/chapter-4/section-1205.md
|
||||
0cf35354f0d83bf58d087fcbe59e23ff2286962358887439401025f351c7c056 legal/us/code/title-06/chapter-4/section-1206.md
|
||||
4b8eeaab3e1c759bdd461b951e8d353b508000a02bdfe225a595dcb2e16f51ab legal/us/code/title-06/chapter-4/section-1207.md
|
||||
ac238b9296b22541c41256df30f7111446eb787f7e2d190154c24fc7457dbf48 legal/us/code/title-06/chapter-4/section-1208.md
|
||||
25f39f8ac482261a3c85d96459b7db236128db037edbf113496f671d128104ba legal/us/code/title-06/chapter-1/section-121.md
|
||||
ea15e9fb897088b36390f1bcfd16a12e19b5d40e83fc523e3fc3d865177af2d3 legal/us/code/title-06/chapter-1/section-121a.md
|
||||
35ca33ea2abc2e889446d9f07a2564396d826d42532369d0d7faf0671575f9e4 legal/us/code/title-06/chapter-1/section-122.md
|
||||
86643bbf369bcf4b576c66af794a7c01cbe2677bf018827289cc9b963edf2b76 legal/us/code/title-06/chapter-1/section-123.md
|
||||
fd1a9a40fb45489d14923db34872c3cd90f9694a462acb96b2790d14bf5bc445 legal/us/code/title-06/chapter-1/section-124.md
|
||||
48bef05d175dc10c87ec8dfbd963990a70456c607d0cc0ba17b90885b661a325 legal/us/code/title-06/chapter-1/section-124a.md
|
||||
321981491013fa2a858d5a141a3e786ae648591630e02326e555b6f0c7a11c45 legal/us/code/title-06/chapter-1/section-124b.md
|
||||
e4b37f4815acf51d8e5621bc41479ba8246b9667f00ae25086329020f3bf4db2 legal/us/code/title-06/chapter-1/section-124c.md
|
||||
ec6257b2bf0fac347241aaf457aaf85481d4cac8e7b4fe4231368e659c08bbaa legal/us/code/title-06/chapter-1/section-124d.md
|
||||
720c2596c0fc7826c8b620f8667094fa36fad263d79ad47fe2aab937295e1121 legal/us/code/title-06/chapter-1/section-124e.md
|
||||
cf1026a0013b007698db3d07b01c1d2936c71f8c84ff1e9ccfe82938eeb9c553 legal/us/code/title-06/chapter-1/section-124f.md
|
||||
28cb58b7331875689fa9430aee14f45fabe737df4a66bf7b743186208aeaae41 legal/us/code/title-06/chapter-1/section-124g.md
|
||||
3d69dd894ffcd617f57c4fdb550641d307589ccf3d15df87c4f926cd8755071f legal/us/code/title-06/chapter-1/section-124h.md
|
||||
6c011b4b54eb22ef0c82ebcb92c45fa50d5771730a1b537680b518316bb1525c legal/us/code/title-06/chapter-1/section-124h-1.md
|
||||
1cd19ed937c732550278bb392ef461bb38b4072eaa47eb6d1405303086cc5fea legal/us/code/title-06/chapter-1/section-124i.md
|
||||
3ee3364b4bb18096356714aab825881c1bb09e7cdf0fe2c822de537f6425761d legal/us/code/title-06/chapter-1/section-124j.md
|
||||
f4e501b10df2a7f53c978d97c0cd655000f3694b4d2267bad44c287f08b1eeb4 legal/us/code/title-06/chapter-1/section-124k.md
|
||||
5c30920ae81e51c2713da3698b07c542c2c4e896bba122ee4f41f8c6d514444f legal/us/code/title-06/chapter-1/section-124l.md
|
||||
be1b3baa3f77f6c3cd672b03299c7177f72424ba2181a35e725cf4f0fd10445e legal/us/code/title-06/chapter-1/section-124m.md
|
||||
47695630fec93c289a7812dd77309c204aa4760967be68524198cd78d0dab00f legal/us/code/title-06/chapter-1/section-124m-1.md
|
||||
b41ce3398b4781781a78cb19e4188a87cf39389917184cf6a3bcbc7e95f6a082 legal/us/code/title-06/chapter-1/section-124n.md
|
||||
9fcb12173f65251f3b0fc9eb4ef8c7db310ab9fa65d19ae15ee03701bc2d2981 legal/us/code/title-06/chapter-1/section-124n-1.md
|
||||
b3b13e78a39729b3303bad0aead3554d72e076702c7253f7ea78a193b9d34f68 legal/us/code/title-06/chapter-1/section-125.md
|
||||
41babac32fafbc8df3b48167fd372e65bfb6c9e610dcdb3a0133207b23c1e4ec legal/us/code/title-06/chapter-1/section-126.md
|
||||
1a43d34906ff5b242840d7612769d9a18e0790cc913406636813b35307f2f914 legal/us/code/title-06/chapter-1/section-131-to-134.md
|
||||
4e0db1cb72e6de3caea5e46c85c5202a8a254eb6b1e47a85d0aaa8eacdeaa8ef legal/us/code/title-06/chapter-5/section-1401.md
|
||||
dfd3b2c4b7dc3770537bcf7969bd3715256e1424e8ee8b0d827f0f3a7aed8d37 legal/us/code/title-06/chapter-5/section-1404.md
|
||||
22f6d3e41b2486c5f775c25cf819b5601c03a39c6f186997e80880c103b51971 legal/us/code/title-06/chapter-5/section-1405.md
|
||||
e2ca16e6061dced6b36c79a4e46864b466d2dc71e0ecefcb602bec8a86e764b0 legal/us/code/title-06/chapter-1/section-141.md
|
||||
6fda8ab2f2ac408196dc7f30d576af3be4b6f863e4abb9c0dab02486b55a9b98 legal/us/code/title-06/chapter-1/section-142.md
|
||||
724dbb47548d0296616890f20fae8eba12cf667f3f20abfe51a06f6dae8b3065 legal/us/code/title-06/chapter-1/section-143-to-145.md
|
||||
d174df66f2786457e958031cddca39af4a9a232e30d2798eb1cfdd54bf43725f legal/us/code/title-06/chapter-1/section-146.md
|
||||
659d0e30fc6f7b139309410cc116227f8d1a3bd15545f23953ca1edd98da7897 legal/us/code/title-06/chapter-1/section-147-to-151.md
|
||||
329dfb8dd1af061b4aaaa1295403846071bbe59eee3b25c585ce4acebd0103f4 legal/us/code/title-06/chapter-6/section-1500.md
|
||||
a7e4e316078914dc96c344807ef0636eec813eefc872ce4878f00eb9f759fc96 legal/us/code/title-06/chapter-6/section-1501.md
|
||||
9f151d320dc7fbc08db686f0eb5738416f278cc3a630d718641d1b72f4c12efc legal/us/code/title-06/chapter-6/section-1502.md
|
||||
b1ff3e3bf7316c598da26fff8c89b3ca1828c4f007e32a1eb255d7eb99d62a10 legal/us/code/title-06/chapter-6/section-1503.md
|
||||
886d416413ba80f83a4ba55d710b2e41706ca263828b402ad419f10d733969d9 legal/us/code/title-06/chapter-6/section-1504.md
|
||||
4584b740f97c4abc8a1977811845804d46b5b3adaedd49258d77455221120764 legal/us/code/title-06/chapter-6/section-1505.md
|
||||
d4d27d09027438bd7081782324a10ec426836311057f847b40948808bbed47fe legal/us/code/title-06/chapter-6/section-1506.md
|
||||
207f6944f6dacf7f75027ffb1448c029dd52924d6373705ff5cc19a20fbb6907 legal/us/code/title-06/chapter-6/section-1507.md
|
||||
fb21e4e29207e80e90adbfc180ab55c3e0abca838444fbdfa22cd7f7670f3550 legal/us/code/title-06/chapter-6/section-1508.md
|
||||
a97dc7545bea2285c8d00c55c2b2df82f6039f5cf9930f3d0755c80c79b79be4 legal/us/code/title-06/chapter-6/section-1509.md
|
||||
831c4afbd0e7c614a2727f577ab80790dd9c5cd37646686b60a7b6e43e47a678 legal/us/code/title-06/chapter-6/section-1510.md
|
||||
8c3bc2e94d58cf4d05dc038048ac8bd1220a52b426fd0e57ec507afe3d8ce68f legal/us/code/title-06/chapter-6/section-1521.md
|
||||
61eeccf7a0b81ed014f576ddc2baac8c62c5d6314b0c0a14595515e1cacf745e legal/us/code/title-06/chapter-6/section-1522.md
|
||||
ad36fbbef7c64dcaa8695922100ad326885675396e7f7709def7cb9078f6fc85 legal/us/code/title-06/chapter-6/section-1523.md
|
||||
933551d9c794ae6317451ede2ac7cf70c1e55b89075f731a8aa80af59eaca898 legal/us/code/title-06/chapter-6/section-1524.md
|
||||
314c2c25bd965934eae7c97e4bb1fefe44e07f4bd7c4299ebffddd589a459598 legal/us/code/title-06/chapter-6/section-1525.md
|
||||
bea0517100c0aecc16646ab3837460e67854b32d3f5679be15503d70a34066ad legal/us/code/title-06/chapter-6/section-1526.md
|
||||
a6be56a5480ab2a9de9264029e11758b9608af03f38f72a9c99de337f12e893b legal/us/code/title-06/chapter-6/section-1531.md
|
||||
66f13d9887ead972554d51b7871186061d81d38603045605d241dbe1801c35e8 legal/us/code/title-06/chapter-6/section-1532.md
|
||||
2ccc27364a29c3cfadda6db323c40b8015aff2412b925f476c0144c73b9bbc27 legal/us/code/title-06/chapter-6/section-1533.md
|
||||
aeddd379aec180be760d028aec135cebe6c9b35208c5147fe2ce3de320471ea8 legal/us/code/title-06/chapter-6/section-1534.md
|
||||
24e53f3a5b76c818e71bf2834eca71800b55694b36e47c66193922cc0b9caf9e legal/us/code/title-06/chapter-1/section-161.md
|
||||
5aa89332144646f030d4b339ffb7e70d7fb0814f6e3d564bc166c6446a7898b3 legal/us/code/title-06/chapter-1/section-162.md
|
||||
4f06030b481c9f450f68d62260c22249f70cd8c95d5112d3f2137390d6486a04 legal/us/code/title-06/chapter-1/section-163.md
|
||||
d9111a2a886e5d13b7934dd95d061f608cc5209e0f07bcdb24423bf8f469e7f3 legal/us/code/title-06/chapter-1/section-164.md
|
||||
a1959b28f94bb312a798e9208be126c4556b9ceb743dcd9e3ac81c2878967c1e legal/us/code/title-06/chapter-1/section-165.md
|
||||
64fb693560364dc78fa62022713a4f0daa29e7300d2efa796017a2677ea02019 legal/us/code/title-06/chapter-1/section-181.md
|
||||
98732d637ea549526e2df0226401ed07e97698775eb1030bb928a82d3d7dc549 legal/us/code/title-06/chapter-1/section-182.md
|
||||
394880698edba237a360c55a35dea67933e6f646976e7c6cafa93869a51611f5 legal/us/code/title-06/chapter-1/section-183.md
|
||||
bc706eb58da49b7f318411f019af026f7eeb9d64f4350e2ef2cad2c7a473f90c legal/us/code/title-06/chapter-1/section-184.md
|
||||
9a2401755ce075d2b97723af7f370b27c28ecdf56485bae76d0879ab68ce3276 legal/us/code/title-06/chapter-1/section-185.md
|
||||
4113fbc92252341b6ce2b3dd9c1a5bb57ce1f9cb1641efcc5322c4704f5baffd legal/us/code/title-06/chapter-1/section-186.md
|
||||
f7d01b161e6c55f1e8833fbfa32dcbbdb9564306c805e5da9b680cae30eb7798 legal/us/code/title-06/chapter-1/section-187.md
|
||||
312f864f8611ebecebf042f71f7fd129be7b64bd7a30b4785eb178731cdd9dd5 legal/us/code/title-06/chapter-1/section-188.md
|
||||
9b4a0d137f04dc22ea44aca21b23fc17b0ee58e04caf9c228b16e6cc3f043ba8 legal/us/code/title-06/chapter-1/section-189.md
|
||||
f0fd3f0e1fed43bb4eb3539ae438ff4fe96c4de12555b11f3b52dc1bd5ed1a84 legal/us/code/title-06/chapter-1/section-190.md
|
||||
25e823b057c412c664538da7e36619ef1086a69638928b482a55baf9003d81e1 legal/us/code/title-06/chapter-1/section-191.md
|
||||
2e00de475252d6bc81de751c29a25c720217a5bf4c91b556cd3700d0563b32f7 legal/us/code/title-06/chapter-1/section-192.md
|
||||
3438d2159ec2ab1043110cddf73392c0138b7cf63ec0c899ba0a77aeb0f3bc42 legal/us/code/title-06/chapter-1/section-193.md
|
||||
2b372e01da59205d58db4c1ecc50ebb5057c00a2f3cce263c1694f22d88eb20f legal/us/code/title-06/chapter-1/section-194.md
|
||||
4fb43c44d829eed1956ebc1053c2f963184f07f73c32afa93279938171bd8568 legal/us/code/title-06/chapter-1/section-195.md
|
||||
2c907fa384f82e112694390e9e0351ff4a0c5e423eda00a086ba7182921a47d8 legal/us/code/title-06/chapter-1/section-195a.md
|
||||
d37ee3b625089944fef1ba34cf27a4f133074a81b5bf5479fd9d462b390fdeaa legal/us/code/title-06/chapter-1/section-195b.md
|
||||
8ce77855b6c85af9524f00319e3a1607e24c24590478f8d30ccae46afab3bca2 legal/us/code/title-06/chapter-1/section-195c.md
|
||||
46aa5629cceec439e42506cc64f784f88b1797d11000816b721f4fa888e1149f legal/us/code/title-06/chapter-1/section-195d.md
|
||||
831d5abfd5b7716d42f0d201b35e696b7bce4047f255fe2411f02fa30db54c35 legal/us/code/title-06/chapter-1/section-195e.md
|
||||
8c83063552f4d24fcd9ac36051d9a93e5bbf1b49ea8bf6589ac6ad02082929f8 legal/us/code/title-06/chapter-1/section-195f.md
|
||||
172957e952302f5c645ecde709a8c3c5c3507ede7b7a8d9d36c39438797aebda legal/us/code/title-06/chapter-1/section-195g.md
|
||||
e02e709baf60725a8c3fa40fa43494c965909fa92fa8197e4818d9e0b139cd27 legal/us/code/title-06/chapter-1/section-195h.md
|
||||
325931f3f1c9b241bf5aaa44a3518f5b9f4abce536adc257fe76ef9ec3f0cebe legal/us/code/title-06/chapter-1/section-195i.md
|
||||
c5e9024feb9e4fc5bca9165872b38576072f25e9a3b4c29c2bcf5a8dee58e287 legal/us/code/title-06/chapter-1/section-201.md
|
||||
51c99dae41175b9a46f01b4989349083d2947819cf44f70b62e26f92771f2b78 legal/us/code/title-06/chapter-1/section-202.md
|
||||
6239f7cb867709c24c3b3ef6caed7604c7c484249a7b330378a8707fe4a6f8ec legal/us/code/title-06/chapter-1/section-203.md
|
||||
b514a3478a1d6c60f39aa7520bc36cf3150cc52e2e0fcaafdc4f8924016a18f2 legal/us/code/title-06/chapter-1/section-204.md
|
||||
28dad435b89c8e2e84fa9493480036a5ce1e6855c69e4cc40c0655f6c1a69a50 legal/us/code/title-06/chapter-1/section-205.md
|
||||
d33eaec7f61ee8898a1fb67f3f9c0ed15e42a15cc0e71539c6a5bd1a32038a6b legal/us/code/title-06/chapter-1/section-211.md
|
||||
461aff309ad68f18dc314f4591e546b86dbf923964469e4959a307c3daf5a794 legal/us/code/title-06/chapter-1/section-212.md
|
||||
0d2022d89f12583f991d8724d65d333ba03276cd5d1e7a85382758f4eb823ffc legal/us/code/title-06/chapter-1/section-213.md
|
||||
d42fbec009c86279f1607182cd66aa0ed668fc5d6f3bf141c87e8d432ae0259e legal/us/code/title-06/chapter-1/section-214.md
|
||||
7b272ed7692a58a3c704e56d8b31896d3a6be059eea4183037aad6dd3c7244fd legal/us/code/title-06/chapter-1/section-215.md
|
||||
95c6e23590318234ec84e389db3b948313d84fdcb6d6baeaa41105a49c7af760 legal/us/code/title-06/chapter-1/section-216.md
|
||||
3ed889816b4473073fb7df7c669cdbacb725daaa5805dfd6ed7f9bce8c5a2597 legal/us/code/title-06/chapter-1/section-217.md
|
||||
7fdcb49219380ac99125d6fe6a2d222925ffff462bcf24c36050d659e724779b legal/us/code/title-06/chapter-1/section-218.md
|
||||
1336ef726aa09870e730985601945c1af9cdd3d3eaff7f26644372912f984746 legal/us/code/title-06/chapter-1/section-220.md
|
||||
996afc4e3018298691debf0d79c55a44f829a8c0d2904bc5211c4cb6cbb4cfb0 legal/us/code/title-06/chapter-1/section-221.md
|
||||
aae4c94a820431394a9c30260fb5baaec0caec37ffeb4ec402aa6d916fbe91b9 legal/us/code/title-06/chapter-1/section-222.md
|
||||
231f755a3548691bb198d064a4e95198e4abb7a597a94516846f2e5cd65ae191 legal/us/code/title-06/chapter-1/section-223.md
|
||||
cea7097db7b28cafd281eed68013dcbe9a7998ad30f2bb4d4e294affe61844d1 legal/us/code/title-06/chapter-1/section-224.md
|
||||
1883e73b1b1347137641135a2abe4a038897e8dfb99217e50d0450fbab887044 legal/us/code/title-06/chapter-1/section-225.md
|
||||
7ae0d9c637641d0778b6755d46d389028762e8d722c581c04b68b9681f256018 legal/us/code/title-06/chapter-1/section-226.md
|
||||
249f31876edef23d91c8c0cbde2dc7b933728461c84a711f68056a5a811edd73 legal/us/code/title-06/chapter-1/section-231.md
|
||||
f8890007a006342d111ba827ac6d1ba80a499039dda86a6df719cded975ad7cb legal/us/code/title-06/chapter-1/section-232.md
|
||||
74d6dfa5583116f3a263a7030677ddf02a6b978a70b1419eed4f61cd85710cde legal/us/code/title-06/chapter-1/section-233.md
|
||||
b6b2b9a5badadbe8ed4a65c9a2f844bd22cda2b9e978599ea6f170aee64e2d61 legal/us/code/title-06/chapter-1/section-234.md
|
||||
5de8420bbb9ac1d8f0c1b7b91afc829ba7f9eb16d6f90d94f621fd25e0c0fde7 legal/us/code/title-06/chapter-1/section-235.md
|
||||
6df859313a6437966df023343be196818618d060310a31d9624abb8af7941418 legal/us/code/title-06/chapter-1/section-236.md
|
||||
03ace6a71e9fb90c31d652b9bac86bfe60c1de9e872a5f0d72e421590de81f26 legal/us/code/title-06/chapter-1/section-237.md
|
||||
7aee46606bb71ed9906891bdaa8777cdaf6721936642cbfd90f1be9edc8759bb legal/us/code/title-06/chapter-1/section-238.md
|
||||
baac586a04401c5a5e22d5db322abdc22ba2b68a7bbeb86aaa2cdc945e2459c3 legal/us/code/title-06/chapter-1/section-239.md
|
||||
3434ce98917aa86d4847733e1ce2caf9662fff47b59e0462381e9c34f8acea00 legal/us/code/title-06/chapter-1/section-240.md
|
||||
aea1a915b5cb7009c57998a57babe41e70f86a3169c919f1e64d19224cf9a6aa legal/us/code/title-06/chapter-1/section-241.md
|
||||
31edf37be85fd4b8450599f18eb1db63c71c9c546a0b74fdef9959503a1ef4ef legal/us/code/title-06/chapter-1/section-242.md
|
||||
453f3d5772a36ae3121bcf96999399e018e476da3964d274456819c67d8b0df1 legal/us/code/title-06/chapter-1/section-242a.md
|
||||
924efd882100451ed0d0f443616857fb92cc909dc9270143f583209f28890ce2 legal/us/code/title-06/chapter-1/section-242b.md
|
||||
50b7a3aa81d1ebaf583d97d59716a6d70bdd42362e80a28c4e2998b32af634bf legal/us/code/title-06/chapter-1/section-243.md
|
||||
e2949ece4497d3edc18bb99e47d96793bc479f5d78ab8964594ae8a0a082364a legal/us/code/title-06/chapter-1/section-244.md
|
||||
4e018c41277729cb485a613a9390d66b14800c0f3711fb33272efac4bea6ef7f legal/us/code/title-06/chapter-1/section-245.md
|
||||
7653222e4cb2fe60b6d4b9847879ba9bf50a5c4a4f02930ce55b9664faa1ccea legal/us/code/title-06/chapter-1/section-251.md
|
||||
12671577f9066352bb3ac453952c929cbfdfdd49c13e02d99485b9f090b05515 legal/us/code/title-06/chapter-1/section-252.md
|
||||
e94a69365de74c61d8252d3b34ce598b032529adc6d3f8b2d93f18d199ea13a6 legal/us/code/title-06/chapter-1/section-253.md
|
||||
f717410ae2d767d5acd462298823f607ea119ff0f087eb9c930496b29affefcb legal/us/code/title-06/chapter-1/section-254.md
|
||||
528d225fd3e22a9c357a54ebbdddf9551c44acc8b03d928062519ee4fe98e176 legal/us/code/title-06/chapter-1/section-255.md
|
||||
8842bdcf20c7131014d4d07166ff2fdd3324996a90fda9e1ef35da163faf52ba legal/us/code/title-06/chapter-1/section-256.md
|
||||
37405dbb4c3d9c3ce13acd1ebdbb6a45ace4923a0baa0020f83329e41091ec79 legal/us/code/title-06/chapter-1/section-257.md
|
||||
638e6b7946036e9c4ec861354fc5779e7701ef7d1f22aa69ee40bef7505274c2 legal/us/code/title-06/chapter-1/section-258.md
|
||||
aada3ad20e768433322de0e6f771a59bc4e2dbc7c231e33b34e5a903639a9b02 legal/us/code/title-06/chapter-1/section-271.md
|
||||
c1992a1abae82798e566685aa2d5054161ee6ff013aa1c51e2ed1c7d865faa80 legal/us/code/title-06/chapter-1/section-272.md
|
||||
61f6f198b36fb9ce438acbf49f2dacdfc19c0a82bf81610506167981cab18ece legal/us/code/title-06/chapter-1/section-273.md
|
||||
c2dc0e8bed5b9d300adef8a0c151cfae3552c385cbab8917eb62cd7c7d82369c legal/us/code/title-06/chapter-1/section-274.md
|
||||
39fe8ecf81ed166f15d7f5fd34d98aa1f8ac19d4fd0860f90df596be72a80feb legal/us/code/title-06/chapter-1/section-275.md
|
||||
3ee494d9de001d151b85601e483dc3737d54c71b69754d7ad42f13af1522ec11 legal/us/code/title-06/chapter-1/section-276.md
|
||||
eefd3f8d163d8dea4ac9e3c01f9d9530f0bef554b1a857c2ab8ba9ca21457135 legal/us/code/title-06/chapter-1/section-277.md
|
||||
0944a400c097fb90b3346f2c75c37889effd2afcd1dc38c51473429edf982a3f legal/us/code/title-06/chapter-1/section-278.md
|
||||
453db337f64737b494e98cc19de40d35193a0a3f4e1b04754b090f63e15c725b legal/us/code/title-06/chapter-1/section-279.md
|
||||
335efdb806168528cc5cec8097fd00e34abd7b1977ef154e60a62ab1ae8b0daf legal/us/code/title-06/chapter-1/section-291.md
|
||||
6b28ec57db34167ce5bac8b3608340155e9e9193e8cdba7fa07cdfcad2ff8044 legal/us/code/title-06/chapter-1/section-292.md
|
||||
e2ae3ea6495861e0ac0d93b63684776d94182d8a8ed5b3465d3eae8dadfca0de legal/us/code/title-06/chapter-1/section-293.md
|
||||
46eed3bca685ddbe613ff4c223d88b04ff40da6cb2164011b689d212c7ee259a legal/us/code/title-06/chapter-1/section-294.md
|
||||
3efa11ca1e9c45f663f53399e54ed6ec7706ea8ccb004179cb859aac6e93ad45 legal/us/code/title-06/chapter-1/section-295.md
|
||||
22fa446421ac59e8684960ee512020663bbcf6fcc59352ab91be4665e8561785 legal/us/code/title-06/chapter-1/section-296.md
|
||||
f97ac419e0d0e4b5333693ca3767da6416c47bfdc6ec077e91041b0518d538cf legal/us/code/title-06/chapter-1/section-297.md
|
||||
38cdccb42474ed12c566c04512de6bd34fb0a8515d784c6524874ad69f2f43ae legal/us/code/title-06/chapter-1/section-298.md
|
||||
9b23b1c1420a86a3b7993a91e943fe552935756f06776c4dc839fddea0cff89e legal/us/code/title-06/chapter-1/section-301.md
|
||||
813e8a48ff777cd82ab2f6966fa0b67a3118ef38b8d2b936d44a3843fee329ec legal/us/code/title-06/chapter-1/section-301a.md
|
||||
4f78c8c6a37c8b8db07c7043912d6273a91af3b9487dacfb2ac0129361656e4f legal/us/code/title-06/chapter-1/section-301b.md
|
||||
55ac9cf88327fefa9c4bf4482699b83bdf31b02bab26496330b97bf8d4f5671e legal/us/code/title-06/chapter-1/section-301c.md
|
||||
0a47a4cd38d134dfe417cf43dcea54294b9839e8b2e4a80006a162582c944879 legal/us/code/title-06/chapter-1/section-311.md
|
||||
84e7a303696d9c8663af236a629d2b71dfbc8bcf651e2b30291c8d55a3e15fba legal/us/code/title-06/chapter-1/section-312.md
|
||||
36a520487b2bf59b9194e11c11115a175bc1c90c0cbb43b0fcdf6d8ed681ab1b legal/us/code/title-06/chapter-1/section-313.md
|
||||
485d74278cd88440b0fc7010d413363ecf96511a8d0e42ded1a4a8331f6953c3 legal/us/code/title-06/chapter-1/section-314.md
|
||||
321e765e7af7e056e3ef3e85cded988e380e8d3c595e4a83e14932178ea9f5f9 legal/us/code/title-06/chapter-1/section-314a.md
|
||||
a4fae2f2d91e4186ee5d3e2770ad5ed90ec85b2734655415189d51e17370d85b legal/us/code/title-06/chapter-1/section-315.md
|
||||
d28b54fb6d225312235ae4e41f5fae56ac369a72c41a09c02d52436a0b4c067e legal/us/code/title-06/chapter-1/section-316.md
|
||||
6a9d5b4196b827b9953ec7e13e88cb3fd7dcbf09637e4f4c8107f1016633446a legal/us/code/title-06/chapter-1/section-317.md
|
||||
48221940ef08abf726061501356f24eb7b2e453c592606a4ad9d43c17c23b5a2 legal/us/code/title-06/chapter-1/section-318.md
|
||||
4cbaf29503c8612971e2b48d379dabc3fdbcd4743b5cea8d649b2e06cf2b06c9 legal/us/code/title-06/chapter-1/section-319.md
|
||||
664e1497caf8c7bd8b76fdab2b2eb49b2c9a99b4081c5f5a1fd9ec281093fe95 legal/us/code/title-06/chapter-1/section-320.md
|
||||
614d7cca26ea7997af78e3734b1cbd52578933f2a201c9101ff3f7a9c5cb4ba0 legal/us/code/title-06/chapter-1/section-321.md
|
||||
e0477dfabe107579e29a281f08e00e39facf43bdb5ece0752185ce2a49b1397e legal/us/code/title-06/chapter-1/section-321a.md
|
||||
00945dbc3e1b964b71f8727699bb4a5ee271b1dc3239d044df400efa3f43884b legal/us/code/title-06/chapter-1/section-321b.md
|
||||
95a33b9972808c1ebcc1a7cbe1a7bd9685413a6682eb6dcb3869cb3933a64271 legal/us/code/title-06/chapter-1/section-321c.md
|
||||
e87dea4712255060b3b12d7b9d5455bcb918e3cb3c2c39bba6ec346a8f8c4df1 legal/us/code/title-06/chapter-1/section-321d.md
|
||||
9c334c535aadf52aacfc71c5959460c528b258e79b9d822dc26c24c507ddb49c legal/us/code/title-06/chapter-1/section-321e.md
|
||||
ed738a52e0e54bffbade793b8cc1f2b10ff41c796e5f71a06f380a0e1206b902 legal/us/code/title-06/chapter-1/section-321f.md
|
||||
23c5c6858f72787c15e8a0f7cb8c482519010c64244992a78201bd69eabd3a4b legal/us/code/title-06/chapter-1/section-321g.md
|
||||
6c305149a167ce30a181be245cf0e1f4761eb605f7f209fa508228e817e7bccb legal/us/code/title-06/chapter-1/section-321h.md
|
||||
b29d82de0a8914c65eed01cf38cbdef002da88308dc129472d30847e7de84a86 legal/us/code/title-06/chapter-1/section-321i.md
|
||||
49ce86c17b630fa921071589d4a43cfa5e325629bda3b31c09f1198f8c466f03 legal/us/code/title-06/chapter-1/section-321j.md
|
||||
8243ff34ed584470ceced9387de919502ff0ab17451cb2efaae8ccb74bf9ac85 legal/us/code/title-06/chapter-1/section-321k.md
|
||||
5458707f18d4796bdfe0ff5d529f68d1d32e6e8dbd2f948b71bd393d572fc044 legal/us/code/title-06/chapter-1/section-321l.md
|
||||
3aaab038065e8c4169600447b92dac173c81314a71c86643683dd570ddf7e532 legal/us/code/title-06/chapter-1/section-321m.md
|
||||
43f07e9fc2901a7ef3b868b3ed9a5c6652556156fab48fb7303544543c376820 legal/us/code/title-06/chapter-1/section-321n.md
|
||||
88a72c558c1c65941f994862db0d2e8f7924262971675b6e3e153af6caacce97 legal/us/code/title-06/chapter-1/section-321o.md
|
||||
f709cb09d4f91fbfbfebc70dd0df869fb2b282fe226971d2e1d841da3af6cfa0 legal/us/code/title-06/chapter-1/section-321o-1.md
|
||||
8a3075f8d56bf1b967392e3b84456f4bbdb22e7b887f60b42759363e077ffb76 legal/us/code/title-06/chapter-1/section-321p.md
|
||||
f89a8cc443248ac7881ab211a4b7747edbfe780077c445f3d096f943eae5b4b0 legal/us/code/title-06/chapter-1/section-321q.md
|
||||
9a49b96305bcf3d7daf39364d5202e5f4b588ad7a7dde6a67c18ecfdafb23566 legal/us/code/title-06/chapter-1/section-321r.md
|
||||
57aada7670be715588906e10ebe471168b5f90611bad104fed7d075700a0d62f legal/us/code/title-06/chapter-1/section-322.md
|
||||
f8b163ef167811b88360345ffa1f4d8e141ae83c318c0c8b1c03decf7ebeb9f8 legal/us/code/title-06/chapter-1/section-323.md
|
||||
10905ef5bd6942ee348eddba70702bbb3b53713c20055c24ac27bd3987b0990d legal/us/code/title-06/chapter-1/section-331.md
|
||||
9377d3eab412a8758b1cb5d1618da3a9bc0ea522b93465a59e905f50217fe9ab legal/us/code/title-06/chapter-1/section-341.md
|
||||
5ef35891e35a124aba1dad3962f2106a31008a3a6ec48d80cd9cd5a2ec5058e6 legal/us/code/title-06/chapter-1/section-342.md
|
||||
f19c039463c95e6122d36ddd456817d699b5b25a7268fdbd7005453cb1d80552 legal/us/code/title-06/chapter-1/section-343.md
|
||||
96924536ac052dd9105440df2a1e54ffa2fdac361f7e1bc17468fb743c33b83c legal/us/code/title-06/chapter-1/section-344.md
|
||||
6e295d98d9030655603288ff3b144e52a487ae43f0ec44edb9fe8fe25106b7fb legal/us/code/title-06/chapter-1/section-345.md
|
||||
dc8684a91f9f215c92b934fa5cb1baed12f5a8964a3856d3dca8429d9ec3b86d legal/us/code/title-06/chapter-1/section-346.md
|
||||
b72aaef69eed465615d0049150c5f89512abfb168d0f75bda1115c80ac5b9ade legal/us/code/title-06/chapter-1/section-347.md
|
||||
626305cac9fdcfcede4f5463885b7c68749d9210bf473d8438faeff17698cc95 legal/us/code/title-06/chapter-1/section-348.md
|
||||
610ff056d92651aff0a51ff598ca6f65e2fa9ee0f99548ac27ccfba6c6d5470a legal/us/code/title-06/chapter-1/section-349.md
|
||||
4c984c5497ef992a24b681437e1580c30f96690901082f39cf7de029ddcf1f6f legal/us/code/title-06/chapter-1/section-350.md
|
||||
747caf8f9d34055d9f1911e1e24ae8fbb3a20d36f14b09630b838727f27f243b legal/us/code/title-06/chapter-1/section-351.md
|
||||
8a4598de623bbf86d4b880d87e0776c2a5137383a0abb9657ab6f06a475002b3 legal/us/code/title-06/chapter-1/section-352.md
|
||||
15e9e89c55877fb998f1dda421df96125672834fe5a8d6162984061f345290a9 legal/us/code/title-06/chapter-1/section-353.md
|
||||
69795a3383b4eb5260ba5461dc7d3f1b0928114c27a19ccda2614eb7ba5d4ec2 legal/us/code/title-06/chapter-1/section-361.md
|
||||
0cb3a6afeb310d442a3e339483152ff67067de4b50c6c9d7d703c62212279b7f legal/us/code/title-06/chapter-1/section-371.md
|
||||
f9b8eed468dc5c911c03464b411453d043e18c810a6dcc0c84fdf88702e2d109 legal/us/code/title-06/chapter-1/section-381.md
|
||||
6bc3441d717509c141291bb94dd043f6e8f15bde7b5075a80f259a8d6b355014 legal/us/code/title-06/chapter-1/section-382.md
|
||||
46fcbd24f861c41e9112a51808001b482f113eeede8d6432271c91cc36f916db legal/us/code/title-06/chapter-1/section-383.md
|
||||
21f217abf93de9cda985b7d97a92c062dde7cad348ee7e08744ff362a7d0439c legal/us/code/title-06/chapter-1/section-391.md
|
||||
b90ee6726602018d5a45bfceba0b436a49d7d48ab0d0c6d54e361f0b09f205e1 legal/us/code/title-06/chapter-1/section-392.md
|
||||
aa55b56304a88e7901734c346e55be205cc7693ca5e6392c3e75436504e6bca9 legal/us/code/title-06/chapter-1/section-393.md
|
||||
ef00bbff033973f992efe61d27c8d8ce84071cb5d1018b3b16aa98ca1ad8d73e legal/us/code/title-06/chapter-1/section-394.md
|
||||
e492466fcb724e84de94586e7d8914de53d21b0a4b579c27c09c38c3fc7da6bc legal/us/code/title-06/chapter-1/section-395.md
|
||||
acae728b0471010efba91dfa72f2a472292b5e6788eceb4930d11f97cd38151c legal/us/code/title-06/chapter-1/section-396.md
|
||||
33ce9cd397b7f068decb8f36c8758a3d118b73aab63a717997a418cf0c4ec8d5 legal/us/code/title-06/chapter-1/section-397.md
|
||||
58c482539c4b473bfa7185fa77a2fd56c96b7cd96d3afab306d7fd94939bcca1 legal/us/code/title-06/chapter-1/section-411.md
|
||||
62078bff4d6f83de4d82f7b346982afe0133e930c4a63897b5a6c2b8fd230d88 legal/us/code/title-06/chapter-1/section-412.md
|
||||
a36d56450cd8bbc987fe0f14c71d1407597d836fbbd2dff3916f529f89348ef2 legal/us/code/title-06/chapter-1/section-413.md
|
||||
0089f0003fa1d323b1d151fea70dd671e564139ebb31c73979f28e1cdd31ba51 legal/us/code/title-06/chapter-1/section-414.md
|
||||
a4b182ac29cd64c44875af617c024f74de2dcf043f1133534230dd5ca3625f5c legal/us/code/title-06/chapter-1/section-415.md
|
||||
0764ee32829b9b61403c04b5b8348350722a6d56cc2555fa481138cf140cf65f legal/us/code/title-06/chapter-1/section-416.md
|
||||
d70b263548dd2f34bb1eafd4f500e810f7ae09b8ba65a44d0401e1e9abd43193 legal/us/code/title-06/chapter-1/section-417.md
|
||||
a8c72f53c081d4628df502f4b1e2c084fc2f3f715c8b3873c5cf9e11a9108955 legal/us/code/title-06/chapter-1/section-421.md
|
||||
24a463cb7048dce7a20c6e827c2e46d22701f46fd5739655481a9003e569752b legal/us/code/title-06/chapter-1/section-422.md
|
||||
a428a0793ae07a4e64c239cbecb41c25d753f1a8a0fa4164be8cce70e9a7a6a3 legal/us/code/title-06/chapter-1/section-423.md
|
||||
813ea88789055cc8a01a9bbb8ab553b62a9b90a0e9d9794a54ac27d93ab5ef94 legal/us/code/title-06/chapter-1/section-424.md
|
||||
f7d8577fe30ba3431d0b5f218d575fe9a9dc7756fcc0501ec186ab757f24459d legal/us/code/title-06/chapter-1/section-425.md
|
||||
6cea204f4dcd07eef1e596d24d762c278764cdaedf32f01e856836e6ad1cdf4a legal/us/code/title-06/chapter-1/section-426.md
|
||||
ac2bb671b63b515d5056bc16ca501eaff12cfdbad8fd54de3d3144625c0e211d legal/us/code/title-06/chapter-1/section-427.md
|
||||
b4bda3b7b6b30b3b635309d63924757c25b28b5f4e8724ea1c63949dfbf7a2ed legal/us/code/title-06/chapter-1/section-428.md
|
||||
5294eea39e39942d776fd3aecd1581252b6448087762d0a71feae16654fb5b35 legal/us/code/title-06/chapter-1/section-441.md
|
||||
f305c4f7c65a7dc03fb2024c4c528b23a144a72cfe613b820c0bd346ed7c520b legal/us/code/title-06/chapter-1/section-442.md
|
||||
d8e1efb9b2471e12479a94f423bdf3234ead61b47d68416e981eaff897996ea1 legal/us/code/title-06/chapter-1/section-443.md
|
||||
cd947eaca83ee6026c175fa23417d6d85edbee329b8dcf3bd08af3b283fb6d9f legal/us/code/title-06/chapter-1/section-444.md
|
||||
7d63b36e623899e32e5c4c6779498d28e98d29f2a0b29f648efd27a8487f5972 legal/us/code/title-06/chapter-1/section-451.md
|
||||
35b1c3fee1643e46fd3d4d28f8b6e6185cf840af5ef17cd8172ab5f54f40fc7e legal/us/code/title-06/chapter-1/section-452.md
|
||||
75d7a77c4b78a6ac336d67ece4417bd713a01c47ede8bf016eebd6aad20754f7 legal/us/code/title-06/chapter-1/section-453.md
|
||||
0833c3b388d0f8165bb665df40a7783a7558a05b602f5747868a58124fd08b6a legal/us/code/title-06/chapter-1/section-453a.md
|
||||
8d1b1283357971269437e5b8fa9ebfaffedd4d058f6b50a05ae5c1dae4eaab38 legal/us/code/title-06/chapter-1/section-453b.md
|
||||
a60393ebe95b31470a97394bdd93297bd13dbd962307a5ce189a93e652a20c95 legal/us/code/title-06/chapter-1/section-453c.md
|
||||
b024c6b93b1a95897d11e23ee382e892edadfea16cde7cd36f2d867ce4ed1e03 legal/us/code/title-06/chapter-1/section-454.md
|
||||
46d927345b7d7f8b8b32a76fc8cde2136d210e051e4f41a3d191590af149980b legal/us/code/title-06/chapter-1/section-455.md
|
||||
45f22cf4f34f5647e89e4d5c2f114e9abc0da9fd3b20ec82bd3dbbcb3a00b94f legal/us/code/title-06/chapter-1/section-456.md
|
||||
de29290cdd3cc15a47edbf1e3c2b2b5fa5dd8bb2c1592286172724f7e0f00b84 legal/us/code/title-06/chapter-1/section-457.md
|
||||
67ab27440dfdcc15cc951e558f791fd6512edae46a5c7236ea0eb3c2f31c1500 legal/us/code/title-06/chapter-1/section-458.md
|
||||
e0908ce987d9790e15cab1004f141d51c8e6db20967aaaac3bc090cbe047cafb legal/us/code/title-06/chapter-1/section-459.md
|
||||
31f8604943ab3c970665e31f7ec66c4b275a77d633a3c98bb7ca3056da58d75c legal/us/code/title-06/chapter-1/section-460.md
|
||||
0f45e3155c04cb3d93501f59e2da579a627867e987208b3e4649bb4bb906f944 legal/us/code/title-06/chapter-1/section-461.md
|
||||
7c8eac933e6add30457209f25dda013ddaa830fa5a61132d15d979e554daafc2 legal/us/code/title-06/chapter-1/section-462.md
|
||||
00996e14ba1801561459b5f8f65139315bb59881ef1d86a6ef1b8d41caaa68a6 legal/us/code/title-06/chapter-1/section-463.md
|
||||
4a7393d2e4553a53f77dd1e4407f87cff12cbb9caa9872191d7c5a89ab106c12 legal/us/code/title-06/chapter-1/section-464.md
|
||||
2e23d7b752a86382b1e83455ea839e12bb090099816908c5b9e16d4cb0b19722 legal/us/code/title-06/chapter-1/section-464a.md
|
||||
bc0ab36329e856b43d3466585a8d4bf27ab28755f1c1f264b02f667034721c12 legal/us/code/title-06/chapter-1/section-464b.md
|
||||
49bfad44ef976c4f88b9d69ef619289ce92e53d69e19b4ef5256b985b43aa32f legal/us/code/title-06/chapter-1/section-464c.md
|
||||
c564f71f1a2b7b86a4558935519486746c27df27ddf4f2ece17e8ef28f00481d legal/us/code/title-06/chapter-1/section-464d.md
|
||||
6c918d9117c4a979953492b5e2aaba98724d8ab32766f3dc1206a31b666f27ee legal/us/code/title-06/chapter-1/section-464e.md
|
||||
20f9006ee95e2965f4d5c9141cc942ea03fb64cd59151bbb642b4f0ec3964eeb legal/us/code/title-06/chapter-1/section-465.md
|
||||
37dfc44ede4aabe40984cf8fb7cb62c32909b751bcd1a7b6d3b7ddd7faf15dfa legal/us/code/title-06/chapter-1/section-466.md
|
||||
b861da4ff0a4d5a5fdee7b97fd9bdeeff6a6486cc47e242ec76ded56a21b5384 legal/us/code/title-06/chapter-1/section-467.md
|
||||
a6135fa4acecf303d77f7c7dea797a4f3f18f1f0d69a5a7e9c308b2f03b6fbd5 legal/us/code/title-06/chapter-1/section-468.md
|
||||
0b4dff30caa3e572572e4cb0a33d3ff6e66c893e6e3bb64a663e863bcba1e89a legal/us/code/title-06/chapter-1/section-469.md
|
||||
882aaa45a33c5b283c37df663732496ec04f712be982aca5555599e6cc401b64 legal/us/code/title-06/chapter-1/section-469a.md
|
||||
1c2928e5f9f0b3ee982a87f7a1c85cbe67a17c5ab6ae922df4154d889cdf244f legal/us/code/title-06/chapter-1/section-470.md
|
||||
d860b41230bbd8746a1b717b94ea6c9dcb7ff1318c7b3025aac4d3af6f720b63 legal/us/code/title-06/chapter-1/section-471.md
|
||||
987e9781c4998c24c79627d1140bbf5fe9eda6746314332b3bcc619a230f7b2f legal/us/code/title-06/chapter-1/section-472.md
|
||||
53c40e9b9f85237ee27de8d100f61d35a9ae42ecacae0da9da801f3f622d8ed7 legal/us/code/title-06/chapter-1/section-473.md
|
||||
19b6080b22efa849f3c6714158dfd1aa9d8438c87f434c98c7602cda2a07fc16 legal/us/code/title-06/chapter-1/section-474.md
|
||||
e976d14c833d1559833fb4df7451742534b14d4e5a18fe2737ed47dc2f40513f legal/us/code/title-06/chapter-1/section-475.md
|
||||
7bbd5b8c0aae9c7ec9b95562cf0f8d4787a09be9dcfeb4d3f5a55c111315b298 legal/us/code/title-06/chapter-1/section-475a.md
|
||||
3e0a350ac7c524c13813183ab0824d2ac333f81dff37bc2f8f3af9c6b22b56f8 legal/us/code/title-06/chapter-1/section-481.md
|
||||
a18143fd5cbdbea3a2e51c8a78bfe7fb214366b5ab76b311332c745ef303794b legal/us/code/title-06/chapter-1/section-482.md
|
||||
81088033bf284b337414530996ee9ac850d8032cd6d21ebfc7044c70e6e9c346 legal/us/code/title-06/chapter-1/section-483.md
|
||||
646f6ff1bebd6bbd94ba3148481b6b019d36b91b591d1c171ecc998d4ecda450 legal/us/code/title-06/chapter-1/section-484.md
|
||||
59ed1dbeca3b678520adbbc7c85b543db23bd96ce989b82378252919a9f6eb76 legal/us/code/title-06/chapter-1/section-484a.md
|
||||
a09b18b1c2f788b66a3aaca80eab1c800efd129d0460d596d2c9da324ddec42f legal/us/code/title-06/chapter-1/section-485.md
|
||||
a3bfeb17168f7af2bbb917c9674f0f3649f05452c2f20c739fa798e993d330d3 legal/us/code/title-06/chapter-1/section-486.md
|
||||
3283f00c36bb71c6e3a30c73532376c277d9d5f3a144af9dc581bcb077690cfb legal/us/code/title-06/chapter-1/section-488.md
|
||||
fd3941640e94c8f17fd21b08da48e039f03fbb5c6c0dc4a701c756b0225bc79c legal/us/code/title-06/chapter-1/section-488a.md
|
||||
6e7dcd11bb6ec78cb5aa3bb78c7fb330309447cf0ce9e16b440627f70ab609b0 legal/us/code/title-06/chapter-1/section-488b.md
|
||||
5a4e1768178e008fd910f4040e20f2c2b4b171a24c4fe38322227b2392f5cd82 legal/us/code/title-06/chapter-1/section-488c.md
|
||||
bf8668fe2501e59a81393e9c72558d25a5b4df322c01754acccdec3dd659ce91 legal/us/code/title-06/chapter-1/section-488d.md
|
||||
ee41c7a8cd6e55171b417219b943863caea78580c812f7b8e63942f9907092e6 legal/us/code/title-06/chapter-1/section-488e.md
|
||||
db0909726f210c28920cb258ea4abdd3a7c17dde54a6f0052b49c589705c97fc legal/us/code/title-06/chapter-1/section-488f.md
|
||||
2de09c47b852144b7249a029e50da0dc6d5689d3226733aadf26c15dc3c96910 legal/us/code/title-06/chapter-1/section-488g.md
|
||||
47b756da5056c8318d712b30a855397e9dfcbe55e1f106f008001cfc900f245a legal/us/code/title-06/chapter-1/section-488h.md
|
||||
4273f6ea6693cfa86a2caa9362753ec569e355169c68ba9dc4813b86285b5dbb legal/us/code/title-06/chapter-1/section-488i.md
|
||||
8ac9b921467aaee9195d5262ec2d194bd97f93eb83d031083c2e09664028da6e legal/us/code/title-06/chapter-1/section-491.md
|
||||
813e548535364d41c6e04fc3385ad55643f96c167ff26283e752f2c0a90340a8 legal/us/code/title-06/chapter-1/section-492.md
|
||||
bf2623ff952f0698d610231f1dcd4b121229e550c44ec3f3ae573d33e76794e4 legal/us/code/title-06/chapter-1/section-493.md
|
||||
5977d3bf4d8b105b800458559ec5fa8836c8475a32ac18349785033db95b9711 legal/us/code/title-06/chapter-1/section-494.md
|
||||
e9d67c3b9d05c6a4117e5e60f5091613a684d93b0d23558cf06bab1dba91cdfa legal/us/code/title-06/chapter-1/section-495.md
|
||||
a819d7dd4cdac3d605c81cabdcdd2290a0afe0de09f8fac1fa94c81784577289 legal/us/code/title-06/chapter-1/section-496.md
|
||||
2457c6eae3070dc7c7793934ae4f41ca9d6f037d3b0d613122e09fbb7341b52b legal/us/code/title-06/chapter-1/section-511.md
|
||||
03ae97b64f7f572a04f1c1a74bdc0b37050ebf7cd3a298785aa026ae2d876241 legal/us/code/title-06/chapter-1/section-512.md
|
||||
0675b99e1c61d2711ff451a830740c50ac8af9a28b57886fd75e12810292c662 legal/us/code/title-06/chapter-1/section-513.md
|
||||
787d5f24fb15229814a49215285e08bbf2e8b2e1c496023445aa3d6d9f64e80c legal/us/code/title-06/chapter-1/section-521.md
|
||||
6bb6793ec6ef40faf5044618cbc5f03ef915aee5deab43e8d4c00ca21ce149a8 legal/us/code/title-06/chapter-1/section-522.md
|
||||
dd6a0c744ae1245d1c830bcfd4d5a8175f9b3008e91c1089c074d002126a010e legal/us/code/title-06/chapter-1/section-531.md
|
||||
c1775dae422cd53160fc6338f3d28c3914d378cffd04dcf69f995aba7a04b88a legal/us/code/title-06/chapter-1/section-532.md
|
||||
81bb94a608d1e295fb60f25a5f9a2f5465c41875aaf4b2ceafb5cf93d09701c5 legal/us/code/title-06/chapter-1/section-533.md
|
||||
da14309077b236ea1e955f9da768d8a8e8179925ac468a041dd427c94cdeda57 legal/us/code/title-06/chapter-1/section-541.md
|
||||
6a3a60811014269bb2b71963b104f810450620acceed2bc4fa1bbf11ea3b3882 legal/us/code/title-06/chapter-1/section-542.md
|
||||
cd3123c72bebcdbb21804f65b38ab2d34c32098fd469a8aced443299438e42fd legal/us/code/title-06/chapter-1/section-543.md
|
||||
e0df455fcfcd68fa10b93d25ebc0684107ad721b2256f95e062f3148b317e37b legal/us/code/title-06/chapter-1/section-551.md
|
||||
25e47f72e1b01d1121fc56812770aba45c022621e77f5a0cadee137d8b57ae1e legal/us/code/title-06/chapter-1/section-552.md
|
||||
e236e9aa018f004b2222452202bf59c6a419ed3f9d6ba1858941dd99e39787e6 legal/us/code/title-06/chapter-1/section-552a.md
|
||||
32861a450e41622ae9ca430092caffa4a779e61df25f2996f3cd3a52af831885 legal/us/code/title-06/chapter-1/section-553.md
|
||||
f977566dfac3326638c11017f95cb11cbb6d4ac6744050e5720bd07000ab7e26 legal/us/code/title-06/chapter-1/section-554.md
|
||||
9faf33f5f692bde900d187625649a06f8eb0568933b360a1efd47843d8eb682a legal/us/code/title-06/chapter-1/section-555.md
|
||||
10aa4f777d91a4e9682fc9260b8cbe75337eef2d542b6797055f76d63bdc1c6b legal/us/code/title-06/chapter-1/section-556.md
|
||||
342dcd955ef8eabcee4c5a866b9aeaff71f1b2c93bf7ea23313d483c82fe9ba1 legal/us/code/title-06/chapter-1/section-557.md
|
||||
caa171ea9dd1b243db3cd483489b31f885f37ff158081c77c524ae990dd4e474 legal/us/code/title-06/chapter-1/section-561.md
|
||||
88042ede71b2647d58aad55c0305fe7564c785f29847b0665f16bb91139e5c01 legal/us/code/title-06/chapter-1/section-563.md
|
||||
4aa42b11422dcaf221970706e78e726400889ba27dbc6c1697ce77abc7778cc9 legal/us/code/title-06/chapter-1/section-563a.md
|
||||
e1baef067fbcf1998e66408f76d2eb5388e5534e327f56d9fc32a9c0382ec581 legal/us/code/title-06/chapter-1/section-563b.md
|
||||
ca4b4a53b8d1eeeec35121bf7e2d3933427ac5059b4d17338e42e8fe121e4c38 legal/us/code/title-06/chapter-1/section-563c.md
|
||||
01fcc3e2bafd082cc0cdcedddfb182d431935b070ec757ed263d10f1448dc4ca legal/us/code/title-06/chapter-1/section-563d.md
|
||||
1517aabd6df91e8df9932506a9f90d3bfc142b4d3c35de3cff6671755925eaa0 legal/us/code/title-06/chapter-1/section-563e.md
|
||||
12388bd83ba3c95d8b54420ae91bf358af348e10c45fa43df390f11807966772 legal/us/code/title-06/chapter-1/section-563f.md
|
||||
638b9f606d8ac49041a57d0cc2bf8bac771cf6d9f4b2a774f100f68717165646 legal/us/code/title-06/chapter-1/section-565.md
|
||||
d0beaba89f44fb97999f6c04554a0175059023ed8f913a17b7ab210dca125361 legal/us/code/title-06/chapter-1/section-571.md
|
||||
a3955575159c09da79a5a932cb55938589fca2911dba91cb6c0dff93ea9b3d4f legal/us/code/title-06/chapter-1/section-572.md
|
||||
6db813f45e002eed09f947766a5ee137aa30af69301ec9e652250f1aeb174f42 legal/us/code/title-06/chapter-1/section-573.md
|
||||
5838dbf5f9270213a4cc45d68c8ad84aa1ec9f79e6afc9fadc894e1cc99d6bc2 legal/us/code/title-06/chapter-1/section-574.md
|
||||
d1cbd3de7bf651810a541c26bb0146b90e7a332604dd2470479c9e32640ed5b3 legal/us/code/title-06/chapter-1/section-575.md
|
||||
d3ba26dbd632a6f74a355fcdad599c69b4b6298bff1ca42c0bf154ac26d3300e legal/us/code/title-06/chapter-1/section-576.md
|
||||
69b18dccc3891844788569f082ab7576ab8eca4b296c6811fb3049c00d823e0e legal/us/code/title-06/chapter-1/section-577.md
|
||||
41ca0f5b8577974f6bcce1ef28f452696ccf01d716033b054f12ea8b1596ebd1 legal/us/code/title-06/chapter-1/section-578.md
|
||||
9325e761aca8a449e8352c5b98349cac91b81d6dcb1eeaf04db04506c1c483fa legal/us/code/title-06/chapter-1/section-579.md
|
||||
b253fa0eb7b27ff40f25c6a52a8161272b86713de4c5615fb1dbddb297b6e436 legal/us/code/title-06/chapter-1/section-580.md
|
||||
6fe3e63acbd23b6f2cd2caf81de65edf2ef1aacc0fb1415c5ec746643f045e6d legal/us/code/title-06/chapter-1/section-590.md
|
||||
4834b60f6687b8832b46ff5957ccfe8958c40ccea57c32f348f1c48fdeb4c122 legal/us/code/title-06/chapter-1/section-591.md
|
||||
5ee17b99e224f4cdc1164b011dede347cf5caafa27b20d51c562a4b62d2978aa legal/us/code/title-06/chapter-1/section-591g.md
|
||||
1f62207ad8fe1e30f0cc7257049e68807586ae66382dd9ce8d36b2026ef5f5cd legal/us/code/title-06/chapter-1/section-591h.md
|
||||
1e578dc5b0f2fa43dd3e81a7824468572624209b5a7c8f3e61b8715ca1a9804f legal/us/code/title-06/chapter-1/section-592.md
|
||||
f1ff8ed2399d74f32401ded5ce44c03107764702c918ccbdc58b90612a4db5a6 legal/us/code/title-06/chapter-1/section-592a.md
|
||||
2bf27178c71e7f3f5e883a9111a50e83667b9203da652ebb451ada671271a731 legal/us/code/title-06/chapter-1/section-593.md
|
||||
ea95e5250d78ff8d0006242baab2eb181d88310f0a17595a810b39b13dee64fb legal/us/code/title-06/chapter-1/section-594.md
|
||||
da6fef0a82883fb264d46563beb6bb40fa4bb1b35b0e8c4a2bc10f11b8bf9fe2 legal/us/code/title-06/chapter-1/section-595.md
|
||||
1494aa408b5157cc43a2148f8941c482233934ab2a556e276b934ab6b75d3b89 legal/us/code/title-06/chapter-1/section-596.md
|
||||
59214707f87412c7a6967fbadc7a244d15f49a5b8f82aa4214c95c7943a76356 legal/us/code/title-06/chapter-1/section-596a.md
|
||||
f1cac9a697b5db24b21a8e9f48e4385d8af0a2fef9b519ceb0b6be1bb172fd24 legal/us/code/title-06/chapter-1/section-596b.md
|
||||
aff3084e95647c7ee4c20302302a1ef07d3c20b88e1f36d0fb2449ce54a45456 legal/us/code/title-06/chapter-1/section-597.md
|
||||
8a5e6f4030b491785a95de29e2347f426f4e1309602bec7a024980f3940ebcf9 legal/us/code/title-06/chapter-1/section-597a.md
|
||||
ef795aee8cee4c26e6698edc849badc77457642416ef75ea925b8c910d2cc9e0 legal/us/code/title-06/chapter-1/section-601.md
|
||||
61641a70444a474b5f7b6c7dd60ce5207fa6979aa2eaf199455a0b1f8b38c78b legal/us/code/title-06/chapter-1/section-603.md
|
||||
adf074bb5227004a3c3aedcdceb856816cbfde9d2135c4e916351d897b9cf41b legal/us/code/title-06/chapter-1/section-604.md
|
||||
dd724cd46eb57a02462b6aa7b308d748b247dbbe253c92e74f9f2abcb6ff30c8 legal/us/code/title-06/chapter-1/section-605.md
|
||||
1c7c8689528cef97d2ab074c25c9a806a2bbb0b3eaca01447d0a0d6efc9f29dd legal/us/code/title-06/chapter-1/section-606.md
|
||||
55f974183509bf39dfe5cafab9d6441824690481fd312278e784d72ff82e39cb legal/us/code/title-06/chapter-1/section-607.md
|
||||
6619845418b5ecde7d2cbbc1413aa0967073d79fab30fef9cd7c5b34934b2a5c legal/us/code/title-06/chapter-1/section-608.md
|
||||
69270f8e614abbf39017074b48b05e1dd02f5626205ac6edde433ee71fbcfb7f legal/us/code/title-06/chapter-1/section-609.md
|
||||
0b75732fdd9746f0f30cba67497c9d829d94a740287672d669e47a2f264a6e52 legal/us/code/title-06/chapter-1/section-609a.md
|
||||
a4eaae513abf4775c439a5f0b1bf233be84335c76b4549036a335e5c80ea4ae1 legal/us/code/title-06/chapter-1/section-611.md
|
||||
05306b808b26140c1216d496a247f62ff2e13b0944fcce4de8859a11f94f9909 legal/us/code/title-06/chapter-1/section-612.md
|
||||
b81217a90337ca2bd033dc7576868298a2f0ad28987b11da03059474913f600f legal/us/code/title-06/chapter-1/section-613.md
|
||||
2b4243bf9bf9310beecf4ac95a9b82fa306054a14dd0ad16c40333ccbe88ca9b legal/us/code/title-06/chapter-1/section-621-to-629.md
|
||||
741984dab6f31c95fabc8b40dfeafe283ec02ba7641e529b1aa6837f26587f1d legal/us/code/title-06/chapter-1/section-641.md
|
||||
1003d2bf4e4c56e1db592a76affbaa0c040024b92903696000c8c07fbcbbb428 legal/us/code/title-06/chapter-1/section-642.md
|
||||
43b943f6a6b374560b1a01b53ac90c6a5a1aaa3846d64c9e9720810c2b1ad55f legal/us/code/title-06/chapter-1/section-643.md
|
||||
5a58811b3f397ef6ac0d34252943fd16c728fbd9becc41e1f2ff7683c9d1726c legal/us/code/title-06/chapter-1/section-644.md
|
||||
7e2843ef54c1ab18bec5717b20a1d3d7dad04cd3b6739c7150d433b8a3360cac legal/us/code/title-06/chapter-1/section-645.md
|
||||
019b7a2e690ae83170f48274acbd2710b1a31d9f7efff7b614418c0e82659e35 legal/us/code/title-06/chapter-1/section-645a.md
|
||||
4f14a28e445004977357661293dcdeb718d59c75ed965cc35e92ccad6b93f5e4 legal/us/code/title-06/chapter-1/section-650.md
|
||||
2bc3bbc9cd64e502e17a0ff297c5e9af423517d512ba2d0f715a22a3f45cec89 legal/us/code/title-06/chapter-1/section-651.md
|
||||
c7b7e2c88a00751322d8141a0c5d50c04b21e8f999b02202e3c4541726a1bd3e legal/us/code/title-06/chapter-1/section-652.md
|
||||
6a906d30b04def360594e60516f2a76acedd3790035a425a439661871e4ab84c legal/us/code/title-06/chapter-1/section-652a.md
|
||||
7200b04b8682dd2171dcaa1322fe0cbb277fc1a14e8181b04888853bdaa9582f legal/us/code/title-06/chapter-1/section-653.md
|
||||
1e775cddaa4edd2bff7e5e5786f9e976f962d6cf88b832b9869a22018fb4a524 legal/us/code/title-06/chapter-1/section-654.md
|
||||
35273fa5df14f5f6ac08f081713ae011b850552224de3345ba0238c1d6284de7 legal/us/code/title-06/chapter-1/section-655.md
|
||||
3d46a1ff096723a01f2b1e0eb0bffa0c33ee198998431c45e8b98995c22d4b46 legal/us/code/title-06/chapter-1/section-656.md
|
||||
71c1a5a4641c23ab445a93880d756f1c6a844695a5bdb95259c605f9052d8d10 legal/us/code/title-06/chapter-1/section-657.md
|
||||
f88d24b8ff7ec787910476df8e4402397768fb690a95987ff9d1af22998e5593 legal/us/code/title-06/chapter-1/section-658.md
|
||||
17968a67b6d41b581dfc7312c80c4e03b4ad5b56f3e2b6273e069db16edcd408 legal/us/code/title-06/chapter-1/section-659.md
|
||||
c9a52a90c79256eac19e731a727d88badadd0c970ead8c913bcf7c4ae831e21a legal/us/code/title-06/chapter-1/section-660.md
|
||||
98d6f5860687a2cc90f879766ac4ba8cf3ec1842eda8e97731bc9852e42a0011 legal/us/code/title-06/chapter-1/section-661.md
|
||||
8c3b2490f0326494f520dd74b82f7d83e92d750ad3df657716526e29ce3e8db5 legal/us/code/title-06/chapter-1/section-662.md
|
||||
f29b90b7df2a02d1ea10154f82d8f69ed9ec65ca36d8e2bc91354fb576d1632d legal/us/code/title-06/chapter-1/section-663.md
|
||||
651a09edfe1ba895603a155000292f832a3d65b7c72c45418d04f6fe94b5e509 legal/us/code/title-06/chapter-1/section-664.md
|
||||
0768a9e3c1dd66cb8340a52a42b2fe577830b4fcb47f9a1df8fe0dcbaea3fd27 legal/us/code/title-06/chapter-1/section-665.md
|
||||
6fb2f96877dd9d9db8e2576dfaa271a45e4a8d224b58959682589559f688da88 legal/us/code/title-06/chapter-1/section-665a.md
|
||||
f562a8c2e660c85c24fd19e314a73df7de900a74d97d3d90e0e706cd43b28586 legal/us/code/title-06/chapter-1/section-665b.md
|
||||
8a3d31a831c88113c36fd13342418376e657c00fd3577d113b76be304cdd3bb8 legal/us/code/title-06/chapter-1/section-665c.md
|
||||
973dd43d52e2b0da11defc0c2977a561dc311d7fc254299da23ae6e35532e930 legal/us/code/title-06/chapter-1/section-665d.md
|
||||
402d9471ac2bc7260188f3fcbd47e641bd37961e7f2550c43840a948f6f4a159 legal/us/code/title-06/chapter-1/section-665e.md
|
||||
c91298cb261367681691c9f75aa5a5c74c864d9e992e216792d6977f218226c6 legal/us/code/title-06/chapter-1/section-665f.md
|
||||
c87901955afcad392fbb5b2145d25fa5c69669d57b267ccb35f641bc373dcb63 legal/us/code/title-06/chapter-1/section-665g.md
|
||||
8cf01f8669f827fd20cb8386ea8ee5530fb3ddda6ab43bb9ad9a3fe8b6726f96 legal/us/code/title-06/chapter-1/section-665h.md
|
||||
ec30685fb824ae7533378fb70e7cbbec3f5a896108c77e5b6a1bd14885f9ae64 legal/us/code/title-06/chapter-1/section-665i.md
|
||||
b8db9494da193b6e0a05278b92d78657fda54e8b019ffbc3ef1758ee04a92cbb legal/us/code/title-06/chapter-1/section-665j.md
|
||||
5606ddf21bef318150e0771d68928ebf9ac0be3e39f1d9f368c2226265cf0611 legal/us/code/title-06/chapter-1/section-665k.md
|
||||
94fa12ab1992c4951426b637044efeaa4a87cc0330cb8a3cba076f698fdefdbb legal/us/code/title-06/chapter-1/section-665l.md
|
||||
f0f56cbbdcb58be60465613fa21c57b44631fa68f6ba22ca1171318e97d3a0b3 legal/us/code/title-06/chapter-1/section-665m.md
|
||||
bc37c1656382f35c56fe273be1c6a8235d2fa49794a8ca8c9e53ec4ecd9b1810 legal/us/code/title-06/chapter-1/section-665n.md
|
||||
aa0cc6e8b0651320f5745fa54378afb10b63d96e0fa90cbafa685e9272032145 legal/us/code/title-06/chapter-1/section-671.md
|
||||
dd9a8846634be01ef005a051bb20a056a56f8cabe8a3d3aa274709f513de67f0 legal/us/code/title-06/chapter-1/section-672.md
|
||||
39fabf6db7e7d7d4b5cf4483f68cd3808cc9f08363b89c339f5aee0fdaac7db8 legal/us/code/title-06/chapter-1/section-673.md
|
||||
3e41ecbd2222603ebf3fb72845f8c8e5a0258158ef5909514ff95c8942177530 legal/us/code/title-06/chapter-1/section-674.md
|
||||
f2b5235ec25930098ec4e5a0bf50072765641c3eccd1cf647fa566baedc3dbaf legal/us/code/title-06/chapter-1/section-677.md
|
||||
d8a6832facdcc056949a9e2baededa2ebe256cf49b1f43c539b4fb9f3ca5926f legal/us/code/title-06/chapter-1/section-677a.md
|
||||
f7d63d7038ef0fb5c105e1685eb6b23b968ac88ac829e2fef429f890ad56ba16 legal/us/code/title-06/chapter-1/section-677b.md
|
||||
e1bb736017bf1b9a2806bbf0c74ff7a5d7a13972cdccb9a872972ef9133decc2 legal/us/code/title-06/chapter-1/section-677c.md
|
||||
814d3d05db3c81d3a01a06b909a2d31c3771db8806febb1fb48a104d054676cd legal/us/code/title-06/chapter-1/section-677d.md
|
||||
63e420345f5998607874a7d493bce36439270c9e1413e74a322090637b3120bf legal/us/code/title-06/chapter-1/section-677e.md
|
||||
0aa4015d63f561a91956423c9e2dfe4fe26607ebc68342983d1078b608cd2618 legal/us/code/title-06/chapter-1/section-677f.md
|
||||
d142de45e3edf6c25a9d295db41fb2a92bfc9fad7bdd493c16ec2f7c4ed428e9 legal/us/code/title-06/chapter-1/section-677g.md
|
||||
1e719fd802c0b464548ba117d15b8064535951b2c2e50b2deb77a3d0839f2f4b legal/us/code/title-06/chapter-1/section-681.md
|
||||
07c66f5f8e0937c54e78385d57527cf1cfaa46a23534ee0178ff398bdce816a6 legal/us/code/title-06/chapter-1/section-681a.md
|
||||
59ec89dc12a05fdcc1ba80d65e3f207b9ee8ef503dea07f30886aa1e7d48bd15 legal/us/code/title-06/chapter-1/section-681b.md
|
||||
540e6b35e754bda245206346a8041058115f6702761745564043ff7e6db04c49 legal/us/code/title-06/chapter-1/section-681c.md
|
||||
6f64f51652ee39ebdbedd5f7d9244f9cc34732ae5f87569fec4d1334de7efd2a legal/us/code/title-06/chapter-1/section-681d.md
|
||||
183d34cc962f03266baca8aa079ab577db11375b4694802a4921d0af85164fd8 legal/us/code/title-06/chapter-1/section-681e.md
|
||||
09dc1d60a0133b12af71a9f3ad6b084647500c3fd8141321fb4ac5bc083c7b81 legal/us/code/title-06/chapter-1/section-681f.md
|
||||
e479c4c1bf5dd737cc57bb85b68529f4fa0d3d53e5a20a8cd0474782f946ee96 legal/us/code/title-06/chapter-1/section-681g.md
|
||||
1b5eddd56ba8597a55575840be47ad6097a1084fe2fb511bc62c6e6a2db4705c legal/us/code/title-06/chapter-2/section-701.md
|
||||
d6e44e395185356ce8260c6beb67dfc829a072ec00a4bc3c026060f5195a9e35 legal/us/code/title-06/chapter-2/section-711.md
|
||||
89fb68c9f260dc7c03c1abcb47d0394d05ad53b9adba2130c1de922a612ace57 legal/us/code/title-06/chapter-2/section-721.md
|
||||
49bcf313857967368aae8be5e4292abc4786675e831fb156bd82336407b91017 legal/us/code/title-06/chapter-2/section-722.md
|
||||
00a4c173311b232a95be4f251c932e6bb698546943498235c5c8a444a9ddc16c legal/us/code/title-06/chapter-2/section-723.md
|
||||
a53af4699d39370ecb94e660e0c704912d61be7b354f75445cd4d29953c3c09a legal/us/code/title-06/chapter-2/section-724.md
|
||||
e7664ed81efd90695ad0ba23cf42e7b5cf8d6898ae059e1fa771bfdb8a7f3aa1 legal/us/code/title-06/chapter-2/section-725.md
|
||||
11f2d7dbc751cdcd7ed8309eccae4377e3ff085246104e422081c1c92c706dfb legal/us/code/title-06/chapter-2/section-726.md
|
||||
15e2c971f911f519f390bbdddb74629127e2c7a793d334e2eae0cd125095203f legal/us/code/title-06/chapter-2/section-727.md
|
||||
36f97e26abf2655b0db178337bf8277bdb217c52dfc507194e8f1a4f4180d248 legal/us/code/title-06/chapter-2/section-728.md
|
||||
307e616c2b4da49897f1060785a63ae489a83d9a9332540efb4d6e7a71773514 legal/us/code/title-06/chapter-2/section-741.md
|
||||
14fb069bdbd628760a8c707098ab0d6dc14bb4522763b250a84ca170dae3ccdf legal/us/code/title-06/chapter-2/section-742.md
|
||||
3b5c724cfb847aeb0b00abf7e551ccac49d7299b21b8b1461dc86b3faf6fe390 legal/us/code/title-06/chapter-2/section-743.md
|
||||
91a88ae5f6dec4e519cd08ca06c43ec8f2142dedc80e60555e3e5acf2b042794 legal/us/code/title-06/chapter-2/section-744.md
|
||||
b8ec5a0b1f19f402324b34aea3e5b3b2bc5ea3ecfa9adb710982d47c50271a89 legal/us/code/title-06/chapter-2/section-745.md
|
||||
b9527ac6bcdb9e798482c903fbbf10260baa41c34e633b8854c01ffd7e153a80 legal/us/code/title-06/chapter-2/section-746.md
|
||||
e8e518e41b67fc77e6e0ed0c926ad937abf459d0847fa3ab7ed88fa5038ba05e legal/us/code/title-06/chapter-2/section-747.md
|
||||
352bcd7926bfc1bf9b7da205c5d818363f63d836e6f22714f7b4f3f8cbb1696e legal/us/code/title-06/chapter-2/section-748.md
|
||||
39c326820c96e3260af53c3c05abb95f56424fa60a7e216025b0ed993500b480 legal/us/code/title-06/chapter-2/section-748a.md
|
||||
b200a205b33afd0c1902b786692064cc58328d744e4783a8259fd48856d0d0c2 legal/us/code/title-06/chapter-2/section-749.md
|
||||
47dd9e426589e0acc2c2e9e2782eb2277d24c749f1b7246a3453442a02ecbd64 legal/us/code/title-06/chapter-2/section-750.md
|
||||
3db3fdda1c274bd494dc0653ce27b9bbfd10d96046bc7f98f625da670da606ae legal/us/code/title-06/chapter-2/section-751.md
|
||||
3993b5452e5aa9ced457c821e52be02fc06c07564dcdb51f7d693cf092b793f1 legal/us/code/title-06/chapter-2/section-752.md
|
||||
14442c28328073686af8480d6c30732ed7445aff6a50c4284fa3b2a93d3d2d89 legal/us/code/title-06/chapter-2/section-753.md
|
||||
a8e42d61ce4fa300fb41ec993456fca5b1a67323a72f9f9dc17726ee3c769508 legal/us/code/title-06/chapter-2/section-754.md
|
||||
d4882ed29b63328b250e37e7fb98f0d69f845645dea01d7b5983b7a01cc37adb legal/us/code/title-06/chapter-2/section-761.md
|
||||
b7fd20102b3d7a66653961ed23a21489c4cc3a3921d7b80a781beb431666dedd legal/us/code/title-06/chapter-2/section-762.md
|
||||
bcd8a8062463932ebba0c0f59346eadc371bc0a31faf26c95ac951639d024ba2 legal/us/code/title-06/chapter-2/section-763.md
|
||||
477276247030465a624e6e63e1f895202e1901b278619ed45df5988c1022a01c legal/us/code/title-06/chapter-2/section-763a.md
|
||||
b22114e9307c6198d65b1e7852571fbc237e75149f88024a26c5e98fe1e228c2 legal/us/code/title-06/chapter-2/section-764.md
|
||||
99328b3b06d210c1d592ef085c1142b2e1888673f446eac1f4831d3937798a64 legal/us/code/title-06/chapter-2/section-765.md
|
||||
e38c9e2a4712f2ed1639c659b95d1340345bc50aed94aa39ede6fe9a7771f7d4 legal/us/code/title-06/chapter-2/section-771.md
|
||||
914e9e0efa8ceffa9780bfe951e64fa283e97ee60384e86cc852124d69ebce1d legal/us/code/title-06/chapter-2/section-772.md
|
||||
67c70523860491092036f7c917c40e11c30306ba748d70bd133e3bc6f5186a53 legal/us/code/title-06/chapter-2/section-773.md
|
||||
8653daf5185458a90af2d05ea7d86bc508dc1550d42d47110aa5acd5c2f7d553 legal/us/code/title-06/chapter-2/section-774.md
|
||||
7a8be6cde7f1e8514c9a8502c8c6e7893f5907d92a24b55e86d9c543ca23b610 legal/us/code/title-06/chapter-2/section-775.md
|
||||
3ec94b93a55e5c6073217accc13345a390b8813dac49a2fd5cfa54d455e12715 legal/us/code/title-06/chapter-2/section-776.md
|
||||
ae0fcbf4478c50e5669aa39d68e6c74ff2b64a502ba076082d1975c940810510 legal/us/code/title-06/chapter-2/section-777.md
|
||||
a644c9d65dc54d2db25335a81ecce809f02e31879c44efacecd2ea16f670e7ca legal/us/code/title-06/chapter-2/section-791.md
|
||||
8aeb390c0fccbaec298413e1958b6f2b41318e0a7fdc6d32cf942977ecdb76c6 legal/us/code/title-06/chapter-2/section-792.md
|
||||
958a98b461d4eceba7fbea5b2d43e82bbbd0cfcffff4eba949671b539f12b2f8 legal/us/code/title-06/chapter-2/section-793.md
|
||||
5924f767983fb49fca8a4b6d34b39891f1b993e98e6516707b60f1a66b2ac6cc legal/us/code/title-06/chapter-2/section-794.md
|
||||
aeace2878cb109cedeb6d9ce98122f1f54318f7323f74d5b3e54a2a0eae4e56b legal/us/code/title-06/chapter-2/section-795.md
|
||||
9590318af5d8e5466630bdb5153055e6b5d442f2144f58c30327d24fdeeb15df legal/us/code/title-06/chapter-2/section-796.md
|
||||
ebb27bcab49be56674f3767f599edc3eef598cea10900c184003321fc445e830 legal/us/code/title-06/chapter-2/section-797.md
|
||||
ad96254c671424a4fa0a311fcf7ab17711bd80c6a0402dc3ce77286eb7e1cb90 legal/us/code/title-06/chapter-2/section-811.md
|
||||
af09196f360fcea59dfdebb5d9fc89fd68a430ec92e416c2133309e80453bd26 legal/us/code/title-06/chapter-2/section-821.md
|
||||
679e4bcdc072bc2d3e8397cda851410d0342ecb3e6af639b9a808392c3a39a9d legal/us/code/title-06/chapter-2/section-822.md
|
||||
27ae77d0cdee01e7f163dcf0088d1b59248c39a75a1b60ff086346df26865598 legal/us/code/title-06/chapter-2/section-823.md
|
||||
7666bccf25d615ee4d57ef845bacd6bc300158bf8af027d7fa3b36ceb02da9f4 legal/us/code/title-06/chapter-2/section-824.md
|
||||
b36ef482b189a25d922153916efa9b80d9119b25f1c278fe49f53932f8a063bb legal/us/code/title-06/chapter-2/section-825.md
|
||||
1b1e3389044c55f68721a6ac6f2452ab29101613111318ed869d4d1d9aee692e legal/us/code/title-06/chapter-3/section-901.md
|
||||
e182439a917a2c9f93c957a8c1e0cef7e16de7cb4d65831727d3fd445c14d8e3 legal/us/code/title-06/chapter-3/section-911.md
|
||||
3e9792b34a03296581a1fed476909c6ccf5ea85735ed821c3fd29f65d9e66a9b legal/us/code/title-06/chapter-3/section-912.md
|
||||
db569ea96219994ef22f6db424013eca24684775761a1854b89531e7281a8364 legal/us/code/title-06/chapter-3/section-913.md
|
||||
3a38d6e5c63e90c1c616ed9fee0ce5c2001797e612b09c17cd78287256b67e49 legal/us/code/title-06/chapter-3/section-921.md
|
||||
7721b673e3d45dba34b5aa7e51501ec365b3b13ef8fc517ec724b3ec339da513 legal/us/code/title-06/chapter-3/section-921a.md
|
||||
433802c361a8e089436f3f49b19cec4c97f1d8a6fb387b2cd8796e9840f05a03 legal/us/code/title-06/chapter-3/section-922.md
|
||||
b6f7a2b9e046e983945559c97a7e47783c55b43ed1e57b0ed6030dfb00615192 legal/us/code/title-06/chapter-3/section-923.md
|
||||
e2024c49eeac283ed476f2457a728ad3f7a457c0b09b163dc2f178fef0540575 legal/us/code/title-06/chapter-3/section-924.md
|
||||
68c5054f72d326ff756d551663caa73326fb08ddd831050689bb7fb55830c2fd legal/us/code/title-06/chapter-3/section-925.md
|
||||
9a06d1337837bfe16f7cffff1079932c0763e90cd9fa12c98332adb5059d75a6 legal/us/code/title-06/chapter-3/section-926.md
|
||||
8993410fc03b7fe51311b232931fd75f9924911a538bec83a7869182c9bd7347 legal/us/code/title-06/chapter-3/section-941.md
|
||||
0d208a9665a4fbecd8bbcb518d611407e9bdfa9f88cb506b2718cdf4da68a1c5 legal/us/code/title-06/chapter-3/section-942.md
|
||||
24eca589ebf9cf0b7c4809843194478bd496ced69f2634bd99ad1e8ff64dbc14 legal/us/code/title-06/chapter-3/section-943.md
|
||||
22ddb41040a35df347aa7ae7f5df681e23e14d61df426ec855de9ce6d2a1ce75 legal/us/code/title-06/chapter-3/section-944.md
|
||||
316c4952da0a7adf4fffcdc42515b4a48c6dd41ad22b4db53a7c770174ab583d legal/us/code/title-06/chapter-3/section-945.md
|
||||
d743d2d3f544d6ba1258b88f22b53386aea30f4a494fc11c7d4f2e570c356e55 legal/us/code/title-06/chapter-3/section-961.md
|
||||
67e25eb69028b341ce87a94be8d33502a706039ba861070cb92cd7de542d7f26 legal/us/code/title-06/chapter-3/section-962.md
|
||||
e8b108f61cfb90f038841f8542cda04bb13c522fe35a2187222ad08cf4eb5009 legal/us/code/title-06/chapter-3/section-963.md
|
||||
e751c9ddb2d5508fb2507633cba810f9409bb6ad5f03d0250d88f1b3ed9076fc legal/us/code/title-06/chapter-3/section-964.md
|
||||
f9dcc3c64fa9a773798d346264fb8880398f9d9d0ff33ce7ba2ee92f5b4471a3 legal/us/code/title-06/chapter-3/section-965.md
|
||||
66c12a8b016d43be48c629914d1306b7f87e49be44b781bf2332af43bc37e25b legal/us/code/title-06/chapter-3/section-966.md
|
||||
9398e02d1f582f100081849e0fa327de06c045d54578334c32dc6c0b8380baa1 legal/us/code/title-06/chapter-3/section-967.md
|
||||
b2b758b69019f5f7152eb3bcfe3867429e36864c47511296a24d0333e5e91d9f legal/us/code/title-06/chapter-3/section-968.md
|
||||
32acd4ff9ef365f251eb643097a298154873b4270d84dcc5a1e499c98898b831 legal/us/code/title-06/chapter-3/section-969.md
|
||||
7b8fb2223d31b165f077fca4889045bee06564dc60ac4e6dd2391d4b7e10050f legal/us/code/title-06/chapter-3/section-970.md
|
||||
27a88f3b1cb3cfca46d62c340fc63f372d2416ac2e77856854d95a1428b407af legal/us/code/title-06/chapter-3/section-971.md
|
||||
a595606948a4465b77108906081524a4cbea5b980e03e4fe0a4263d23da62eab legal/us/code/title-06/chapter-3/section-972.md
|
||||
3249fb4f76da9ac330da5d44fb7d6f8610d4780a4693a55176c62ddd15073d0b legal/us/code/title-06/chapter-3/section-973.md
|
||||
26f55b4735882fd19e6163c56933eca2e8bb9a3d6c6243ec0afcced4bdb54eb0 legal/us/code/title-06/chapter-3/section-981.md
|
||||
c902295a0493ade4cf41b2131745b22a3307053e2b27bb5f71f6f4b3eaf95f17 legal/us/code/title-06/chapter-3/section-981a.md
|
||||
c84f1f301f1b7dadd45876b672a6847901bee8070d7e383e8184e1e65124c64e legal/us/code/title-06/chapter-3/section-982.md
|
||||
178051b6faaff097bd37157f7c6579b7590afb398dad77137f7c8f08789faceb legal/us/code/title-06/chapter-3/section-983.md
|
||||
7d5409ba9efb0435f534a8dc8301db151a719f6212aec708df4c2ba23947f718 legal/us/code/title-06/chapter-3/section-984.md
|
||||
5251ec0710424e0d1c264c27c4936a6603b50d219534e7da127fa64c44d9ab94 legal/us/code/title-06/chapter-3/section-985.md
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,369 @@
|
||||
18cbd9dd4172ad0473c6dc52e038b813f80124d17167f025c00b9dfa60060a0c data/legal/raw/us/code/title-08/xml_usc08@119-100.zip
|
||||
20fc161226c9b3e3aa82bfad18545079f740b2c26a1e3cf2e43801c506a4513b data/legal/raw/us/code/title-08/usc08.xml
|
||||
f9d6676665d5d33c1a100eea4d4dfd483b7a9c85a180e3bf394765efcb9cd40a legal/us/code/title-08/chapter-1/section-1-to-18.md
|
||||
658029def75a7d2af7bb2bec4c9a743577e92a22a77ef3e577c3cd97c2416bca legal/us/code/title-08/chapter-11/section-1001-to-1006.md
|
||||
298898ece701129fa82d8f96cb19c5fcb2e8f10d32d7fd61af2cb06ac121fa8a legal/us/code/title-08/chapter-6/section-102.md
|
||||
7483dd3d4d9872031d1b95f8f5f891170d49e17b80540219f04cc5d55749380b legal/us/code/title-08/chapter-6/section-104.md
|
||||
8447a783ccd283b5399d80ce9e97df9a5185b6aed4833cff50b7eadb55d9f6ab legal/us/code/title-08/chapter-6/section-105.md
|
||||
eec283b3a701f9d0bbbe30227c5406c06cc10589b192229751847e3fda1ec17b legal/us/code/title-08/chapter-6/section-106-to-106c.md
|
||||
591f0300a4f05d4ac00538e639bb1fab6a33ee5beb00fd767bf983f1a5094b53 legal/us/code/title-08/chapter-6/section-107.md
|
||||
f9c33c3b430accaa39a0bf4eb5d6082d90fd68692cf1feec3304227746b0bed0 legal/us/code/title-08/chapter-6/section-109a-to-109d.md
|
||||
f165f23deeee929af1772c029cb19b68a4fb4279a8acb616847922c771060928 legal/us/code/title-08/chapter-6/section-110.md
|
||||
8199a309f93e618ff5b33d0998845d26620d85aa3dfe707757cded607bf950d7 legal/us/code/title-08/chapter-12/section-1101.md
|
||||
40ec80a9ccb0cb7065992e4a17fb7bd541878044baf2426add0a94897ce1a45d legal/us/code/title-08/chapter-12/section-1102.md
|
||||
c6e5086bbfc1a0885fcca2982f070ee1b6518eb5676c99eec8bc57c142d002a0 legal/us/code/title-08/chapter-12/section-1103.md
|
||||
139cca5874441da28a3fd25334d43acc30de26e82d5a7ee3c167d07319bfa4db legal/us/code/title-08/chapter-12/section-1104.md
|
||||
370000cb62cfa6e98c8f07a4c00b49b6367ff81f73d62cb11c31426cb5552da1 legal/us/code/title-08/chapter-12/section-1105.md
|
||||
75370bbdad4ceb698df4cf7d93fbdd6620ddca7d2014908864da244481e57976 legal/us/code/title-08/chapter-12/section-1105a.md
|
||||
9717d0531347b0b4db066949cfd96cb704f6cc42f147f82e43f7e4b96a31d2db legal/us/code/title-08/chapter-12/section-1106.md
|
||||
f801ebb42448748b88ff6835123fcc104eb1c2c50a53c1fd7dd4baece106dbd9 legal/us/code/title-08/chapter-12/section-1107.md
|
||||
5bb6defaa7efe0176330e0103694e9bfaf875854578fc7d2b94b84d1a78034b8 legal/us/code/title-08/chapter-6/section-111.md
|
||||
6a58818a8c4349ab287562ada5f67d687a0b89af5feaadf09192c06e66279cf6 legal/us/code/title-08/chapter-6/section-112.md
|
||||
db49fd3d724b356a02d455160aae41f641e9ec401a338456316e92157dcc8c57 legal/us/code/title-08/chapter-6/section-113.md
|
||||
7d490b151408e9f1d3a1a775561c925085e5e0cb3d2ec768687349d7196a0dd1 legal/us/code/title-08/chapter-6/section-114.md
|
||||
c4825c5fd9774c907b6322bb298a50c5c50c16433772f96e9a15900d1e576cef legal/us/code/title-08/chapter-12/section-1151.md
|
||||
49586929563a0554b1daf90a5cc45730f01d630bc7cdb80c509478fbfc4cdda5 legal/us/code/title-08/chapter-12/section-1151a.md
|
||||
e894bbfdc5809a9cd14c6a28e380905bf665c1cd4a7c39a401748df09658d2db legal/us/code/title-08/chapter-12/section-1152.md
|
||||
8c9697efb04cf3ff8302d616b9418e9e38c37c6e15136064e1ebc1dfc151b4be legal/us/code/title-08/chapter-12/section-1153.md
|
||||
28392c721ea27c3ba9c5222a2620c65ba2ffa1e61ec0154070ef48b8944c297e legal/us/code/title-08/chapter-12/section-1153a.md
|
||||
605b4d513e631f18a3e4378ea1d7d87dbd998f3fd88e25dd24cb11d2b7e7d992 legal/us/code/title-08/chapter-12/section-1154.md
|
||||
31c21f3538fced39e8244040872e31d82106f55f9f1e413b0858f8e87db5db1e legal/us/code/title-08/chapter-12/section-1155.md
|
||||
f905f4e68a29699caa114dcf72abf1c5ec07eb40dab8fc0313ae7565b9bb6f38 legal/us/code/title-08/chapter-12/section-1156.md
|
||||
095579bf71375055da0ebdbb0ca22455a11ccd7980e1202a8ea3b95e6c8189b1 legal/us/code/title-08/chapter-12/section-1157.md
|
||||
4710c6a30ba8e2a025ab1f75ae07ab4cbff20f54454dc584338031733325e7ee legal/us/code/title-08/chapter-12/section-1158.md
|
||||
6c7c71e12a0d28361ca8dc50c3fa951ff335ce00d7d2ef06400ee45fcf53bc56 legal/us/code/title-08/chapter-12/section-1159.md
|
||||
cf2f3c5e84fa18c81aff92b931c47829290ec77aa91d1f3fe08a9734f2612edf legal/us/code/title-08/chapter-12/section-1160.md
|
||||
a5e972b26fbf3a028939f03532e577c0d781a4f74e9f06a4b59a30616be68999 legal/us/code/title-08/chapter-12/section-1161.md
|
||||
d975700963c0fdab747e8a6ee36cd02556eee894d1801b2b3dd0f1f86d29e209 legal/us/code/title-08/chapter-12/section-1181.md
|
||||
5ef8b57fdc6821d977ab539bbfc22d004033738da2659a690b1162819494e54b legal/us/code/title-08/chapter-12/section-1182.md
|
||||
a1b6d7fe9543b57edb1027a1164504b69a9d8f26b6e5f5505d2fbda4e43b6ac9 legal/us/code/title-08/chapter-12/section-1182a-to-1182c.md
|
||||
37c047aae1682f68cb26177fd95a2411aff59210d46baddb3142879822f99732 legal/us/code/title-08/chapter-12/section-1182d.md
|
||||
98acafd1ae7e0fa7a0f508fa122fc61ec9e2c8f2080d1e4f7dc9e547cc29ee71 legal/us/code/title-08/chapter-12/section-1182e.md
|
||||
06954670654528e31c462e129b393897874a1f4897f1aea76be506196bea5c91 legal/us/code/title-08/chapter-12/section-1182f.md
|
||||
90ca7e67d9476b6f5a0294873e0d5c5e00a1afac04e6d68a387585479b9d114d legal/us/code/title-08/chapter-12/section-1183.md
|
||||
a6e6844f9478b4194fc44c2bef8724b2cccdaf85be612207bd3df58f920c1ee0 legal/us/code/title-08/chapter-12/section-1183a.md
|
||||
6563b440500bbd4ceb90cf6e6510897909d8a20b0e3e17da727def08aba0c5b3 legal/us/code/title-08/chapter-12/section-1184.md
|
||||
980b7ce7050f3605803a1c9bfc32667a6dd49a08049799d3c1cc1dbc212163b2 legal/us/code/title-08/chapter-12/section-1184a.md
|
||||
b9b3dbd37d454272532ccd19fc9e15c1ee93af98b576a8df17ef2b9aa930752a legal/us/code/title-08/chapter-12/section-1185.md
|
||||
2740ef14c392152d9232468663203d1ba339e4c4ac1a7af11e5760a64f879c2a legal/us/code/title-08/chapter-12/section-1186.md
|
||||
05449c6166d87a67d9a52ee539bf8e665eab850e495fb808e11830ce5ff55fea legal/us/code/title-08/chapter-12/section-1186a.md
|
||||
13ff0cf4458f39333d1d66bdc1443dd8bfb1f7c14a04117c1d8b7dff69ad590b legal/us/code/title-08/chapter-12/section-1186b.md
|
||||
83175b9e99c13e3ee022ad3a3af1bc4861e0773d219938c8789ca76c2a3e026c legal/us/code/title-08/chapter-12/section-1187.md
|
||||
5fe605ebf14ab9b0930d4c3452bf85a5308708e1b77b2dccab1a85f730d1b606 legal/us/code/title-08/chapter-12/section-1187a.md
|
||||
955375d4725e161c471e88b19bbfd349b2664438d9d93a36566922218c5bac84 legal/us/code/title-08/chapter-12/section-1188.md
|
||||
7d63a6d3dd5500fa40f820353628c6e5ac382a355de87611600d82793ec600f1 legal/us/code/title-08/chapter-12/section-1189.md
|
||||
58ac59c89d0466bbeba5bb01966384f9e0a1ef7219c82169635d7250a31d834c legal/us/code/title-08/chapter-12/section-1201.md
|
||||
10c1aaedab7a444585882b0da8380e338e989522db6c165494179419a9f9f1b3 legal/us/code/title-08/chapter-12/section-1201a.md
|
||||
1d5f43dbed85adae3362208bec101397ffa39f4907b34e3e9f1eec05266ac2ca legal/us/code/title-08/chapter-12/section-1202.md
|
||||
e0b0ddb05812a34a88d4b4b45de129303604461e6ac88e485d26cab86211aa26 legal/us/code/title-08/chapter-12/section-1203.md
|
||||
9a0a395084cd13e63c8b32805b0885153711fc06eefc248bf546f7a4d7bcfb73 legal/us/code/title-08/chapter-12/section-1204.md
|
||||
30de697091a995c6719105aac0112547b7e4fcdec9841889e4b451f3f414aa1a legal/us/code/title-08/chapter-12/section-1205.md
|
||||
b07740eeb386a59b40cae7fe3b7a71b0b05debc046feda2b18dfe2bb9ce3a3bf legal/us/code/title-08/chapter-12/section-1221.md
|
||||
7c2103088b5c775b273e8d50395d33f30e1075b3eb48ba5b79494cbe21ff0362 legal/us/code/title-08/chapter-12/section-1222.md
|
||||
7aa75dc760f33de22d89df4b6102cdfa437dfa9f6bbd8e4ba9ac0d8ed58227a2 legal/us/code/title-08/chapter-12/section-1223.md
|
||||
829332efb1d7214aea4eb3500e13026c190f2f6e9053eb2242860c2dc5b94584 legal/us/code/title-08/chapter-12/section-1224.md
|
||||
ff508436ea1eb7362791251edf111345a32cb3dba22cb3b7b8a7db112e71f289 legal/us/code/title-08/chapter-12/section-1225.md
|
||||
c17aaf697c10451a5801cf603fc2028b00c6683baf8cbfbeb264cd0ac51cd4c7 legal/us/code/title-08/chapter-12/section-1225a.md
|
||||
60e7b3b953a689dfa2b5219f7319e31eeed3b8b719198ff71d60d513d2c18274 legal/us/code/title-08/chapter-12/section-1226.md
|
||||
2b97a85de86239d714da17d98801cffe5c75de51cf64e2c8e66d52e8a09255e4 legal/us/code/title-08/chapter-12/section-1226a.md
|
||||
9e4ad2c345a616d2dd6f25e94ba15dd7b463e8569276da0ba7f57b0017149e47 legal/us/code/title-08/chapter-12/section-1227.md
|
||||
c610be37e4aea63123a94d03103548e42101239e8fd778ebb8a56d5dcc46b052 legal/us/code/title-08/chapter-12/section-1228.md
|
||||
bfde3ae0aaf4cc7ced2323b9e0313c3df66c6a863cb15d4beec6b7205a6319d5 legal/us/code/title-08/chapter-12/section-1229.md
|
||||
6287293448ce9a612ade11f210aa600a50e71fd162ad729901a76787405215e0 legal/us/code/title-08/chapter-12/section-1229a.md
|
||||
12159636dd3bf8b3926419e4d9d5974f933498c2bda352a50214618f47f4e28f legal/us/code/title-08/chapter-12/section-1229b.md
|
||||
80c01587e70c8bdb6e950aa07a9ae2ffb6142bcdf41cdc8f1c09d57a2a861f58 legal/us/code/title-08/chapter-12/section-1229c.md
|
||||
779385c186f20cf5d02454e78ed61384627625af73dac0b42973afd42c8599d3 legal/us/code/title-08/chapter-12/section-1230.md
|
||||
27ac45726e80ceddb3107cb34f9dd0b28dd05f60969013e5c0c3606d290d6e2b legal/us/code/title-08/chapter-12/section-1231.md
|
||||
d281585ae22c80f333b3fb5cd5f9766ed31850bb2446f45659c732324e1f870a legal/us/code/title-08/chapter-12/section-1232.md
|
||||
15bf6904798da040e9bcc6864b189a9051b6854b4c372b2720745ce01ba387c1 legal/us/code/title-08/chapter-12/section-1251.md
|
||||
4bb05cc36e8119ab4650219a28d4791556367d5172d73fbeb3c2aa53973e44ca legal/us/code/title-08/chapter-12/section-1251a.md
|
||||
d189cc6cc7856edee0faee1f5ad417134f87fd7262cc679f2b344671ae71d29b legal/us/code/title-08/chapter-12/section-1252.md
|
||||
4321b2f197017da9512801cabe44a8fa84e9d1e63a36322b44ec88f618477e8b legal/us/code/title-08/chapter-12/section-1252a.md
|
||||
84b4a49bef66b1646109dd5a3ce91046ecade1664701607bfc3a40b91bbc04c5 legal/us/code/title-08/chapter-12/section-1252b.md
|
||||
34da676778edaaa58a01c14fd61213247a985962e713a1cddd5909e69fd2b9a4 legal/us/code/title-08/chapter-12/section-1252c.md
|
||||
af52f399de8e30c6ff91279dda96aed579c6099460c1b759f708cdc43843d079 legal/us/code/title-08/chapter-12/section-1253.md
|
||||
bc05ba28566b72a9f9ad104b26df6383c35a12ebc19a31a388ebdf017389ab56 legal/us/code/title-08/chapter-12/section-1254.md
|
||||
6fe0094b95776e9dfac6812416432c30cb0b6b4d03dfac7f14e5265c00f2face legal/us/code/title-08/chapter-12/section-1254a.md
|
||||
72226cf89dbcdf7a76d770197c6fe701b5550dae7bda6cc20ab319ff8b91b43e legal/us/code/title-08/chapter-12/section-1254b.md
|
||||
1a81d99d439f7e1dbf06e1df73ae58b2c9f09c1280bb1e0f37e82de2476eac71 legal/us/code/title-08/chapter-12/section-1255.md
|
||||
f8e497bba99c90f59b508d5313c1063ac80fda4c1a3cdf02abcfde57d32bf912 legal/us/code/title-08/chapter-12/section-1255a.md
|
||||
db1bac1b0bbe80e9226b394ee8b05adeb1537f4a8c3c993c9b503c3ba0c98e97 legal/us/code/title-08/chapter-12/section-1255b.md
|
||||
8700fcbedf2f78adf5bcca9e275b03fad91e7e7755ef954590c8fd7b590f038a legal/us/code/title-08/chapter-12/section-1256.md
|
||||
d61cb52b3aa8b117ebead935ea488b875ba6e617e771a20215be76c2e6e7f81a legal/us/code/title-08/chapter-12/section-1257.md
|
||||
9bb3fd5a40ae575541e06fa38f8c1c96b6afa4a2beb3e9e1724852177fc5aeaa legal/us/code/title-08/chapter-12/section-1258.md
|
||||
16e20938513dc80631a87b03e35da3a94fd89dcdf186fcd4b9f833beb89cac12 legal/us/code/title-08/chapter-12/section-1259.md
|
||||
d0348da0a69dcaa52297673f5c48d4ebf0a523241a65bef0fb6871be8e63c56d legal/us/code/title-08/chapter-12/section-1260.md
|
||||
32cf89a731fbe916090df83db5f010592f85794e6a17bd1a6b94951abe512b5c legal/us/code/title-08/chapter-12/section-1281.md
|
||||
f238f16a23ef506af3f2f98560ff78ee80663341eea77f32a447afc174863bc7 legal/us/code/title-08/chapter-12/section-1282.md
|
||||
af089d0b089a65576d358ddd885d3ad2cd4a8cc9bc116e1c3d6c03e5083fdfdb legal/us/code/title-08/chapter-12/section-1283.md
|
||||
1d884645a74c1fdd819118a3cdcdcf3fc804f4168424ad367cf9c24116c9cce2 legal/us/code/title-08/chapter-12/section-1284.md
|
||||
13c840d4f54272d780ccc122dc995c82766b2729405cf3361555e98e8f55d2bd legal/us/code/title-08/chapter-12/section-1285.md
|
||||
157710c962fff86aa778f4616fb0261a559b966375d2cae51192f44644d774a3 legal/us/code/title-08/chapter-12/section-1286.md
|
||||
ffb5261c0711f33083815d1f80367bafd03ee03b6b0545b012fd76bb4fe9bceb legal/us/code/title-08/chapter-12/section-1287.md
|
||||
21c1e0f3bffae00237de745793563950f44783adb270edc7baeb386cf8fe69b9 legal/us/code/title-08/chapter-12/section-1288.md
|
||||
7d3d5d2ffdae60f1662668285af7b8ee3efe77dd6fa01eb0eea62a4730b8ba6e legal/us/code/title-08/chapter-12/section-1301.md
|
||||
3b1dbfedfdd7f29bf65a823f65972310033cfb1bb9a3909d413312f472e2afae legal/us/code/title-08/chapter-12/section-1302.md
|
||||
a5b07eb7114ff2f2855709eccb93dd50832de2396ce7f709512237f629525660 legal/us/code/title-08/chapter-12/section-1303.md
|
||||
70fe2525608dadc11026e75bf9cc5579a749a1630cb4d93a5c55b6a5bf9d81d0 legal/us/code/title-08/chapter-12/section-1304.md
|
||||
a6a9b41c914156cfc21c8f8b928ac32f0ee5fd695e498bb9a1aa034ae380f57f legal/us/code/title-08/chapter-12/section-1305.md
|
||||
8b87d027a3390a3ef2219a6cda8e150c8e8da503c47dd6f6474196002f35c394 legal/us/code/title-08/chapter-12/section-1306.md
|
||||
16d4d2607720cbc9f53180150d6c53ba5012362b99f8a45c0ce1af2152a183c7 legal/us/code/title-08/chapter-6/section-131.md
|
||||
6f3ed0ed8b6c38205d57f28e0964801dbb829f89c5b96020ef3b0fe282dfcedc legal/us/code/title-08/chapter-6/section-132-to-137-10.md
|
||||
4b9a879e9b601835b1a24616ea2fde48ec83a4f95cb80edf14c84f65a0212e52 legal/us/code/title-08/chapter-12/section-1321.md
|
||||
913711ffee149e980cbc885932fc11f3abe55021dddeedcd97c1308c8e1a7f1a legal/us/code/title-08/chapter-12/section-1322.md
|
||||
d01bee78a5946240c4d76da3af087270a46baea63e42136ae6bcbab48087cd26 legal/us/code/title-08/chapter-12/section-1323.md
|
||||
c3f204100073e30b5458f5401878b144a3770c12bdfd2283ae5465b7cc1e1bb0 legal/us/code/title-08/chapter-12/section-1324.md
|
||||
4acdf673f78017e2f4ef29034bcbc78fc198071ec4524125887c2f071486dcf4 legal/us/code/title-08/chapter-12/section-1324a.md
|
||||
2c97907dc27a7b6a66534b9a6df4e3b2acdf80ce074581988776b1bd37e8c10a legal/us/code/title-08/chapter-12/section-1324b.md
|
||||
68b8b45a86d4a258c89fd4e7077793bfa7af811ee01911ed814eb920f11bb028 legal/us/code/title-08/chapter-12/section-1324c.md
|
||||
8cfcbdbd0e83dc39cc530216246f85223f58fe1c38ca3d596239b406782201d8 legal/us/code/title-08/chapter-12/section-1324d.md
|
||||
4146b5ed5a4d5eaf3319d289d08378274b0119ac3d6cd801678b5e14cccd5236 legal/us/code/title-08/chapter-12/section-1325.md
|
||||
d3724f5606ef450dbf972e3798323bb91884951676b32f264ee5c668f87f6519 legal/us/code/title-08/chapter-12/section-1326.md
|
||||
1b0a47742ffa7944c51b5b4af886ab151c8a32a560b19546218671f3bb0fa05f legal/us/code/title-08/chapter-12/section-1327.md
|
||||
fa66dad66fd4c67315fb1a6a5fb0645699668307f0e69c48f89dd68026c38fbe legal/us/code/title-08/chapter-12/section-1328.md
|
||||
197315b7964a3e657bc15e182c2129914dc113bdf6541decdd109ecb65cacd59 legal/us/code/title-08/chapter-12/section-1329.md
|
||||
e37409a8e5dfa22cec2a03d990d72b44950fb7094c6d3e30ca3043113cf70846 legal/us/code/title-08/chapter-12/section-1330.md
|
||||
9ce80150f11632540fc1beb57f3368e28269ef9fbe5e7f9286cd832aea907bcc legal/us/code/title-08/chapter-12/section-1351.md
|
||||
d5f816807ad9f5365617b09d8263fe82e68c540626480c7ab8f8fe45456ac131 legal/us/code/title-08/chapter-12/section-1352.md
|
||||
68809d87472162880b38655061e1eafbbd3d2a6440f6b1bace0c31bc98a62ed9 legal/us/code/title-08/chapter-12/section-1353.md
|
||||
201da7b27c2449e2c2ff594accfc427b03e910470ab855d0517a07ad7ef1020f legal/us/code/title-08/chapter-12/section-1353a.md
|
||||
1fa559340f4d6fa080852ddc3c6452a7d05a9b27203be14af11435acd3213a53 legal/us/code/title-08/chapter-12/section-1353b.md
|
||||
05d8e630d46749599b10ec05c6682e5ed52abe30295d8394f9e5522ab7cd0849 legal/us/code/title-08/chapter-12/section-1353c.md
|
||||
e636dbdb78cf81e0ce7c3d816627741a9722aa48a6c2c88894e798fb196b8136 legal/us/code/title-08/chapter-12/section-1353d.md
|
||||
c2f9bedc515737e7cbfd9036059077ba42e9c67106f10a56725efad5a937eaa4 legal/us/code/title-08/chapter-12/section-1354.md
|
||||
343c2b844786820ba8171c7bd149ab58bffe91f43921fbef9b08ae3db31e9305 legal/us/code/title-08/chapter-12/section-1355.md
|
||||
c5e91161d00171f7ee03a9342c04345b66f38c8c4b47bda6bf5d30da9603b5e7 legal/us/code/title-08/chapter-12/section-1356.md
|
||||
690c8ebbfcbb534ba8c717fe719df89b7f1f931504877833eae00e3d2786ae3a legal/us/code/title-08/chapter-12/section-1357.md
|
||||
ede2f7a559cb4909e159b046a4a163252390665f8b63d732d60189cde642f9ac legal/us/code/title-08/chapter-12/section-1358.md
|
||||
8717b3322cdeee85b6eb6c324bc4f4a3fcd74e9a62bf1b79c5f809f6a74dfb91 legal/us/code/title-08/chapter-12/section-1359.md
|
||||
809aa7774af2b37cd5274d6e0a3292d93703522245a81902c174c885952fbd90 legal/us/code/title-08/chapter-12/section-1360.md
|
||||
c314fd01d24706e69f818f96278e7582ae54ff6b1eedfe94025ab8dd6da271e0 legal/us/code/title-08/chapter-12/section-1361.md
|
||||
2cfdc318dd2e882976d774a95802dc78c48d1f59f36b9efff18be23314f6e6c1 legal/us/code/title-08/chapter-12/section-1362.md
|
||||
c8775ec0539d7c4dec85cc785a0718c7edf717cf7525872409b24824435d3076 legal/us/code/title-08/chapter-12/section-1363.md
|
||||
f27a487a30b8c713150b2a59b31ecc4273706318aa31a9fd03231a33cfc81cfc legal/us/code/title-08/chapter-12/section-1363a.md
|
||||
69f81cf244592327047289e262a7b9959ee33971183036de3b69d7abe36995f4 legal/us/code/title-08/chapter-12/section-1363b.md
|
||||
dc8c75d2e448a834b909df8cbc255bc4b9a1ea1d75ce787261d2c0669f4fbbfc legal/us/code/title-08/chapter-12/section-1364.md
|
||||
5f9ca78aa408afb99bef12027b5e16310dbc0dd741a333a7c758f92e7a202043 legal/us/code/title-08/chapter-12/section-1365.md
|
||||
4d0e3c393df7828e7c57aa531d9ef047a9ad8446fcd9efef13a34d04b4c39fd5 legal/us/code/title-08/chapter-12/section-1365a.md
|
||||
9f2340f13c13038473a26bdf57c3273bb29276abb70792c6347a0bf4bd4eeaeb legal/us/code/title-08/chapter-12/section-1365b.md
|
||||
7293a7ad8f68589b98a9612a21cce70a26b9df418e8da63946d6168cfa6d4542 legal/us/code/title-08/chapter-12/section-1366.md
|
||||
49e69a41beab194174e50188ef8e5165dc4eec7812d14bc29c1dc4917ae34036 legal/us/code/title-08/chapter-12/section-1367.md
|
||||
5d2ade69c145f2007cd34470370bb63015cbd3b86c5cfbe121d63668d38cd38a legal/us/code/title-08/chapter-12/section-1368.md
|
||||
0977f9d89520645edce962701d82830e26b25275fc07792ea646e70e655c45cc legal/us/code/title-08/chapter-12/section-1369.md
|
||||
dac8a915f29ef9f8218a300ce0524a613b52f8f4e5dfa9561900296943e29423 legal/us/code/title-08/chapter-12/section-1370.md
|
||||
a77d5df77bc097e259afa0b45b73f14e27e380d1289344ba101b3bca1011ef61 legal/us/code/title-08/chapter-12/section-1371.md
|
||||
5964bb52bdb4fb1d74fe8935f8786081c9569c29187010414077197e7acd0856 legal/us/code/title-08/chapter-12/section-1372.md
|
||||
29e6f6ce08b0f1d3fe04083f81d8f87060a2bf9230f0cfae6128b80771207944 legal/us/code/title-08/chapter-12/section-1373.md
|
||||
d75315eba52ee1e7ae6649c64de4f895473357985e2513076fea89a54369e948 legal/us/code/title-08/chapter-12/section-1374.md
|
||||
d7bdf0930d6a8654bc696a305ea30f37241c71c8ae9beda98ea516123418ae41 legal/us/code/title-08/chapter-12/section-1375.md
|
||||
d09e76f3752f480232506524a4d11f39732d13e9eeb51f40de85a198f15985fb legal/us/code/title-08/chapter-12/section-1375a.md
|
||||
e108a4711bd1f59921b182262cb70ed7e16b731a97290580126463fe686de588 legal/us/code/title-08/chapter-12/section-1375b.md
|
||||
907384553f44c31c8fe732e852bbf76f6de6190be3e338ecab3e4593b35cad73 legal/us/code/title-08/chapter-12/section-1375c.md
|
||||
84db3140e38fd47f146a2cb782c93086bd1c85c64bfbd2c8bedffe621f9e766c legal/us/code/title-08/chapter-12/section-1376.md
|
||||
0acc0fb6286ff27a28fa66f8ae23410fc391efb643fa7b2d0999f85d5f04ca63 legal/us/code/title-08/chapter-12/section-1377.md
|
||||
da02708f795b9ff45661c7b5c0f33af64f7f56befb551c42be1f125c0924ee36 legal/us/code/title-08/chapter-12/section-1377a.md
|
||||
d61a0ae8effa2412d5c29d1b97ec7d4a509b01ed23de91ae1a4d43b1fde20fbc legal/us/code/title-08/chapter-12/section-1378.md
|
||||
9f2e17eaf5e4526e561b8e036def11240c172cf9afcee3fa9829c6146196f4c4 legal/us/code/title-08/chapter-12/section-1378a.md
|
||||
67642d8f0a5cb042c9b09e0646f936392f6b9063445b4c9ce0cd316cc337e505 legal/us/code/title-08/chapter-12/section-1379.md
|
||||
eea7c79aa6c367288f54bcd5c4c994df3052188a6dd96913a1665395974b1e3f legal/us/code/title-08/chapter-6/section-137a.md
|
||||
f586650d323a1804d3fd5debd980205e3adba0de9793d91198ec5455380199bc legal/us/code/title-08/chapter-6/section-137b-to-173.md
|
||||
d29d63a212fe16c5faa9a52d0c59fbd7a555dfb52a91f91b5f5ce90341de56b2 legal/us/code/title-08/chapter-12/section-1380.md
|
||||
1d8ebba61463a01f30b90499ef02593082f3685685444a4800e432a92fac140b legal/us/code/title-08/chapter-12/section-1381.md
|
||||
92452cf161f7e2a2caa1db2526fe2d7bb1439e55ec365a9bfdc1d7fd5385a34b legal/us/code/title-08/chapter-12/section-1382.md
|
||||
0654a0ded6af80186da38ad59c69ac6ee530f0f396aa26da2a13ccf93d8bea27 legal/us/code/title-08/chapter-12/section-1401.md
|
||||
ee08263f905aed2092ba254cde94dad2130807371bdd767f8f209f91ce6ffd7b legal/us/code/title-08/chapter-12/section-1401a.md
|
||||
908cac9a6581b25f4f0807306d1a624624145085a7382d51ca57635269fff7b3 legal/us/code/title-08/chapter-12/section-1401b.md
|
||||
88ec6011ba42a23b190af1679a8322d1e5839ad00afd09f04548993fa120d436 legal/us/code/title-08/chapter-12/section-1402.md
|
||||
fb272d772de52f19b738278077b944cdfaeed45528b2d4eb8729d0fd111a4bef legal/us/code/title-08/chapter-12/section-1403.md
|
||||
35518c8038d4382201c7e9b9346f64b18dcc32e313b1eca5229908d99862ec53 legal/us/code/title-08/chapter-12/section-1404.md
|
||||
39954baa8aac96b0a439487099ff56d53b5c59a6b11ef78d1367e7481978d591 legal/us/code/title-08/chapter-12/section-1405.md
|
||||
57bf9e03874548a1bfaf3805d162d521b119cdfb4683f56efa00844c98f988af legal/us/code/title-08/chapter-12/section-1406.md
|
||||
471ff2cffeaede8cb803143cc1defae5c0db394857167a28f964d33781ed1349 legal/us/code/title-08/chapter-12/section-1407.md
|
||||
38727e9b76effb387c355a6fb25744931ea3fd602bfd11586ac26a71a02bec43 legal/us/code/title-08/chapter-12/section-1408.md
|
||||
53e694429ef88407c7988653b0a669531c8f8c0c9194e00ef0159aca74008f24 legal/us/code/title-08/chapter-12/section-1409.md
|
||||
06e39e39a66ab9a5851cf1a531193ba2da73101fb2302acb5a38ea93bf14500e legal/us/code/title-08/chapter-12/section-1421.md
|
||||
ef17c7964419387aa2428aa429423e5fc12272bbd53ad2e9442f62618d475a57 legal/us/code/title-08/chapter-12/section-1422.md
|
||||
d2d400c23c52c0dc77d8ee99a7ae96a30766c3ebfe3831d23f7f47972af6e702 legal/us/code/title-08/chapter-12/section-1423.md
|
||||
62c19b3f37959099cc3ffe8aeea7c1b0601ffea741ab03a24f8364e21c9b0e86 legal/us/code/title-08/chapter-12/section-1424.md
|
||||
1dcb0c55fc300342bd7a1a9f2281b985d52680dc17e5f945e587302273e70a4b legal/us/code/title-08/chapter-12/section-1425.md
|
||||
5b15fdc56bfe1cd1098f8d1f323498dd96fc2dbbe813eef3f8ffd0cc26789257 legal/us/code/title-08/chapter-12/section-1426.md
|
||||
0a9abb94d4f959d4f3ddbe741ee0fe8d0c632372cdcffc3e22dcf51e2774c22c legal/us/code/title-08/chapter-12/section-1427.md
|
||||
885a64ae23c3fc745dcc39544672175de11934ad7937e41b9fb311dea7b0b2f6 legal/us/code/title-08/chapter-12/section-1428.md
|
||||
24ca18c5e4424b6d237cc995fad656351559565295c6081cb18feab748a4bfbb legal/us/code/title-08/chapter-12/section-1429.md
|
||||
46c62a1a1c5ebde31c3ee2b7a6d43148e4ec487477e940ef9f8d940ec20ad326 legal/us/code/title-08/chapter-12/section-1430.md
|
||||
0d148c62c5557284d54da4d7968d49aca7521391196e1c972f2b812b3d2a904b legal/us/code/title-08/chapter-12/section-1431.md
|
||||
f580bb05e80f40e7c1b8b7cbb2502478214468dd416fa1fbeacec7e9e596ca30 legal/us/code/title-08/chapter-12/section-1432.md
|
||||
e3d3546a06a6e378c9dbd1220041ab939fefc72585861b820524c20337ac47da legal/us/code/title-08/chapter-12/section-1433.md
|
||||
137828b409c0e90307ce0008996a180130eafeef449a5dd60ab45fe39ed91812 legal/us/code/title-08/chapter-12/section-1434.md
|
||||
d91761b99544fb96f048d65502440ebed6267de0f24ef7f38f306f9852a2e56e legal/us/code/title-08/chapter-12/section-1435.md
|
||||
29c20d3d7e9922cd31cb862a13a645f9bb69e7bb4197114e2a998033bc7708c1 legal/us/code/title-08/chapter-12/section-1436.md
|
||||
756e23377b780c87b888dc39c5c41a549a98351bf84020991a1a352a90248db2 legal/us/code/title-08/chapter-12/section-1437.md
|
||||
cb18abaa1e850ca6f2b2a2e448731620de18a944b0ff426fc6e9b3e455801d4c legal/us/code/title-08/chapter-12/section-1438.md
|
||||
bace137599376612c639c4707a3cd4d0eb925e85b8fd9c8357ff5e934c1cb35c legal/us/code/title-08/chapter-12/section-1439.md
|
||||
1ae9f2ce5cbbf6104d816aa0d3de4e46d2346a37d2d6e0ca29367c743a4037f8 legal/us/code/title-08/chapter-12/section-1440.md
|
||||
383c38b15c9247d38fe33f85ae14762acfe8893f8571742ad0198d5960b18215 legal/us/code/title-08/chapter-12/section-1440a-to-1440d.md
|
||||
145acba7a08ff7a5b85472558172f643139a7e968c1f585257a39c1097843ac0 legal/us/code/title-08/chapter-12/section-1440e.md
|
||||
43d326e32adc03bb3c95ff94c0ac7c0dab1b388f72f5ec28a4db24dafb190fd2 legal/us/code/title-08/chapter-12/section-1440f.md
|
||||
d64390d644829b644420cffb457f49db373a19a844a4e369abb9c5d8de528b55 legal/us/code/title-08/chapter-12/section-1440g.md
|
||||
b7adc47257ceebbc27960a5048d1c082f2bbf5006464080d9a5b63e4961e757b legal/us/code/title-08/chapter-12/section-1440-1.md
|
||||
52b1405db3587f2043d093c148236c21adfabe9210689ef890a7d5503605db7f legal/us/code/title-08/chapter-12/section-1441.md
|
||||
92d449223f734841c2fefb2135aa4158f33bc11530650cbd41e5b2a43485282e legal/us/code/title-08/chapter-12/section-1442.md
|
||||
e73230d93025ddd842fe5298fe91ad961ab6e2b6735cb8ab660b8375509b66f0 legal/us/code/title-08/chapter-12/section-1443.md
|
||||
99490c07d456b0ec994e6c034d7970288aa9bbc406633b945e1263be558079ed legal/us/code/title-08/chapter-12/section-1443a.md
|
||||
84d0cff5ea949c05f13c5aebcd2020b587d437c14d98ef5e880126d2481c6155 legal/us/code/title-08/chapter-12/section-1444.md
|
||||
07cb42a92e19e45794265c4722c4e158d4d664e60846a5e08b62bb01984b4de4 legal/us/code/title-08/chapter-12/section-1445.md
|
||||
154a456d25f0903453ef666f00741e5dad37ad8e0d6099cd6b3ce5eb63bddf54 legal/us/code/title-08/chapter-12/section-1446.md
|
||||
822604134c6bf33be5104425d1ad3b2deaa9ecdd87acd59e42b13f11fe8d7495 legal/us/code/title-08/chapter-12/section-1447.md
|
||||
5a96ee0d4c4d67e9ec9177105d1c8d6f1b8b00bb3fc036ae36733d06c1b3a208 legal/us/code/title-08/chapter-12/section-1448.md
|
||||
46ff02baf79baac77e8e11d89284901461dfa2130106f151987a5d90063fcc8d legal/us/code/title-08/chapter-12/section-1448a.md
|
||||
88fb1a0f0f50d5621443272fae19625624352f65209a820d8572fc088841699a legal/us/code/title-08/chapter-12/section-1449.md
|
||||
9893033259352c655c0cadc1177447b745c72b65d8cac4edf159d5ef2414f77c legal/us/code/title-08/chapter-12/section-1450.md
|
||||
5a6b2d7b4afdc766f2a73ace5136a47918f28c6d8571e12b2aa2123a029fe929 legal/us/code/title-08/chapter-12/section-1451.md
|
||||
2e6f6bb1a8857bad8272431e42b7f18ffa02a5465ec15ab36d58f4f0c5714c85 legal/us/code/title-08/chapter-12/section-1452.md
|
||||
99839f41ebab09839cec7adf56e9ba443f21c0ea412a12c8c85ea59779228b1b legal/us/code/title-08/chapter-12/section-1453.md
|
||||
46aa6d8f891c2395b71211610f720786d4d8be9bbd3ec2d5fbfe73e9fbdd5d06 legal/us/code/title-08/chapter-12/section-1454.md
|
||||
0c558397027b096b032a98688dc27b4b574adf1104e07dae51e1f4eab91ecff9 legal/us/code/title-08/chapter-12/section-1455.md
|
||||
afd4c7f551090008726e7f8e9a4abf0aab67f00bfed3c943f484d3850176567d legal/us/code/title-08/chapter-12/section-1456.md
|
||||
d6e02f2020b6b7fb8d021f7d6b0915ace624288fb6b631b1d66f9362272dd1e1 legal/us/code/title-08/chapter-12/section-1457.md
|
||||
6b63d27bc2b1cfb5c5edc0af956de697b4bdd4a335efc8401f84e3267a8b03bc legal/us/code/title-08/chapter-12/section-1458.md
|
||||
10ab9367f80c9b9482b55dc7f2817df6c924b6e733efd66d02564d7e385f2bac legal/us/code/title-08/chapter-12/section-1459.md
|
||||
adae9d453e7258b06ec1322242143637715b830dbf37a00cb09fb1c9c654e5bb legal/us/code/title-08/chapter-12/section-1481.md
|
||||
ce0c6f0d03ab0854d679d2882dae500bedc667b3fa39936055fb7bd98de6f80f legal/us/code/title-08/chapter-12/section-1482.md
|
||||
de312f9fa42e8d598a284487bc37ee9869bf5528564c175c2f7a770b6795fbc0 legal/us/code/title-08/chapter-12/section-1483.md
|
||||
3043fd120da2e93d4c863ba22caa3904f3decd67b6cabcea39cf942fe18020cb legal/us/code/title-08/chapter-12/section-1484-to-1487.md
|
||||
2f01e8f26113ceb989a333b3560dc14ccc891fd620f214cb5d330e910f73cef1 legal/us/code/title-08/chapter-12/section-1488.md
|
||||
1bb14d9dcf6a657961d8224d2f85ea9a018d34cb98f07070c0c525098ed84ec2 legal/us/code/title-08/chapter-12/section-1489.md
|
||||
982b9ec08aa40f28b9adebe1dc85caeb9e4808cc027ce96984b30ab2ee9d8720 legal/us/code/title-08/chapter-12/section-1501.md
|
||||
4505c6c394ff918e0dd38b566151f0fede51e6845f7ad1866da162619c94daf8 legal/us/code/title-08/chapter-12/section-1502.md
|
||||
d3e89435cd5b0a6a3456c3cf08aabbe2a27c0cf9181292a7b16bdd1694385462 legal/us/code/title-08/chapter-12/section-1503.md
|
||||
e19c16533662eb14ae3a7ccd3bfd352efe27ec6c008a8ad3b24102505b233aeb legal/us/code/title-08/chapter-12/section-1504.md
|
||||
1d773260068f092c451cbc96b8ac06f700a0436e7587498d811787f1afcba6ab legal/us/code/title-08/chapter-12/section-1521.md
|
||||
650fd52e3e286ef05510f49d0955e8cfc2e3ff7a35974615cb1e6b7f3fafa68e legal/us/code/title-08/chapter-12/section-1522.md
|
||||
6abbb8bda6493dda78d9ac0a2795551faf9a2e8b836c33c0e93bd0ecaae9579a legal/us/code/title-08/chapter-12/section-1523.md
|
||||
8146a1847abcfa945f5f69a368d2e6b1dc5c34115c424c95bb34795a38cf9cfe legal/us/code/title-08/chapter-12/section-1524.md
|
||||
6216e2e0e7d41818376b31dc9522c6af1cb75ce9661d607f3469dd52a09fe2cc legal/us/code/title-08/chapter-12/section-1525.md
|
||||
3c8979ad6be53caa4fa74d9ad8b0477d7f593824b3328806a051650a4115b87d legal/us/code/title-08/chapter-12/section-1531.md
|
||||
3394cbc6d22f8cbd97b61126d1a726e90a268f92cabf8a3992da59caaf127722 legal/us/code/title-08/chapter-12/section-1532.md
|
||||
450516023c8ec66306e8549f9eb9c08351288e592db288cf726e2c889e0266cd legal/us/code/title-08/chapter-12/section-1533.md
|
||||
a32ae5e3a290414ee26da3eab446fced943b920df5346fe1ac5e033c6ca0dcbe legal/us/code/title-08/chapter-12/section-1534.md
|
||||
52485508fadf3d97ac255586eca062a0df8a8fe20f85eabd12e429b892485265 legal/us/code/title-08/chapter-12/section-1535.md
|
||||
9ddadec03ba6d27049f482c59093de4f0a21ba7c951499f7d1c17cafb4c88385 legal/us/code/title-08/chapter-12/section-1536.md
|
||||
c9ff7331639cd8ee52e65d09dd9c18583daf5595126a716d505a8cff7af2df32 legal/us/code/title-08/chapter-12/section-1537.md
|
||||
cd63391ad8815f5abc91b6a59aa884c499cb75fa48fa1779df26bcbedeea1dd9 legal/us/code/title-08/chapter-13/section-1551.md
|
||||
2dbbb2c510f3aadcba3498015d88839de74c0a45a94678c908b0bf84bc5613c7 legal/us/code/title-08/chapter-13/section-1552.md
|
||||
b44a906a1483de196915bcb9a005a8fb48f753d57d8c1eaddd1021080efd1437 legal/us/code/title-08/chapter-13/section-1553.md
|
||||
b3767a28bc89722324e1bc9d92cc9d39ffcfabf52da8099d4661756972713cd6 legal/us/code/title-08/chapter-13/section-1554.md
|
||||
ef91455f19beec239a84eca23eda2eabdc7a85979091d1f332b78c1aa84f632f legal/us/code/title-08/chapter-13/section-1555.md
|
||||
72c7da5693f11d79a8e6d77af1120c4e622200da3b607cfe2ef5c1b607697789 legal/us/code/title-08/chapter-13/section-1556.md
|
||||
0c0bda36345f2af7e61aad27f679a2f2a0218d224e2122da6daa59e47cf21e7d legal/us/code/title-08/chapter-13/section-1557.md
|
||||
2288aea689def21b412c884ec3e111239c161f61ee022517e39f1d5becdda018 legal/us/code/title-08/chapter-13/section-1571.md
|
||||
0081faa94fc181c5cd2e47778d6ac4cc37f5f6a8de8eb205562886e279ab1a16 legal/us/code/title-08/chapter-13/section-1572.md
|
||||
9dfb063b857ba6b4ca5b1f10589428e8f20b451f9640bf342886884f0523763b legal/us/code/title-08/chapter-13/section-1573.md
|
||||
279f80221521d54dd63fa4538e23a610d9458b3ba6c9adc2d04ebc439ce71c9f legal/us/code/title-08/chapter-13/section-1574.md
|
||||
92ca55a2f6b8af3cd4a5140e171b6ee922fb65570457130531c3526cb1ddaf8b legal/us/code/title-08/chapter-14/section-1601.md
|
||||
a1229b246c3605d62b2a7f6a9f3ebc69863fec7d7ad5431943fa41c56f9998ae legal/us/code/title-08/chapter-14/section-1611.md
|
||||
e42e2fafc8cd7932fa7dd1fab8dd659d5e5428dc7a23799418d01c887aeb8f83 legal/us/code/title-08/chapter-14/section-1612.md
|
||||
1aca5ff77407ace130f99f3992c3326d22711ecede11d1e4bbf9e68a2ec86087 legal/us/code/title-08/chapter-14/section-1613.md
|
||||
a8a2fd1af57d99a4557156a499e2833b669ee9b2dac7ad8ea940b9c079f1ad7f legal/us/code/title-08/chapter-14/section-1614.md
|
||||
19b38e974848b762897a1638a754a251437422794cea75cb7c1544c7fa6caf2d legal/us/code/title-08/chapter-14/section-1615.md
|
||||
be34b0a8a0ee18cbc6eeee21ea3b583899d1df0416e580427c687fdced5abb75 legal/us/code/title-08/chapter-14/section-1621.md
|
||||
e4fd42f0bf5dd4e19d87af0b233c64ccfeeb59daa1b33eef8358bd9022b2b379 legal/us/code/title-08/chapter-14/section-1622.md
|
||||
ec1841c5d0dcaebad1e7a60607af7408989ea50ff2431eee619e5fea1ff068ef legal/us/code/title-08/chapter-14/section-1623.md
|
||||
ec7daef80a6fc60c440fb33ff0a60225f522cdb2789ea81d65985b0f0431aaf9 legal/us/code/title-08/chapter-14/section-1624.md
|
||||
a916e69ba7e4a030113fa7a75a235cff72aa075f25c8160c77c75fbe70a4e976 legal/us/code/title-08/chapter-14/section-1625.md
|
||||
f713197325fa2474ffac7b05e14c8574bb22f199ef1c14f8f7e877a11baa0591 legal/us/code/title-08/chapter-14/section-1631.md
|
||||
d2f12dda2370eb2381c082aa59a8af8c9d1b34d78441bf0b946cb783887a7fec legal/us/code/title-08/chapter-14/section-1632.md
|
||||
2eaed9f358d54ba7d392ba7f9ef09d6f8bf46f9b6dbfa3eb6a1a59725e83879f legal/us/code/title-08/chapter-14/section-1641.md
|
||||
bc6cc7e52d72e22bd5b1e74341f7ba4d7892ff6e96f49bccef1a31710cd96430 legal/us/code/title-08/chapter-14/section-1642.md
|
||||
48c6c689a1e5caf17bfb7bf0a0960faecbebff47a4e866e2f7ba7e4953ab0698 legal/us/code/title-08/chapter-14/section-1643.md
|
||||
d7300401b188cf442482cea950a07ee151bfacfd184b9345f844c9778f0c47b8 legal/us/code/title-08/chapter-14/section-1644.md
|
||||
9cc0fe7f048669cae982be6bb73bf88260a3b26edf4da66338f13a298b8ba8cf legal/us/code/title-08/chapter-14/section-1645.md
|
||||
a6c2aed29029b1fc23f95ad7d355a3edc2dfa974e6c387fa11d6ccd83414d4f3 legal/us/code/title-08/chapter-14/section-1646.md
|
||||
a00e7cfd9dba152fc8a69fd0edd6125958133a422bf6ab2a6f07612aa512e7cd legal/us/code/title-08/chapter-15/section-1701.md
|
||||
b70e43450554079e4b1fc363cf64e4f3afdf09d30055e93b870c60428d9ec94b legal/us/code/title-08/chapter-15/section-1711.md
|
||||
ee2bd7e9e931f2df5f4d7dc64e60301c4d6f5db2fd4955b6612fb0569c58cfcc legal/us/code/title-08/chapter-15/section-1712.md
|
||||
ccd6c8a8c4de5c5a8952f6ff078df20bfb14e693d9dda756fa4fb5e2e8c8c34f legal/us/code/title-08/chapter-15/section-1713.md
|
||||
4f332c684ab34959ff39746dbdb23a7d68cffed76359293eac06ca1d17083fe6 legal/us/code/title-08/chapter-15/section-1714.md
|
||||
4b4650c31dec57f524ab2ea29fcdcbc5b7f36f755f7d21b89fd6beb06b1db92c legal/us/code/title-08/chapter-15/section-1715.md
|
||||
0574d39287eb0d60deb754cc51f84856428525f9b3581fd3c5b923ac035abe28 legal/us/code/title-08/chapter-15/section-1716.md
|
||||
230c839b02564a7702c6d503c7ebe349205adb0d48fde8075b546e9b5a84d31e legal/us/code/title-08/chapter-15/section-1721.md
|
||||
f58ccd06404456c74b6d54d2313eaa124255ecd64ded456ef8a53915120d04f1 legal/us/code/title-08/chapter-15/section-1722.md
|
||||
d04742bfde34ea82b4b5898a1298fcb7dc596c6711876a37aee4d168eccde0a5 legal/us/code/title-08/chapter-15/section-1723.md
|
||||
033225df104b95de606520751a0ac8cc56e3bf5d7f93a567208c5c038d8bb046 legal/us/code/title-08/chapter-15/section-1724.md
|
||||
1b7a9c9a8e4a62b8a4c4505ccc9436b263dbae4d7e27080df3391366f6b6aebf legal/us/code/title-08/chapter-15/section-1731.md
|
||||
84a5bdb05baa1667bc9f9323046f92e1b4cf732b558c964175d594721eb2addc legal/us/code/title-08/chapter-15/section-1732.md
|
||||
a97c73aa0f9b5c56cefe3de54c107e9204e9654c7bfe087ed99724d20b6f7add legal/us/code/title-08/chapter-15/section-1733.md
|
||||
cfa29e93bdd7760a8798351064ebce4b910b9d86822e20c8e349eee22e7d91a0 legal/us/code/title-08/chapter-15/section-1734.md
|
||||
4169cf65d17c26afe6bfcc3ff8e8868f9565c8f6a9339864dd1dcd81e08c7d3e legal/us/code/title-08/chapter-15/section-1735.md
|
||||
bb66b912eff52a93bb044fb22347ad417092d2ef671525abfcd346c08dcf902a legal/us/code/title-08/chapter-15/section-1736.md
|
||||
40cf6ee286b640250cfda8d0230d9e46f5f717335a28dffb662fedaa4f6c5f42 legal/us/code/title-08/chapter-15/section-1737.md
|
||||
ceb8d852bb58774931964fda4ce258788987f51d1c42138899bb81756e292ee1 legal/us/code/title-08/chapter-15/section-1738.md
|
||||
8575555dd7c666b7af20d12b83df1b9b05b81ad013e0690935ff696a26955c04 legal/us/code/title-08/chapter-6/section-174.md
|
||||
f5d8a4c6c07c338d71f02485ccbef1952cfbe8971c169ea3e4ee68053ed6f7d0 legal/us/code/title-08/chapter-6/section-175-to-181.md
|
||||
68d473696896892798648464a20e6be3bafd7fd9775cd6f9e9ba5b1e8ed07b1c legal/us/code/title-08/chapter-15/section-1751.md
|
||||
a76253563856a628b0e97a814a9141fc5203586f3f0a9699ff25da50eeccf6b4 legal/us/code/title-08/chapter-15/section-1752.md
|
||||
b38f5ac6935fbb6699496f1f388f4e91441315ecf63c71b6dcc084c95a4dc020 legal/us/code/title-08/chapter-15/section-1752a.md
|
||||
bc9966b266fd77ab210206d099c9f041fd3a54cb610942c9a5c03c62957ea79b legal/us/code/title-08/chapter-15/section-1753.md
|
||||
ea333ff622d72e3864d438576146cd6a1e9dfb419f9f3ea0fa226810179585e5 legal/us/code/title-08/chapter-15/section-1761.md
|
||||
1c27617e14789e1e97ada542fe20704b2daa68e675a3f26faacb2514523638b3 legal/us/code/title-08/chapter-15/section-1762.md
|
||||
450ad6f8b98aee47c72d4e8a8ca24d03fa1abe52f73715b83bd6849581dfa6af legal/us/code/title-08/chapter-15/section-1771.md
|
||||
79baf2a31abf68567798ecc46b9a8db48cbec4dbc24e857d7dffd8c26a0918a7 legal/us/code/title-08/chapter-15/section-1772.md
|
||||
80f409f91566618078600183c8c3baea17141853c48e77af9e8a39bf62b494ef legal/us/code/title-08/chapter-15/section-1773.md
|
||||
48cb4b2b3ab52bc7494789d4420b1f0a687a1f4ef2941dfda938abc2a2550985 legal/us/code/title-08/chapter-15/section-1774.md
|
||||
1996c1e875a59b0e4d72e1ceb6b2e24081a0e922112f22285e0c8010a5896527 legal/us/code/title-08/chapter-15/section-1775.md
|
||||
03043966c5f3c8cd71f95fc147660ce7492be4e0c0338586750257e5011b2cb2 legal/us/code/title-08/chapter-15/section-1776.md
|
||||
5f2d24f052f7048061209c343081053f7fb0cf515dcf28c0bd84bd971cbe794e legal/us/code/title-08/chapter-15/section-1777.md
|
||||
08c941a4578f9952a18ca05c0f6dc90bf7df26dfa0a6c8bd180f67e5f146bfba legal/us/code/title-08/chapter-15/section-1778.md
|
||||
eee2469f1c45a5d08bf3d2084cd3dd67873c28eed602a890e198c9331b27845b legal/us/code/title-08/chapter-16/section-1801.md
|
||||
a50b4a22325601eaadbac2464000b5cf117dc0a9faef31271baf1845582101c7 legal/us/code/title-08/chapter-16/section-1802.md
|
||||
809d46ff6e2e3c4ba376cb084e62f08b267b5a2bbc321f44f1c305d8c5a1bf7e legal/us/code/title-08/chapter-16/section-1803.md
|
||||
cbe1624224993e15af8507e15d12a57f21cd3afa877d48e90be2c95ee9b4bdea legal/us/code/title-08/chapter-16/section-1804.md
|
||||
49b5c72931d496c8304df31cbc00a5ff7dc9787c329fb45da0675bb152cb972a legal/us/code/title-08/chapter-16/section-1805.md
|
||||
f11c551791085e1a308683c0ec96596293031a9aec91b25c89e5194e9ea97204 legal/us/code/title-08/chapter-16/section-1806.md
|
||||
d7dbf2c8989da52f3721b0511758290b399eda4c637148537340d633db1d833c legal/us/code/title-08/chapter-16/section-1807.md
|
||||
94fd650c4663472d9bbb63427ef47148d83e7e153c14eb1b7ebf152212ed344a legal/us/code/title-08/chapter-16/section-1808.md
|
||||
91d70e870c38ce43a252f894ce35a462f6044356b2f88e8b966c57bd994450f5 legal/us/code/title-08/chapter-16/section-1809.md
|
||||
2b3221b0d62d18ae10476e4c158ce2a53e692992059bafb8dd88f4b6d3b31292 legal/us/code/title-08/chapter-16/section-1810.md
|
||||
bfa71e4dca95af0def0b7c6fe2d8026e18d382a73260134422d1737c6c734302 legal/us/code/title-08/chapter-16/section-1811.md
|
||||
c04de3bd582649b5caf2b8b5601cba5286ff1c6277a6ba533f4de9525beafca4 legal/us/code/title-08/chapter-16/section-1812.md
|
||||
eea3bf0bd00532289d2e8cc1d42721964f8b4d5e42ccd95e171023ac99a0ceee legal/us/code/title-08/chapter-16/section-1813.md
|
||||
d7d935c5d36781506c18f9e1eac86f6b3c1f56987c944b09f24691cede7befd1 legal/us/code/title-08/chapter-16/section-1814.md
|
||||
e08231bd23f5d53d15f89d8d3b6726f35ba355dcdafe6f57614f3d891e98f74b legal/us/code/title-08/chapter-16/section-1815.md
|
||||
59939612e056734134be74e4599ca5112308ba2cc06a4e711a54e2bcbbbc72dc legal/us/code/title-08/chapter-6/section-201-to-204.md
|
||||
950622f8f0ec5f4567a1127611a2b5d7a03461e2708b3fdcb766c960a933525d legal/us/code/title-08/chapter-6/section-204c-to-219.md
|
||||
9013de4d18c13ba4f14f9421afde8be51dad26e7667e9406d19369f1dcdcc69e legal/us/code/title-08/chapter-6/section-220.md
|
||||
353459a8f6ce5077179a9c3cb4b972b7ff714a9095badcafbe80dbcae645b588 legal/us/code/title-08/chapter-6/section-221-to-227.md
|
||||
aa1e298b389cafce54df8b8803c5bda303a605627ac3260dc86f980bee716e31 legal/us/code/title-08/chapter-6/section-228.md
|
||||
d1a474f6a6758c66b1e56d7057823be4ccafcf315a09dd411d3d4c85b1579165 legal/us/code/title-08/chapter-6/section-229-to-231.md
|
||||
6aa79a52077f47fe8bb2302c89f0bdd56bdc7091981e44b01d4848012b38ca20 legal/us/code/title-08/chapter-6/section-232-to-237.md
|
||||
3afe47179eadc875c1f5664597abb271072a83bf6e947b5bad624e51848c9fd2 legal/us/code/title-08/chapter-6/section-238.md
|
||||
1c3b5a848e931755607dd428bbaec9bd47ee645e8d7cbec29c8e212eaa6d51dd legal/us/code/title-08/chapter-6/section-239.md
|
||||
2187e19d60cdbc2e5c445005dd6ee69805640faeb4ccc754158a0f18cd39d126 legal/us/code/title-08/chapter-6/section-241-to-246.md
|
||||
2f7567a801a73c7f1d0156601d71d98f20b44445c1944c479d3540292f4dd427 legal/us/code/title-08/chapter-7/section-261.md
|
||||
772e7d96f374d8fd021ae9f15c475f2180ad15378e3dacfb328ca7aed04bbc03 legal/us/code/title-08/chapter-7/section-262-to-297.md
|
||||
4620d28a086746b08d568141f13c91c66c5753e391566a71f67416e6c375de5d legal/us/code/title-08/chapter-7/section-298.md
|
||||
93ed8bdb442872d10eac1ab70e45ac0b437c17fb7fb8f9ffa904ea3ee80e5e73 legal/us/code/title-08/chapter-7/section-299.md
|
||||
dcf6fc42ac24f3906b3c88be69c2c3ffb3badd88b188aa4219040638b6494cea legal/us/code/title-08/chapter-8/section-331-to-339.md
|
||||
a5b8734ffde8f291d0cc787ee871ee63857d3d650c0b9188dccba0d8411bdcaf legal/us/code/title-08/chapter-9/section-351-to-416.md
|
||||
574d28c9d52a7c5ffd98857b422a48151ef7eb9d69270c22d38d204a12982a7f legal/us/code/title-08/chapter-3/section-41-to-43.md
|
||||
3b8a57e196f943c2bbc6f53a946cbcf6b75b17c587264f450940902c075bf060 legal/us/code/title-08/chapter-10/section-451-to-460.md
|
||||
da2a10ec2ed96866333aedd282c9a9e15dc3af4443d12d23e42196569c59f1cb legal/us/code/title-08/chapter-3/section-46-to-51.md
|
||||
1c7a205b9bfa2f79c8656df4e23cc27cbee5b39cf80208f01152264ea70cef37 legal/us/code/title-08/chapter-11/section-501-to-504.md
|
||||
6c4492f9158a942976a6c79bbbbf9a58763f331d8f3babbd8062f5983f340ed6 legal/us/code/title-08/chapter-3/section-52.md
|
||||
d3991fa9a3f89143772810487693532a26c66ff774d46bf322fca62cf04195a9 legal/us/code/title-08/chapter-3/section-53-to-56.md
|
||||
c76a94add859ba229110b9c5a124182b353cb3800395b878f72a4514f6df18e2 legal/us/code/title-08/chapter-11/section-601-to-605.md
|
||||
ad7af6f8aa9699cfcc8e65748ee70ab65b02d468cef718700f45770af554e442 legal/us/code/title-08/chapter-11/section-606.md
|
||||
a10640ad572fa69a39f4b7c6aa2a4b1534b601867405109794a23efd41de9f3a legal/us/code/title-08/chapter-4/section-61-to-65.md
|
||||
a000b183a8192ee608f988c8dbb2c81ae4d49592a3757721b7370dec5073c0cb legal/us/code/title-08/chapter-11/section-701-to-724a.md
|
||||
293ca956cf21b489dc3451aea20923d37208cacf96b39024308d6fb80b417691 legal/us/code/title-08/chapter-5/section-71-to-78.md
|
||||
257ba7e4d8c240d9f5be7b4c9722a4d591a364be8efbe79684a45570d7021dca legal/us/code/title-08/chapter-11/section-724a-1.md
|
||||
39cd27a927c9d8594aea9229388b2cf3a9297ddc0eaf2cd80c5bbe22a58f0177 legal/us/code/title-08/chapter-11/section-725-to-727.md
|
||||
30b4bcd4478a858959eea89c17b9f3633834dc1d6a78e9d7c23c03142fff7558 legal/us/code/title-08/chapter-11/section-727a.md
|
||||
888c8e5b6662baab08a4ead41313710bcf6e2b9f1a77f2494d980f3789d7e334 legal/us/code/title-08/chapter-11/section-728-to-746.md
|
||||
bedc9b3741429f60c1a0bd27bbb77095f9834f7030eda426fd7913e93c0e5560 legal/us/code/title-08/chapter-11/section-747.md
|
||||
4f0899e0568939d0515d0bf0d5b35dd471403c2607342bb9a1f922f08068a214 legal/us/code/title-08/chapter-5/section-79-to-82.md
|
||||
c2fa76a618e3df6f36dd1b1c14b1eb3800d0e871df8063904870945ab5c6f4b6 legal/us/code/title-08/chapter-11/section-800.md
|
||||
2445f47920f84efdcc25d5c03a3e2be789e8d3deecf4dd99ad51c3656b72a6a7 legal/us/code/title-08/chapter-11/section-801-to-810.md
|
||||
c9c29c609883a0d1cf3f791ec64d89fdf376d8622c72adeba4d7d2be10de2a2b legal/us/code/title-08/chapter-5/section-83-to-86.md
|
||||
e18fe9d0d06a0c63ea53fcf5bb20e53311923881e86871a5c889a4def4f9caab legal/us/code/title-08/chapter-11/section-901-to-903.md
|
||||
5c917af34cebab0c3fa12e3d017d041b6a26aa6db9953d4f565579ac70d285db legal/us/code/title-08/chapter-11/section-904-to-907.md
|
||||
@@ -0,0 +1,35 @@
|
||||
2769b4a64cc395f176a6e802747859e933a2e12cb957f17140550f8b278a9108 data/legal/raw/us/code/title-09/xml_usc09@119-100.zip
|
||||
97fab486a462f7427ae9edd74d97661bb425a232626b6c28b7089361c160e489 data/legal/raw/us/code/title-09/usc09.xml
|
||||
7b5125637e0c7145ebb0f2e59ba7110863a403579be5e4886a14ced1b8784c37 legal/us/code/title-09/chapter-1/section-1.md
|
||||
3c19d64b5cbb8761d637f1237ad5a10280d2c895afd5552de1ea27ac0eaba4da legal/us/code/title-09/chapter-1/section-10.md
|
||||
6542d7ca73614393e5d70bc99c31d8c8dd226a998df1d0c3831c5e9f12fbe63f legal/us/code/title-09/chapter-1/section-11.md
|
||||
3eb96c521650ca3073022721a4c0f2a73c7ac78818c3c880d10856b1564a5466 legal/us/code/title-09/chapter-1/section-12.md
|
||||
319cd7c169be742088d542fbc2fb3530229c8f80a95be84612246bcc8060f862 legal/us/code/title-09/chapter-1/section-13.md
|
||||
e1b062965c64ce56d8a72e1d3ed7a5e0d49f75fac2020618044f0d63c56189f2 legal/us/code/title-09/chapter-1/section-14.md
|
||||
a36a675c07c39c8897deefc3c6141a61375a42b2a7db4ff1013d6b0fede1ca1c legal/us/code/title-09/chapter-1/section-15.md
|
||||
9a69a95cc9a4f132541740c96c258c827786896ded97f8f6422c2fa5392ba943 legal/us/code/title-09/chapter-1/section-16.md
|
||||
8e395ee14217c0e2fbc9a7fc71f330a16969b0c47f47dc48079b2e92711bf1e5 legal/us/code/title-09/chapter-1/section-2.md
|
||||
b28436189f083be950e3813ac976cd27b0b811b8bce4d9fa56a30096cf19bb4f legal/us/code/title-09/chapter-2/section-201.md
|
||||
eac0f5a230c71f3ca5902fc90c393266837fc9671ec3138535c38f68c14da316 legal/us/code/title-09/chapter-2/section-202.md
|
||||
b17421e87ad84a54874c9dfced9f9f153b007c8702c61d0070def8a65ef7a1ff legal/us/code/title-09/chapter-2/section-203.md
|
||||
57bca0225ea04e20363d44cfe5d9d66016592f7a70ee62357bbc7a3c522d77f0 legal/us/code/title-09/chapter-2/section-204.md
|
||||
16f8108b0ba59bf190affae9d8c41e6196c671be01e31dec63710f918a129a27 legal/us/code/title-09/chapter-2/section-205.md
|
||||
5332d4aefa8256e99a09ade8b45863d3ce5e3ccb166b6c1e70687adbb52df670 legal/us/code/title-09/chapter-2/section-206.md
|
||||
e3645540f43991c0ba96ae8bfab619bdd6a92f03fc365cfef13190c49daed79f legal/us/code/title-09/chapter-2/section-207.md
|
||||
04140e791ab2e0979d6f4fe0c62264d9284b7c0082aacdd2c7efecec129229a4 legal/us/code/title-09/chapter-2/section-208.md
|
||||
17f043203cde1f21d2b6eed9df92ec7f22ecef28d4b713f57b4866244b0afe9c legal/us/code/title-09/chapter-1/section-3.md
|
||||
8e7d9e353757e8849274d6c4d50a452e2b6e456983e8caf2a5f8b5c08fab64f5 legal/us/code/title-09/chapter-3/section-301.md
|
||||
a2760adbbc37ffba81002b68b73a9107f09036749cd53c86e39733ce6dc742b6 legal/us/code/title-09/chapter-3/section-302.md
|
||||
10dbc657d43bcbcb3cd9ea4de3a26f3d6bff1703e33459263af0b80344dacee3 legal/us/code/title-09/chapter-3/section-303.md
|
||||
e97b680038a9f6a269d18af690133d8ccb3ecdfcbbe7e4379deb133976038bef legal/us/code/title-09/chapter-3/section-304.md
|
||||
91728372f48a0236796d3986df91bb86fa74b38f68709a79abb2cb9442cee14f legal/us/code/title-09/chapter-3/section-305.md
|
||||
2398816e00a2c9ed267e675c382e27bdd467afbca111594ec724484186508d45 legal/us/code/title-09/chapter-3/section-306.md
|
||||
279220f7e3bcca4a042b20d07ab3262de840e81241e64033f4472aa438b24789 legal/us/code/title-09/chapter-3/section-307.md
|
||||
d659a2945d2d343c4187c3b2f1e82f29907cfee04ebbd864efe59c5d24b258f5 legal/us/code/title-09/chapter-1/section-4.md
|
||||
ed4fae1f0dc7b6733b88b578155bfa26b63661fa5d2798efd30349ada03f2e1b legal/us/code/title-09/chapter-4/section-401.md
|
||||
d77d889628fc216ed63cde3efdf5ffbb9e0513d4d791a78b7417abc8faed8fa3 legal/us/code/title-09/chapter-4/section-402.md
|
||||
deb86cb3e21322f875a619b6ad4f47f0c7e90e0fb88f29877a0421aaae37fe75 legal/us/code/title-09/chapter-1/section-5.md
|
||||
7149cd7589d63452d75a3d1a09dd9d5c59dff74edc7f59551e4c7a5bf7138980 legal/us/code/title-09/chapter-1/section-6.md
|
||||
a48b982800197b013cf748f1f7995360ff6f038d9e227592cf9b5e59649cee9e legal/us/code/title-09/chapter-1/section-7.md
|
||||
677864e3b80d3f579a2618e18892c1964845ad858ff07f86fadae1e2bc8ddb55 legal/us/code/title-09/chapter-1/section-8.md
|
||||
f50dfbcb16424a68e2dbf37e75679df9f8c0849e0b6f14657240a9b523d1b485 legal/us/code/title-09/chapter-1/section-9.md
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,282 @@
|
||||
49b32bf784de01de21874d64b5d1d78d1d245352824a03caa6d6b941a4a2c9a2 data/legal/raw/us/code/title-11/xml_usc11@119-100.zip
|
||||
459a9cd962fda6933f209ab0818e58955c4cc2bb8f322bf0b1792d1f6d749eaf data/legal/raw/us/code/title-11/usc11.xml
|
||||
b44ed5be0d4a464d69b1420cb8e399b1a385f4cff8434b028e142bbead1c8b8e legal/us/code/title-11/chapter-1/section-101.md
|
||||
38eb943dbfbf43d57761607c6f9a30950b55d3c291d037d466f614267804cf7a legal/us/code/title-11/chapter-1/section-102.md
|
||||
108832cd96d0b57acb0ed950ed4bc1b7e899d808dd17bf76360505bad2bdcf3d legal/us/code/title-11/chapter-1/section-103.md
|
||||
43ea9b2a3c3a36d0276290a782f58a741f34a7e334b01efb588a4b0bbf5176e1 legal/us/code/title-11/chapter-1/section-104.md
|
||||
61d235cc006f1686c98f1c585dbec58d1ba7e0daffa4ab0f63ab512b18eedd15 legal/us/code/title-11/chapter-1/section-105.md
|
||||
219cd5e5598fc558d73a248765e7012980efd32f26049f67ac639459e2a617c7 legal/us/code/title-11/chapter-1/section-106.md
|
||||
3321ebf446e7bebb3fcb648e33144c186ab60e9ec93151e82431b6135293f36e legal/us/code/title-11/chapter-1/section-107.md
|
||||
27da8a86415ed541a1f61c435095d8e815fb4c190cb2cc0f585daf5b097670c3 legal/us/code/title-11/chapter-1/section-108.md
|
||||
e505ed7de3a3e2354a7bf7d463f104fc75be3b7ccb1330d7d971d6b76dd964d2 legal/us/code/title-11/chapter-1/section-109.md
|
||||
1ae18f2622d45d41abfebbbcc2632eb16ef64b3236f9f1f28a753a1a8dc67f94 legal/us/code/title-11/chapter-1/section-110.md
|
||||
0fcaf9a364c2cc26639f331a5b5234f6d4ab30732fe36bf926e4e466e694e7ac legal/us/code/title-11/chapter-11/section-1101.md
|
||||
d6ca81662ed23baee16775a032141970aed44756fbbc0068ffcf532ecfcfa8ab legal/us/code/title-11/chapter-11/section-1102.md
|
||||
d0896e1722ca5a65424543d1972e943a7ab1cdfd09407c0cea517e866878868a legal/us/code/title-11/chapter-11/section-1103.md
|
||||
cf49a8f093e6bf03f6564004001d4ca22f7bd8bb7aaa78ac9f3a6b49eeb82404 legal/us/code/title-11/chapter-11/section-1104.md
|
||||
0aac4d0691028bdfcf55ae0338c8d6329f91ef8fbaae3ac8a4d2edfdad343da4 legal/us/code/title-11/chapter-11/section-1105.md
|
||||
c4a7d43b8baccea194ba01878f53b2ef4b0c1b5a27ab3b5726e2cc108ac0283f legal/us/code/title-11/chapter-11/section-1106.md
|
||||
bf707dd72634c19152506e6ab6aa2276591ab55f885d38b2da798a30a6a10568 legal/us/code/title-11/chapter-11/section-1107.md
|
||||
b0638603422ff61b5f26abf20e67d012a326d7989d919c0362a6c405e73a54d9 legal/us/code/title-11/chapter-11/section-1108.md
|
||||
ed64da1ddc449b2d7d6e23133354fd0f15103c20415798427f9f6a6fc3c3990f legal/us/code/title-11/chapter-11/section-1109.md
|
||||
1cd8cd07c66463e67bb1d3d5bbdaed55f00e1f0bd4f32cbf87a39f36c6847dc7 legal/us/code/title-11/chapter-1/section-111.md
|
||||
83f6585f8f8f44a8189418a73b0b4fbc399620480c0dad8f9b15d33c840041cb legal/us/code/title-11/chapter-11/section-1110.md
|
||||
ae401f8a977539b0106e805d146dab33403120f389171b1fbcf74be2889f751a legal/us/code/title-11/chapter-11/section-1111.md
|
||||
2a0089493d8170899caadc5ce8d85a28e9afab3009f62b068f5606508e2e5f58 legal/us/code/title-11/chapter-11/section-1112.md
|
||||
91b0e1c360d2772de05c399b1aeab6ac3155835f341029157808baae552cee76 legal/us/code/title-11/chapter-11/section-1113.md
|
||||
170516a208394070f4457e8aad03d596e536787fb665d65864278662c8d59b19 legal/us/code/title-11/chapter-11/section-1114.md
|
||||
6137e6861c342d7af985c1f104d47d87a916374dc7c3f887c6068837490b1682 legal/us/code/title-11/chapter-11/section-1115.md
|
||||
b9a6dd3cb2effa3b5713038c223aba7e9561348c2e0a4fe4cab75fe6db4678be legal/us/code/title-11/chapter-11/section-1116.md
|
||||
7551cdad823bf27575e5de29b20f82c8024e42c1db282b9175de882aef649687 legal/us/code/title-11/chapter-1/section-112.md
|
||||
f457e0e9935d50787307e5d4b20092931c5c49ed3027f80903c1d3d7911577e4 legal/us/code/title-11/chapter-11/section-1121.md
|
||||
abd910781e4c86370b73ab1b1bb89353b94e8a0b0b614256a1aa6593c3b100a3 legal/us/code/title-11/chapter-11/section-1122.md
|
||||
d721fd6ecd6cbdba91bf89486ef6aa905baa076c25ce54a0b62bc11a67c7c8d5 legal/us/code/title-11/chapter-11/section-1123.md
|
||||
8a66c37219a7f3e5d1c6095318f2fb5a6bf7f7237befe35c509ae297c6ef3665 legal/us/code/title-11/chapter-11/section-1124.md
|
||||
50e22bb10c6fa598030248470f33acaad6df77f1ea1e8abc5978459d301e0af7 legal/us/code/title-11/chapter-11/section-1125.md
|
||||
0a08f17bf2caad0e39de9cd58ae1c954be8d792935bac4b7c8a28fbe42fb2dbe legal/us/code/title-11/chapter-11/section-1126.md
|
||||
ed5bd1e2527ada5e912d70822aa3087ed6f2c21f3ba8ba54d42d0580fd292a02 legal/us/code/title-11/chapter-11/section-1127.md
|
||||
d9aa356ae09ce73dd00881ced208e8324eeab1e6b22424d5ff7198adec2fe34c legal/us/code/title-11/chapter-11/section-1128.md
|
||||
de12644b1bb0308057e06114414928cdcc35dc1e1bb6cd8d90d05543f0963d10 legal/us/code/title-11/chapter-11/section-1129.md
|
||||
21435f1c5186f44292d4f819152d591603b70b94b2000ca9cebf9eeac4c60bca legal/us/code/title-11/chapter-11/section-1141.md
|
||||
6971a4bddfa73aad1a98608d155c864ee26b0be059d0f5017a506aec3dc23042 legal/us/code/title-11/chapter-11/section-1142.md
|
||||
1c8f8cc687d214b1c6c995471474163dc7fde58fddf995c7786ea759db0c559f legal/us/code/title-11/chapter-11/section-1143.md
|
||||
0b3fac1afdb5b437d4f9dfd33317089f69101cac13b135a810f234eb8aeb3a8d legal/us/code/title-11/chapter-11/section-1144.md
|
||||
ec55101bbef461d6b74bea453a4eb3f13c5e2e134c20e8027c155094c4124cb3 legal/us/code/title-11/chapter-11/section-1145.md
|
||||
dde90d26cf4a78044d246fbd8a616c3c93d40ad9a0ccf8bd719474a0ddaf96c2 legal/us/code/title-11/chapter-11/section-1146.md
|
||||
3fff9d2176c4bb13b595908d330c178535bd24fc2d0a17ac40f74d150600c4a3 legal/us/code/title-11/chapter-11/section-1161.md
|
||||
f355d29ed6758f3ef56de6d9dfaba0f6909a6c1e94c1393aba445489f80601f5 legal/us/code/title-11/chapter-11/section-1162.md
|
||||
06dfa2950318ad43a2798d4d35c1d4a8581655d8faccbd88e7ba7df3982504ca legal/us/code/title-11/chapter-11/section-1163.md
|
||||
a0cfd54dfcb801aafdfc1a194ca7c7fe6f5338ab440b1b3fd6e0e5529670ae39 legal/us/code/title-11/chapter-11/section-1164.md
|
||||
eb58c2769c3ca5be36f792e44c9c66528599649f19a5fa42cd454dcfbeeabee1 legal/us/code/title-11/chapter-11/section-1165.md
|
||||
e3c166edbd4403c3aa3a37659c1d67260732d1e66b468dcd6054591f444b04cd legal/us/code/title-11/chapter-11/section-1166.md
|
||||
78615c730a77ee48163db94103844299a60c297a5b5725c827ff815b83bfccdd legal/us/code/title-11/chapter-11/section-1167.md
|
||||
0de159ed0969f7fb9483b4d1c03961ed7ccec4ca7b4a8ad1f80de539df247c21 legal/us/code/title-11/chapter-11/section-1168.md
|
||||
91ba9644e11a6ebc3f4d88bfd07cadd529277a96121d0a2fd7228c193eab4486 legal/us/code/title-11/chapter-11/section-1169.md
|
||||
ae7b7451ddb98752c1dbba01b1ad44ef076238d64f6fddee2f11cece16d237be legal/us/code/title-11/chapter-11/section-1170.md
|
||||
e3bc7016a8399130f391f49233d43c63d611a63fff9f1de3ceacb589ca91454f legal/us/code/title-11/chapter-11/section-1171.md
|
||||
555144e15f6ff86b20a80258c06e5e6a6857ec5c7f8f073d23192aa31beaa9e1 legal/us/code/title-11/chapter-11/section-1172.md
|
||||
362600e0f7e31c696ab2b10d57ec6738f68f9930c843c57dfd8dad55bb70b75f legal/us/code/title-11/chapter-11/section-1173.md
|
||||
363ed14f727a1508db1524d006ba39ab9fa15393cc46f861aa9d31b5749dfe77 legal/us/code/title-11/chapter-11/section-1174.md
|
||||
b68fde54d1bd717c42d231f86a6ce6fcce3b9f34c1cee76b002db0317c210f4f legal/us/code/title-11/chapter-11/section-1181.md
|
||||
fe1d07fc3ff893fada52f02a424c456c1ca4f02f79a3c6fd7eca5d47b7a2feea legal/us/code/title-11/chapter-11/section-1182.md
|
||||
a1cffe73cd83d353fee5766d726168d248cf92de368b4a4c0a1a5e068e461690 legal/us/code/title-11/chapter-11/section-1183.md
|
||||
59bb84c4badab5c5c9a8a134fbd9b4fbe1adadd290323f8a467472876da79055 legal/us/code/title-11/chapter-11/section-1184.md
|
||||
e1b55f2c6b0f1ae1a22b864855c22342e2cd01954cedd3ba832d1a9bc6e6bf10 legal/us/code/title-11/chapter-11/section-1185.md
|
||||
ff1f6faa66aefd3144ca78a9a2a41a0ac42623b0ca205c6e05ff625027640d3a legal/us/code/title-11/chapter-11/section-1186.md
|
||||
8caf1445343274044a3cf0d50a422887e01e9d3e67c49aaabd6eaa6e9d7d43e7 legal/us/code/title-11/chapter-11/section-1187.md
|
||||
27d3657fef5b0feb270c3638762faf73553e04185399c82b78e4b52fe4adbe14 legal/us/code/title-11/chapter-11/section-1188.md
|
||||
a99baceec6f2bf95b51afe652ac6dd343e297eea8ddda253ca0721c01bb915cc legal/us/code/title-11/chapter-11/section-1189.md
|
||||
0b42e0b6f572b416ba285878a825234460a40b1a7fb9f3ec33f2f32ecd100349 legal/us/code/title-11/chapter-11/section-1190.md
|
||||
686e66de21a771dcb823b52a9ef219e47774fef06026e8b97777e670c62509b9 legal/us/code/title-11/chapter-11/section-1191.md
|
||||
dba7c216dd001a3f3b19d54f96bc815a66ebb3690beb067daed614eb0f9a8403 legal/us/code/title-11/chapter-11/section-1192.md
|
||||
86e1840af783e946f2febea56db7851bc0e8a9dd232f6cccefca415e8673c3e4 legal/us/code/title-11/chapter-11/section-1193.md
|
||||
98c89b0bf502688c46e0ffe478bcda809ea7e74512a6aa4c34dba88bbae5d551 legal/us/code/title-11/chapter-11/section-1194.md
|
||||
6134502138937bc088119e5c1d9de9b5afbd91ac9b19a0c3ef58a71afc0d0d3e legal/us/code/title-11/chapter-11/section-1195.md
|
||||
3556834f0e2e81cf25ee6bdc061467715eb653a8238606a313bd128ea77e7af3 legal/us/code/title-11/chapter-12/section-1201.md
|
||||
b9983df11883438e44e2272f4c560904d6f6c2bd0fcf5a057f58c8e132dd4a0f legal/us/code/title-11/chapter-12/section-1202.md
|
||||
72dec525f31b6352a5852e9b4d97c532f63bfe88d71c5725f75a66d90751f3f5 legal/us/code/title-11/chapter-12/section-1203.md
|
||||
9fee62d6d98e885f37ce73107a67fb6b6c8105af2a53ea96fb64cb63285fc172 legal/us/code/title-11/chapter-12/section-1204.md
|
||||
31920ae1915318393fa25f0233d87056c4c45c953a503b0478c52a875a933a60 legal/us/code/title-11/chapter-12/section-1205.md
|
||||
9be718dd369245a4b5d9ff19cbb3155883d975f3ff4292a0ff8ae2defa1fde55 legal/us/code/title-11/chapter-12/section-1206.md
|
||||
92e2183ebd17dc5e89b17e38f95e64091b6cc79f873ce54ae73ce86b3517836f legal/us/code/title-11/chapter-12/section-1207.md
|
||||
cc7839d709261e0c5ec85b97ecefe96e4dcb73c539ab0e0d7fb10ece946b6363 legal/us/code/title-11/chapter-12/section-1208.md
|
||||
045ee5121ad23198b54d6d38ac44322db52ddd4d613df5ff35db389762588af8 legal/us/code/title-11/chapter-12/section-1221.md
|
||||
6859e7768d79212c98052541ed94cac1f1e8e7a92acd37d0640ac5350c1fe015 legal/us/code/title-11/chapter-12/section-1222.md
|
||||
d1a7b6d42c81b1ae2e58d783abc51d09260b1353368932667db9bc988bea3652 legal/us/code/title-11/chapter-12/section-1223.md
|
||||
9c3b81877aa4033dc160f7ffb4d54dc70e107e4f9381888cbeaf014731894871 legal/us/code/title-11/chapter-12/section-1224.md
|
||||
a67f47ed8df06520aeb72aa35b186ceb350dee72d1f8310ad293836f33deb766 legal/us/code/title-11/chapter-12/section-1225.md
|
||||
e8487aa172361f985d6881feb4e6a4888dbc4e1118ae4399096e76b18b01e954 legal/us/code/title-11/chapter-12/section-1226.md
|
||||
a673cccf89904ceab732d1261e840cb92d995b1c22dda7274857797f520a5167 legal/us/code/title-11/chapter-12/section-1227.md
|
||||
a3c4cef623cca43cc47e277dc073831c4c0d3fac51ada208e45be63c35dcc5e9 legal/us/code/title-11/chapter-12/section-1228.md
|
||||
7aedf30d9fa9f6b2729fc8c586ad63dadfa86921f71121ef1412519cc8c23b51 legal/us/code/title-11/chapter-12/section-1229.md
|
||||
e469607631bceb98e626f506f91f5d7fcc5a11f62b3ef94fb594dbd8cd8fde67 legal/us/code/title-11/chapter-12/section-1230.md
|
||||
3cd8fd187a37621fe73931a2107e8173523755750d011357c4b9f55c60c90c32 legal/us/code/title-11/chapter-12/section-1231.md
|
||||
c87f2ef138660dbc1566fa6e114e730bb26d5258464123581735103c95622c67 legal/us/code/title-11/chapter-12/section-1232.md
|
||||
60d33ce553316260e157e50442c21cc25261081633e54fc7d84ef5cb58c68e56 legal/us/code/title-11/chapter-13/section-1301.md
|
||||
7567e8d885c5a8027482ded5554d9e3518e4fd06199f68fda5c445b78724fc1b legal/us/code/title-11/chapter-13/section-1302.md
|
||||
add771f335843e7db9f7d3fd16d2bf77e858280147eb67366faa3b0bc81fc094 legal/us/code/title-11/chapter-13/section-1303.md
|
||||
2bbe9d21e9944503edb1c0bc641f697c4db202714cca2442f8b1e26a6e7f50b9 legal/us/code/title-11/chapter-13/section-1304.md
|
||||
510c2e025e73b45bc293872f86a05231293c7d811864f79a573f655cf60efd94 legal/us/code/title-11/chapter-13/section-1305.md
|
||||
8952d3704b6c9383361ea661eb6e12b915e82271306bf1a2f387e26832f21c92 legal/us/code/title-11/chapter-13/section-1306.md
|
||||
c8e80bbd40c2cc1931f574380b57977d5e1fc043daec53e2e0fa95298bac04f8 legal/us/code/title-11/chapter-13/section-1307.md
|
||||
fdba101c6c18b3a37d6ed88ce242e7805cffd248310ddd62c1653bd86f8de97e legal/us/code/title-11/chapter-13/section-1308.md
|
||||
cf9c60b5ec8eaabb54384f0d6587ffbd8c9f82418949b77d257167cfe54bacfa legal/us/code/title-11/chapter-13/section-1321.md
|
||||
d4f78c28805433990320e2b082c831409f13da49982136e204e5f12947f4d4bb legal/us/code/title-11/chapter-13/section-1322.md
|
||||
4d8dd63797a9446c7f928981d32cd0eab676fc7d0c5bde5c0eb6d221b1cb0c85 legal/us/code/title-11/chapter-13/section-1323.md
|
||||
b4867336a7f8c9d2312832cc6f2805509db3138a2b292533bae959655f81b7fc legal/us/code/title-11/chapter-13/section-1324.md
|
||||
034025283726c4a9ee1fcecaab8448378829ea71cb81fe76794ee874758b94ee legal/us/code/title-11/chapter-13/section-1325.md
|
||||
1c648217de5edd2c52148be790f0a3c1d551e8ceb3c1a7b99432491624161a4d legal/us/code/title-11/chapter-13/section-1326.md
|
||||
c675ed61901a80de36c5c30e6a68021e51488724fd5445336c05ce58f6bb4b9c legal/us/code/title-11/chapter-13/section-1327.md
|
||||
84ae44f266b61ceae76ef92fb8cc29f1893f5379bbc4caf18c11afe2ff075832 legal/us/code/title-11/chapter-13/section-1328.md
|
||||
3f6274f0abe5b96fa966e4b8fbffe9a682552bfe49bb281244df5ad9466b9031 legal/us/code/title-11/chapter-13/section-1329.md
|
||||
9828076e5ea85e57afecc36285c796cc58c5eb79a41f36ec58b02a62c5fd42c2 legal/us/code/title-11/chapter-13/section-1330.md
|
||||
ebbf6071bd1d2cfb0168c91be183d7bda420ce662560cd1202746588821bb56d legal/us/code/title-11/chapter-15/section-1501.md
|
||||
6a3aae897510f23ec21d08bd8268461182b70e2110bd0925999005db156d4691 legal/us/code/title-11/chapter-15/section-1502.md
|
||||
0892a230285364a58aeeefc46e4f4da83cd56e1f4f7110ad26b34f81dd95aec6 legal/us/code/title-11/chapter-15/section-1503.md
|
||||
f17afd94200822e85fc5dcc65db7003a376d2d09fc6702b7cac145d26224a01a legal/us/code/title-11/chapter-15/section-1504.md
|
||||
40db535a57ac099991791b55cf1d109706378aacb756d8e489bafd3c87efd624 legal/us/code/title-11/chapter-15/section-1505.md
|
||||
63229f3a54b10f1c62fbfda58c2fa3dca7947fd9308d42de7bf4ec21323dc991 legal/us/code/title-11/chapter-15/section-1506.md
|
||||
c8936f3c8c3828eda45466f12a176e4a4305946dd8ee58ef40b204fda683970c legal/us/code/title-11/chapter-15/section-1507.md
|
||||
d9cd0aa1e4eb0a9507e6d8661c7edb9fc99dfb20129a9b118005deacabe88f93 legal/us/code/title-11/chapter-15/section-1508.md
|
||||
4ad1b46b5870f8b7859762d0904b3026257ada3d2264962bfaa5bad3f7c4ea75 legal/us/code/title-11/chapter-15/section-1509.md
|
||||
89a0ab3bd845f72862348fbe3c3d1af808728addd9c5a23904f1885afc794d65 legal/us/code/title-11/chapter-15/section-1510.md
|
||||
dfffbad16336a4a603b7db9f7465a5f84bdba1cf75ea6cff579ce3bfc291a451 legal/us/code/title-11/chapter-15/section-1511.md
|
||||
e14a1e376296e0074a321a2194395697b1971c276e9e06fd4d4f4de9db3545dc legal/us/code/title-11/chapter-15/section-1512.md
|
||||
347ae03dfdf3c3a2dad5ad80cbd8301aafa255ca7975070b62bfe19dc6ed2fc1 legal/us/code/title-11/chapter-15/section-1513.md
|
||||
1018e110a189fed6418d24f95992ea04f53e1e47fb3beb1c2b9f4a0ecdce6031 legal/us/code/title-11/chapter-15/section-1514.md
|
||||
760dc240b4dcd20e3975534f87aae3e75128723fca2f22495b693fe78e54bd0c legal/us/code/title-11/chapter-15/section-1515.md
|
||||
7f85ae7dd36348ca2c7a91e9a192082c17f4a6063e8d44b89c34a555ba971775 legal/us/code/title-11/chapter-15/section-1516.md
|
||||
c0baf8a888c521330ce15a74ccdf45fdae4112656ff4ddf24f38eb23e71c8778 legal/us/code/title-11/chapter-15/section-1517.md
|
||||
41dddbee36b5c1e5d6a99c70ee5488b624e7548ea144578c5695a7c7d7e194c4 legal/us/code/title-11/chapter-15/section-1518.md
|
||||
6d2d51ee328b8d582e9d59451bfe0875f8ecd4a105c109c9fe73c56ce0159ba5 legal/us/code/title-11/chapter-15/section-1519.md
|
||||
2c2003c36450310edeb29ec88892472dfad3fcd03323719e70cf94c4533188d9 legal/us/code/title-11/chapter-15/section-1520.md
|
||||
4fac76039d9c9f7331b16bc0e3c3c25b70d48bf0bed622aaa614d543f374e1e5 legal/us/code/title-11/chapter-15/section-1521.md
|
||||
d27616147c9ca906dc5e16b5853efb3858b272b5eb034cde8988438adbb51689 legal/us/code/title-11/chapter-15/section-1522.md
|
||||
8ed124034dea36a35274349bc4bf8119eb83521de6a1faa72138b147d35cfe43 legal/us/code/title-11/chapter-15/section-1523.md
|
||||
cfc92b85e24b8ec53b019e9c80906a4655743ebe5f2e728b74cf4c2b06e80e4f legal/us/code/title-11/chapter-15/section-1524.md
|
||||
dabadcf2a864f0339637df00686f113eac39db81eebc536385c1b0443d72629c legal/us/code/title-11/chapter-15/section-1525.md
|
||||
6745b1b85cd5c77ad9a4484427b53d6bbd826b368d301682044c69c3fc417fd1 legal/us/code/title-11/chapter-15/section-1526.md
|
||||
b8ac1e9d4acdc5c41ca51ee2f1eab137686b7c9bf434f35047cfe60dd545a495 legal/us/code/title-11/chapter-15/section-1527.md
|
||||
28aaed60ba37ae7c587bb15a1ea8a8060e9650ec7ecf1951975b621ad320932b legal/us/code/title-11/chapter-15/section-1528.md
|
||||
e68c012b9bbd1c30754cfdeb237388554af8c68949164d3eef68f5ffb7e202b3 legal/us/code/title-11/chapter-15/section-1529.md
|
||||
85635c1bb1bbdaea5f1103ed857f616dc247b6e41c7fe1adeb1fd846f9d13889 legal/us/code/title-11/chapter-15/section-1530.md
|
||||
d1d6364fde0ca19253ee954fc73c94b4d3f2a14a2347f5f7472be7e3bfba2803 legal/us/code/title-11/chapter-15/section-1531.md
|
||||
57349876b641280ca5b5d151825295e06b69db368b6fdc1def444af4ccdacedd legal/us/code/title-11/chapter-15/section-1532.md
|
||||
6dbfc26f00e31fc0c6a21f05e406d04fbb2b6c79d81fac68eecb79387da17f0d legal/us/code/title-11/chapter-3/section-301.md
|
||||
64ff426eec86f4efee9cbae42985ed7f79d484f18bea09765b7553bb99034a64 legal/us/code/title-11/chapter-3/section-302.md
|
||||
fc0f63e33fa87b8746d1d4d5e2c7e680552d580845c472aecc82114904c4133f legal/us/code/title-11/chapter-3/section-303.md
|
||||
70658d76a7536b2deee196a6dec60ed75219b7e3ab52e4b28ab40a84ec658958 legal/us/code/title-11/chapter-3/section-304.md
|
||||
444f9aee2b1e2b2359935b7939573da711b7b11dfa077085f805d2cd4e9eab93 legal/us/code/title-11/chapter-3/section-305.md
|
||||
9db74e929e6e6df0fb6470f66cee6ed919e8f64a3e5acb7826259532b0676708 legal/us/code/title-11/chapter-3/section-306.md
|
||||
0201dd144f9b4a2eb23b3d672c1597cfc8737ed930c6e7bd9d25af086b331156 legal/us/code/title-11/chapter-3/section-307.md
|
||||
820d2370e59888d59d4cc96c8597663bca7cefd02f7f31621c4b3e75cbb5a873 legal/us/code/title-11/chapter-3/section-308.md
|
||||
696b6f690cd7de560e3ed139823ad32eb44cf2922ec30b91f6c1e19da0018e83 legal/us/code/title-11/chapter-3/section-321.md
|
||||
50bbbf950ca65fed5f0a7422f977b187875aad36e013094fab95b5784bbc08da legal/us/code/title-11/chapter-3/section-322.md
|
||||
c9dae64aec08e5b05204a0313a9a7d3bdad361456eb0265136317b5a3ca5882a legal/us/code/title-11/chapter-3/section-323.md
|
||||
9998e19abc2a3a72de59d7d1f9bd5449ffaa36e5527bca1f026bb31099578a1b legal/us/code/title-11/chapter-3/section-324.md
|
||||
01cf896b7e60792512234e48b722a30deac10c78bb7b030bc39ad9508949ac64 legal/us/code/title-11/chapter-3/section-325.md
|
||||
c470bf7b111c15988be18fb8a0b7351b478eeea3878c3795ce2ddec7b01267f7 legal/us/code/title-11/chapter-3/section-326.md
|
||||
06b5a0d2b2c6fdce4d0aef397dea10057c692869a325530cdf9426d72640d028 legal/us/code/title-11/chapter-3/section-327.md
|
||||
553441eee6f257792612960610ee8fcd3ee51a73c19b771bff9c8d17a91f49c4 legal/us/code/title-11/chapter-3/section-328.md
|
||||
5f3fd9f9b24f9bf792ac21dbea45416d33c8429f53b21efea5086b9a3b041c80 legal/us/code/title-11/chapter-3/section-329.md
|
||||
b5f1f084177dfb3a38c560d0b737bf5f8caa65b5905912b44656bcc3ca5331f9 legal/us/code/title-11/chapter-3/section-330.md
|
||||
8da963f1b9352081870897b6af9bba2a78a1202dc25114a38677341ff7573a1c legal/us/code/title-11/chapter-3/section-331.md
|
||||
5031a37770b4141652ed81c408a2fc5ce362b004527c70db3c5b4f4cff3444df legal/us/code/title-11/chapter-3/section-332.md
|
||||
78d440d8214c803fed305ab4d6c401883aee3237b191a3cc4b7ace4fcc52acb9 legal/us/code/title-11/chapter-3/section-333.md
|
||||
f07f28f64c635ae4bc9db2c75fdc80352235a5ef71ba37d5fa8bb43032a03676 legal/us/code/title-11/chapter-3/section-341.md
|
||||
a77d84e54d31f87d06b8a276d6ec8e84370e8589cfe18ebacc3c73dbaa302f2d legal/us/code/title-11/chapter-3/section-342.md
|
||||
c74aaadbc99281152c5ffe7389c974abba45661f0ceb4e0a3992d7f3e73011bd legal/us/code/title-11/chapter-3/section-343.md
|
||||
a20da59b0c32e972f61db3603a9cb9860e88242f0fa8151b4589fb91b5ba1b1b legal/us/code/title-11/chapter-3/section-344.md
|
||||
f4f5f197615479221d3daf1212e8d1649d5b71652c0a6f77a914150d49fdc87a legal/us/code/title-11/chapter-3/section-345.md
|
||||
893ed5042528c0423f0af62fc2dadb8d83f730403cf1966b16da1112a9d22450 legal/us/code/title-11/chapter-3/section-346.md
|
||||
84bfccf6c72ee9ade1dc536cffbaba590a5b771bee2396d97a1767b7cdc370f4 legal/us/code/title-11/chapter-3/section-347.md
|
||||
2e0cc35b61f05907a5f7ed8ff6b079d690449a7d3c74f369eb106daba75a33eb legal/us/code/title-11/chapter-3/section-348.md
|
||||
bc1d858f9c6c4aca444ebbb5b631043644ce807a3a7ea657ecc027c76c8c6bc7 legal/us/code/title-11/chapter-3/section-349.md
|
||||
ebe45c13fdb55787fff0c5c0851ba1f6970239945a3ef1673438fae1e074c306 legal/us/code/title-11/chapter-3/section-350.md
|
||||
9e4514716c728064021f5ba55aff61bcad34951c466cabbe0057c35675cfbdc9 legal/us/code/title-11/chapter-3/section-351.md
|
||||
aea4d543173ef36d9665569aff1ede551095ca328698e8317820e24d4ce9ab35 legal/us/code/title-11/chapter-3/section-361.md
|
||||
9e7e667f4108862511fc26f34e766d6a9a2fe9989d9a19f05697850540f995f2 legal/us/code/title-11/chapter-3/section-362.md
|
||||
1791c6476930e3c6e0904efe986caea48715614961efea6cb53c9df6ecae6079 legal/us/code/title-11/chapter-3/section-363.md
|
||||
cf5f864d61e654915727e531c416977d9229715b3fc493055707735b4dc35afe legal/us/code/title-11/chapter-3/section-364.md
|
||||
0cc3c19cd625ec04721a4d6a1fdbf242e8df237b61d7c15662edb802986fc18b legal/us/code/title-11/chapter-3/section-365.md
|
||||
b8fe196275f2a0f45512d463c421fc1c035aba474f654e87affa47cf3044483c legal/us/code/title-11/chapter-3/section-366.md
|
||||
60026cd93c4411a6be2c9bfe924f0022b2539a0bb9c11b31966d0437fbd859e5 legal/us/code/title-11/chapter-5/section-501.md
|
||||
b72e4771c2c255a1f71c6dda6963ce9df1af50db99c110c65f3d3ee52a1c5114 legal/us/code/title-11/chapter-5/section-502.md
|
||||
cbd5b45c62993bbeda6601eff8bda42b717a3b003ea8679077114153e27bec43 legal/us/code/title-11/chapter-5/section-503.md
|
||||
eb3ea317ae3dce083d69573bae88c4bc164786e2efbe0a2a65c029f8ac3d6cfd legal/us/code/title-11/chapter-5/section-504.md
|
||||
418b837ceb9a29c656ffca84ef5899c36ee438d46531b7c21457357138149b34 legal/us/code/title-11/chapter-5/section-505.md
|
||||
5cc493ec0cdb6080d52c1c75dcb25205c82f2d71f365480debbe57093354ae89 legal/us/code/title-11/chapter-5/section-506.md
|
||||
e705376fa38d90a8670cfbadb884199582957e62050f706140e67d02e29307ff legal/us/code/title-11/chapter-5/section-507.md
|
||||
7b9ede35a6c3afcc5a9cfaf2297ec118f16e782379c807765eb271efcf7b7bbc legal/us/code/title-11/chapter-5/section-508.md
|
||||
15f7eced29b99c3482aa81eae96fcce8299bed75fbb54bc0ae70e67050138a7b legal/us/code/title-11/chapter-5/section-509.md
|
||||
73a7561b45c15437355ac19a52ccee56829d705abaa67d5d163b2205fd04cddd legal/us/code/title-11/chapter-5/section-510.md
|
||||
e2ee9407409364dfd7d242c12cdfc3a4f8223de64320c7da7bd21f134bc7d1ef legal/us/code/title-11/chapter-5/section-511.md
|
||||
2141cc2930c3e89beee055a7a7c1b0569ec23c11bb8eca054d4e36dba7dafcfa legal/us/code/title-11/chapter-5/section-521.md
|
||||
bb0378ad6d6a98b3a60b2cd95395943ee0001d3ac8c30c82d2ba2335c015e991 legal/us/code/title-11/chapter-5/section-522.md
|
||||
cc970526a9822a33a88a2811cff088adb07dbe816f1cdea4bbe86403898e80f7 legal/us/code/title-11/chapter-5/section-523.md
|
||||
ad7e7a0ff30a701337bfbdee23c36556b9cf2ed0f3e1cceaa65b26165feb34cc legal/us/code/title-11/chapter-5/section-524.md
|
||||
c92e3be9220764bb6e36e5ce9eead1ff455e53ce6ab02427181158f7ff826441 legal/us/code/title-11/chapter-5/section-525.md
|
||||
a7035b21b73512f5e7063ed29fc960f97c944127d19a630688b697422fa7eb30 legal/us/code/title-11/chapter-5/section-526.md
|
||||
5aba1c574138560fe210630e0a64607e247368422698e2e3aecc246df11c2a5a legal/us/code/title-11/chapter-5/section-527.md
|
||||
d41d7b8802b2f873596260b6487b46606aebde30e71dea99b6d41978d5bcd3bb legal/us/code/title-11/chapter-5/section-528.md
|
||||
70d4b18c89996d3daf04efb78dcd2739187393625d8b47887ccc703dcf9ae333 legal/us/code/title-11/chapter-5/section-541.md
|
||||
8568ed0f93672272b94ac87c8c537f662ab28828d985ff89cf9d5069033b5b07 legal/us/code/title-11/chapter-5/section-542.md
|
||||
ed20da2f9b7c912a3dbbbfac9e945757014a98e9796e8887e1c9cb4e7e124483 legal/us/code/title-11/chapter-5/section-543.md
|
||||
690894b5478080eeb65958676cd26c5983c4d54ee14806d36f2e169d466b2c39 legal/us/code/title-11/chapter-5/section-544.md
|
||||
d5240bc93dde4b00e8e4900ce6a6998990aa17270ba96cdebb536182c3db900b legal/us/code/title-11/chapter-5/section-545.md
|
||||
1f3357432b11308337c4bf6818a092668550b61dfed067a65462a145812194d3 legal/us/code/title-11/chapter-5/section-546.md
|
||||
cf6df836e1e555cebf91acc206a261044a0d5d5fdc144465a1e08deeb90ffbf4 legal/us/code/title-11/chapter-5/section-547.md
|
||||
c8ea83f074c4fb4b9efc4cc9b2da9b4c4e7c1147b00514c3c3e42c28bfa0ce30 legal/us/code/title-11/chapter-5/section-548.md
|
||||
2ae3776ddd52c990b087a718d288d63d20450e251231bc2af15419fcd9de6f52 legal/us/code/title-11/chapter-5/section-549.md
|
||||
0b2ea44319ec2250a152add798796099d364f979eafa6fd9c25e9f4a356cf329 legal/us/code/title-11/chapter-5/section-550.md
|
||||
6cd571140bf1842694668bb443f5ce1c8e2c05be64b99467fbc380718eccb33d legal/us/code/title-11/chapter-5/section-551.md
|
||||
a0f84d404e7cc58160f38929e6d8be8d939deb8b287b6fa6a530c9f7c1b101f5 legal/us/code/title-11/chapter-5/section-552.md
|
||||
d44f54a78f00607c20e3b3bdc0e20fb79651484070aa4bbb077214e50c1aeb72 legal/us/code/title-11/chapter-5/section-553.md
|
||||
26dabfb1a77b30c6e6d955c6e890ec7bec7695ccbd969e12222b8747c8cdfaca legal/us/code/title-11/chapter-5/section-554.md
|
||||
d445967dc847b4d3daed06b5037f4e1c9d14b20847ae0a335242f1588f8cc67f legal/us/code/title-11/chapter-5/section-555.md
|
||||
f2034f92e6a1d2ec55398856b6e55fa1062b78f879684a93944e0e10668bd608 legal/us/code/title-11/chapter-5/section-556.md
|
||||
56099eea59fa084feaef28e3663afa74daa716eb70bc916255a967b874735b27 legal/us/code/title-11/chapter-5/section-557.md
|
||||
30651ba13432b4f7e33e133790f02969f283e9a434c4505d9b137cc933c7f916 legal/us/code/title-11/chapter-5/section-558.md
|
||||
9813ad44dcc56faf827d8495f72c9cf053ac0b7765e89d34767038359815a0b2 legal/us/code/title-11/chapter-5/section-559.md
|
||||
ef5ed3d970de60d2590539e3c1d0da5fc3248bba1b032b1eba90ebdc779d4fd0 legal/us/code/title-11/chapter-5/section-560.md
|
||||
4c7e1b8cf0a99f0e78aecdfcc9b156116eaabf091590c8bb3ceebdcb9e48a6e5 legal/us/code/title-11/chapter-5/section-561.md
|
||||
8560e95871eb1e145483e1ae43e336b11197f65bb6a9762c57921917b9e561b2 legal/us/code/title-11/chapter-5/section-562.md
|
||||
b3ea1c41138fdc22727165e88d1ee9029459875bd37cb05d74961747096743bc legal/us/code/title-11/chapter-7/section-701.md
|
||||
209e821fdab685ab4b0ffbfded395a98140bd567d5666da7820fbfd720c1c98d legal/us/code/title-11/chapter-7/section-702.md
|
||||
e4fe35b34f5c1442bf2ce8acfb67f2c4892ba951af443d7fc31f74dfb036e1b5 legal/us/code/title-11/chapter-7/section-703.md
|
||||
a938dffc8fa7d49e6ca47e0115ab8c25b1d370d5d1fea1e2ed5475a8b81beb51 legal/us/code/title-11/chapter-7/section-704.md
|
||||
aebfd692715cd1dfdb3c1c5f4b747f3c9143e388e8a7e0e6876cac0d355c66bb legal/us/code/title-11/chapter-7/section-705.md
|
||||
6c6ffe66bf5d2c9f5d7d1e8461d249728093f68331c95d6fc9f4f9d259b0798c legal/us/code/title-11/chapter-7/section-706.md
|
||||
d41dd42733a491e3cf288e45c9ad85df9af420be4a61a27b0f2a40e6b6a08225 legal/us/code/title-11/chapter-7/section-707.md
|
||||
2cb03f4d4cde1a2a30032b80a4f2a19576c197993aa7acb222fbbf41b583ff4b legal/us/code/title-11/chapter-7/section-721.md
|
||||
2ab4b9810ce2b9148cf49199876da8aeefba20ce284a197bb1b1acdd2c2eac2d legal/us/code/title-11/chapter-7/section-722.md
|
||||
074e75f8d7bdd04957595df923721b7d61ac241bc02a8b49007723907af5dc08 legal/us/code/title-11/chapter-7/section-723.md
|
||||
62fbb06bb919ad4ee82455e626bf15bc1265e43d77e3a34882c67da62942439a legal/us/code/title-11/chapter-7/section-724.md
|
||||
ca672ae1e6f805597a8578463c15366266a3285ad93ada8c7e4515bb95cc699e legal/us/code/title-11/chapter-7/section-725.md
|
||||
d973bc4ad47279d66717623c1ec45f8254bef6305fc29f8c5eb7a9af008bb4c8 legal/us/code/title-11/chapter-7/section-726.md
|
||||
f0ac280c5aa4a9736195ada350609d391ab3f699cf6403ab2d49a1af01a30ee4 legal/us/code/title-11/chapter-7/section-727.md
|
||||
336cf8ef2194aad8c0331d8a26b5cd4476779b36363148970b8437bdf8b71bcf legal/us/code/title-11/chapter-7/section-728.md
|
||||
dc64d03c4e8d385826d31f8e33462710565e39d0efa78364c53e25fe03ab24a5 legal/us/code/title-11/chapter-7/section-741.md
|
||||
621840e262cb51ed2c176bb5d3f62153408fc1362562b3361a8b8ce7d1396371 legal/us/code/title-11/chapter-7/section-742.md
|
||||
ef9a0459f2e1c8a0a17946b024f9f97ec0899b00d514d066425dd9d662208a79 legal/us/code/title-11/chapter-7/section-743.md
|
||||
056084892fe201a21b22379bbd40ca37e5daa6f71e6cb4f84fe57af768100ff7 legal/us/code/title-11/chapter-7/section-744.md
|
||||
f27f41be65cdc6d6c778b1f47d1dd7a0f3b8d6d0cb9c8c34800987485c90963d legal/us/code/title-11/chapter-7/section-745.md
|
||||
4dda9f4967e55ec2df1d1e3659c4a28d34bc1192f82d3d78eb386e72b9201359 legal/us/code/title-11/chapter-7/section-746.md
|
||||
dbea8c615ba4e4c47290cebc6b2cb6b57812ffbf40a0318dbfdbe5d87b6e0f19 legal/us/code/title-11/chapter-7/section-747.md
|
||||
15ca8cb63c25fb8bcb48eef6940fddf6a0fb54f54b3772ced8cdc52edfcd6342 legal/us/code/title-11/chapter-7/section-748.md
|
||||
35d661e3689dc83a8f67860e750c9854fa9ebeb88a6aa33105ef4eaa56785846 legal/us/code/title-11/chapter-7/section-749.md
|
||||
54c34b55eec6e8e5cb2fc84fcf2fcbeeb55e25258c7f768509aec03c5130c063 legal/us/code/title-11/chapter-7/section-750.md
|
||||
04d5f983f37ed65c029080f0e7bcb75fb89f58ad29363a5d0f50d45636792eaf legal/us/code/title-11/chapter-7/section-751.md
|
||||
8ccdb20f2cebdf6954ed1f975d8b11deff6a44cc9015cd3efef9adb4700cb487 legal/us/code/title-11/chapter-7/section-752.md
|
||||
e4ae53c193471da8d53ab330add715de92cec1dba7fe1933f6fbda708179b1ef legal/us/code/title-11/chapter-7/section-753.md
|
||||
8b311c8f49fb53243e3bd7fe6231dbaf40c9739ae894d02b97b857a07adb2c90 legal/us/code/title-11/chapter-7/section-761.md
|
||||
19e48122e9ba46a5c7598ca62445eceefad5c1a6680638d38c76e6251e619e1b legal/us/code/title-11/chapter-7/section-762.md
|
||||
16171fa18312cb27c663a225b60571e3428cf492f901d4195b78d37e19fa6f5c legal/us/code/title-11/chapter-7/section-763.md
|
||||
042fa9fb63e750475d1da3b795e7ec4f9cc318ecf1bbecf8a3ff6c2413a4f531 legal/us/code/title-11/chapter-7/section-764.md
|
||||
73d788a22bc3f60c1975a6b07ca9b74d211d8bd6f49bb3b6006788c348aa109d legal/us/code/title-11/chapter-7/section-765.md
|
||||
770511ffe89fb68941a70ff5f89aef7e804e5a7f8898c9b1a486add889cebe27 legal/us/code/title-11/chapter-7/section-766.md
|
||||
b972f6b015d4ebca12978f1da8bb97174bfefe05bd10e886ad100ce5ea1bffe7 legal/us/code/title-11/chapter-7/section-767.md
|
||||
b769fb30ea20339b6efb4c5e2e3dbea69eec4952376928f2f1488388b30c7ada legal/us/code/title-11/chapter-7/section-781.md
|
||||
709c9d4480791eca8b1c57baca49a26e0b64e0aff08f72e444f27294e9825192 legal/us/code/title-11/chapter-7/section-782.md
|
||||
fda2c33c94d60781639366313fb573772249d8545cd897c3767af02e45fff761 legal/us/code/title-11/chapter-7/section-783.md
|
||||
3512d7e163d6de60b41192ed60cc3c6d519bb7a9993f5c76ee50f8c4cb5112e0 legal/us/code/title-11/chapter-7/section-784.md
|
||||
4b1ce18d6d4164fffd146cdd86b557744436c757bef83b26a107a6139975dd40 legal/us/code/title-11/chapter-9/section-901.md
|
||||
aafcc07c27d06b119603281060bb75a56e57298cfaf5bfbfaac2e1e07bcee4ed legal/us/code/title-11/chapter-9/section-902.md
|
||||
253a8f02a857e24dc83e0d1307daf350209d3e3a728c2e66819f9549545f3fc8 legal/us/code/title-11/chapter-9/section-903.md
|
||||
e5df67af72393357de0d36b26dfa8dbb3ea914cbf82f1d4aa379f65c620c7575 legal/us/code/title-11/chapter-9/section-904.md
|
||||
12b64eb136b0b1b389aa86ba7944cc6850c4c87004e443c927baefec1abf7938 legal/us/code/title-11/chapter-9/section-921.md
|
||||
d98823794e984ababa2f660acc630616e0c8619fbdc1691dce37d9efeed45f5a legal/us/code/title-11/chapter-9/section-922.md
|
||||
9987262c8dd0484e03705a25b3084f1d8a1a14f8a3c642e3518d78ed588a5236 legal/us/code/title-11/chapter-9/section-923.md
|
||||
0782c002c5e98df1ef179a7848541992c7a06a06ac5db9803b4dd5d88615e0d5 legal/us/code/title-11/chapter-9/section-924.md
|
||||
2c65a87ba8f8a15b3b072c4be4354343415f4f420726bbd18fda011cc9d19644 legal/us/code/title-11/chapter-9/section-925.md
|
||||
9152c0b7be53be5dbdfeb9fe237ce877a0159f541e12e3472b044ff7294e3d21 legal/us/code/title-11/chapter-9/section-926.md
|
||||
776edab72b26469ccb5989c21e383e6a4e503623d412d9a248b5ec2737e52ad2 legal/us/code/title-11/chapter-9/section-927.md
|
||||
d59b5866a992699b51f7f21f42f90d9bc8643ac2d891af81e3da0bddfd747197 legal/us/code/title-11/chapter-9/section-928.md
|
||||
23be9a62011d419fda72ab87f5a7e22ad8214f4e990c02a91aa51cc7b4a73c87 legal/us/code/title-11/chapter-9/section-929.md
|
||||
8f1344f290a269d41aa4f2cca65338d64ea65c7d7f787575f954ddae98dde09c legal/us/code/title-11/chapter-9/section-930.md
|
||||
35fce2c2af1fc05f61b045eda07b933d47323988401b36d83a795ea1a08e62a8 legal/us/code/title-11/chapter-9/section-941.md
|
||||
dcde8e1a1906df288b915e4f5f7078c28e545616b6e10ae4ffdf2200868308c9 legal/us/code/title-11/chapter-9/section-942.md
|
||||
c20d1d363a3b5dd5872cea414e87c85e498baac33cb3446d20d83f5c39a09611 legal/us/code/title-11/chapter-9/section-943.md
|
||||
eb57309b3bdbb534de759f16d7d70b39b620befaae14c164ca5ad129a465b3e9 legal/us/code/title-11/chapter-9/section-944.md
|
||||
59c679c96eb128e82128fca15bac5399c7e97e6b0122fb716fc069eb6bc9f315 legal/us/code/title-11/chapter-9/section-945.md
|
||||
46c85e8f44e4ac4e9c8ce7bcbde417b53384c64187b2c8f1a0230c5335c9e96d legal/us/code/title-11/chapter-9/section-946.md
|
||||
@@ -0,0 +1,409 @@
|
||||
{
|
||||
"corpus": "united_states_code",
|
||||
"files": [
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "1 U.S.C. § 1",
|
||||
"file_hash": "2f034b54128f0edc818ab911b66dc0e01c2b172c6aa087ac502c4e1e3ecbd1e7",
|
||||
"path": "legal/us/code/title-01/chapter-1/section-1.md",
|
||||
"section": "1",
|
||||
"source_hash": "3decb507fd0569e24c3cf5ce5b3e86c44cf3aae2db06166f9e0c9f16148fe38a",
|
||||
"source_identifier": "/us/usc/t1/s1",
|
||||
"text_hash": "84e8fb1772862de53b3d01a52c4a7a9ffac560be103d64bc1299fffbdefae2b3"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 101",
|
||||
"file_hash": "d93412c464941c8b94e41ffa1239efe15334d745959588ad64a8c227c384ab48",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-101.md",
|
||||
"section": "101",
|
||||
"source_hash": "06a52d3375448de28ecbac5e979e790d87cdb014cab7bcd33544bd9725b93aea",
|
||||
"source_identifier": "/us/usc/t1/s101",
|
||||
"text_hash": "a2e719b18e09f7232551b2e6335babcd3925f16777bab510bf092f7ce4a19d16"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 102",
|
||||
"file_hash": "644d1eec854f9894b3051b3f14635181ab7c5144b7586a54d68e293bc25d9722",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-102.md",
|
||||
"section": "102",
|
||||
"source_hash": "6bc625ab1777ce0a67bcb0884825986ff2f8f2c3da05951ade69bd93c8a28cb0",
|
||||
"source_identifier": "/us/usc/t1/s102",
|
||||
"text_hash": "14a331f5d7eba6f13509ae42062d4a7a4de1dadfd1a43fb7891bc40cd27e1c7f"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 103",
|
||||
"file_hash": "cf6ab2b95a07859e39b492e328978e6251f4306aba05444207aeeff3ab5868f1",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-103.md",
|
||||
"section": "103",
|
||||
"source_hash": "9dfad03aefd79e0a9cf65be9112fb390384e9165c1c01f0b699a037eb424ec95",
|
||||
"source_identifier": "/us/usc/t1/s103",
|
||||
"text_hash": "5c3fcea9234568ce1ce924eca8d8b66f53b909cd395a266be0447c972d1d2712"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 104",
|
||||
"file_hash": "e2c5d794fcb94eddfab1c2722d32d92d304c77333a7cea83d193ff304f587ef9",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-104.md",
|
||||
"section": "104",
|
||||
"source_hash": "4b7906d6193def0526daf827e7df2b95dfdc50792dc012d0dba80e642e939fa6",
|
||||
"source_identifier": "/us/usc/t1/s104",
|
||||
"text_hash": "fd84c03d454a8d88f42010ea89076b5ecaf6e9e1d65128642a228932e94a8d67"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 105",
|
||||
"file_hash": "8d4a348d643da7539658c7bea2d635cf6b618e4d9a6dd9cc8f15b8dff68b2c57",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-105.md",
|
||||
"section": "105",
|
||||
"source_hash": "0b0b66e7aff58f346fddef20087ea8e5512264cd6e9541bc716c80764c5314d2",
|
||||
"source_identifier": "/us/usc/t1/s105",
|
||||
"text_hash": "c6ad7e9687a487f31e97d8e5250bb1ab054a2a90f16d94b360f3a593323a0577"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 106",
|
||||
"file_hash": "722052222dc1a1c9138e26a31b94921c4f3f3f96fa50e8f1d48ef11de2fa69fe",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-106.md",
|
||||
"section": "106",
|
||||
"source_hash": "d2f75c49965e461de96027d765d8eb39d59295c0d032108651a5d6d9ef205782",
|
||||
"source_identifier": "/us/usc/t1/s106",
|
||||
"text_hash": "2a89015fc5dcb0bd87c3b22238bb2602830266af49038d49680255c84cb55cea"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 106a",
|
||||
"file_hash": "41a84f0bbf1610c7bdd2f88279da3d0be944dbfe1df5700c650f07ab9fdbd399",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-106a.md",
|
||||
"section": "106a",
|
||||
"source_hash": "b036fdd9dfa1429338c21750eae4507d3157ed2e3533fdacac3547ad8a9b23c0",
|
||||
"source_identifier": "/us/usc/t1/s106a",
|
||||
"text_hash": "cc19cde446dc5a3b87f1b0386acb436ac66cc4bc8f7dc2060e002a60cb80feab"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 106b",
|
||||
"file_hash": "6641e8facda9f6d2c34fadef05f66521219f2113afa13a8ef8b303c6bbf952b9",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-106b.md",
|
||||
"section": "106b",
|
||||
"source_hash": "852186ba8b358c0d72e7eab375764bc75c58a08884ad2edb6d93f55ab0801376",
|
||||
"source_identifier": "/us/usc/t1/s106b",
|
||||
"text_hash": "f060ec4568d4a7abeb868610840e118ad7a9af4f30c89fc23d2bc036bc7a0ad1"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 107",
|
||||
"file_hash": "1801f013b9526338ed46f66cba36a237bacc519cd90f57ca3e701ee5c6adf032",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-107.md",
|
||||
"section": "107",
|
||||
"source_hash": "ee54744a8ea93f181aa73719ccd143388161ff6c5f83ecf635cc74c7d777719c",
|
||||
"source_identifier": "/us/usc/t1/s107",
|
||||
"text_hash": "68425156a8a12b87bbe272a9422a3c293145c1fe6b64fa26cddcb860440256c1"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 108",
|
||||
"file_hash": "79aa10c768a05063636a5d06ada39c333a36ea69e6b8e34cdec23bc1f530f100",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-108.md",
|
||||
"section": "108",
|
||||
"source_hash": "46c30c6d6b9816a1b4880a7fb3bf61902b429e290e480a5557e124ac780cf9d4",
|
||||
"source_identifier": "/us/usc/t1/s108",
|
||||
"text_hash": "8bec6d7f2baa1bd55d1202e591c45f389d664f2737c262b12d8578037bc711f0"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 109",
|
||||
"file_hash": "bb5549ad54bbd7e9b564b9acf3f760f886e130e7846d4b352e55a9da4a9d49bc",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-109.md",
|
||||
"section": "109",
|
||||
"source_hash": "b6afec33c84ff011b71d1026b88d44a22f701d546463ff054434c45c32d80a74",
|
||||
"source_identifier": "/us/usc/t1/s109",
|
||||
"text_hash": "17f003dad76fb17fbb84241d58afbdada05b33e2eced4825e5e284454f4dd47b"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 110",
|
||||
"file_hash": "62dd5eedefad4271d459a4b673489f546ca057bc80a92b9ca9ba2c82b027eb4e",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-110.md",
|
||||
"section": "110",
|
||||
"source_hash": "90c4e1a3c786b68d3a87dd1a8b8aa293b066dd8a3341382e1a5d8e1a1e1b8be2",
|
||||
"source_identifier": "/us/usc/t1/s110",
|
||||
"text_hash": "f40da12675bf3fd6154207671c4da94ae4efa479e2be0ef11d6dbac65d241b0e"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 111",
|
||||
"file_hash": "62e73bd89c7e63c55721be496316dc308d4b7dab03020bf57f9381385827ae33",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-111.md",
|
||||
"section": "111",
|
||||
"source_hash": "194cd725e04eb63b76d365835f9f6e6ef859316488cefdc1dd8772a5cd477cae",
|
||||
"source_identifier": "/us/usc/t1/s111",
|
||||
"text_hash": "47c797f11804c20b24e427abc2f72685bdc01a4f91328b09f32c64af34e324eb"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 112",
|
||||
"file_hash": "413eff5b35e49cb0b97932ed5268031dc1011d882718eb14c6de7a93ad7d70d0",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-112.md",
|
||||
"section": "112",
|
||||
"source_hash": "bd5bde6059af62f1bbd886ce00af7bafd243438c1d946fdcb010d966be42c2e5",
|
||||
"source_identifier": "/us/usc/t1/s112",
|
||||
"text_hash": "9f21c131f881c03d88de132c5f4ba4231f04c2acc77cc0c211e6f97d34a7b0c2"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 112a",
|
||||
"file_hash": "f816d5b5ab907e3039121aa471f1753ed21aade17488f2b3d6256e604db12da2",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-112a.md",
|
||||
"section": "112a",
|
||||
"source_hash": "f32b579e09fa77c6865683c7729feac4617890ae6628a33f2adf97863ce51785",
|
||||
"source_identifier": "/us/usc/t1/s112a",
|
||||
"text_hash": "080b58ec3e0f61920fab19e3b16458c3ead340774e0db4e3dd7468188468daba"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 112b",
|
||||
"file_hash": "cf578b38b494b8092ff35c5cbc95dc1fbde52e65b2be474996eeb0a6220ae211",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-112b.md",
|
||||
"section": "112b",
|
||||
"source_hash": "ba8b404b1d9dc583ca94b7ed8a090c9052940d8ba8d0f21990bf6ffe74430146",
|
||||
"source_identifier": "/us/usc/t1/s112b",
|
||||
"text_hash": "b4eab4602b4965b69a53372c9c2b54d2a1831acefe7c25b18b59dc3f64637402"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 113",
|
||||
"file_hash": "6f4e5bf9f6e3ceaf47c79d4c9c39f46cc4f650e49791301fa415735c5095a1c7",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-113.md",
|
||||
"section": "113",
|
||||
"source_hash": "fa89986e2fbfb5ceec1203e7833f94674ffc9cc5185d024f3829031b2ca3d7ee",
|
||||
"source_identifier": "/us/usc/t1/s113",
|
||||
"text_hash": "b41c5d3397f448f3548c1bc765ade90c742208f06000b29ac0fb7f76906a389e"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "1 U.S.C. § 114",
|
||||
"file_hash": "880e3c5feb12fc87428cf7eb97582ffb1f8af1a41b2098c0cfff445f46d56c44",
|
||||
"path": "legal/us/code/title-01/chapter-2/section-114.md",
|
||||
"section": "114",
|
||||
"source_hash": "8464109a44a5a8cf47f4596f0c8b272e88cf8ea931f44192479226d902eaf75b",
|
||||
"source_identifier": "/us/usc/t1/s114",
|
||||
"text_hash": "a7e6d7ce5776c3a83c4310f83465076194e2abed7972cc3fedf4230eea76dff5"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "1 U.S.C. § 2",
|
||||
"file_hash": "bc17e93c894e9c4105073290c9206ec17f8f432a9f2430a0f7d6ed7154e2e96f",
|
||||
"path": "legal/us/code/title-01/chapter-1/section-2.md",
|
||||
"section": "2",
|
||||
"source_hash": "4bc86b53f1c7265f959bdaa1ffff2981ffd18162535109dadd7f901662bc5e6d",
|
||||
"source_identifier": "/us/usc/t1/s2",
|
||||
"text_hash": "86f7123688c7293e33d86dd6835c61fec7a1185d743ceddeeeafb6c8c5edae62"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 201",
|
||||
"file_hash": "e8a05be2da2ca6cb472c50b7f5b210fceaa1164567bd9c7cee09f49414a31f38",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-201.md",
|
||||
"section": "201",
|
||||
"source_hash": "5653922d585b4a40b04daf0fff6000efbf3c0bb60c77908809e4e860c026f559",
|
||||
"source_identifier": "/us/usc/t1/s201",
|
||||
"text_hash": "9ca4b45b86ad7ce3980c14fae715871260be0244cda1e61f967338ec55485cd2"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 202",
|
||||
"file_hash": "ea344bec9623706428c83766dfa814e1cfcb0649ba63b2900d0e046b201713fe",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-202.md",
|
||||
"section": "202",
|
||||
"source_hash": "4bcf04ec5473f44f2019eb3a426a984f3d50f7ae8b86162ec510ef60f4568f25",
|
||||
"source_identifier": "/us/usc/t1/s202",
|
||||
"text_hash": "b14154dbb2dd6f2a290c8dc120db660b960bf61e778da9ea5d157937f38cab38"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 203",
|
||||
"file_hash": "eaad3c6d1da27ebc118d8da1dbd537767d00cce44c7b388bbe5c42d4053b829e",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-203.md",
|
||||
"section": "203",
|
||||
"source_hash": "9bb0c77fad48f0b624f3171fedf0038a547f18c18205909bf2ed3e6aa418baa1",
|
||||
"source_identifier": "/us/usc/t1/s203",
|
||||
"text_hash": "2f6ff4c50e39d4f4f9501cdbe9cd3f68dc1dbc915f3a41c4d069f668bafa27a0"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 204",
|
||||
"file_hash": "975cf8b60019a15366d3657245f50b622c6d0dbc93341cec89c6a5294aed048e",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-204.md",
|
||||
"section": "204",
|
||||
"source_hash": "c61dbe3eb0655ff0f6626f4cdebf5afa3ae1398c0c82f1e80c4200a0ee6de7ab",
|
||||
"source_identifier": "/us/usc/t1/s204",
|
||||
"text_hash": "c050e83e79d89108a460a764e7126f6080af3d29a4018d23d3269cfe62d1d785"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 205",
|
||||
"file_hash": "0d08ce986a3d9665bb3a1acb3089cf7a8d4b9f21efe5f9f374e2db278f1fcf0c",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-205.md",
|
||||
"section": "205",
|
||||
"source_hash": "883d69a811c9df149d2cd8e1cc0d8015f794c82405b4beb5c77021e516d056ed",
|
||||
"source_identifier": "/us/usc/t1/s205",
|
||||
"text_hash": "b7c584a0fd6897809b10a5fd56955986a487c35a0e33ab55c0f0fc0772d97093"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 206",
|
||||
"file_hash": "ebb939aefda1e3155a7634d6becfc9ac830c1fe6f4edb6f0b047a4d48bbf9b44",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-206.md",
|
||||
"section": "206",
|
||||
"source_hash": "128e48fc144cd31bb86e24bb2c155737f78b62dfe8319c26b1fbc3fc045067ba",
|
||||
"source_identifier": "/us/usc/t1/s206",
|
||||
"text_hash": "98308ef3155080cb2091f375274de455bad0e31025fb085b3662830b4a55c6d2"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 207",
|
||||
"file_hash": "12b79a9aaa95579dfb8bb5b7fc95689c740f91a888eff71c802e8635ba917fd6",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-207.md",
|
||||
"section": "207",
|
||||
"source_hash": "8f0abe4e71dfaddc74af206b6dd7332bee6443c55dba4c3136f5df607a9dc507",
|
||||
"source_identifier": "/us/usc/t1/s207",
|
||||
"text_hash": "e63b16e1c77741acb0e77b4a0718171b3b6f826bc20a41a680bc14c4bdcc7a0f"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 208",
|
||||
"file_hash": "d6778d3ad5fade178ab4ff13829ca1f7b6840f4c179101bbee0f5baa21aa9fe8",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-208.md",
|
||||
"section": "208",
|
||||
"source_hash": "bbf6e8955651d7d66548b5a5ff113f6d19bbc1e14ceb667d9f50ffc26d4e7abb",
|
||||
"source_identifier": "/us/usc/t1/s208",
|
||||
"text_hash": "8d39f1ee8f4d51882c10619abdf36d51c10d30e8394d7413cdb90b06ae5a7ddb"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 209",
|
||||
"file_hash": "a68fecd3c5010ac6051acb9d47b4febde8d5cdd6f7c732eb5824e3d0df94ad1d",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-209.md",
|
||||
"section": "209",
|
||||
"source_hash": "d25fd58ba34a0279db57351bc95823aaa71f0b01c1b6aa537f629abd7c58312a",
|
||||
"source_identifier": "/us/usc/t1/s209",
|
||||
"text_hash": "0363c818389ba749989723ba7c53abbb857e1ca01d50a89beb83a47a46a40dae"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 210",
|
||||
"file_hash": "de09e262ef5836c5bbc7889dde8781cda2aab448da5e5ef27dad23ae3789a5be",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-210.md",
|
||||
"section": "210",
|
||||
"source_hash": "ad6570ddd3bee30f920d699dd3d8aa4dfeb314610bf7c6a28b92028d9a3e6dd1",
|
||||
"source_identifier": "/us/usc/t1/s210",
|
||||
"text_hash": "c469d481c9a76faafb7ca9f98f40de3a00cb95964be1b3b3fb7d9e2cdcf280d0"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 211",
|
||||
"file_hash": "00f260a2e7b1412ec49ea7caaf07087c8800f3481a32c769a805a6a352450c02",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-211.md",
|
||||
"section": "211",
|
||||
"source_hash": "800e9d2bc422886449e5b82f7cccfb303c2743f6d87a5adc96d745e9bb242124",
|
||||
"source_identifier": "/us/usc/t1/s211",
|
||||
"text_hash": "b2498119025b442e28ea7f45de87de815b52116ec20f9947aad4664c99e0c142"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 212",
|
||||
"file_hash": "5d36be7bb5a5a0354a4455697d952da9bee4e17eed15bc9270d820b25c53e6dc",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-212.md",
|
||||
"section": "212",
|
||||
"source_hash": "095e50e35470955fdabe0b9c6f8ed431fedb7606b7d9e41f4289eba551ae6859",
|
||||
"source_identifier": "/us/usc/t1/s212",
|
||||
"text_hash": "ca2ba935bf7829b292f76fbcbe3e4c1fb6658054a247934ad3ac210f6c2431a4"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "1 U.S.C. § 213",
|
||||
"file_hash": "1b70ebc02b6c2f52033d1409db9df8ef17fd44dac8111e1315dbbb57ba9f82bd",
|
||||
"path": "legal/us/code/title-01/chapter-3/section-213.md",
|
||||
"section": "213",
|
||||
"source_hash": "10f610353cf2778b03e0d88d8bce3f7bd203f35e243661148b169dfc480a4fed",
|
||||
"source_identifier": "/us/usc/t1/s213",
|
||||
"text_hash": "0796e78228448b58efe1f0665cb0b33eb343738c81459ace9a69ed2c5ff1f06a"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "1 U.S.C. § 3",
|
||||
"file_hash": "4c55a5198faa779809862c3fbfd74682f21e9991a8dcaa50b9c8ce1f6e58d187",
|
||||
"path": "legal/us/code/title-01/chapter-1/section-3.md",
|
||||
"section": "3",
|
||||
"source_hash": "0990c7a590770b3691e1d35b12aa440dda1f5f3ae1d9fe3e994753e6943b170e",
|
||||
"source_identifier": "/us/usc/t1/s3",
|
||||
"text_hash": "958d512010b088e5dec0265d5c99609cab7025387eeb5428d7e1cd376717d1ce"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "1 U.S.C. § 4",
|
||||
"file_hash": "653343e019fa6c301b2305611874f685ee9765216a6009ffa76ef0714a472209",
|
||||
"path": "legal/us/code/title-01/chapter-1/section-4.md",
|
||||
"section": "4",
|
||||
"source_hash": "39efe8636174df863bac9e717f7f116607a729458fc1f6f9d75645a8d48b015d",
|
||||
"source_identifier": "/us/usc/t1/s4",
|
||||
"text_hash": "ee35afce8336a31237f78470f1c84998a48bf1687530b8c311841f3942672cbb"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "1 U.S.C. § 5",
|
||||
"file_hash": "62ef9b0b9b09801f00d85ba0fc4a42b58418ecbbf79ccd9acb98e5446b5e5b7d",
|
||||
"path": "legal/us/code/title-01/chapter-1/section-5.md",
|
||||
"section": "5",
|
||||
"source_hash": "d5701df0a6c86cd323d5dbdda8aa105b42e7e92fe6a407ea1c88c58773701cf7",
|
||||
"source_identifier": "/us/usc/t1/s5",
|
||||
"text_hash": "9e95c65b906bdefadc87f340df468903bd2cccd8aa7a82a86c48c6418b96fa44"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "1 U.S.C. § 6",
|
||||
"file_hash": "a3e0049a932926b408a7d9c5ff8012494c91aee499d83581c6bd01b8091af8c4",
|
||||
"path": "legal/us/code/title-01/chapter-1/section-6.md",
|
||||
"section": "6",
|
||||
"source_hash": "de75b5a5e9d523c8759861b50a299c61e9c13f581f8028c3be7b8a48c98bd34a",
|
||||
"source_identifier": "/us/usc/t1/s6",
|
||||
"text_hash": "f9c59ae7386e82a5d9b45b10cd6b87a78bf83bede0e12aaf57fda832428e3cbe"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "1 U.S.C. § 7",
|
||||
"file_hash": "591c7d8d75e16c3defbe779ce5f753aa79b6aba7a36d3996b77fd14966c00b0d",
|
||||
"path": "legal/us/code/title-01/chapter-1/section-7.md",
|
||||
"section": "7",
|
||||
"source_hash": "d51de36d19c4f7ce3d9ae2f008dd8041dfd853f41c0b4d8f265c86732581c069",
|
||||
"source_identifier": "/us/usc/t1/s7",
|
||||
"text_hash": "0497be23d1b7314845fa31935753f8a85d19a21c18e76101826a2cf4ba9d1d11"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "1 U.S.C. § 8",
|
||||
"file_hash": "1eea0d334deff3d846c4044f052b5b3273e6abae34166c55afe3da8a0668bb41",
|
||||
"path": "legal/us/code/title-01/chapter-1/section-8.md",
|
||||
"section": "8",
|
||||
"source_hash": "3a2f3bda38addc9634036c26238514cd6dca3940fc11e1c27a1935aaa0e44537",
|
||||
"source_identifier": "/us/usc/t1/s8",
|
||||
"text_hash": "9839c8c4179f9e260d9b3678e3164c48fff6debba4c893d66d8265da40e7debb"
|
||||
}
|
||||
],
|
||||
"jurisdiction": "us",
|
||||
"release_date": "2026-06-26",
|
||||
"release_point": "119-100",
|
||||
"retrieved_at": "2026-07-04",
|
||||
"section_count": 39,
|
||||
"source": "official",
|
||||
"source_file": "data/legal/raw/us/code/title-01/xml_usc01@119-100.zip",
|
||||
"source_file_sha256": "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812",
|
||||
"source_url": "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip",
|
||||
"title_name": "GENERAL PROVISIONS",
|
||||
"title_number": 1,
|
||||
"type": "LegalManifest",
|
||||
"xml_file": "data/legal/raw/us/code/title-01/usc01.xml",
|
||||
"xml_file_sha256": "7aaac67923f94938d48361ee1ac10240986213581be5d1362850f34c3a741918"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,659 @@
|
||||
{
|
||||
"corpus": "united_states_code",
|
||||
"files": [
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 1",
|
||||
"file_hash": "83b628702d0cd0d930215d434e941106c2ab3ca0230f4dcf8daf9e61847c21f7",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-1.md",
|
||||
"section": "1",
|
||||
"source_hash": "df209a61af73c4f889f2e1a4c9e74cc1f27932ba471d5144599b5bd6e5824a03",
|
||||
"source_identifier": "/us/usc/t3/s1",
|
||||
"text_hash": "beaf7a72f67c3b7c73c581bfac0d37b99c7dae285299f51a5fa060c2286b19a2"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 10",
|
||||
"file_hash": "12cb81ac6d2a163fc17259258f876b07e2a17e99446371158300a3beecd30fb1",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-10.md",
|
||||
"section": "10",
|
||||
"source_hash": "e33c6d3ef77559d02d8681807310bc3e0f750b5bf8a0402e05ffca0917ac8047",
|
||||
"source_identifier": "/us/usc/t3/s10",
|
||||
"text_hash": "e8a24612fe0021ae717e2e0b964fee28922bc2460d28bdc3594b1a8ef28c3494"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 101",
|
||||
"file_hash": "8d6fe91dfdbb6025c8c224daaa7b12147b810dd16202c8e709f16bc30239af93",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-101.md",
|
||||
"section": "101",
|
||||
"source_hash": "ab7feda94547d16ec3c2bcaedce27fd3703ad4a0468ee6c4dfbf864591951e0d",
|
||||
"source_identifier": "/us/usc/t3/s101",
|
||||
"text_hash": "011ecc846cd435b885c5e28412061af0570dc2072923eeb014aaa9888bbf61b7"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 102",
|
||||
"file_hash": "a0de6a0950e8f5226815126c646fef592e1588bc187de5a618973a2ca3988036",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-102.md",
|
||||
"section": "102",
|
||||
"source_hash": "4f5bf8ea32418a754de1a45fad8e68b4cb24778580887df1e7a26faca4742dff",
|
||||
"source_identifier": "/us/usc/t3/s102",
|
||||
"text_hash": "356e952ad2416a14e3165caba50b0268506648350593f7710c0e9463d8ee36e1"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 103",
|
||||
"file_hash": "e3b0950363a165c81b37d300aae98cfdbe8b987188aec4d905b69b816d0f7873",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-103.md",
|
||||
"section": "103",
|
||||
"source_hash": "8acf31306b6e8217faf3662e3c3fa425ce01158589915fe60a96b9538b12c8b7",
|
||||
"source_identifier": "/us/usc/t3/s103",
|
||||
"text_hash": "2a2fe816864a271cbff9201451d2cffe91e20f18ca74db1ab2878e44ddae0e43"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 104",
|
||||
"file_hash": "cfca7ed861e80337cc7b1c73b07f36e999de8ec6512bbb1eca729a6a397db3e5",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-104.md",
|
||||
"section": "104",
|
||||
"source_hash": "133d76f318b28ffd712393b9ee66af164f8175b669171648385bb6dbbea35e04",
|
||||
"source_identifier": "/us/usc/t3/s104",
|
||||
"text_hash": "63a146891b3f1d78f4fa74adc218c5422cf4bde85f7020d7c1014cb4f31bfbaf"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 105",
|
||||
"file_hash": "7fee7bf8f7d6c283437f76049488bfd4d328c539889da6137345db817cfcd700",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-105.md",
|
||||
"section": "105",
|
||||
"source_hash": "d91fd22ab0d7ee0fef4e8d63eb1027c0d7d3d3e98b3c23971e5739b64bb037d3",
|
||||
"source_identifier": "/us/usc/t3/s105",
|
||||
"text_hash": "e751424e8c52d990943e9bdb6a05cbabd3b397f7b063cf13a8c8fa8c6081db9c"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 106",
|
||||
"file_hash": "26ba51eaba20ea50a6fd10c95e6a8d49c41485fc997789b9f63f03b03ab2a206",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-106.md",
|
||||
"section": "106",
|
||||
"source_hash": "e9141fdc91460f8429e54a728f495834b4dc58fdfef87b463add17375012d753",
|
||||
"source_identifier": "/us/usc/t3/s106",
|
||||
"text_hash": "9ee1bce790f7211b352b71865e2b8b4ff8556ec39456b2de3a2115307fe68d2e"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 107",
|
||||
"file_hash": "dede5754db506ea6acb11dfea94218d8ac6acdf8a17003d2d3d17486bad332d5",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-107.md",
|
||||
"section": "107",
|
||||
"source_hash": "d50ab2ab1f522577308465376a2645546f4ed55fa87bee35b834aad57ed721d3",
|
||||
"source_identifier": "/us/usc/t3/s107",
|
||||
"text_hash": "d2c0e0e7e4322b718e20a91ec6269c77fa6e378b05ac930639931e98ac786c96"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 108",
|
||||
"file_hash": "5cdc1da8efffb628e9aff4d24bd5d8ddb8e582e73ea34014514dd32bbc7fdae1",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-108.md",
|
||||
"section": "108",
|
||||
"source_hash": "eb2a6f559ba88be3b308fe6e3981b13017b3bf58bfa7b1f3d498a3a3ebd1556f",
|
||||
"source_identifier": "/us/usc/t3/s108",
|
||||
"text_hash": "4f20bf31ed5d280c69cb7f635f527aa1d9ed61c94abea7b7c2dbd22780b6d421"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 109",
|
||||
"file_hash": "c853f38f2a0871a80a07beda319e56eafa5ece2d29fc31e583ba889be7c814b6",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-109.md",
|
||||
"section": "109",
|
||||
"source_hash": "b1dbf05604af42caa1a89a45987887f0a3d5a844df0720750c0d54dda5c1b2a9",
|
||||
"source_identifier": "/us/usc/t3/s109",
|
||||
"text_hash": "e7ca514a0d6c2a367dd87c151ce193b8a044fd1f2f8a050a6a9dc31bfead9f9b"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 11",
|
||||
"file_hash": "393c9536c7506394627645c041c8fa1704a634d38cd7648a8027e9ce5d924662",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-11.md",
|
||||
"section": "11",
|
||||
"source_hash": "32df0fe83d85505d6870680ba2c9305a218e5fd338b606fe837fcd1f3ad05e9c",
|
||||
"source_identifier": "/us/usc/t3/s11",
|
||||
"text_hash": "6858d6671674bf90fc8268d594329d3ca9dd475519b5a84d94b7fb928963c673"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 110",
|
||||
"file_hash": "91118ddd48b5927b7e4801f2290cbe53a56044fa2976f01ed5780f1ede09d446",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-110.md",
|
||||
"section": "110",
|
||||
"source_hash": "824679f950fd77546b7543afb43b0c63361e60e92b10db3300687cecc9069c6b",
|
||||
"source_identifier": "/us/usc/t3/s110",
|
||||
"text_hash": "27be773a776feca173285b3d44713f24410437ddf7147ca639471a598435c0b2"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 111",
|
||||
"file_hash": "ef18e0f9e87f9bccc9030c965ca4502b065a3c3b897f187531de2de58469d86f",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-111.md",
|
||||
"section": "111",
|
||||
"source_hash": "1ffb3c47e2bce87d328786bc07e493bec69189dcbffc6b35b85b5dace708641f",
|
||||
"source_identifier": "/us/usc/t3/s111",
|
||||
"text_hash": "4b652ea8ca755fb73189ec6e63132d1882c6205032ca1527c8ef14df7133301e"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 112",
|
||||
"file_hash": "3cd3da8d62522818c7b026717a300902408f7815fc9038953574554c90957f50",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-112.md",
|
||||
"section": "112",
|
||||
"source_hash": "a2cede9dbdb8bba65c26c8176a7fdd26d03eefe714fad3a3d6dbb8e7b1dd9ad2",
|
||||
"source_identifier": "/us/usc/t3/s112",
|
||||
"text_hash": "e5ef6dd429a52971052829be52eb64bb727a2a8c8b1ef1f92ab3dbd01232cd86"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 113",
|
||||
"file_hash": "df05c9bd34f18f5601e1b2fcd9dc1c7ad3141ff408407850267627e55d1cb3d9",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-113.md",
|
||||
"section": "113",
|
||||
"source_hash": "e77e05ce572071d598c99fcfba180d1c0ace9eee160c85f4847a3e1db534d41c",
|
||||
"source_identifier": "/us/usc/t3/s113",
|
||||
"text_hash": "87080bc89607c956c344883d9becdff7e60da96b73aec62d15fd15d2acf04dda"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 114",
|
||||
"file_hash": "cad3535c42752e6e613fc5aec36768e2a6d70d64e7af2a3bdb68d0d3c0f745ee",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-114.md",
|
||||
"section": "114",
|
||||
"source_hash": "2862861ab367ddc6285b872bf4cc58192c24a9e2f8bf5a69b9cab494cc0a0dcc",
|
||||
"source_identifier": "/us/usc/t3/s114",
|
||||
"text_hash": "bd768e422d7729b824cf820d200f43f3ad43d0b4ae74f4a272d820bc54f305e2"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "3 U.S.C. § 115",
|
||||
"file_hash": "2c6b27ed01d517aef560c0e54d2c9e34ac1fc2fa3afffa9799c70f68861f933d",
|
||||
"path": "legal/us/code/title-03/chapter-2/section-115.md",
|
||||
"section": "115",
|
||||
"source_hash": "33f035080b7e3745f749fe983b84ff62c2466fb4ad14edebbd15387ed9209db0",
|
||||
"source_identifier": "/us/usc/t3/s115",
|
||||
"text_hash": "19bbd512b2586b73cd0079227a9d5f932d3d87d6a443016188dcaa460c32939a"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 12",
|
||||
"file_hash": "b76b31c2277744590b78cf8954f897dc3725e3c417b4b3825f842fdd3ae30086",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-12.md",
|
||||
"section": "12",
|
||||
"source_hash": "c06b7270a2960fec2d7c15c07f819857e8891def1265e671b4228e7df7705a3d",
|
||||
"source_identifier": "/us/usc/t3/s12",
|
||||
"text_hash": "0f3fb27d0caacf9b5cc958bd05ef26190a60c0ec2f518265a6b1ac6359e0d75a"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 13",
|
||||
"file_hash": "2ae89a75cdf5be083d23240e4abd9e7bfb4042ead19b4d8621c7df4be4672d1e",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-13.md",
|
||||
"section": "13",
|
||||
"source_hash": "5d26a24a933de1cbc1edb507f6b101fc6e871e48dac8f33b010d9fc759f9a971",
|
||||
"source_identifier": "/us/usc/t3/s13",
|
||||
"text_hash": "9297d58cdbea907ad0f4ebe0928e92e52ef2d1aaafaa5a436b741bfe47358423"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 14",
|
||||
"file_hash": "9b63ab47df79bf12613d1a497e9a2eb40634820bcf7e26bd5aab100e1011309b",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-14.md",
|
||||
"section": "14",
|
||||
"source_hash": "c03e9d9aa4a624f2654f715e59baf8c9fb1c93bcdc9a3596e8fff5c4a4502b2c",
|
||||
"source_identifier": "/us/usc/t3/s14",
|
||||
"text_hash": "1f0f0821517685c9e6d54f07015220532766e125ad6390b5ee9cede68f839946"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 15",
|
||||
"file_hash": "d3e796aba7d0e0a674d5fb78d823ad4240d61a253fedd07a9fa1d37062f9e93c",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-15.md",
|
||||
"section": "15",
|
||||
"source_hash": "cc965179a0d8a5cae1d5d236fa34c7c63e197c4c92b89116cd66061c5ab9fa90",
|
||||
"source_identifier": "/us/usc/t3/s15",
|
||||
"text_hash": "3b90e1afa7558d856fe039873aa8b4becc148703685744d096141cb0a8cca0b8"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 16",
|
||||
"file_hash": "74b576af56f5cd38a24722a7d04d471ca4840504e461c1565d32e3c999150f54",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-16.md",
|
||||
"section": "16",
|
||||
"source_hash": "ebd816e360bc8d8fa6a307fc879601320af175c84e790f89986d4f70a776012c",
|
||||
"source_identifier": "/us/usc/t3/s16",
|
||||
"text_hash": "06f1f47846b1e055f72581174155da2d73c12eff57d089b558bc9948df626cc6"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 17",
|
||||
"file_hash": "f3efad7393cdaac97a407604092096884f17857208ce1a9252fa1d5db8610a5c",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-17.md",
|
||||
"section": "17",
|
||||
"source_hash": "58b4ad608acbc297b02f613d6638abe89671f3943d4d742ebafe1063e5b526e1",
|
||||
"source_identifier": "/us/usc/t3/s17",
|
||||
"text_hash": "bb0d355cf63a80868a4b4b0bf842ea39fdec02c877c0a4c02c2d897d6846cfb6"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 18",
|
||||
"file_hash": "54f4b07a72048c5ffeb433e8e0b7f8df4de6eb5a2399a2c1c0d291e75b4a6091",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-18.md",
|
||||
"section": "18",
|
||||
"source_hash": "88da6613d8ae7b6fc3e41f28d8b999ca9ef632315da76e3469e13daccb250fc8",
|
||||
"source_identifier": "/us/usc/t3/s18",
|
||||
"text_hash": "20f602ec18938a579bf07118468b1297eab2b0724d99cbf553cb5f94168fbaf4"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 19",
|
||||
"file_hash": "83f5e4aa884016a43ad93ac551f6defbea7788f15af2feb5e4711ccc06aab630",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-19.md",
|
||||
"section": "19",
|
||||
"source_hash": "58038ff6bf49135760632e36e7e97224d1e9b116f6af91da585de47013936e4f",
|
||||
"source_identifier": "/us/usc/t3/s19",
|
||||
"text_hash": "9ebd91ef3389d3cf4423d867ed457643dabbea2035e92a56564ac431d8dcd5e4"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 2",
|
||||
"file_hash": "d7366bc20919ab58a40e52e5981ae84f3c1ca2c7dc915d8cf3868c33d866df85",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-2.md",
|
||||
"section": "2",
|
||||
"source_hash": "843efa85e9a515577bbe97142b9d88766d5323697e376862c4453f2766716204",
|
||||
"source_identifier": "/us/usc/t3/s2",
|
||||
"text_hash": "36062ddff5fffa435bdccbe01cea1cbc66cbd323fd66665cca29c7b6062cb4b5"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 20",
|
||||
"file_hash": "f19be9f1dd62266afc82fcfcabbe92f564c4832e4ed05018487ee5b0e570745d",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-20.md",
|
||||
"section": "20",
|
||||
"source_hash": "acbe80b36effb0580daa38cb039101feca307859c4ca334d29ff05a89e9a8429",
|
||||
"source_identifier": "/us/usc/t3/s20",
|
||||
"text_hash": "b042ab64b2e86a1388dc4e3b01960bb61078686bae44360e966711ec3f225cd6"
|
||||
},
|
||||
{
|
||||
"chapter": "[ 3",
|
||||
"citation": "3 U.S.C. § 201",
|
||||
"file_hash": "dd1b4099fc5bed76dd1d68b3d3f2a51eb589cfc8196577d55c097d81da8fb4a6",
|
||||
"path": "legal/us/code/title-03/chapter-[ 3/section-201.md",
|
||||
"section": "201",
|
||||
"source_hash": "ee4bdfceb67acf0fda394d60088c7558a6cc97b604cbcf31cbaf1aa0d01626bf",
|
||||
"source_identifier": "/us/usc/t3/s201",
|
||||
"text_hash": "a6e86373f050cbe85c357692ce9b4818757c9571f57cc6576b358ef7b6e3ec6c"
|
||||
},
|
||||
{
|
||||
"chapter": "[ 3",
|
||||
"citation": "3 U.S.C. § 202 to 204",
|
||||
"file_hash": "dad08a2488149484dc8d4ff95d661b9a1a0ccb98d3f9bbc04b638efca0898d2a",
|
||||
"path": "legal/us/code/title-03/chapter-[ 3/section-202-to-204.md",
|
||||
"section": "202 to 204",
|
||||
"source_hash": "ec0da7e0470b04df6d4fe112e97108e34efb2d2a5ccfa007492c4ba54f7c8c5e",
|
||||
"source_identifier": "/us/usc/t3/s202...204",
|
||||
"text_hash": "b68d07d0bcaad3816a329b3d513c296bb3721f587d7fc1cc91a6ba1a5ad54811"
|
||||
},
|
||||
{
|
||||
"chapter": "[ 3",
|
||||
"citation": "3 U.S.C. § 205",
|
||||
"file_hash": "2c0ed28c32193cdf28ce8ce2a50b3d684f774a6cb53b2ea4011e9a326f05e8b9",
|
||||
"path": "legal/us/code/title-03/chapter-[ 3/section-205.md",
|
||||
"section": "205",
|
||||
"source_hash": "973a8662501dc0db2d61ccbfcbd64b40264d6959038b5b748d9b518f6670d446",
|
||||
"source_identifier": "/us/usc/t3/s205",
|
||||
"text_hash": "d05ab3bba9cb44c07be2dcec60a00a531f25803d09e29ec061ead1973377404e"
|
||||
},
|
||||
{
|
||||
"chapter": "[ 3",
|
||||
"citation": "3 U.S.C. § 206 to 209",
|
||||
"file_hash": "0016a15ea49afb34e8615bc40b04fa68e0b0402a7f8ee7d1236387ab76ace964",
|
||||
"path": "legal/us/code/title-03/chapter-[ 3/section-206-to-209.md",
|
||||
"section": "206 to 209",
|
||||
"source_hash": "14827adcb9d05b73fa17233d5a299f65dfe112089b6a0bc3d46e89cb7021357e",
|
||||
"source_identifier": "/us/usc/t3/s206...209",
|
||||
"text_hash": "289674d0524fc34e3d51e0222b3e6359c12119ec1c9bb7655dd3117809bfa887"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 21",
|
||||
"file_hash": "787a45ad198728a917db2f9eca8d5f84de23cc0a7918961715916fcb2b43f58f",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-21.md",
|
||||
"section": "21",
|
||||
"source_hash": "4646a12febf145c478a228b6084990f1afeb15abe8a5986290ffbe365d80d667",
|
||||
"source_identifier": "/us/usc/t3/s21",
|
||||
"text_hash": "cbc914b38f4fcd6e27a1b616844252247bf4b1d5c68e305873e07d3572231196"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 22",
|
||||
"file_hash": "f6aa7c551de397da2fbca3560d193acad1a1176d5a4a30ed6808f2365ab3b2e7",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-22.md",
|
||||
"section": "22",
|
||||
"source_hash": "3fcbf749a7dfa64a3cbeed09b84d0171b9455538a388e012d0746f62aee90f69",
|
||||
"source_identifier": "/us/usc/t3/s22",
|
||||
"text_hash": "a27ee5c6371cc253e362714ccced8845a21c724a29ed5f35f4786cb25c7190dd"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 3",
|
||||
"file_hash": "3d61f4040ebcf9fcd1106ef6ff1ac39ed5d9e092e92b2aa96ede20b90954aaa0",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-3.md",
|
||||
"section": "3",
|
||||
"source_hash": "ff3265a2a482ac528ffafb79df61058527793b5d41a2a0f707ac8e0e63849245",
|
||||
"source_identifier": "/us/usc/t3/s3",
|
||||
"text_hash": "dd9deb2e859561955d423a2fe353c24689e6775e108d53680c18db5a2ae35dd3"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "3 U.S.C. § 301",
|
||||
"file_hash": "d1848f982b3e9fa2c936d544666179edb5be1eb5cdbffc2ca7c64d16a53eb07c",
|
||||
"path": "legal/us/code/title-03/chapter-4/section-301.md",
|
||||
"section": "301",
|
||||
"source_hash": "9906115fc5eed8ec5a1c3a8cb8e39fe677135837d44a9803a1ab70e8ddd34481",
|
||||
"source_identifier": "/us/usc/t3/s301",
|
||||
"text_hash": "7653385c70ce6a26e100648d5aa53efca422fba5e1cd0ba33b96dd3f97a85115"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "3 U.S.C. § 302",
|
||||
"file_hash": "36bbb5e728511f3d53ade7050334bdcbd24a9107e3487636ee8846bead67360d",
|
||||
"path": "legal/us/code/title-03/chapter-4/section-302.md",
|
||||
"section": "302",
|
||||
"source_hash": "7fc2adcca191b5084cc73b93131a2091a0a12afc0f48d7e66b9c365f769baa99",
|
||||
"source_identifier": "/us/usc/t3/s302",
|
||||
"text_hash": "7e0ecd025aba6cac2e18448eab4b69145506c54e56578ceb9815edd02d17d92d"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "3 U.S.C. § 303",
|
||||
"file_hash": "f87141567dcede0ad197190c5ebae66c6b3b12512de70f4d6c066f5d1fef73ad",
|
||||
"path": "legal/us/code/title-03/chapter-4/section-303.md",
|
||||
"section": "303",
|
||||
"source_hash": "0727b71ef33584cde4e69744c91ecb673f519ac060265e5f1880e9508641ae9c",
|
||||
"source_identifier": "/us/usc/t3/s303",
|
||||
"text_hash": "30869b8cff8bfd0566c2d3d96c2d118a0688b9a52862ebcb9689adbca618ac22"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 4",
|
||||
"file_hash": "aeafb97cfb1982ab12540c450cc7a2c830b8aff977f86e624b6653270d679b99",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-4.md",
|
||||
"section": "4",
|
||||
"source_hash": "4ef05eba852e645fa33931c1ec2d9d263090fd6077f1017b2d6bf03bf4b55433",
|
||||
"source_identifier": "/us/usc/t3/s4",
|
||||
"text_hash": "a7029a7964fd35a46df6230f21258a86e99aeeb0280ce64c01a6267a5058de5e"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 401",
|
||||
"file_hash": "e7d4b334304159878f82ea794c5b368d21304034d5e7d88bf6938466d471508c",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-401.md",
|
||||
"section": "401",
|
||||
"source_hash": "3d044d13b38e1c862ce32c065a957b7f27e2b5a9c4492d0f17977757e698e64a",
|
||||
"source_identifier": "/us/usc/t3/s401",
|
||||
"text_hash": "d8821b0ffb82c2c8dcb52ec5609e0d118e779e8eba84c046ba6853eacbcdb263"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 402",
|
||||
"file_hash": "c724477bda0b5a6ec451950d88e82393af29950b5272ba10aeac42181bc86806",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-402.md",
|
||||
"section": "402",
|
||||
"source_hash": "93754f15c2ff470622535431083bc9745d99854c9526938c22b0afff8959049e",
|
||||
"source_identifier": "/us/usc/t3/s402",
|
||||
"text_hash": "d10157e47e9eff48f1c7eae45fcbe21816b26863e6cde1d5293c65a48bbc4f2a"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 411",
|
||||
"file_hash": "7b4dcbb0d5c4be1ea4450b587455351d7f3dd639ef93bd4698c9b7e23750fdf1",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-411.md",
|
||||
"section": "411",
|
||||
"source_hash": "1b5c8ee42926e64b81df595d94b4329274b0ed6e873b6475026144d4e7a5e31e",
|
||||
"source_identifier": "/us/usc/t3/s411",
|
||||
"text_hash": "b75d6269d25576c61d786c2ef3103e92533884f128376dc019bdca7151760aeb"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 412",
|
||||
"file_hash": "f9f7ca630742b557c3a560257922447ae428c3d4b5deb86d31e9a45fd829c65b",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-412.md",
|
||||
"section": "412",
|
||||
"source_hash": "cea8007a825f41cf6d75e83643201c2fe018b514a4e9b6874c1106771967c48e",
|
||||
"source_identifier": "/us/usc/t3/s412",
|
||||
"text_hash": "b33b31f86e0520508b67ec13cc8c6d0ed8677e341f08f699ee384e163800c752"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 413",
|
||||
"file_hash": "0adf955c0f52f1ca61d36d142c8e7c0f877d8f1da52d6f5fc4a7a3fbb1edd820",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-413.md",
|
||||
"section": "413",
|
||||
"source_hash": "6f3debf81a84491ee5dbe9376b3d55c3868f26e3cfce3f8492d379afce4d4a62",
|
||||
"source_identifier": "/us/usc/t3/s413",
|
||||
"text_hash": "0f3b6fa71899ac241dddc2046fca7273418386e3c08cf8cb9b0a2165a1f05cfd"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 414",
|
||||
"file_hash": "b6a318ebc6917ea10be2d68593f9a6598552504cb431a965595f9a2d3d8b040e",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-414.md",
|
||||
"section": "414",
|
||||
"source_hash": "39521e0b263cecab976f1e906fc1560c7b6dd18123f3f42ebb4c274616ef52c3",
|
||||
"source_identifier": "/us/usc/t3/s414",
|
||||
"text_hash": "cc3b85f281acafa29ab47fd2e24c0b2078910c0279e0751807aa8511cc83d399"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 415",
|
||||
"file_hash": "819146941e4ae534c1ae780a0da924adb869bbb5c3272087566746f8811ef714",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-415.md",
|
||||
"section": "415",
|
||||
"source_hash": "efe5d3af0404016292ac12dbd10ae88d688b6f6103e326e1b003009ab06416ef",
|
||||
"source_identifier": "/us/usc/t3/s415",
|
||||
"text_hash": "92578abbfb3aebd94e95f3a8b2d67bc54bb052a42bd4f8b660f43029c2d0cbf1"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 416",
|
||||
"file_hash": "a49a47e7e89f677ab6a4bbb9bb9289f659225c28f88a4382bede2d9ad213825a",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-416.md",
|
||||
"section": "416",
|
||||
"source_hash": "45514e52dcabcbc4dac1a93bade8f7c0816764ca8fb48c4a9eb69486e7431688",
|
||||
"source_identifier": "/us/usc/t3/s416",
|
||||
"text_hash": "cd6e8eb277b14f8b21110c0dcd2cf4cf5f12d8906888d29377633d921dce7f5a"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 417",
|
||||
"file_hash": "992b3da5c0d88fdfa2340f4620f80c6ab552b2773e7dda40c095fcd9f19873ad",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-417.md",
|
||||
"section": "417",
|
||||
"source_hash": "de5455911abf644d19ccb7882959b2d209d80538dcee57226ce5def3f37aa114",
|
||||
"source_identifier": "/us/usc/t3/s417",
|
||||
"text_hash": "50c0a9b1c1c1e90d32c17c93c09efd7f75af1e85cb786799a36bdd0b9431edf4"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 421",
|
||||
"file_hash": "ac8b513460c211c02d766c6611975b43344534e2222334c4933d93547c6c232f",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-421.md",
|
||||
"section": "421",
|
||||
"source_hash": "9c3799e5c7ce2278db7360765e192a1ff3d08b6520bce4a29245f7a4fdad5df0",
|
||||
"source_identifier": "/us/usc/t3/s421",
|
||||
"text_hash": "cf518a449f7f3f6da28e303a3cf9063d37fd349ffd8016c848ddbea454ff0d11"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 425",
|
||||
"file_hash": "417c7454dda53a0296d8b0d07b30cb38f5b226b2c6176d5ddc9012eef9c08074",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-425.md",
|
||||
"section": "425",
|
||||
"source_hash": "d57ea940ad9b51ce7b441d80bc353aab3b3a60cd8dc3a361b0087a8df19929de",
|
||||
"source_identifier": "/us/usc/t3/s425",
|
||||
"text_hash": "c4ae45fe1469368cb8f2e55ff5cb2506c98dc2cc7e318db6ad95310a6479f9a7"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 431",
|
||||
"file_hash": "b8c3098f6baa7a857799902dce596a4659f3df74394fda4521cab9cfdffc2ba7",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-431.md",
|
||||
"section": "431",
|
||||
"source_hash": "e8c383f1847f7f53e88272fa3c77537baae45d1a9c47e2f79976155e68c12b24",
|
||||
"source_identifier": "/us/usc/t3/s431",
|
||||
"text_hash": "ebe8e0ad80f05965e3a9575d551f65e9f21ac1a80effe4dbb02688e71d77ca67"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 435",
|
||||
"file_hash": "bb321e0a35b55195e43f8fea3ee6099cfc13795a70ad3bf534764f93944bdb9d",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-435.md",
|
||||
"section": "435",
|
||||
"source_hash": "b572094b319f881b3f4becb34cff5587f891df805343b63a3a4e4ace43159643",
|
||||
"source_identifier": "/us/usc/t3/s435",
|
||||
"text_hash": "79a8392246e9c6ec2cbdf2d6c2c8371c2793ea00d2edd296b2a43c408c8dccf8"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 451",
|
||||
"file_hash": "96bd1d77af87926505e9861aabdaba51ca2b43da25aa7572f84c5525251d19df",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-451.md",
|
||||
"section": "451",
|
||||
"source_hash": "a8e05bf87266b156d0ce54ccd04b8fb0ceac3572335bdd529295401f229eadd2",
|
||||
"source_identifier": "/us/usc/t3/s451",
|
||||
"text_hash": "f1ece07f965247dc8a21a40167eed3c7ef35599b4453a6e44f9955d6bc4f954f"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 452",
|
||||
"file_hash": "c07f54a18f44f3accf40e2e9298ab16a18e20ca6ae7c28d7e9bdddc0ea3f1259",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-452.md",
|
||||
"section": "452",
|
||||
"source_hash": "a8dfb2e0ddf1139c45f75e442513cfb3c951a0eff3fabad74c8669f480567b47",
|
||||
"source_identifier": "/us/usc/t3/s452",
|
||||
"text_hash": "e3cfba0ef30f2bacc84303fee37cf1ee2c4ce22ebf41a5261efbe2a248f675be"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 453",
|
||||
"file_hash": "0b54ae9ebe35c346332ff6e2769f431042e30522918a3c38d5a87e75c2f85627",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-453.md",
|
||||
"section": "453",
|
||||
"source_hash": "28b6baa8a2a517af10dc13290cf3ff38846a89711ef7f80e61522b4bc9413ccc",
|
||||
"source_identifier": "/us/usc/t3/s453",
|
||||
"text_hash": "254a628fe499acec3b5252631ab978a2fd94f2ce7f63d260cb646605ff0dc8d9"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 454",
|
||||
"file_hash": "02d4006a9ce27f780bd5bb90ef651fdcf303fe1614b2f88add7b3d286141aeb0",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-454.md",
|
||||
"section": "454",
|
||||
"source_hash": "b0902a4eb1010e604584266b991d0389758ad1a587cd16e6b91fda8ddfba6771",
|
||||
"source_identifier": "/us/usc/t3/s454",
|
||||
"text_hash": "617ebc7b2df9893cac92ad724870d4a06b85ab7604cf37f55cbf2c7c46b1a50b"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 455",
|
||||
"file_hash": "d48ab9247b2b5fd79dda2d63d0d632749779798a140801ff7afc144fb620fb8f",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-455.md",
|
||||
"section": "455",
|
||||
"source_hash": "f71b7cfc4becf525031a8fe90eded0d08b77e74b984806fd33c6cd6fbd9a975b",
|
||||
"source_identifier": "/us/usc/t3/s455",
|
||||
"text_hash": "5417bc7d0f03c589cd2396b0109dbc2c80bc9077647f642d7c970bf38db4fc0a"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 456",
|
||||
"file_hash": "9b32e5b68a8d3f1b2d7ed8ba7254182b2ce7f9638b7ea2fc62fff7ba0c1c9f14",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-456.md",
|
||||
"section": "456",
|
||||
"source_hash": "30694d2ca6962999e50a323841b8d0a5349acdc758db43bda0e2bfa5137ebb65",
|
||||
"source_identifier": "/us/usc/t3/s456",
|
||||
"text_hash": "a51d3149ff907ac13f9f83d0aafc7d2f414199a233da01671a260436860dbdca"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "3 U.S.C. § 471",
|
||||
"file_hash": "1053083164ee43907e77f0f3dad59c67fa6d534da37f56425b7d56b812903669",
|
||||
"path": "legal/us/code/title-03/chapter-5/section-471.md",
|
||||
"section": "471",
|
||||
"source_hash": "0a25b456b4e0cfb0e748a8461512ca3b3eac1b4d40728a87f13f2e23b5f61143",
|
||||
"source_identifier": "/us/usc/t3/s471",
|
||||
"text_hash": "94e7062d0591cd51151c85e7cf63cf8ef8b84e19e3d8dd67ca096e98e1c838dc"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 5",
|
||||
"file_hash": "99fe706241e49fb8410a1b9901d3c80c221350de9b9ad34da1bf05bbb2a014a0",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-5.md",
|
||||
"section": "5",
|
||||
"source_hash": "1137b226e54a63e1eca2ba91197a532ec4bf656bcf3c4db04920b3263b917646",
|
||||
"source_identifier": "/us/usc/t3/s5",
|
||||
"text_hash": "8817cb1c5f46cefe85058e6bdc6d9be1cf02c5d4ce7acea0ce8ff6467caf1b3c"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 6",
|
||||
"file_hash": "a83805c4b87865018aba5ee6f95a1e7c9ca8a94d73360ac38e076933a46fd42f",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-6.md",
|
||||
"section": "6",
|
||||
"source_hash": "b64271b752b1d9cdf968a20d3b6736d8ec781a449babc4807aa280c5c6627262",
|
||||
"source_identifier": "/us/usc/t3/s6",
|
||||
"text_hash": "88bbedb8110ec51685e11b1ff45190d91cf16c8651680f0f25f2a27173253b68"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 7",
|
||||
"file_hash": "6001a5d1760037ff7bca9520e9bf03af1bbd96d947244176b84a92c9531e5ae3",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-7.md",
|
||||
"section": "7",
|
||||
"source_hash": "82a00e08a092feb5db160d64acddbb1dc5cc25967b95a946e9e5da672f8c7b84",
|
||||
"source_identifier": "/us/usc/t3/s7",
|
||||
"text_hash": "cf56e197bdfd99bfcf87a6d0d2e7b4d5a7d778cd87c0a824d5033daa7755b9e5"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 8",
|
||||
"file_hash": "b13400dd820f1fdb1f6b39a0663d09a574dd330501a3e0db4866735b5caf65ce",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-8.md",
|
||||
"section": "8",
|
||||
"source_hash": "29aa45ccf24a415ad701048987760013ce90e511ede253865213320eac1b359d",
|
||||
"source_identifier": "/us/usc/t3/s8",
|
||||
"text_hash": "de4c324f35c4d3c1a117a16048b9236e0aad676c0fa44b0c484f511f0406792e"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "3 U.S.C. § 9",
|
||||
"file_hash": "bbeebe2f2943bf84ecb7290c33b0f505bd2956e5e69c1077793849069de12f92",
|
||||
"path": "legal/us/code/title-03/chapter-1/section-9.md",
|
||||
"section": "9",
|
||||
"source_hash": "2e2fff2efd001378264610d78235eb210a9f5957db6663a782cc8a700b8c4ffd",
|
||||
"source_identifier": "/us/usc/t3/s9",
|
||||
"text_hash": "8fe61d204d6b7841e79e104531f063619a4c250c8c9642c4c4a48c6c3d2318aa"
|
||||
}
|
||||
],
|
||||
"jurisdiction": "us",
|
||||
"release_date": "2026-06-26",
|
||||
"release_point": "119-100",
|
||||
"retrieved_at": "2026-07-04",
|
||||
"section_count": 64,
|
||||
"source": "official",
|
||||
"source_file": "data/legal/raw/us/code/title-03/xml_usc03@119-100.zip",
|
||||
"source_file_sha256": "77a9a12d323e6a5be87d28f0cedc0395edf9086ec7ba6f6cc66191cec05ed95e",
|
||||
"source_url": "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc03@119-100.zip",
|
||||
"title_name": "THE PRESIDENT",
|
||||
"title_number": 3,
|
||||
"type": "LegalManifest",
|
||||
"xml_file": "data/legal/raw/us/code/title-03/usc03.xml",
|
||||
"xml_file_sha256": "660a362abdbd3b4334c5b2b74fed36a6634a9312a6220a7020366c0387e85045"
|
||||
}
|
||||
@@ -0,0 +1,489 @@
|
||||
{
|
||||
"corpus": "united_states_code",
|
||||
"files": [
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "4 U.S.C. § 1",
|
||||
"file_hash": "a4679988a4ff4283c6c7125fb438a3e169c915930a56282be8b56fe9425d441e",
|
||||
"path": "legal/us/code/title-04/chapter-1/section-1.md",
|
||||
"section": "1",
|
||||
"source_hash": "7a838aa4cdd295e2a3de97445d5995fee7acb61dc1d2974593ef64eac77cc90a",
|
||||
"source_identifier": "/us/usc/t4/s1",
|
||||
"text_hash": "9469da73f08a98580ddbf7494d68f6f68dd3fe5bdb748d0e5bc0b7c7f6c70544"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "4 U.S.C. § 10",
|
||||
"file_hash": "466636155baa34d4bc48d5f88f8119ff534d65253971e276739177595f623993",
|
||||
"path": "legal/us/code/title-04/chapter-1/section-10.md",
|
||||
"section": "10",
|
||||
"source_hash": "72e23b8cfe13380116715b4a1698a65b82503a3285d958186462bdd2c43f4a2e",
|
||||
"source_identifier": "/us/usc/t4/s10",
|
||||
"text_hash": "bddff919af47f575d947b3158e96efebaf527d2656af9a7b6155312906f9b2a0"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 101",
|
||||
"file_hash": "042d301e4ad6708cb694c4c0e31f780683f13ea13a0039674d57b38b90c03443",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-101.md",
|
||||
"section": "101",
|
||||
"source_hash": "37a49a3513947e6b315faa98e549539c4b4733989966fc06ddf9cbd18a48f47e",
|
||||
"source_identifier": "/us/usc/t4/s101",
|
||||
"text_hash": "026d8ff3f112e1e4212d1f78514e0917397dcfb60f86244c58f5536e5f53f55e"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 102",
|
||||
"file_hash": "f01f5d9961bd69cab78ee8525dd9a23911f7c68aa3f973f6698f2b7378ad02ed",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-102.md",
|
||||
"section": "102",
|
||||
"source_hash": "5440802f529b75ce682d25f078111ba10a707e3df2a985344e862f68510c84ce",
|
||||
"source_identifier": "/us/usc/t4/s102",
|
||||
"text_hash": "ebbe264ab490101f6b6054255ccd0816b8879999fb67e7134ecd5bcf074a3517"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 103",
|
||||
"file_hash": "441c81f3cc4b8e9fe35e8e2870adb2c19fe1b8c0e321b2c90a68816d6eb8bf27",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-103.md",
|
||||
"section": "103",
|
||||
"source_hash": "551ddc12068f0f4b1c1be1fb5fec2016298172970896765abe028e47addc02ce",
|
||||
"source_identifier": "/us/usc/t4/s103",
|
||||
"text_hash": "c0c84fedcc3baa38ccbfb276bc5e9c3f1e5d9b5b76b9f36b34d4cd3d5d58d626"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 104",
|
||||
"file_hash": "8a16cc26368cee0364d061ce3a3fedd7b90f2a4acbdb854994d673b5565bd6ef",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-104.md",
|
||||
"section": "104",
|
||||
"source_hash": "cd99b49664beff1fcf958440eb13d3879bc78bd3335b079ad658c1704c551219",
|
||||
"source_identifier": "/us/usc/t4/s104",
|
||||
"text_hash": "3eea6ef2037433cffa3c493ad352f8c81f470c4ae4e4ad85f0449b2b31a4418b"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 105",
|
||||
"file_hash": "ce5534bc0c80c6781c4f00b0d607e5d615a384db0e22279f070dd404b9a2c011",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-105.md",
|
||||
"section": "105",
|
||||
"source_hash": "71fbc1252d1ba8f4375375562945095a4fea5b603c5138ab21017db809f5763e",
|
||||
"source_identifier": "/us/usc/t4/s105",
|
||||
"text_hash": "cf4a7db2c69c3ad04f070fc12f9712d8c61382aaf0bf0324d9442e4781f71ae1"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 106",
|
||||
"file_hash": "ddb4b92ed67b18c6f517a10873c9a7f13f7743e7012b8bd3dc976713ae61ee01",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-106.md",
|
||||
"section": "106",
|
||||
"source_hash": "9dd8730b62facac17cc63851a1bb529a02df4752c526dce065fc416b1d3c6438",
|
||||
"source_identifier": "/us/usc/t4/s106",
|
||||
"text_hash": "136ca8c353fdc62ed30266b8eac924b71a59e2d2b7c3c13413b40a3817482db0"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 107",
|
||||
"file_hash": "e5674aca7bf0751ad48ee56ee59b73cbfcc887ca669cce22d2121fab8ee8d462",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-107.md",
|
||||
"section": "107",
|
||||
"source_hash": "37a763cad81b70372df380f0da3ddd7e25d197c92acdafd87849a699fef2f502",
|
||||
"source_identifier": "/us/usc/t4/s107",
|
||||
"text_hash": "bfb9bdb46de4ec0de718ea09a1b54261e162d3cb87ae5ae9790d40daba1c0ad9"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 108",
|
||||
"file_hash": "507172e5c229087ef5e847d21cf2e00cd173a71f4499227b83d6bf46e6eacadf",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-108.md",
|
||||
"section": "108",
|
||||
"source_hash": "8815bcb522cabc7159e71f4e864a4b8df837915a0795d773decad63acce63ed4",
|
||||
"source_identifier": "/us/usc/t4/s108",
|
||||
"text_hash": "5fc078aa2786d456bafa06cc842d2bb954a5a59c0d243d753cff7d34a4f68e13"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 109",
|
||||
"file_hash": "dda713fbc2e8b3e4362e16b739b875c6e0de74e9d083385fcec3afe5d68225d3",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-109.md",
|
||||
"section": "109",
|
||||
"source_hash": "e8c6742a88377434ef6683867ce4f468720f3c1a89db9b224692318fa9b48969",
|
||||
"source_identifier": "/us/usc/t4/s109",
|
||||
"text_hash": "cd1ee0a03eceb231dc34f7606cd02aa04afee84fcaa76f2b0ac588a5a47397ce"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 110",
|
||||
"file_hash": "7b2349e4971fd5bcc9c97091c5bf6491c6f1e76d68c751ace0c0c31d055e8dfc",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-110.md",
|
||||
"section": "110",
|
||||
"source_hash": "9a9d5a2975be9810ee201c662a14ddb972b8da0b18a0795ca00a00dfa6dcc776",
|
||||
"source_identifier": "/us/usc/t4/s110",
|
||||
"text_hash": "1dbb427dca0c0ea7227056534482ef850a584202d0d04bf6219bcf4c38caf5b5"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 111",
|
||||
"file_hash": "f3dbca73e3849c837a3b03f361506889def6b935f77de2df0193c826627986c6",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-111.md",
|
||||
"section": "111",
|
||||
"source_hash": "218ddfd9763c8bfde2b3af9773b62488d1843a3ef439b40507cc1d182ee7c923",
|
||||
"source_identifier": "/us/usc/t4/s111",
|
||||
"text_hash": "1cbf4505e9550104e2409dfd7ae8aec54e88fad1344a59ceead659f684ac6fb9"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 112",
|
||||
"file_hash": "9ee3d5970ec0072e6c4130a5524876088ca383417e463f9aa15b41df4455b273",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-112.md",
|
||||
"section": "112",
|
||||
"source_hash": "8d2555ffe9361aadf35f6430b7289eae7da0209358100a2a46deda960bd48b4e",
|
||||
"source_identifier": "/us/usc/t4/s112",
|
||||
"text_hash": "cf0f9b499ebaea59f7ca4af9057ad0cfc58546cf1df87d6c49941bc5c9e9d283"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 113",
|
||||
"file_hash": "93282bf78918ef6715483d13af4454e7af1f48615c07f50bb14402a89b503096",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-113.md",
|
||||
"section": "113",
|
||||
"source_hash": "4d71b429e1d1997cb926dcc9471c0df668bd5e616e63605a911fd362b4711be7",
|
||||
"source_identifier": "/us/usc/t4/s113",
|
||||
"text_hash": "3d74413fefb423418916659b422ca3904e20fc866946397660b385f213ca492b"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 114",
|
||||
"file_hash": "41bfd6e618edbd752ef679bbb8506db4ae04d6b42dce4dbfc4b1d24ab13dd860",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-114.md",
|
||||
"section": "114",
|
||||
"source_hash": "8b72808f9f94221512de7ac70982f09367a3f0961c5db9bf537ede7cad6ac269",
|
||||
"source_identifier": "/us/usc/t4/s114",
|
||||
"text_hash": "c8be05436d11cd7f9943b61d712609d5f2f85026c73d7f594cbb2875d38ff08c"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 115",
|
||||
"file_hash": "5735998087c7d81ea620ce2132ec49c9e55534fc544f3390c5a0c89aed8a2943",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-115.md",
|
||||
"section": "115",
|
||||
"source_hash": "ff7c488c3d61eac20d7b3b739123247b5a02efc65fd2915bbad8e896990b13bb",
|
||||
"source_identifier": "/us/usc/t4/s115",
|
||||
"text_hash": "94e4d9eb5eedcb8dbe7d14f79256b2cdf7a73ccdd7fa666fc6f34636622e32c4"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 116",
|
||||
"file_hash": "01f360e10d982b6d2e1eff7595b77ec92c61d2f22bf726d5166b4d567012acb6",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-116.md",
|
||||
"section": "116",
|
||||
"source_hash": "a49320e39b1403596f2c11c251677372012f984b7484b1824b44d7a832c936c3",
|
||||
"source_identifier": "/us/usc/t4/s116",
|
||||
"text_hash": "639ce5878e43887ee5d97ba5fbe474dcc4f3c59db755366a82ad8bf619bd04ca"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 117",
|
||||
"file_hash": "25164c59d6baaaa5cee2da7a8ed5e77f8a991e3f2e4abbd1bd187aa3ad645cb3",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-117.md",
|
||||
"section": "117",
|
||||
"source_hash": "94cee00708d138ce831fac034877c17e1ff38e5b39932500b63591f3e10c99d0",
|
||||
"source_identifier": "/us/usc/t4/s117",
|
||||
"text_hash": "98d5ae5b16bf71b3bb8659457042a51b5d6dee881a31ede32438f07473e307af"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 118",
|
||||
"file_hash": "af58f50bcb350bf8d662fa4a2beea6a6beea300268c75aca9a5526e212fe9a39",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-118.md",
|
||||
"section": "118",
|
||||
"source_hash": "b559b01a95056fa443bde7dd3f7a4bc948aabaa9a1dfec2680466945d003664a",
|
||||
"source_identifier": "/us/usc/t4/s118",
|
||||
"text_hash": "a862b16757214ed7adf434de393bf6555f3e3aaf49cf42d0c76aaacb565fefe3"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 119",
|
||||
"file_hash": "d087616b1ed2d3818810a5f95ecabc4b21883d1ccf9e9a2711bce3ffd48f8cd8",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-119.md",
|
||||
"section": "119",
|
||||
"source_hash": "bbfd31630793679d2f9ee21f131bb27d382bc51642cc7ca82ae86b2072ca60c1",
|
||||
"source_identifier": "/us/usc/t4/s119",
|
||||
"text_hash": "e410e83fa32232451f23ef7f51bd3afbe87a497b616bb87a4b1f39860087ae49"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 120",
|
||||
"file_hash": "1648c766e89a27cd217b810c75cd528f27601238c48db78763bad376a6656dab",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-120.md",
|
||||
"section": "120",
|
||||
"source_hash": "942ea1fde4c3aa906b899e95e6d85f8a76dbc0396de4ad7b9aab77ac6b5c4008",
|
||||
"source_identifier": "/us/usc/t4/s120",
|
||||
"text_hash": "906d73011143c6bff7e7214c69ad43269607c4c1573fbc4511d028f991a879a3"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 121",
|
||||
"file_hash": "205fcba61707b0ae0bf7afe1fda5f7c5938462b921813915e1b8c594c08f4e28",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-121.md",
|
||||
"section": "121",
|
||||
"source_hash": "4527ddb91403e43dc4166f79f4f0abadf6825f3a0422f76d055edb1e6e872f65",
|
||||
"source_identifier": "/us/usc/t4/s121",
|
||||
"text_hash": "f5a01606f694df15e855d499a4e5d4559606d360c87bbf56958b5a7e53516f59"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 122",
|
||||
"file_hash": "71f5fe1f50b0a5765fc2616c9554c53c2077ac73d5f722004be4346926561974",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-122.md",
|
||||
"section": "122",
|
||||
"source_hash": "97680b47f3a45cbcce2e8afb9d3f8de478f626ba834360cb5d24f0127ea34b2e",
|
||||
"source_identifier": "/us/usc/t4/s122",
|
||||
"text_hash": "20a0d873afed0abee7929d13c5ce856dea817f10a3001993207032c94c0eefee"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 123",
|
||||
"file_hash": "11eadad9ef7e3d0b6a67902587e544190e7e81ff9de86ec1ec449406d8a2482a",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-123.md",
|
||||
"section": "123",
|
||||
"source_hash": "60f38d6e15650e793344148b24fbe74edc8991ccf023cb52949da0fb61b4e644",
|
||||
"source_identifier": "/us/usc/t4/s123",
|
||||
"text_hash": "e8d0ed7ebe4c8e91262dd35e05799d2b5450af3505ad21db834c484a588182d7"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 124",
|
||||
"file_hash": "dc797619c161c6b30f3fa10d602045d6644e33e5fdd5b0ac78f6285ade2e7b4d",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-124.md",
|
||||
"section": "124",
|
||||
"source_hash": "63302f6ec7877eaa91481eb02ed1ffe460fff7214ee9b7d33b135e9603dd20b4",
|
||||
"source_identifier": "/us/usc/t4/s124",
|
||||
"text_hash": "9bb4df4f324a88d1fa7998fd3d26e90bb19e2dbee313ba7eceaa64b943bb50bf"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 125",
|
||||
"file_hash": "69347e37be9cba1be03e77984f2f4d8badbcbf1ffed9d9abd7e4b7a22178aa0f",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-125.md",
|
||||
"section": "125",
|
||||
"source_hash": "432be62fe9d6be9fdeeb4ffee4aed7ea3ebd7cba4f8ae8742cb269117ebd043f",
|
||||
"source_identifier": "/us/usc/t4/s125",
|
||||
"text_hash": "c421cbdf9a38cfec364118908b0bfb1aed93c2b48b6862fa19e615c004af9b0c"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "4 U.S.C. § 126",
|
||||
"file_hash": "c5aa7afef2606aa5c1c7681861e4a44ed79b98f4383eba0da61338cf57ad8707",
|
||||
"path": "legal/us/code/title-04/chapter-4/section-126.md",
|
||||
"section": "126",
|
||||
"source_hash": "d2c9d4e21202d2225a6aa44e79e02b4a06a7f76186587a94a0fed13ebb50b561",
|
||||
"source_identifier": "/us/usc/t4/s126",
|
||||
"text_hash": "d3a318422fb822dd97544db627b6d23e6fc35dfb8010a46ef32bf1bbce6e4984"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "4 U.S.C. § 141",
|
||||
"file_hash": "1296bc9c3ac8d62170fb300c12ab254c5647c03aa27473fbb65d8333bc720bae",
|
||||
"path": "legal/us/code/title-04/chapter-5/section-141.md",
|
||||
"section": "141",
|
||||
"source_hash": "11964bd42ba748f291d16fcff285cb7d85f8f71fd26ee68d31941cf70e48295e",
|
||||
"source_identifier": "/us/usc/t4/s141",
|
||||
"text_hash": "1e83c6c3dd563c58980350ed70bb6d25c1557f39700e7f78aab426c4770c564d"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "4 U.S.C. § 142",
|
||||
"file_hash": "db0ef757e8ce1b8fc1c84b96db9a82142d7fcb474e82c4c105f161aa2f93fc20",
|
||||
"path": "legal/us/code/title-04/chapter-5/section-142.md",
|
||||
"section": "142",
|
||||
"source_hash": "54f959e992acdb30ecafaccb5de8675f5a6facfb805f70d453f85b7af46b6740",
|
||||
"source_identifier": "/us/usc/t4/s142",
|
||||
"text_hash": "d9cc1abc2807aaa5642bad8375b52ababed507ee560682a7be9d950cf52af423"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "4 U.S.C. § 143",
|
||||
"file_hash": "0654f7ea95c2a763acfcde4a8a7345afab43dca8c22b3af92ae3d8e85c7ce26a",
|
||||
"path": "legal/us/code/title-04/chapter-5/section-143.md",
|
||||
"section": "143",
|
||||
"source_hash": "9cbe2a1e1e111f1a77b3a0262f114174d323852ede83775342f1b60e0fde01f1",
|
||||
"source_identifier": "/us/usc/t4/s143",
|
||||
"text_hash": "bf7ddd1bd29e07b865d65a097ad71601825189efdf53434ff5ffd0d3fe68c619"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "4 U.S.C. § 144",
|
||||
"file_hash": "0861690f499a47847082fdfa3f378f6c43403799faa7cdf385d4d3052b6169b9",
|
||||
"path": "legal/us/code/title-04/chapter-5/section-144.md",
|
||||
"section": "144",
|
||||
"source_hash": "26daca5c71a6e329f065c5fc9333bea9e688cd5df87166aced58e34ac94b59e0",
|
||||
"source_identifier": "/us/usc/t4/s144",
|
||||
"text_hash": "36558933d22e7c622bf3d61cc9c0cabf817ffe58c9fe29f03d228760703562bf"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "4 U.S.C. § 145",
|
||||
"file_hash": "284876aee4353f339d08ce6f03385bbe450d2518b2cd588f529fdcd63c6beef7",
|
||||
"path": "legal/us/code/title-04/chapter-5/section-145.md",
|
||||
"section": "145",
|
||||
"source_hash": "cfb0b4453e394dfe748d068c34939dbb24c24633b0b50deb2cc1d8ac82fd9d28",
|
||||
"source_identifier": "/us/usc/t4/s145",
|
||||
"text_hash": "a0d89f5f311cd5d808d439600c75ab9cb9e1f2994520afc9d8a7f5472c905e8d"
|
||||
},
|
||||
{
|
||||
"chapter": "5",
|
||||
"citation": "4 U.S.C. § 146",
|
||||
"file_hash": "efcece7b7d26c9e3d3cbf7d0880d5f01b27cc5cb0d07b4cd3baa2900cfbff84a",
|
||||
"path": "legal/us/code/title-04/chapter-5/section-146.md",
|
||||
"section": "146",
|
||||
"source_hash": "ba4f710c3df99b79739660c9ed018b29852c264579c132237e79fb31c217b82e",
|
||||
"source_identifier": "/us/usc/t4/s146",
|
||||
"text_hash": "45ca29317438aa792580af9a2c5bb1055989c9814c17daf917d275de74e22eee"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "4 U.S.C. § 2",
|
||||
"file_hash": "247372322ee5d4decfa3b7fdf19ad430df1a2a785efa7ec9f32c909eab5f8dd5",
|
||||
"path": "legal/us/code/title-04/chapter-1/section-2.md",
|
||||
"section": "2",
|
||||
"source_hash": "6b76994c6df5d6fdc54488a97271a349b5ec8730227345ef2b71aa09168c763e",
|
||||
"source_identifier": "/us/usc/t4/s2",
|
||||
"text_hash": "da0e7e5273f62eb7f76b711c9d86d0741716b6fe26c175d222cffe447a8b24d1"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "4 U.S.C. § 3",
|
||||
"file_hash": "08070da0d59eb940950d3d90c02336a57f65b8156ce5415e540abdb0887522c0",
|
||||
"path": "legal/us/code/title-04/chapter-1/section-3.md",
|
||||
"section": "3",
|
||||
"source_hash": "71746bbc426a3057d901474b0408fe8989d5b89c5307f7c15fc4a232831b2769",
|
||||
"source_identifier": "/us/usc/t4/s3",
|
||||
"text_hash": "120059671e7f6054475562c78e16a812dc4dca38a34e42dfac8d5f1272d1a65c"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "4 U.S.C. § 4",
|
||||
"file_hash": "8cccbc508acbfac7e0b0644ac4e885e6876ced6eb1b31acb3b451ba7bdcf7506",
|
||||
"path": "legal/us/code/title-04/chapter-1/section-4.md",
|
||||
"section": "4",
|
||||
"source_hash": "2ed0f62facef1d53ddbd15d07c8f45139942b2d9ea2f29b3a61660770064f4c8",
|
||||
"source_identifier": "/us/usc/t4/s4",
|
||||
"text_hash": "c4b04964e93feecf089424d5858dfcfc5a1f476e7eb79642a6c0d684910f3171"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "4 U.S.C. § 41",
|
||||
"file_hash": "93bc05c5bbb81abd966121f7171fc9d5a8ab8120a619712e0e4d666bfbcbe187",
|
||||
"path": "legal/us/code/title-04/chapter-2/section-41.md",
|
||||
"section": "41",
|
||||
"source_hash": "1b1e637ae431c9c854b2ff973e8f06d78d79370d4b7eeed358fafcc977e01fc6",
|
||||
"source_identifier": "/us/usc/t4/s41",
|
||||
"text_hash": "fdf4f09f4e74e5b42cbf0c4a9976dda865b665ca7faf8a466b2e4da13f052fcd"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "4 U.S.C. § 42",
|
||||
"file_hash": "cb58c461ef32d130c6b690b72d4a5d9770185625bdb7a2c763c334b3b56fb1c4",
|
||||
"path": "legal/us/code/title-04/chapter-2/section-42.md",
|
||||
"section": "42",
|
||||
"source_hash": "d745339aae6c0b1fb76e024d51848d024cfb6a634211b3218fb868c1be0530d8",
|
||||
"source_identifier": "/us/usc/t4/s42",
|
||||
"text_hash": "3132244f8b50b1cb74c7294b19948c26e7017e66c362f1ebb131e9e1b46f7eec"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "4 U.S.C. § 5",
|
||||
"file_hash": "f62f101e475b60faf31d6d91fa655b70d7f1f244a3c779de88005baf1ed3c07a",
|
||||
"path": "legal/us/code/title-04/chapter-1/section-5.md",
|
||||
"section": "5",
|
||||
"source_hash": "625f266b884080b14b7ec81baf9d952b9443493e99bb2f773034cac4922b312a",
|
||||
"source_identifier": "/us/usc/t4/s5",
|
||||
"text_hash": "ffc5b4e3dfa6ac4ee28bc29aef3ad78839f2060e15418d757d3440ac13086c3f"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "4 U.S.C. § 6",
|
||||
"file_hash": "ab792691be9788497a5e8582ec0911de193a3691817f1392b22101d2677c1b44",
|
||||
"path": "legal/us/code/title-04/chapter-1/section-6.md",
|
||||
"section": "6",
|
||||
"source_hash": "5fc40184188d9e85cdf40ba90a6ccc5eaaaa1144be8aac859f79d88e98ff7e29",
|
||||
"source_identifier": "/us/usc/t4/s6",
|
||||
"text_hash": "d0f6bfd917179b62299c5bccc9deb7f1c58637dfc3ffafa0144606a452813714"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "4 U.S.C. § 7",
|
||||
"file_hash": "9590306cafebe325c62f1f6cd67d210c01475d997ee875a3ef3d9cd2dccf058f",
|
||||
"path": "legal/us/code/title-04/chapter-1/section-7.md",
|
||||
"section": "7",
|
||||
"source_hash": "6b8494979a9ce07030716866537da765c7bb62ef196f80f446b687eb08926ffe",
|
||||
"source_identifier": "/us/usc/t4/s7",
|
||||
"text_hash": "1fd8c30d8060d976d7918457e938830fe5fba7f2a7c4c057bf8f07cfe823f10b"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "4 U.S.C. § 71",
|
||||
"file_hash": "20ae6dedd9f5f03c190d53b8c095b69dee598e8115ef6b81763dd3036e6d167c",
|
||||
"path": "legal/us/code/title-04/chapter-3/section-71.md",
|
||||
"section": "71",
|
||||
"source_hash": "1ca72bd119c64358ced7f1cfd15f010717b964e71c78e52e664d407934284602",
|
||||
"source_identifier": "/us/usc/t4/s71",
|
||||
"text_hash": "af5ff080bc7ec70a83a799e9dbbcbc08a58a321b07f6df0c511460284d15a2c7"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "4 U.S.C. § 72",
|
||||
"file_hash": "2dd664e1c6960ec02f19cd60b05b3e422867bd0e465aa2d268c3bb673df65c36",
|
||||
"path": "legal/us/code/title-04/chapter-3/section-72.md",
|
||||
"section": "72",
|
||||
"source_hash": "7ad6bdf2cc3a575c3fb4666b82955d5bf22d281d0f65fcf4404e5c3c51ba05e6",
|
||||
"source_identifier": "/us/usc/t4/s72",
|
||||
"text_hash": "59e1819a5766c6459e0614975ef7906011ab16e811a6b9a94254c52772d50f95"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "4 U.S.C. § 73",
|
||||
"file_hash": "7fb6151592a07c494a68a6171c418ed520aaa54136b9624100a2c7f45e993cbe",
|
||||
"path": "legal/us/code/title-04/chapter-3/section-73.md",
|
||||
"section": "73",
|
||||
"source_hash": "f8a4aee23006bee0b6726aea0260963e6a8b5871b75b13a4964985a1fcd26621",
|
||||
"source_identifier": "/us/usc/t4/s73",
|
||||
"text_hash": "1772fe5b46ba3ec06c64b81e6598c6b87d42270f7ed9ca3bfe245e16793d9172"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "4 U.S.C. § 8",
|
||||
"file_hash": "ce708779e50a53ecb48b2143694938ee19652becc7c00da6783596ee4b487e0f",
|
||||
"path": "legal/us/code/title-04/chapter-1/section-8.md",
|
||||
"section": "8",
|
||||
"source_hash": "13bb77b11092624bc116e43dd10286b561e89f042b2daa1c514d65bcf2bf85e8",
|
||||
"source_identifier": "/us/usc/t4/s8",
|
||||
"text_hash": "c4bdee23b814d6289e1562fd20bfd91b5d095522ac7f60405690d31164a32a0d"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "4 U.S.C. § 9",
|
||||
"file_hash": "ae34945ce7ba9290fabede4b4771593ee0e00b8c2654dc7e18f16f3bc38085f5",
|
||||
"path": "legal/us/code/title-04/chapter-1/section-9.md",
|
||||
"section": "9",
|
||||
"source_hash": "d08762f7d14b50aea67ab3e75a8bef471dfc72c6e21b61a2c663d5f46fb83448",
|
||||
"source_identifier": "/us/usc/t4/s9",
|
||||
"text_hash": "c59f037d0f1cf61fa84dc72e7b3f2da1760730e5d2bd852eb944281e108569c7"
|
||||
}
|
||||
],
|
||||
"jurisdiction": "us",
|
||||
"release_date": "2026-06-26",
|
||||
"release_point": "119-100",
|
||||
"retrieved_at": "2026-07-04",
|
||||
"section_count": 47,
|
||||
"source": "official",
|
||||
"source_file": "data/legal/raw/us/code/title-04/xml_usc04@119-100.zip",
|
||||
"source_file_sha256": "75a0350a67c3db0861c4992fe97e10959f62966b05c0b41db2f9850beb5ed882",
|
||||
"source_url": "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc04@119-100.zip",
|
||||
"title_name": "FLAG AND SEAL, SEAT OF GOVERNMENT, AND THE STATES",
|
||||
"title_number": 4,
|
||||
"type": "LegalManifest",
|
||||
"xml_file": "data/legal/raw/us/code/title-04/usc04.xml",
|
||||
"xml_file_sha256": "f7a3308a8d104b487924fe6f52a06789d37f35c05b7f47ab773ef224d97802d0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,349 @@
|
||||
{
|
||||
"corpus": "united_states_code",
|
||||
"files": [
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 1",
|
||||
"file_hash": "7b5125637e0c7145ebb0f2e59ba7110863a403579be5e4886a14ced1b8784c37",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-1.md",
|
||||
"section": "1",
|
||||
"source_hash": "b2a1a7114ba62c255f23bc702762d0569b136d296f497001a07a95ee75be1651",
|
||||
"source_identifier": "/us/usc/t9/s1",
|
||||
"text_hash": "4515d11acf8ccadabdb6b1253167c3e92499070b355978d472927026755f1fc5"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 10",
|
||||
"file_hash": "3c19d64b5cbb8761d637f1237ad5a10280d2c895afd5552de1ea27ac0eaba4da",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-10.md",
|
||||
"section": "10",
|
||||
"source_hash": "80254eabe6ce0035232943ba6afe30a26d39faf0f258a7e6e9370eea18799de8",
|
||||
"source_identifier": "/us/usc/t9/s10",
|
||||
"text_hash": "a887509d6f974b58d1119676fa5356b375926edfa0b7bae2f46adaf942100b11"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 11",
|
||||
"file_hash": "6542d7ca73614393e5d70bc99c31d8c8dd226a998df1d0c3831c5e9f12fbe63f",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-11.md",
|
||||
"section": "11",
|
||||
"source_hash": "5fa8232d4457977fb44985a84e25ee61d7d038e1bd1b59a8252b476e8c5225e4",
|
||||
"source_identifier": "/us/usc/t9/s11",
|
||||
"text_hash": "dd7f6d6d3279d40294d02359cdd050e5b622954cc8cf7f2446e347f34e06b227"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 12",
|
||||
"file_hash": "3eb96c521650ca3073022721a4c0f2a73c7ac78818c3c880d10856b1564a5466",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-12.md",
|
||||
"section": "12",
|
||||
"source_hash": "d46f471a5473e3b70a429bc0a1b76cf043dc7ca4b1b3cb1c8d9015265860db83",
|
||||
"source_identifier": "/us/usc/t9/s12",
|
||||
"text_hash": "ae0a0ef138a088c431dd4187e6fbffcf3a6d11b2e94555fc177535de47b23de2"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 13",
|
||||
"file_hash": "319cd7c169be742088d542fbc2fb3530229c8f80a95be84612246bcc8060f862",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-13.md",
|
||||
"section": "13",
|
||||
"source_hash": "24236178aae305141066245793ffd71ee7066cbfe3fb43c3322ab86a10f10612",
|
||||
"source_identifier": "/us/usc/t9/s13",
|
||||
"text_hash": "c93a43b69b90eddf7bc9e3a8296ac472b23bf695c4da59073a0c28d3cb5b5165"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 14",
|
||||
"file_hash": "e1b062965c64ce56d8a72e1d3ed7a5e0d49f75fac2020618044f0d63c56189f2",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-14.md",
|
||||
"section": "14",
|
||||
"source_hash": "d91109293d4aef21ec3ef755950a349c7bd169045792d61379d528ce14e3ae11",
|
||||
"source_identifier": "/us/usc/t9/s14",
|
||||
"text_hash": "15dec569674d48c89d5b1a6901076fe20753ebf28cab4877b0e32ff97268cb97"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 15",
|
||||
"file_hash": "a36a675c07c39c8897deefc3c6141a61375a42b2a7db4ff1013d6b0fede1ca1c",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-15.md",
|
||||
"section": "15",
|
||||
"source_hash": "28799fc8b5c7036b8d5d34fe3cfed9c2994152ebd5a56a617ce1fb087b7a69f9",
|
||||
"source_identifier": "/us/usc/t9/s15",
|
||||
"text_hash": "10623575e33fd613d26231430b6ab3be1b267f06571bfd340169dcc1881794a5"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 16",
|
||||
"file_hash": "9a69a95cc9a4f132541740c96c258c827786896ded97f8f6422c2fa5392ba943",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-16.md",
|
||||
"section": "16",
|
||||
"source_hash": "268df0b6c127c8e33d8f0716d0e667979ecdf448f3148bafb8499a1ac6987a33",
|
||||
"source_identifier": "/us/usc/t9/s16",
|
||||
"text_hash": "7a91d8f8ebe31c09f459c6ba6fb814cada85385bcaa3a251cea51ca3dfcc8d78"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 2",
|
||||
"file_hash": "8e395ee14217c0e2fbc9a7fc71f330a16969b0c47f47dc48079b2e92711bf1e5",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-2.md",
|
||||
"section": "2",
|
||||
"source_hash": "42eb4e29993537b900d6f9aa8ba4fe906593e292db5420b513636b66b78858b9",
|
||||
"source_identifier": "/us/usc/t9/s2",
|
||||
"text_hash": "5a823b652401248396bfedc72435ac0e07d7f60ef6dcd683fd3d9f7dab7a7be5"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "9 U.S.C. § 201",
|
||||
"file_hash": "b28436189f083be950e3813ac976cd27b0b811b8bce4d9fa56a30096cf19bb4f",
|
||||
"path": "legal/us/code/title-09/chapter-2/section-201.md",
|
||||
"section": "201",
|
||||
"source_hash": "0b68591206dee507ca90a1c6a4dcb697ad41a1aca258eb375dc1329344ce15e4",
|
||||
"source_identifier": "/us/usc/t9/s201",
|
||||
"text_hash": "9f933c4aa8d53aa7c32494178a1c02221934aaed8aa61ad1e9edc3b1adaf1329"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "9 U.S.C. § 202",
|
||||
"file_hash": "eac0f5a230c71f3ca5902fc90c393266837fc9671ec3138535c38f68c14da316",
|
||||
"path": "legal/us/code/title-09/chapter-2/section-202.md",
|
||||
"section": "202",
|
||||
"source_hash": "b409c42ed683bdeca64dffb3f52e68b9e45524d0aca0e4a06887bc5cbb81c7a4",
|
||||
"source_identifier": "/us/usc/t9/s202",
|
||||
"text_hash": "3ae0be6034cf8f0724ddeed42e9066605c62e72c12a4866c1504655aa7e7a56d"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "9 U.S.C. § 203",
|
||||
"file_hash": "b17421e87ad84a54874c9dfced9f9f153b007c8702c61d0070def8a65ef7a1ff",
|
||||
"path": "legal/us/code/title-09/chapter-2/section-203.md",
|
||||
"section": "203",
|
||||
"source_hash": "cf984459c7d66be47e71a2538a33117fc3b7a14dc7e0098182d7592516561e89",
|
||||
"source_identifier": "/us/usc/t9/s203",
|
||||
"text_hash": "e497817f5440fd4f3d73f4cffdfbd23864eeb25812333375bbb42797f3398e58"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "9 U.S.C. § 204",
|
||||
"file_hash": "57bca0225ea04e20363d44cfe5d9d66016592f7a70ee62357bbc7a3c522d77f0",
|
||||
"path": "legal/us/code/title-09/chapter-2/section-204.md",
|
||||
"section": "204",
|
||||
"source_hash": "08e5b02f5e12e5a4a6d6cd4f0439615744f3fcd71fd503adc86137074753e5d4",
|
||||
"source_identifier": "/us/usc/t9/s204",
|
||||
"text_hash": "6eae0d187e741983442da72848fea5c47831265db4519ce95e32c26d8fea9013"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "9 U.S.C. § 205",
|
||||
"file_hash": "16f8108b0ba59bf190affae9d8c41e6196c671be01e31dec63710f918a129a27",
|
||||
"path": "legal/us/code/title-09/chapter-2/section-205.md",
|
||||
"section": "205",
|
||||
"source_hash": "c444802c9fc037bc718c0e271d4532eca5a682fc7e65c53111791d5798ff204f",
|
||||
"source_identifier": "/us/usc/t9/s205",
|
||||
"text_hash": "365e93f9b0ce56d83d8eca2cff7c7d1a8b1957489a0bd3c3334b66aa6c7f5ed9"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "9 U.S.C. § 206",
|
||||
"file_hash": "5332d4aefa8256e99a09ade8b45863d3ce5e3ccb166b6c1e70687adbb52df670",
|
||||
"path": "legal/us/code/title-09/chapter-2/section-206.md",
|
||||
"section": "206",
|
||||
"source_hash": "0bc50a7f4335c04e13ec82bcd38dc8d33ca84f90fd68ac1aadbd2cda8a79c496",
|
||||
"source_identifier": "/us/usc/t9/s206",
|
||||
"text_hash": "94e49bd58dc7190caefd22f833416f94c0167391a9d9f16e336d2fb5d709ec2b"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "9 U.S.C. § 207",
|
||||
"file_hash": "e3645540f43991c0ba96ae8bfab619bdd6a92f03fc365cfef13190c49daed79f",
|
||||
"path": "legal/us/code/title-09/chapter-2/section-207.md",
|
||||
"section": "207",
|
||||
"source_hash": "1b64416b281ac7007ec35fe0e7c0fc349b07efd5b4ff8437a3ed831bf4ed0638",
|
||||
"source_identifier": "/us/usc/t9/s207",
|
||||
"text_hash": "96f040563aa6d7e7ff11e409d3b7745d08a1f454849af4b6317b82401d87f00b"
|
||||
},
|
||||
{
|
||||
"chapter": "2",
|
||||
"citation": "9 U.S.C. § 208",
|
||||
"file_hash": "04140e791ab2e0979d6f4fe0c62264d9284b7c0082aacdd2c7efecec129229a4",
|
||||
"path": "legal/us/code/title-09/chapter-2/section-208.md",
|
||||
"section": "208",
|
||||
"source_hash": "071b0acf78bbf46106d7070e31fdcf4e80689731cb64d881ab1a2c238f08b09a",
|
||||
"source_identifier": "/us/usc/t9/s208",
|
||||
"text_hash": "2f3ff1ab27b91cccb40ea9d4db17d69b98f339af051794d88bac02a750ab6aa4"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 3",
|
||||
"file_hash": "17f043203cde1f21d2b6eed9df92ec7f22ecef28d4b713f57b4866244b0afe9c",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-3.md",
|
||||
"section": "3",
|
||||
"source_hash": "85857a6b3135dd0be61cbce5fc2677b0a30b9758398ac0b9481490f2033ff723",
|
||||
"source_identifier": "/us/usc/t9/s3",
|
||||
"text_hash": "b87fd3a98568ed93b77d1ef2a25459f9fe49239bcc81662c41cc6d7914bd7c59"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "9 U.S.C. § 301",
|
||||
"file_hash": "8e7d9e353757e8849274d6c4d50a452e2b6e456983e8caf2a5f8b5c08fab64f5",
|
||||
"path": "legal/us/code/title-09/chapter-3/section-301.md",
|
||||
"section": "301",
|
||||
"source_hash": "b852219cf60c34cd154d8a4dead31603effcdb0a32853191070bd2ce243e1a4f",
|
||||
"source_identifier": "/us/usc/t9/s301",
|
||||
"text_hash": "67486e6d05ebc7a2b47595a3a542ed1767953944e8701b602ff91938d6b35395"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "9 U.S.C. § 302",
|
||||
"file_hash": "a2760adbbc37ffba81002b68b73a9107f09036749cd53c86e39733ce6dc742b6",
|
||||
"path": "legal/us/code/title-09/chapter-3/section-302.md",
|
||||
"section": "302",
|
||||
"source_hash": "fa37a0ebf559cc64e976e97925f5f8327c397332ffc5d8d6b69172e0e770a90b",
|
||||
"source_identifier": "/us/usc/t9/s302",
|
||||
"text_hash": "8eb0b97c6411e4f79a9c73f9ae981e2392bf10cf1a3bac526702d028c6de273d"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "9 U.S.C. § 303",
|
||||
"file_hash": "10dbc657d43bcbcb3cd9ea4de3a26f3d6bff1703e33459263af0b80344dacee3",
|
||||
"path": "legal/us/code/title-09/chapter-3/section-303.md",
|
||||
"section": "303",
|
||||
"source_hash": "3e23671af546e09bbc1ebe4737fbe43d4e88e134998638182b38efa8b0f48cca",
|
||||
"source_identifier": "/us/usc/t9/s303",
|
||||
"text_hash": "bbf28dded439d0c45b1e5c4e8150fd96f7d7c4cd09c240a689908acde9e47e58"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "9 U.S.C. § 304",
|
||||
"file_hash": "e97b680038a9f6a269d18af690133d8ccb3ecdfcbbe7e4379deb133976038bef",
|
||||
"path": "legal/us/code/title-09/chapter-3/section-304.md",
|
||||
"section": "304",
|
||||
"source_hash": "6d6d8125b7d8a5e93752c605216ce145268687c1fb7e14fa3705cef5def0a21b",
|
||||
"source_identifier": "/us/usc/t9/s304",
|
||||
"text_hash": "d7d9f6f58360113a651b2635edd1bed5a0e0c275b1461de01ab0868dbe0b6448"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "9 U.S.C. § 305",
|
||||
"file_hash": "91728372f48a0236796d3986df91bb86fa74b38f68709a79abb2cb9442cee14f",
|
||||
"path": "legal/us/code/title-09/chapter-3/section-305.md",
|
||||
"section": "305",
|
||||
"source_hash": "db40e908cbb115f70fb660203e7e8886d0fa45c606c1cdd1d4f37bcbab9fbcc2",
|
||||
"source_identifier": "/us/usc/t9/s305",
|
||||
"text_hash": "b3ea474bf4dd8c83eaa8507ee81e29dad9e0a9768b67fe85508b758a2a68becf"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "9 U.S.C. § 306",
|
||||
"file_hash": "2398816e00a2c9ed267e675c382e27bdd467afbca111594ec724484186508d45",
|
||||
"path": "legal/us/code/title-09/chapter-3/section-306.md",
|
||||
"section": "306",
|
||||
"source_hash": "280bc8d1813bef55e04b4c829d7cc1f600a9c3c6724c34abce34d1ecfd74220c",
|
||||
"source_identifier": "/us/usc/t9/s306",
|
||||
"text_hash": "9cb520cb20e2f318c57584ec16a02808cde1614b234fc72151c08d32d64e4e21"
|
||||
},
|
||||
{
|
||||
"chapter": "3",
|
||||
"citation": "9 U.S.C. § 307",
|
||||
"file_hash": "279220f7e3bcca4a042b20d07ab3262de840e81241e64033f4472aa438b24789",
|
||||
"path": "legal/us/code/title-09/chapter-3/section-307.md",
|
||||
"section": "307",
|
||||
"source_hash": "8de0f2f6854c0d4cdae89cc5d688137755e23774afc65326a6cc7461082e808e",
|
||||
"source_identifier": "/us/usc/t9/s307",
|
||||
"text_hash": "dcd5f58cf40dfdcd6598b21497d26b961dbfe73d0bcd00e02ae9fc270afcfb39"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 4",
|
||||
"file_hash": "d659a2945d2d343c4187c3b2f1e82f29907cfee04ebbd864efe59c5d24b258f5",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-4.md",
|
||||
"section": "4",
|
||||
"source_hash": "8fbb35e515ecd5fb5265098ddd864c2a5591837d62ab15acfeccd3e4b1bb68dc",
|
||||
"source_identifier": "/us/usc/t9/s4",
|
||||
"text_hash": "0823622e57d39c06a992606c3905c47f1fef8df76e148ad1024d411c07745f71"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "9 U.S.C. § 401",
|
||||
"file_hash": "ed4fae1f0dc7b6733b88b578155bfa26b63661fa5d2798efd30349ada03f2e1b",
|
||||
"path": "legal/us/code/title-09/chapter-4/section-401.md",
|
||||
"section": "401",
|
||||
"source_hash": "d9c058486d4b2c2ddfc76e2b05e86937208ef9cf7741738f3a904cf717fe2be4",
|
||||
"source_identifier": "/us/usc/t9/s401",
|
||||
"text_hash": "1d764170f783c4570ff271ebc0151fb8ce6cf5defd46bcf667d59cbc791a0c5e"
|
||||
},
|
||||
{
|
||||
"chapter": "4",
|
||||
"citation": "9 U.S.C. § 402",
|
||||
"file_hash": "d77d889628fc216ed63cde3efdf5ffbb9e0513d4d791a78b7417abc8faed8fa3",
|
||||
"path": "legal/us/code/title-09/chapter-4/section-402.md",
|
||||
"section": "402",
|
||||
"source_hash": "7c9f1714ea59656c2f8d7418f82312a72840bd86a3d6aa5fca80e1490cd27cc3",
|
||||
"source_identifier": "/us/usc/t9/s402",
|
||||
"text_hash": "ed8c6e5aca7635de5b4c7026b89c86a81429092f10ce5b3f482b447fb0bb3add"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 5",
|
||||
"file_hash": "deb86cb3e21322f875a619b6ad4f47f0c7e90e0fb88f29877a0421aaae37fe75",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-5.md",
|
||||
"section": "5",
|
||||
"source_hash": "484a00e4942b512630ed5b045b5fe07008d637c66382f6c149fa8cbad420ffcb",
|
||||
"source_identifier": "/us/usc/t9/s5",
|
||||
"text_hash": "f29f720eb1369a2628e3664676377df405204835cfcfb480cd50c953f6298857"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 6",
|
||||
"file_hash": "7149cd7589d63452d75a3d1a09dd9d5c59dff74edc7f59551e4c7a5bf7138980",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-6.md",
|
||||
"section": "6",
|
||||
"source_hash": "a2969123dad84350ab6d0a7035f3ef246e82d590be279a246121e75e144afd5f",
|
||||
"source_identifier": "/us/usc/t9/s6",
|
||||
"text_hash": "3d0e54d25c4dac5189d04b3d35d41f7516c0d0b7ac46c2fcbefd859f8a3ed173"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 7",
|
||||
"file_hash": "a48b982800197b013cf748f1f7995360ff6f038d9e227592cf9b5e59649cee9e",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-7.md",
|
||||
"section": "7",
|
||||
"source_hash": "6634245e42dafc1772bdae342d573e189e54a02d3fe63eeafd28effcb7fd320c",
|
||||
"source_identifier": "/us/usc/t9/s7",
|
||||
"text_hash": "bf4b78e63b29b6b18be378e816182048058b952a5ac5c2c2fc2a067691161946"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 8",
|
||||
"file_hash": "677864e3b80d3f579a2618e18892c1964845ad858ff07f86fadae1e2bc8ddb55",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-8.md",
|
||||
"section": "8",
|
||||
"source_hash": "0507cef6a02f78b432be57d61965aa62f2795cb51f23e7580741f65351a628ae",
|
||||
"source_identifier": "/us/usc/t9/s8",
|
||||
"text_hash": "461e81602170b919c98fb512f55cc6465aa72c79ad8c4d716cadd68cc7e7da93"
|
||||
},
|
||||
{
|
||||
"chapter": "1",
|
||||
"citation": "9 U.S.C. § 9",
|
||||
"file_hash": "f50dfbcb16424a68e2dbf37e75679df9f8c0849e0b6f14657240a9b523d1b485",
|
||||
"path": "legal/us/code/title-09/chapter-1/section-9.md",
|
||||
"section": "9",
|
||||
"source_hash": "1cd9b884fb8a4311d448e28e9744915268139a0657e637f12fc242fca49996c2",
|
||||
"source_identifier": "/us/usc/t9/s9",
|
||||
"text_hash": "fb3d340260599bc560ba0fa9b1b773ef66b7f58d7dd911cbab531eb03e1d3c24"
|
||||
}
|
||||
],
|
||||
"jurisdiction": "us",
|
||||
"release_date": "2026-06-26",
|
||||
"release_point": "119-100",
|
||||
"retrieved_at": "2026-07-04",
|
||||
"section_count": 33,
|
||||
"source": "official",
|
||||
"source_file": "data/legal/raw/us/code/title-09/xml_usc09@119-100.zip",
|
||||
"source_file_sha256": "2769b4a64cc395f176a6e802747859e933a2e12cb957f17140550f8b278a9108",
|
||||
"source_url": "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc09@119-100.zip",
|
||||
"title_name": "ARBITRATION",
|
||||
"title_number": 9,
|
||||
"type": "LegalManifest",
|
||||
"xml_file": "data/legal/raw/us/code/title-09/usc09.xml",
|
||||
"xml_file_sha256": "97fab486a462f7427ae9edd74d97661bb425a232626b6c28b7089361c160e489"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
@@ -0,0 +1,622 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/css" href="usctitle.css"?>
|
||||
<uscDoc xsi:schemaLocation="http://xml.house.gov/schemas/uslm/1.0 USLM-1.0.15.xsd" xml:lang="en" identifier="/us/usc/t9" xmlns="http://xml.house.gov/schemas/uslm/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
|
||||
<meta>
|
||||
<dc:title>Title 9</dc:title>
|
||||
<dc:type>USCTitle</dc:type>
|
||||
<docNumber>9</docNumber>
|
||||
<docPublicationName>Online@119-100</docPublicationName>
|
||||
<property role="is-positive-law">yes</property>
|
||||
<dc:publisher>OLRC</dc:publisher>
|
||||
<dcterms:created>2025-08-11T12:08:57</dcterms:created>
|
||||
<dc:creator>USCConverter 1.7.2</dc:creator>
|
||||
</meta>
|
||||
<main>
|
||||
<title id="id7c9e5670-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9"><num value="9">Title 9—</num><heading>ARBITRATION</heading>
|
||||
<note topic="enacting" id="id7c9e5671-76cd-11f0-b8ae-e369934592a4"><p>This title was enacted by <ref href="/us/act/1947-07-30/ch392/s1">act July 30, 1947, ch. 392, § 1</ref>, <ref href="/us/stat/61/669">61 Stat. 669</ref></p></note>
|
||||
<note topic="miscellaneous" id="id7c9e5672-76cd-11f0-b8ae-e369934592a4"><p>Current through 119-100</p></note>
|
||||
<toc role="threeColumnTOC" id="id7c9e5673-76cd-11f0-b8ae-e369934592a4">
|
||||
<layout>
|
||||
<header style="-uslm-lc:I70" role="tocColumnHeader">
|
||||
<column class="tocHeaderLeft">Chap.</column>
|
||||
<column/>
|
||||
<column style="-uslm-lc:I29" class="tocHeaderRight">Sec.</column></header>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I07" class="threeColumnLeft"><ref href="/us/usc/t9/ch1">1.</ref></column><column style="-uslm-lc:I08" class="threeColumnMiddle">General provisions</column><column style="-uslm-lc:I09" class="threeColumnRight"><ref href="/us/usc/t9/s1">1</ref></column></tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I07" class="threeColumnLeft"><ref href="/us/usc/t9/ch2">2.</ref></column><column style="-uslm-lc:I08" class="threeColumnMiddle">Convention on the Recognition and Enforcement of Foreign Arbitral Awards</column><column style="-uslm-lc:I09" class="threeColumnRight"><ref href="/us/usc/t9/s201">201</ref></column></tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I07" class="threeColumnLeft"><ref href="/us/usc/t9/ch3">3.</ref></column><column style="-uslm-lc:I08" class="threeColumnMiddle">Inter-American Convention on International Commercial Arbitration</column><column style="-uslm-lc:I09" class="threeColumnRight"><ref href="/us/usc/t9/s301">301</ref></column></tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I07" class="threeColumnLeft"><ref href="/us/usc/t9/ch4">4.</ref></column><column style="-uslm-lc:I08" class="threeColumnMiddle">Arbitration of disputes involving sexual assault and sexual harassment</column><column style="-uslm-lc:I09" class="threeColumnRight"><ref href="/us/usc/t9/s401">401</ref></column></tocItem>
|
||||
</layout>
|
||||
</toc>
|
||||
<notes type="uscNote" id="id7c9e5674-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7c9e5675-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="amendments" id="id7c9e5676-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Amendments</heading><p style="-uslm-lc:I21" class="indent0">2022—<ref href="/us/pl/117/90/s2/b/3">Pub. L. 117–90, § 2(b)(3)</ref>, <date date="2022-03-03">Mar. 3, 2022</date>, <ref href="/us/stat/136/27">136 Stat. 27</ref>, added item for chapter 4.</p>
|
||||
<p style="-uslm-lc:I21" class="indent0">1990—<ref href="/us/pl/101/369/s2">Pub. L. 101–369, § 2</ref>, <date date="1990-08-15">Aug. 15, 1990</date>, <ref href="/us/stat/104/450">104 Stat. 450</ref>, added item for chapter 3.</p>
|
||||
<p style="-uslm-lc:I21" class="indent0">1970—<ref href="/us/pl/91/368/s2">Pub. L. 91–368, § 2</ref>, <date date="1970-07-31">July 31, 1970</date>, <ref href="/us/stat/84/693">84 Stat. 693</ref>, added analysis of chapters.</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" topic="miscellaneous" id="id7c9e5677-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Table</heading><p style="-uslm-lc:I25" class="indent1 firstIndent-1">Showing where former sections of Title 9 and the laws from which such former sections were derived, have been incorporated in revised Title 9.</p>
|
||||
<table width="50%" style="border-collapse:collapse; border-bottom:1px solid black; -uslm-lc: c3,L2,tp0,xs30,r40,8,tp0,xs30,r40,8; " id="id7c9e5678-76cd-11f0-b8ae-e369934592a4" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<colgroup>
|
||||
<col style="width:34pt ; max-width:34pt;"/>
|
||||
<col style="min-width: 139pt;"/>
|
||||
<col style="width:33pt ; max-width:33pt;"/>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="header" style="font-size:6pt; border-bottom:1px solid black; border-top:1px solid black; -uslm-lc:h1;">
|
||||
<th style="width:34.0pt ; max-width:34.0pt; text-align:center; vertical-align:middle; border-right:1px solid black;"><p style=" text-align:center;"><i>Title 9 Former Sections</i></p></th><th style="min-width: 139.0pt; text-align:center; vertical-align:middle; border-right:1px solid black; border-left:1px solid black;"><p style=" text-align:center;"><i>Statutes at Large</i></p></th><th style="width:33.0pt ; max-width:33.0pt; text-align:center; vertical-align:middle; border-left:1px solid black;"><p style=" text-align:center;"><i>Title 9 New Sections</i></p></th></tr>
|
||||
</thead>
|
||||
<tbody style="line-height:7pt; font-size:6pt;">
|
||||
<tr style="border-top:1px solid black; -uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>1</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s1">Feb. 12, 1925, ch. 213, § 1</a>, <a href="/us/stat/43/883">43 Stat. 883</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">1</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>2</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s2">Feb. 12, 1925, ch. 213, § 2</a>, <a href="/us/stat/43/883">43 Stat. 883</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">2</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>3</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s3">Feb. 12, 1925, ch. 213, § 3</a>, <a href="/us/stat/43/883">43 Stat. 883</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">3</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>4</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s4">Feb. 12, 1925, ch. 213, § 4</a>, <a href="/us/stat/43/883">43 Stat. 883</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">4</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>5</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s5">Feb. 12, 1925, ch. 213, § 5</a>, <a href="/us/stat/43/884">43 Stat. 884</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">5</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>6</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s6">Feb. 12, 1925, ch. 213, § 6</a>, <a href="/us/stat/43/884">43 Stat. 884</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">6</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>7</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s7">Feb. 12, 1925, ch. 213, § 7</a>, <a href="/us/stat/43/884">43 Stat. 884</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">7</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>8</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s8">Feb. 12, 1925, ch. 213, § 8</a>, <a href="/us/stat/43/884">43 Stat. 884</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">8</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>9</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s9">Feb. 12, 1925, ch. 213, § 9</a>, <a href="/us/stat/43/885">43 Stat. 885</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">9</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>10</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s10">Feb. 12, 1925, ch. 213, § 10</a>, <a href="/us/stat/43/885">43 Stat. 885</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">10</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>11</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s11">Feb. 12, 1925, ch. 213, § 11</a>, <a href="/us/stat/43/885">43 Stat. 885</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">11</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>12</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s12">Feb. 12, 1925, ch. 213, § 12</a>, <a href="/us/stat/43/885">43 Stat. 885</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">12</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>13</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s13">Feb. 12, 1925, ch. 213, § 13</a>, <a href="/us/stat/43/886">43 Stat. 886</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">13</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>14</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s14">Feb. 12, 1925, ch. 213, § 14</a>, <a href="/us/stat/43/886">43 Stat. 886</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">Rep.</p></td></tr>
|
||||
<tr style="-uslm-lc:I01;"><td style=" text-align:left; vertical-align:top; border-right:1px solid black; padding-right:2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span>15</span></p></td><td style=" text-align:left; vertical-align:top; border-right:1px solid black; border-left:1px solid black; padding-right:2pt; padding-left: 2pt;"><p style=" text-align:left; text-indent: -1em; padding-left:1em;" class="leaders"><span><a href="/us/act/1925-02-12/ch213/s15">Feb. 12, 1925, ch. 213, § 15</a>, <a href="/us/stat/43/886">43 Stat. 886</a></span></p></td><td style=" text-align:right; vertical-align:top; border-left:1px solid black; padding-left: 2pt;"><p style=" text-align:right;">14</p></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7c9e5679-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="codification" id="id7c9e567a-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Positive Law; Citation</heading><p>This title has been made positive law by section 1 of <ref href="/us/act/1947-07-30/ch392">act July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/669">61 Stat. 669</ref>, which provided in part that: <quotedContent origin="/us/act/1947-07-30/ch392">“title 9 of the United States Code, entitled ‘Arbitration’, is codified and enacted into positive law and may be cited as ‘9 U.S.C., § —’ ”.</quotedContent>
|
||||
</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" topic="repeals" id="id7c9e567b-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Repeals</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1947-07-30/ch392/s2">Act July 30, 1947, ch. 392, § 2</ref>, <ref href="/us/stat/61/674">61 Stat. 674</ref>, provided that the sections or parts thereof of the Statutes at Large covering provisions codified in this Act, insofar as such provisions appeared in former title 9 were repealed and provided that any rights or liabilities now existing under such repealed sections or parts thereof shall not be affected by such repeal.</p>
|
||||
</note>
|
||||
</notes>
|
||||
<chapter style="-uslm-lc:I81" id="id7c9e567c-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/ch1"><num value="1">CHAPTER 1—</num><heading>GENERAL PROVISIONS</heading>
|
||||
<toc role="twoColumnTOC" id="id7c9e567d-76cd-11f0-b8ae-e369934592a4">
|
||||
<layout>
|
||||
<header style="-uslm-lc:I70" role="tocColumnHeader">
|
||||
<column class="tocHeaderLeft">Sec.</column>
|
||||
</header>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s1">1.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">“Maritime transactions” and “commerce” defined; exceptions to operation of title.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s2">2.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Validity, irrevocability, and enforcement of agreements to arbitrate.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s3">3.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Stay of proceedings where issue therein referable to arbitration.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s4">4.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Failure to arbitrate under agreement; petition to United States court having jurisdiction for order to compel arbitration; notice and service thereof; hearing and determination.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s5">5.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Appointment of arbitrators or umpire.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s6">6.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Application heard as motion.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s7">7.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Witnesses before arbitrators; fees; compelling attendance.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s8">8.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Proceedings begun by libel in admiralty and seizure of vessel or property.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s9">9.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Award of arbitrators; confirmation; jurisdiction; procedure.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s10">10.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Same; vacation; grounds; rehearing.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s11">11.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Same; modification or correction; grounds; order.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s12">12.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Notice of motions to vacate or modify; service; stay of proceedings.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s13">13.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Papers filed with order on motions; judgment; docketing; force and effect; enforcement.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s14">14.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Contracts not affected.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s15">15.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Inapplicability of the Act of State doctrine.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s16">16.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Appeals.</column>
|
||||
</tocItem>
|
||||
</layout>
|
||||
</toc>
|
||||
<notes type="uscNote" id="id7c9e567e-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7c9e567f-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="amendments" id="id7c9e5680-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Amendments</heading><p style="-uslm-lc:I21" class="indent0">1990—<ref href="/us/pl/101/650/tIII/s325/a/2">Pub. L. 101–650, title III, § 325(a)(2)</ref>, <date date="1990-12-01">Dec. 1, 1990</date>, <ref href="/us/stat/104/5120">104 Stat. 5120</ref>, added item 15 “Inapplicability of the Act of State doctrine” and redesignated former item 15 “Appeals” as 16.</p>
|
||||
<p style="-uslm-lc:I21" class="indent0">1988—<ref href="/us/pl/100/702/tX/s1019/b">Pub. L. 100–702, title X, § 1019(b)</ref>, <date date="1988-11-19">Nov. 19, 1988</date>, <ref href="/us/stat/102/4671">102 Stat. 4671</ref>, added item 15 relating to appeals.</p>
|
||||
<p style="-uslm-lc:I21" class="indent0">1970—<ref href="/us/pl/91/368/s3">Pub. L. 91–368, § 3</ref>, <date date="1970-07-31">July 31, 1970</date>, <ref href="/us/stat/84/693">84 Stat. 693</ref>, designated existing sections 1 through 14 as “Chapter 1” and added heading for Chapter 1.</p>
|
||||
</note>
|
||||
</notes>
|
||||
<section style="-uslm-lc:I80" id="id7c9e5681-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s1"><num value="1">§ 1.</num><heading> “Maritime transactions” and “commerce” defined; exceptions to operation of title</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">“Maritime transactions”, as herein defined, means charter parties, bills of lading of water carriers, agreements relating to wharfage, supplies furnished vessels or repairs to vessels, collisions, or any other matters in foreign commerce which, if the subject of controversy, would be embraced within admiralty jurisdiction; “commerce”, as herein defined, means commerce among the several States or with foreign nations, or in any Territory of the United States or in the District of Columbia, or between any such Territory and another, or between any such Territory and any State or foreign nation, or between the District of Columbia and any State or Territory or foreign nation, but nothing herein contained shall apply to contracts of employment of seamen, railroad employees, or any other class of workers engaged in foreign or interstate commerce.</p>
|
||||
</content><sourceCredit id="id7c9e5682-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/670">61 Stat. 670</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7c9e5683-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7c9e5684-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s1">Act Feb. 12, 1925, ch. 213, § 1</ref>, <ref href="/us/stat/43/883">43 Stat. 883</ref>.</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7c9e5685-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="shortTitleOfAmendment" id="id7c9e5686-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Short Title of 2022 Amendment</heading><p><ref href="/us/pl/117/90/s1">Pub. L. 117–90, § 1</ref>, <date date="2022-03-03">Mar. 3, 2022</date>, <ref href="/us/stat/136/26">136 Stat. 26</ref>, provided that: <quotedContent origin="/us/pl/117/90/s1">“This Act [enacting chapter 4 of this title, amending sections 2, 208, and 307 of this title, and enacting provisions set out as a note under <ref href="/us/usc/t9/s401">section 401 of this title</ref>] may be cited as the ‘Ending Forced Arbitration of Sexual Assault and Sexual Harassment Act of 2021’.”</quotedContent>
|
||||
</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7c9e5687-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s2"><num value="2">§ 2.</num><heading> Validity, irrevocability, and enforcement of agreements to arbitrate</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">A written provision in any maritime transaction or a contract evidencing a transaction involving commerce to settle by arbitration a controversy thereafter arising out of such contract or transaction, or the refusal to perform the whole or any part thereof, or an agreement in writing to submit to arbitration an existing controversy arising out of such a contract, transaction, or refusal, shall be valid, irrevocable, and enforceable, save upon such grounds as exist at law or in equity for the revocation of any contract or as otherwise provided in chapter 4.</p>
|
||||
</content><sourceCredit id="id7ca0c788-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/670">61 Stat. 670</ref>; <ref href="/us/pl/117/90/s2/b/1/A">Pub. L. 117–90, § 2(b)(1)(A)</ref>, <date date="2022-03-03">Mar. 3, 2022</date>, <ref href="/us/stat/136/27">136 Stat. 27</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca0c789-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca0c78a-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s2">Act Feb. 12, 1925, ch. 213, § 2</ref>, <ref href="/us/stat/43/883">43 Stat. 883</ref>.</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7ca0c78b-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="amendments" id="id7ca0c78c-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Amendments</heading><p style="-uslm-lc:I21" class="indent0">2022—<ref href="/us/pl/117/90">Pub. L. 117–90</ref> inserted “or as otherwise provided in chapter 4” before period at end.</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca0c78d-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDateOfAmendment" id="id7ca0c78e-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date of 2022 Amendment</heading><p style="-uslm-lc:I21" class="indent0">Amendment by <ref href="/us/pl/117/90">Pub. L. 117–90</ref> applicable with respect to any dispute or claim that arises or accrues on or after <date date="2022-03-03">Mar. 3, 2022</date>, see <ref href="/us/pl/117/90/s3">section 3 of Pub. L. 117–90</ref>, set out as an Effective Date note under <ref href="/us/usc/t9/s401">section 401 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca0c78f-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s3"><num value="3">§ 3.</num><heading> Stay of proceedings where issue therein referable to arbitration</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">If any suit or proceeding be brought in any of the courts of the United States upon any issue referable to arbitration under an agreement in writing for such arbitration, the court in which such suit is pending, upon being satisfied that the issue involved in such suit or proceeding is referable to arbitration under such an agreement, shall on application of one of the parties stay the trial of the action until such arbitration has been had in accordance with the terms of the agreement, providing the applicant for the stay is not in default in proceeding with such arbitration.</p>
|
||||
</content><sourceCredit id="id7ca0c790-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/670">61 Stat. 670</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca0c791-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca0c792-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s3">Act Feb. 12, 1925, ch. 213, § 3</ref>, <ref href="/us/stat/43/883">43 Stat. 883</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca0c793-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s4"><num value="4">§ 4.</num><heading> Failure to arbitrate under agreement; petition to United States court having jurisdiction for order to compel arbitration; notice and service thereof; hearing and determination</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">A party aggrieved by the alleged failure, neglect, or refusal of another to arbitrate under a written agreement for arbitration may petition any United States district court which, save for such agreement, would have jurisdiction under title 28, in a civil action or in admiralty of the subject matter of a suit arising out of the controversy between the parties, for an order directing that such arbitration proceed in the manner provided for in such agreement. Five days’ notice in writing of such application shall be served upon the party in default. Service thereof shall be made in the manner provided by the Federal Rules of Civil Procedure. The court shall hear the parties, and upon being satisfied that the making of the agreement for arbitration or the failure to comply therewith is not in issue, the court shall make an order directing the parties to proceed to arbitration in accordance with the terms of the agreement. The hearing and proceedings, under such agreement, shall be within the district in which the petition for an order directing such arbitration is filed. If the making of the arbitration agreement or the failure, neglect, or refusal to perform the same be in issue, the court shall proceed summarily to the trial thereof. If no jury trial be demanded by the party alleged to be in default, or if the matter in dispute is within admiralty jurisdiction, the court shall hear and determine such issue. Where such an issue is raised, the party alleged to be in default may, except in cases of admiralty, on or before the return day of the notice of application, demand a jury trial of such issue, and upon such demand the court shall make an order referring the issue or issues to a jury in the manner provided by the Federal Rules of Civil Procedure, or may specially call a jury for that purpose. If the jury find that no agreement in writing for arbitration was made or that there is no default in proceeding thereunder, the proceeding shall be dismissed. If the jury find that an agreement for arbitration was made in writing and that there is a default in proceeding thereunder, the court shall make an order summarily directing the parties to proceed with the arbitration in accordance with the terms thereof.</p>
|
||||
</content><sourceCredit id="id7ca0c794-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/671">61 Stat. 671</ref>; <ref href="/us/act/1954-09-03/ch1263/s19">Sept. 3, 1954, ch. 1263, § 19</ref>, <ref href="/us/stat/68/1233">68 Stat. 1233</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca0c795-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca0c796-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s4">Act Feb. 12, 1925, ch. 213, § 4</ref>, <ref href="/us/stat/43/883">43 Stat. 883</ref>.</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7ca0c797-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I75" topic="referencesInText" id="id7ca0c798-76cd-11f0-b8ae-e369934592a4">
|
||||
<heading class="centered smallCaps">References in Text</heading><p style="-uslm-lc:I21" class="indent0">Federal Rules of Civil Procedure, referred to in text, are set out in Appendix to Title 28, Judiciary and Judicial Procedure.</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" topic="amendments" id="id7ca0c799-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Amendments</heading><p style="-uslm-lc:I21" class="indent0">1954—Act <date date="1954-09-03">Sept. 3, 1954</date>, brought section into conformity with present terms and practice.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca0c79a-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s5"><num value="5">§ 5.</num><heading> Appointment of arbitrators or umpire</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">If in the agreement provision be made for a method of naming or appointing an arbitrator or arbitrators or an umpire, such method shall be followed; but if no method be provided therein, or if a method be provided and any party thereto shall fail to avail himself of such method, or if for any other reason there shall be a lapse in the naming of an arbitrator or arbitrators or umpire, or in filling a vacancy, then upon the application of either party to the controversy the court shall designate and appoint an arbitrator or arbitrators or umpire, as the case may require, who shall act under the said agreement with the same force and effect as if he or they had been specifically named therein; and unless otherwise provided in the agreement the arbitration shall be by a single arbitrator.</p>
|
||||
</content><sourceCredit id="id7ca0c79b-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/671">61 Stat. 671</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca0c79c-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca0c79d-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s5">Act Feb. 12, 1925, ch. 213, § 5</ref>, <ref href="/us/stat/43/884">43 Stat. 884</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca0c79e-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s6"><num value="6">§ 6.</num><heading> Application heard as motion</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">Any application to the court hereunder shall be made and heard in the manner provided by law for the making and hearing of motions, except as otherwise herein expressly provided.</p>
|
||||
</content><sourceCredit id="id7ca0c79f-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/671">61 Stat. 671</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca0c7a0-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca0c7a1-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s6">Act Feb. 12, 1925, ch. 213, § 6</ref>, <ref href="/us/stat/43/884">43 Stat. 884</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca0c7a2-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s7"><num value="7">§ 7.</num><heading> Witnesses before arbitrators; fees; compelling attendance</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">The arbitrators selected either as prescribed in this title or otherwise, or a majority of them, may summon in writing any person to attend before them or any of them as a witness and in a proper case to bring with him or them any book, record, document, or paper which may be deemed material as evidence in the case. The fees for such attendance shall be the same as the fees of witnesses before masters of the United States courts. Said summons shall issue in the name of the arbitrator or arbitrators, or a majority of them, and shall be signed by the arbitrators, or a majority of them, and shall be directed to the said person and shall be served in the same manner as subpoenas to appear and testify before the court; if any person or persons so summoned to testify shall refuse or neglect to obey said summons, upon petition the United States district court for the district in which such arbitrators, or a majority of them, are sitting may compel the attendance of such person or persons before said arbitrator or arbitrators, or punish said person or persons for contempt in the same manner provided by law for securing the attendance of witnesses or their punishment for neglect or refusal to attend in the courts of the United States.</p>
|
||||
</content><sourceCredit id="id7ca0c7a3-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/672">61 Stat. 672</ref>; <ref href="/us/act/1951-10-31/ch655/s14">Oct. 31, 1951, ch. 655, § 14</ref>, <ref href="/us/stat/65/715">65 Stat. 715</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca0c7a4-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca0c7a5-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s7">Act Feb. 12, 1925, ch. 213, § 7</ref>, <ref href="/us/stat/43/884">43 Stat. 884</ref>.</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7ca0c7a6-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="amendments" id="id7ca0c7a7-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Amendments</heading><p style="-uslm-lc:I21" class="indent0">1951—Act <date date="1951-10-31">Oct. 31, 1951</date>, substituted “United States district court for” for “United States court in and for”, and “by law for” for “on <date date="1925-02-12">February 12, 1925</date>, for”.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca0c7a8-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s8"><num value="8">§ 8.</num><heading> Proceedings begun by libel in admiralty and seizure of vessel or property</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">If the basis of jurisdiction be a cause of action otherwise justiciable in admiralty, then, notwithstanding anything herein to the contrary, the party claiming to be aggrieved may begin his proceeding hereunder by libel and seizure of the vessel or other property of the other party according to the usual course of admiralty proceedings, and the court shall then have jurisdiction to direct the parties to proceed with the arbitration and shall retain jurisdiction to enter its decree upon the award.</p>
|
||||
</content><sourceCredit id="id7ca0c7a9-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/672">61 Stat. 672</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca0c7aa-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca0c7ab-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s8">Act Feb. 12, 1925, ch. 213, § 8</ref>, 43 Stat 884.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca0c7ac-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s9"><num value="9">§ 9.</num><heading> Award of arbitrators; confirmation; jurisdiction; procedure</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">If the parties in their agreement have agreed that a judgment of the court shall be entered upon the award made pursuant to the arbitration, and shall specify the court, then at any time within one year after the award is made any party to the arbitration may apply to the court so specified for an order confirming the award, and thereupon the court must grant such an order unless the award is vacated, modified, or corrected as prescribed in sections 10 and 11 of this title. If no court is specified in the agreement of the parties, then such application may be made to the United States court in and for the district within which such award was made. Notice of the application shall be served upon the adverse party, and thereupon the court shall have jurisdiction of such party as though he had appeared generally in the proceeding. If the adverse party is a resident of the district within which the award was made, such service shall be made upon the adverse party or his attorney as prescribed by law for service of notice of motion in an action in the same court. If the adverse party shall be a nonresident, then the notice of the application shall be served by the marshal of any district within which the adverse party may be found in like manner as other process of the court.</p>
|
||||
</content><sourceCredit id="id7ca3109d-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/672">61 Stat. 672</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca3109e-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca3109f-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s9">Act Feb. 12, 1925, ch. 213, § 9</ref>, <ref href="/us/stat/43/885">43 Stat. 885</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca310a0-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s10"><num value="10">§ 10.</num><heading> Same; vacation; grounds; rehearing</heading><subsection style="-uslm-lc:I11" class="indent0" id="id7ca310a1-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s10/a"><num value="a">(a)</num><chapeau> In any of the following cases the United States court in and for the district wherein the award was made may make an order vacating the award upon the application of any party to the arbitration—</chapeau><paragraph style="-uslm-lc:I12" class="indent1" id="id7ca310a2-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s10/a/1"><num value="1">(1)</num><content> where the award was procured by corruption, fraud, or undue means;</content>
|
||||
</paragraph>
|
||||
<paragraph style="-uslm-lc:I12" class="indent1" id="id7ca310a3-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s10/a/2"><num value="2">(2)</num><content> where there was evident partiality or corruption in the arbitrators, or either of them;</content>
|
||||
</paragraph>
|
||||
<paragraph style="-uslm-lc:I12" class="indent1" id="id7ca310a4-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s10/a/3"><num value="3">(3)</num><content> where the arbitrators were guilty of misconduct in refusing to postpone the hearing, upon sufficient cause shown, or in refusing to hear evidence pertinent and material to the controversy; or of any other misbehavior by which the rights of any party have been prejudiced; or</content>
|
||||
</paragraph>
|
||||
<paragraph style="-uslm-lc:I12" class="indent1" id="id7ca310a5-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s10/a/4"><num value="4">(4)</num><content> where the arbitrators exceeded their powers, or so imperfectly executed them that a mutual, final, and definite award upon the subject matter submitted was not made.</content>
|
||||
</paragraph>
|
||||
</subsection>
|
||||
<subsection style="-uslm-lc:I11" class="indent0" id="id7ca310a6-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s10/b"><num value="b">(b)</num><content> If an award is vacated and the time within which the agreement required the award to be made has not expired, the court may, in its discretion, direct a rehearing by the arbitrators.</content>
|
||||
</subsection>
|
||||
<subsection style="-uslm-lc:I11" class="indent0" id="id7ca310a7-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s10/c"><num value="c">(c)</num><content> The United States district court for the district wherein an award was made that was issued pursuant to <ref href="/us/usc/t5/s580">section 580 of title 5</ref> may make an order vacating the award upon the application of a person, other than a party to the arbitration, who is adversely affected or aggrieved by the award, if the use of arbitration or the award is clearly inconsistent with the factors set forth in <ref href="/us/usc/t5/s572">section 572 of title 5</ref>.</content>
|
||||
</subsection>
|
||||
<sourceCredit id="id7ca310a8-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/672">61 Stat. 672</ref>; <ref href="/us/pl/101/552/s5">Pub. L. 101–552, § 5</ref>, <date date="1990-11-15">Nov. 15, 1990</date>, <ref href="/us/stat/104/2745">104 Stat. 2745</ref>; <ref href="/us/pl/102/354/s5/b/4">Pub. L. 102–354, § 5(b)(4)</ref>, <date date="1992-08-26">Aug. 26, 1992</date>, <ref href="/us/stat/106/946">106 Stat. 946</ref>; <ref href="/us/pl/107/169/s1">Pub. L. 107–169, § 1</ref>, <date date="2002-05-07">May 7, 2002</date>, <ref href="/us/stat/116/132">116 Stat. 132</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca310a9-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca310aa-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s10">Act Feb. 12, 1925, ch. 213, § 10</ref>, <ref href="/us/stat/43/885">43 Stat. 885</ref>.</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7ca310ab-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="amendments" id="id7ca310ac-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Amendments</heading><p style="-uslm-lc:I21" class="indent0">2002—Subsec. (a)(1) to (4). <ref href="/us/pl/107/169/s1/1">Pub. L. 107–169, § 1(1)</ref>–(3), substituted “where” for “Where” and realigned margins in pars. (1) to (4), and substituted a semicolon for period at end in pars. (1) and (2) and “; or” for the period at end in par. (3).</p>
|
||||
<p style="-uslm-lc:I21" class="indent0">Subsec. (a)(5). <ref href="/us/pl/107/169/s1/5">Pub. L. 107–169, § 1(5)</ref>, substituted “If an award” for “Where an award”, inserted a comma after “expired”, and redesignated par. (5) as subsec. (b).</p>
|
||||
<p style="-uslm-lc:I21" class="indent0">Subsec. (b). <ref href="/us/pl/107/169/s1/4">Pub. L. 107–169, § 1(4)</ref>, (5), redesignated subsec. (a)(5) as (b). Former subsec. (b) redesignated (c).</p>
|
||||
<p style="-uslm-lc:I21" class="indent0">Subsec. (c). <ref href="/us/pl/107/169/s1/4">Pub. L. 107–169, § 1(4)</ref>, redesignated subsec. (b) as (c).</p>
|
||||
<p style="-uslm-lc:I21" class="indent0">1992—Subsec. (b). <ref href="/us/pl/102/354">Pub. L. 102–354</ref> substituted “section 580” for “section 590” and “section 572” for “section 582”.</p>
|
||||
<p style="-uslm-lc:I21" class="indent0">1990—<ref href="/us/pl/101/552">Pub. L. 101–552</ref> designated existing provisions as subsec. (a), in introductory provisions substituted “In any” for “In either”, redesignated former subsecs. (a) to (e) as pars. (1) to (5), respectively, and added subsec. (b) which read as follows: “The United States district court for the district wherein an award was made that was issued pursuant to <ref href="/us/usc/t5/s580">section 580 of title 5</ref> may make an order vacating the award upon the application of a person, other than a party to the arbitration, who is adversely affected or aggrieved by the award, if the use of arbitration or the award is clearly inconsistent with the factors set forth in <ref href="/us/usc/t5/s572">section 572 of title 5</ref>.”</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca310ad-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s11"><num value="11">§ 11.</num><heading> Same; modification or correction; grounds; order</heading>
|
||||
<chapeau style="-uslm-lc:I11" class="indent0">In either of the following cases the United States court in and for the district wherein the award was made may make an order modifying or correcting the award upon the application of any party to the arbitration—</chapeau><subsection style="-uslm-lc:I11" class="indent0" id="id7ca310ae-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s11/a"><num value="a">(a)</num><content> Where there was an evident material miscalculation of figures or an evident material mistake in the description of any person, thing, or property referred to in the award.</content>
|
||||
</subsection>
|
||||
<subsection style="-uslm-lc:I11" class="indent0" id="id7ca310af-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s11/b"><num value="b">(b)</num><content> Where the arbitrators have awarded upon a matter not submitted to them, unless it is a matter not affecting the merits of the decision upon the matter submitted.</content>
|
||||
</subsection>
|
||||
<subsection style="-uslm-lc:I11" class="indent0" id="id7ca310b0-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s11/c"><num value="c">(c)</num><content> Where the award is imperfect in matter of form not affecting the merits of the controversy.<p style="-uslm-lc:I11" class="indent0">The order may modify and correct the award, so as to effect the intent thereof and promote justice between the parties.</p>
|
||||
</content>
|
||||
</subsection>
|
||||
<sourceCredit id="id7ca310b1-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/673">61 Stat. 673</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca310b2-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca310b3-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s11">Act Feb. 12, 1925, ch. 213, § 11</ref>, <ref href="/us/stat/43/885">43 Stat. 885</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca310b4-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s12"><num value="12">§ 12.</num><heading> Notice of motions to vacate or modify; service; stay of proceedings</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">Notice of a motion to vacate, modify, or correct an award must be served upon the adverse party or his attorney within three months after the award is filed or delivered. If the adverse party is a resident of the district within which the award was made, such service shall be made upon the adverse party or his attorney as prescribed by law for service of notice of motion in an action in the same court. If the adverse party shall be a nonresident then the notice of the application shall be served by the marshal of any district within which the adverse party may be found in like manner as other process of the court. For the purposes of the motion any judge who might make an order to stay the proceedings in an action brought in the same court may make an order, to be served with the notice of motion, staying the proceedings of the adverse party to enforce the award.</p>
|
||||
</content><sourceCredit id="id7ca310b5-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/673">61 Stat. 673</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca310b6-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca310b7-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s12">Act Feb. 12, 1925, ch. 213, § 12</ref>, <ref href="/us/stat/43/885">43 Stat. 885</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca310b8-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s13"><num value="13">§ 13.</num><heading> Papers filed with order on motions; judgment; docketing; force and effect; enforcement</heading>
|
||||
<chapeau style="-uslm-lc:I11" class="indent0">The party moving for an order confirming, modifying, or correcting an award shall, at the time such order is filed with the clerk for the entry of judgment thereon, also file the following papers with the clerk:</chapeau><subsection style="-uslm-lc:I11" class="indent0" id="id7ca310b9-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s13/a"><num value="a">(a)</num><content> The agreement; the selection or appointment, if any, of an additional arbitrator or umpire; and each written extension of the time, if any, within which to make the award.</content>
|
||||
</subsection>
|
||||
<subsection style="-uslm-lc:I11" class="indent0" id="id7ca310ba-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s13/b"><num value="b">(b)</num><content> The award.</content>
|
||||
</subsection>
|
||||
<subsection style="-uslm-lc:I11" class="indent0" id="id7ca310bb-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s13/c"><num value="c">(c)</num><content> Each notice, affidavit, or other paper used upon an application to confirm, modify, or correct the award, and a copy of each order of the court upon such an application.<p style="-uslm-lc:I11" class="indent0">The judgment shall be docketed as if it was rendered in an action.</p>
|
||||
<p style="-uslm-lc:I11" class="indent0">The judgment so entered shall have the same force and effect, in all respects, as, and be subject to all the provisions of law relating to, a judgment in an action; and it may be enforced as if it had been rendered in an action in the court in which it is entered.</p>
|
||||
</content>
|
||||
</subsection>
|
||||
<sourceCredit id="id7ca310bc-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/673">61 Stat. 673</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca310bd-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca310be-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s13">Act Feb. 12, 1925, ch. 213, § 13</ref>, <ref href="/us/stat/43/886">43 Stat. 886</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca310bf-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s14"><num value="14">§ 14.</num><heading> Contracts not affected</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">This title shall not apply to contracts made prior to <date date="1926-01-01">January 1, 1926</date>.</p>
|
||||
</content><sourceCredit id="id7ca310c0-76cd-11f0-b8ae-e369934592a4">(<ref href="/us/act/1947-07-30/ch392">July 30, 1947, ch. 392</ref>, <ref href="/us/stat/61/674">61 Stat. 674</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca310c1-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" topic="derivation" id="id7ca310c2-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Derivation</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s15">Act Feb. 12, 1925, ch. 213, § 15</ref>, <ref href="/us/stat/43/886">43 Stat. 886</ref>.</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7ca310c3-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="priorProvisions" id="id7ca310c4-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Prior Provisions</heading><p style="-uslm-lc:I21" class="indent0"><ref href="/us/act/1925-02-12/ch213/s14">Act Feb. 12, 1925, ch. 213, § 14</ref>, <ref href="/us/stat/43/886">43 Stat. 886</ref>, former provisions of <ref href="/us/usc/t9/s14">section 14 of this title</ref> relating to “short title” is not now covered.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca310c5-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s15"><num value="15">§ 15.</num><heading> Inapplicability of the Act of State doctrine</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">Enforcement of arbitral agreements, confirmation of arbitral awards, and execution upon judgments based on orders confirming such awards shall not be refused on the basis of the Act of State doctrine.</p>
|
||||
</content><sourceCredit id="id7ca310c6-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/100/669/s1">Pub. L. 100–669, § 1</ref>, <date date="1988-11-16">Nov. 16, 1988</date>, <ref href="/us/stat/102/3969">102 Stat. 3969</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca310c7-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7ca310c8-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I76" topic="codification" id="id7ca310c9-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Codification</heading>
|
||||
<p style="-uslm-lc:I21" class="indent0">Another <ref href="/us/usc/t9/s15">section 15 of this title</ref> was renumbered <ref href="/us/usc/t9/s16">section 16 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca310ca-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16"><num value="16">§ 16.</num><heading> Appeals</heading><subsection style="-uslm-lc:I11" class="indent0" id="id7ca310cb-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/a"><num value="a">(a)</num><chapeau> An appeal may be taken from—</chapeau><paragraph style="-uslm-lc:I12" class="indent1" id="id7ca310cc-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/a/1"><num value="1">(1)</num><chapeau> an order—</chapeau><subparagraph style="-uslm-lc:I13" class="indent2" id="id7ca310cd-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/a/1/A"><num value="A">(A)</num><content> refusing a stay of any action under <ref href="/us/usc/t9/s3">section 3 of this title</ref>,</content>
|
||||
</subparagraph>
|
||||
<subparagraph style="-uslm-lc:I13" class="indent2" id="id7ca310ce-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/a/1/B"><num value="B">(B)</num><content> denying a petition under <ref href="/us/usc/t9/s4">section 4 of this title</ref> to order arbitration to proceed,</content>
|
||||
</subparagraph>
|
||||
<subparagraph style="-uslm-lc:I13" class="indent2" id="id7ca310cf-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/a/1/C"><num value="C">(C)</num><content> denying an application under <ref href="/us/usc/t9/s206">section 206 of this title</ref> to compel arbitration,</content>
|
||||
</subparagraph>
|
||||
<subparagraph style="-uslm-lc:I13" class="indent2" id="id7ca310d0-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/a/1/D"><num value="D">(D)</num><content> confirming or denying confirmation of an award or partial award, or</content>
|
||||
</subparagraph>
|
||||
<subparagraph style="-uslm-lc:I13" class="indent2" id="id7ca310d1-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/a/1/E"><num value="E">(E)</num><content> modifying, correcting, or vacating an award;</content>
|
||||
</subparagraph>
|
||||
</paragraph>
|
||||
<paragraph style="-uslm-lc:I12" class="indent1" id="id7ca310d2-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/a/2"><num value="2">(2)</num><content> an interlocutory order granting, continuing, or modifying an injunction against an arbitration that is subject to this title; or</content>
|
||||
</paragraph>
|
||||
<paragraph style="-uslm-lc:I12" class="indent1" id="id7ca310d3-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/a/3"><num value="3">(3)</num><content> a final decision with respect to an arbitration that is subject to this title.</content>
|
||||
</paragraph>
|
||||
</subsection>
|
||||
<subsection style="-uslm-lc:I11" class="indent0" id="id7ca310d4-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/b"><num value="b">(b)</num><chapeau> Except as otherwise provided in <ref href="/us/usc/t28/s1292/b">section 1292(b) of title 28</ref>, an appeal may not be taken from an interlocutory order—</chapeau><paragraph style="-uslm-lc:I12" class="indent1" id="id7ca310d5-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/b/1"><num value="1">(1)</num><content> granting a stay of any action under <ref href="/us/usc/t9/s3">section 3 of this title</ref>;</content>
|
||||
</paragraph>
|
||||
<paragraph style="-uslm-lc:I12" class="indent1" id="id7ca310d6-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/b/2"><num value="2">(2)</num><content> directing arbitration to proceed under <ref href="/us/usc/t9/s4">section 4 of this title</ref>;</content>
|
||||
</paragraph>
|
||||
<paragraph style="-uslm-lc:I12" class="indent1" id="id7ca310d7-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/b/3"><num value="3">(3)</num><content> compelling arbitration under <ref href="/us/usc/t9/s206">section 206 of this title</ref>; or</content>
|
||||
</paragraph>
|
||||
<paragraph style="-uslm-lc:I12" class="indent1" id="id7ca310d8-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s16/b/4"><num value="4">(4)</num><content> refusing to enjoin an arbitration that is subject to this title.</content>
|
||||
</paragraph>
|
||||
</subsection>
|
||||
<sourceCredit id="id7ca310d9-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/100/702/tX/s1019/a">Pub. L. 100–702, title X, § 1019(a)</ref>, <date date="1988-11-19">Nov. 19, 1988</date>, <ref href="/us/stat/102/4670">102 Stat. 4670</ref>, § 15; renumbered § 16, <ref href="/us/pl/101/650/tIII/s325/a/1">Pub. L. 101–650, title III, § 325(a)(1)</ref>, <date date="1990-12-01">Dec. 1, 1990</date>, <ref href="/us/stat/104/5120">104 Stat. 5120</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca310da-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7ca310db-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="amendments" id="id7ca310dc-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Amendments</heading><p style="-uslm-lc:I21" class="indent0">1990—<ref href="/us/pl/101/650">Pub. L. 101–650</ref> renumbered the second <ref href="/us/usc/t9/s15">section 15 of this title</ref> as this section.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
</chapter>
|
||||
<chapter style="-uslm-lc:I81" id="id7ca310dd-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/ch2"><num value="2">CHAPTER 2—</num><heading>CONVENTION ON THE RECOGNITION AND ENFORCEMENT OF FOREIGN ARBITRAL AWARDS</heading>
|
||||
<toc role="twoColumnTOC" id="id7ca310de-76cd-11f0-b8ae-e369934592a4">
|
||||
<layout>
|
||||
<header style="-uslm-lc:I70" role="tocColumnHeader">
|
||||
<column class="tocHeaderLeft">Sec.</column>
|
||||
</header>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s201">201.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Enforcement of Convention.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s202">202.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Agreement or award falling under the Convention.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s203">203.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Jurisdiction; amount in controversy.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s204">204.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Venue.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s205">205.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Removal of cases from State courts.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s206">206.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Order to compel arbitration; appointment of arbitrators.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s207">207.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Award of arbitrators; confirmation; jurisdiction; proceeding.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s208">208.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Application.</column>
|
||||
</tocItem>
|
||||
</layout>
|
||||
</toc>
|
||||
<notes type="uscNote" id="id7ca310df-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7ca310e0-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="amendments" id="id7ca310e1-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Amendments</heading><p style="-uslm-lc:I21" class="indent0">2022—<ref href="/us/pl/117/90/s2/b/2/A">Pub. L. 117–90, § 2(b)(2)(A)</ref>, <date date="2022-03-03">Mar. 3, 2022</date>, <ref href="/us/stat/136/27">136 Stat. 27</ref>, substituted “Application” for “Chapter 1; residual application” in item 208.</p>
|
||||
<p style="-uslm-lc:I21" class="indent0">1970—<ref href="/us/pl/91/368/s1">Pub. L. 91–368, § 1</ref>, <date date="1970-07-31">July 31, 1970</date>, <ref href="/us/stat/84/692">84 Stat. 692</ref>, added heading for chapter 2 and analysis of sections for such chapter.</p>
|
||||
</note>
|
||||
</notes>
|
||||
<section style="-uslm-lc:I80" id="id7ca310e2-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s201"><num value="201">§ 201.</num><heading> Enforcement of Convention</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">The Convention on the Recognition and Enforcement of Foreign Arbitral Awards of <date date="1958-06-10">June 10, 1958</date>, shall be enforced in United States courts in accordance with this chapter.</p>
|
||||
</content><sourceCredit id="id7ca310e3-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/91/368/s1">Pub. L. 91–368, § 1</ref>, <date date="1970-07-31">July 31, 1970</date>, <ref href="/us/stat/84/692">84 Stat. 692</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca310e4-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca310e5-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca310e6-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p><ref href="/us/pl/91/368/s4">Pub. L. 91–368, § 4</ref>, <date date="1970-07-31">July 31, 1970</date>, <ref href="/us/stat/84/693">84 Stat. 693</ref>, provided that: <quotedContent origin="/us/pl/91/368/s4">“This Act [enacting this chapter] shall be effective upon the entry into force of the Convention on Recognition and Enforcement of Foreign Arbitral Awards with respect to the United States.”</quotedContent>
|
||||
The Convention entered into force for the United States on <date date="1970-12-29">Dec. 29, 1970</date>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca310e7-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s202"><num value="202">§ 202.</num><heading> Agreement or award falling under the Convention</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">An arbitration agreement or arbitral award arising out of a legal relationship, whether contractual or not, which is considered as commercial, including a transaction, contract, or agreement described in <ref href="/us/usc/t9/s2">section 2 of this title</ref>, falls under the Convention. An agreement or award arising out of such a relationship which is entirely between citizens of the United States shall be deemed not to fall under the Convention unless that relationship involves property located abroad, envisages performance or enforcement abroad, or has some other reasonable relation with one or more foreign states. For the purpose of this section a corporation is a citizen of the United States if it is incorporated or has its principal place of business in the United States.</p>
|
||||
</content><sourceCredit id="id7ca310e8-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/91/368/s1">Pub. L. 91–368, § 1</ref>, <date date="1970-07-31">July 31, 1970</date>, <ref href="/us/stat/84/692">84 Stat. 692</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca310e9-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca310ea-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca310eb-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Convention on Recognition and Enforcement of Foreign Arbitral Awards with respect to the United States (<date date="1970-12-29">Dec. 29, 1970</date>), see <ref href="/us/pl/91/368/s4">section 4 of Pub. L. 91–368</ref>, set out as a note under <ref href="/us/usc/t9/s201">section 201 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca310ec-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s203"><num value="203">§ 203.</num><heading> Jurisdiction; amount in controversy</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">An action or proceeding falling under the Convention shall be deemed to arise under the laws and treaties of the United States. The district courts of the United States (including the courts enumerated in <ref href="/us/usc/t28/s460">section 460 of title 28</ref>) shall have original jurisdiction over such an action or proceeding, regardless of the amount in controversy.</p>
|
||||
</content><sourceCredit id="id7ca581ed-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/91/368/s1">Pub. L. 91–368, § 1</ref>, <date date="1970-07-31">July 31, 1970</date>, <ref href="/us/stat/84/692">84 Stat. 692</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca581ee-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca581ef-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca581f0-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Convention on Recognition and Enforcement of Foreign Arbitral Awards with respect to the United States (<date date="1970-12-29">Dec. 29, 1970</date>), see <ref href="/us/pl/91/368/s4">section 4 of Pub. L. 91–368</ref>, set out as a note under <ref href="/us/usc/t9/s201">section 201 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca581f1-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s204"><num value="204">§ 204.</num><heading> Venue</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">An action or proceeding over which the district courts have jurisdiction pursuant to <ref href="/us/usc/t9/s203">section 203 of this title</ref> may be brought in any such court in which save for the arbitration agreement an action or proceeding with respect to the controversy between the parties could be brought, or in such court for the district and division which embraces the place designated in the agreement as the place of arbitration if such place is within the United States.</p>
|
||||
</content><sourceCredit id="id7ca581f2-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/91/368/s1">Pub. L. 91–368, § 1</ref>, <date date="1970-07-31">July 31, 1970</date>, <ref href="/us/stat/84/692">84 Stat. 692</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca581f3-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca581f4-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca581f5-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Convention on Recognition and Enforcement of Foreign Arbitral Awards with respect to the United States (<date date="1970-12-29">Dec. 29, 1970</date>), see <ref href="/us/pl/91/368/s4">section 4 of Pub. L. 91–368</ref>, set out as a note under <ref href="/us/usc/t9/s201">section 201 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca581f6-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s205"><num value="205">§ 205.</num><heading> Removal of cases from State courts</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">Where the subject matter of an action or proceeding pending in a State court relates to an arbitration agreement or award falling under the Convention, the defendant or the defendants may, at any time before the trial thereof, remove such action or proceeding to the district court of the United States for the district and division embracing the place where the action or proceeding is pending. The procedure for removal of causes otherwise provided by law shall apply, except that the ground for removal provided in this section need not appear on the face of the complaint but may be shown in the petition for removal. For the purposes of Chapter 1 of this title any action or proceeding removed under this section shall be deemed to have been brought in the district court to which it is removed.</p>
|
||||
</content><sourceCredit id="id7ca581f7-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/91/368/s1">Pub. L. 91–368, § 1</ref>, <date date="1970-07-31">July 31, 1970</date>, <ref href="/us/stat/84/692">84 Stat. 692</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca581f8-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca581f9-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca581fa-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Convention on Recognition and Enforcement of Foreign Arbitral Awards with respect to the United States (<date date="1970-12-29">Dec. 29, 1970</date>), see <ref href="/us/pl/91/368/s4">section 4 of Pub. L. 91–368</ref>, set out as a note under <ref href="/us/usc/t9/s201">section 201 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca581fb-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s206"><num value="206">§ 206.</num><heading> Order to compel arbitration; appointment of arbitrators</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">A court having jurisdiction under this chapter may direct that arbitration be held in accordance with the agreement at any place therein provided for, whether that place is within or without the United States. Such court may also appoint arbitrators in accordance with the provisions of the agreement.</p>
|
||||
</content><sourceCredit id="id7ca581fc-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/91/368/s1">Pub. L. 91–368, § 1</ref>, <date date="1970-07-31">July 31, 1970</date>, <ref href="/us/stat/84/693">84 Stat. 693</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca581fd-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca581fe-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca581ff-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Convention on Recognition and Enforcement of Foreign Arbitral Awards with respect to the United States (<date date="1970-12-29">Dec. 29, 1970</date>), see <ref href="/us/pl/91/368/s4">section 4 of Pub. L. 91–368</ref>, set out as a note under <ref href="/us/usc/t9/s201">section 201 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca58200-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s207"><num value="207">§ 207.</num><heading> Award of arbitrators; confirmation; jurisdiction; proceeding</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">Within three years after an arbitral award falling under the Convention is made, any party to the arbitration may apply to any court having jurisdiction under this chapter for an order confirming the award as against any other party to the arbitration. The court shall confirm the award unless it finds one of the grounds for refusal or deferral of recognition or enforcement of the award specified in the said Convention.</p>
|
||||
</content><sourceCredit id="id7ca58201-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/91/368/s1">Pub. L. 91–368, § 1</ref>, <date date="1970-07-31">July 31, 1970</date>, <ref href="/us/stat/84/693">84 Stat. 693</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca58202-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca58203-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca58204-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Convention on Recognition and Enforcement of Foreign Arbitral Awards with respect to the United States (<date date="1970-12-29">Dec. 29, 1970</date>), see <ref href="/us/pl/91/368/s4">section 4 of Pub. L. 91–368</ref>, set out as a note under <ref href="/us/usc/t9/s201">section 201 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca58205-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s208"><num value="208">§ 208.</num><heading> Application</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">Chapter 1 applies to actions and proceedings brought under this chapter to the extent that chapter is not in conflict with this chapter or the Convention as ratified by the United States. This chapter applies to the extent that this chapter is not in conflict with chapter 4.</p>
|
||||
</content><sourceCredit id="id7ca58206-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/91/368/s1">Pub. L. 91–368, § 1</ref>, <date date="1970-07-31">July 31, 1970</date>, <ref href="/us/stat/84/693">84 Stat. 693</ref>; amended <ref href="/us/pl/117/90/s2/b/1/B">Pub. L. 117–90, § 2(b)(1)(B)</ref>, <date date="2022-03-03">Mar. 3, 2022</date>, <ref href="/us/stat/136/27">136 Stat. 27</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca58207-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7ca58208-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="amendments" id="id7ca58209-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Amendments</heading><p style="-uslm-lc:I21" class="indent0">2022—<ref href="/us/pl/117/90">Pub. L. 117–90</ref> substituted “Application” for “Chapter 1; residual application” in section catchline and inserted at end “This chapter applies to the extent that this chapter is not in conflict with chapter 4.”</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca5820a-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDateOfAmendment" id="id7ca5820b-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date of 2022 Amendment</heading><p style="-uslm-lc:I21" class="indent0">Amendment by <ref href="/us/pl/117/90">Pub. L. 117–90</ref> applicable with respect to any dispute or claim that arises or accrues on or after <date date="2022-03-03">Mar. 3, 2022</date>, see <ref href="/us/pl/117/90/s3">section 3 of Pub. L. 117–90</ref>, set out as an Effective Date note under <ref href="/us/usc/t9/s401">section 401 of this title</ref>.</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca5820c-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Convention on Recognition and Enforcement of Foreign Arbitral Awards with respect to the United States (<date date="1970-12-29">Dec. 29, 1970</date>), see <ref href="/us/pl/91/368/s4">section 4 of Pub. L. 91–368</ref>, set out as a note under <ref href="/us/usc/t9/s201">section 201 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
</chapter>
|
||||
<chapter style="-uslm-lc:I81" id="id7ca5820d-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/ch3"><num value="3">CHAPTER 3—</num><heading>INTER-AMERICAN CONVENTION ON INTERNATIONAL COMMERCIAL ARBITRATION</heading>
|
||||
<toc role="twoColumnTOC" id="id7ca5820e-76cd-11f0-b8ae-e369934592a4">
|
||||
<layout>
|
||||
<header style="-uslm-lc:I70" role="tocColumnHeader">
|
||||
<column class="tocHeaderLeft">Sec.</column>
|
||||
</header>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s301">301.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Enforcement of Convention.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s302">302.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Incorporation by reference.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s303">303.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Order to compel arbitration; appointment of arbitrators; locale.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s304">304.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Recognition and enforcement of foreign arbitral decisions and awards; reciprocity.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s305">305.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Relationship between the Inter-American Convention and the Convention on the Recognition and Enforcement of Foreign Arbitral Awards of <date date="1958-06-10">June 10, 1958</date>.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s306">306.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Applicable rules of Inter-American Commercial Arbitration Commission.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s307">307.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Application.</column>
|
||||
</tocItem>
|
||||
</layout>
|
||||
</toc>
|
||||
<notes type="uscNote" id="id7ca5820f-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7ca58210-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="amendments" id="id7ca58211-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Amendments</heading><p style="-uslm-lc:I21" class="indent0">2022—<ref href="/us/pl/117/90/s2/b/2/B">Pub. L. 117–90, § 2(b)(2)(B)</ref>, <date date="2022-03-03">Mar. 3, 2022</date>, <ref href="/us/stat/136/27">136 Stat. 27</ref>, substituted “Application” for “Chapter 1; residual application” in item 307.</p>
|
||||
</note>
|
||||
</notes>
|
||||
<section style="-uslm-lc:I80" id="id7ca58212-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s301"><num value="301">§ 301.</num><heading> Enforcement of Convention</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">The Inter-American Convention on International Commercial Arbitration of <date date="1975-01-30">January 30, 1975</date>, shall be enforced in United States courts in accordance with this chapter.</p>
|
||||
</content><sourceCredit id="id7ca58213-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/101/369/s1">Pub. L. 101–369, § 1</ref>, <date date="1990-08-15">Aug. 15, 1990</date>, <ref href="/us/stat/104/448">104 Stat. 448</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca58214-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca58215-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca58216-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p><ref href="/us/pl/101/369/s3">Pub. L. 101–369, § 3</ref>, <date date="1990-08-15">Aug. 15, 1990</date>, <ref href="/us/stat/104/450">104 Stat. 450</ref>, provided that: <quotedContent origin="/us/pl/101/369/s3">“This Act [enacting this chapter] shall take effect upon the entry into force of the Inter-American Convention on International Commercial Arbitration of <date date="1975-01-30">January 30, 1975</date>, with respect to the United States.”</quotedContent>
|
||||
The Convention entered into force for the United States on <date date="1990-10-27">Oct. 27, 1990</date>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca58217-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s302"><num value="302">§ 302.</num><heading> Incorporation by reference</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">Sections 202, 203, 204, 205, and 207 of this title shall apply to this chapter as if specifically set forth herein, except that for the purposes of this chapter “the Convention” shall mean the Inter-American Convention.</p>
|
||||
</content><sourceCredit id="id7ca58218-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/101/369/s1">Pub. L. 101–369, § 1</ref>, <date date="1990-08-15">Aug. 15, 1990</date>, <ref href="/us/stat/104/448">104 Stat. 448</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca58219-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca5821a-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca5821b-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Inter-American Convention on International Commercial Arbitration of <date date="1975-01-30">January 30, 1975</date>, with respect to the United States (<date date="1990-10-27">Oct. 27, 1990</date>), see <ref href="/us/pl/101/369/s3">section 3 of Pub. L. 101–369</ref>, set out as a note under <ref href="/us/usc/t9/s301">section 301 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca5821c-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s303"><num value="303">§ 303.</num><heading> Order to compel arbitration; appointment of arbitrators; locale</heading><subsection style="-uslm-lc:I11" class="indent0" id="id7ca5821d-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s303/a"><num value="a">(a)</num><content> A court having jurisdiction under this chapter may direct that arbitration be held in accordance with the agreement at any place therein provided for, whether that place is within or without the United States. The court may also appoint arbitrators in accordance with the provisions of the agreement.</content>
|
||||
</subsection>
|
||||
<subsection style="-uslm-lc:I11" class="indent0" id="id7ca5821e-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s303/b"><num value="b">(b)</num><content> In the event the agreement does not make provision for the place of arbitration or the appointment of arbitrators, the court shall direct that the arbitration shall be held and the arbitrators be appointed in accordance with Article 3 of the Inter-American Convention.</content>
|
||||
</subsection>
|
||||
<sourceCredit id="id7ca5821f-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/101/369/s1">Pub. L. 101–369, § 1</ref>, <date date="1990-08-15">Aug. 15, 1990</date>, <ref href="/us/stat/104/448">104 Stat. 448</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca58220-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca58221-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca58222-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Inter-American Convention on International Commercial Arbitration of <date date="1975-01-30">January 30, 1975</date>, with respect to the United States (<date date="1990-10-27">Oct. 27, 1990</date>), see <ref href="/us/pl/101/369/s3">section 3 of Pub. L. 101–369</ref>, set out as a note under <ref href="/us/usc/t9/s301">section 301 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca58223-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s304"><num value="304">§ 304.</num><heading> Recognition and enforcement of foreign arbitral decisions and awards; reciprocity</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">Arbitral decisions or awards made in the territory of a foreign State shall, on the basis of reciprocity, be recognized and enforced under this chapter only if that State has ratified or acceded to the Inter-American Convention.</p>
|
||||
</content><sourceCredit id="id7ca58224-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/101/369/s1">Pub. L. 101–369, § 1</ref>, <date date="1990-08-15">Aug. 15, 1990</date>, <ref href="/us/stat/104/449">104 Stat. 449</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca58225-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca58226-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca58227-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Inter-American Convention on International Commercial Arbitration of <date date="1975-01-30">January 30, 1975</date>, with respect to the United States (<date date="1990-10-27">Oct. 27, 1990</date>), see <ref href="/us/pl/101/369/s3">section 3 of Pub. L. 101–369</ref>, set out as a note under <ref href="/us/usc/t9/s301">section 301 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca58228-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s305"><num value="305">§ 305.</num><heading> Relationship between the Inter-American Convention and the Convention on the Recognition and Enforcement of Foreign Arbitral Awards of <date date="1958-06-10">June 10, 1958</date></heading>
|
||||
<chapeau style="-uslm-lc:I11" class="indent0">When the requirements for application of both the Inter-American Convention and the Convention on the Recognition and Enforcement of Foreign Arbitral Awards of <date date="1958-06-10">June 10, 1958</date>, are met, determination as to which Convention applies shall, unless otherwise expressly agreed, be made as follows:</chapeau><paragraph style="-uslm-lc:I12" class="indent1" id="id7ca58229-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s305/1"><num value="1">(1)</num><content> If a majority of the parties to the arbitration agreement are citizens of a State or States that have ratified or acceded to the Inter-American Convention and are member States of the Organization of American States, the Inter-American Convention shall apply.</content>
|
||||
</paragraph>
|
||||
<paragraph style="-uslm-lc:I12" class="indent1" id="id7ca5822a-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s305/2"><num value="2">(2)</num><content> In all other cases the Convention on the Recognition and Enforcement of Foreign Arbitral Awards of <date date="1958-06-10">June 10, 1958</date>, shall apply.</content>
|
||||
</paragraph>
|
||||
<sourceCredit id="id7ca5822b-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/101/369/s1">Pub. L. 101–369, § 1</ref>, <date date="1990-08-15">Aug. 15, 1990</date>, <ref href="/us/stat/104/449">104 Stat. 449</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca5822c-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca5822d-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca5822e-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Inter-American Convention on International Commercial Arbitration of <date date="1975-01-30">January 30, 1975</date>, with respect to the United States (<date date="1990-10-27">Oct. 27, 1990</date>), see <ref href="/us/pl/101/369/s3">section 3 of Pub. L. 101–369</ref>, set out as a note under <ref href="/us/usc/t9/s301">section 301 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca5822f-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s306"><num value="306">§ 306.</num><heading> Applicable rules of Inter-American Commercial Arbitration Commission</heading><subsection style="-uslm-lc:I11" class="indent0" id="id7ca58230-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s306/a"><num value="a">(a)</num><content> For the purposes of this chapter the rules of procedure of the Inter-American Commercial Arbitration Commission referred to in Article 3 of the Inter-American Convention shall, subject to subsection (b) of this section, be those rules as promulgated by the Commission on <date date="1988-07-01">July 1, 1988</date>.</content>
|
||||
</subsection>
|
||||
<subsection style="-uslm-lc:I11" class="indent0" id="id7ca58231-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s306/b"><num value="b">(b)</num><content> In the event the rules of procedure of the Inter-American Commercial Arbitration Commission are modified or amended in accordance with the procedures for amendment of the rules of that Commission, the Secretary of State, by regulation in accordance with <ref href="/us/usc/t5/s553">section 553 of title 5</ref>, consistent with the aims and purposes of this Convention, may prescribe that such modifications or amendments shall be effective for purposes of this chapter.</content>
|
||||
</subsection>
|
||||
<sourceCredit id="id7ca58232-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/101/369/s1">Pub. L. 101–369, § 1</ref>, <date date="1990-08-15">Aug. 15, 1990</date>, <ref href="/us/stat/104/449">104 Stat. 449</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca58233-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca58234-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca58235-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Inter-American Convention on International Commercial Arbitration of <date date="1975-01-30">January 30, 1975</date>, with respect to the United States (<date date="1990-10-27">Oct. 27, 1990</date>), see <ref href="/us/pl/101/369/s3">section 3 of Pub. L. 101–369</ref>, set out as a note under <ref href="/us/usc/t9/s301">section 301 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca58236-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s307"><num value="307">§ 307.</num><heading> Application</heading><content>
|
||||
<p style="-uslm-lc:I11" class="indent0">Chapter 1 applies to actions and proceedings brought under this chapter to the extent chapter 1 is not in conflict with this chapter or the Inter-American Convention as ratified by the United States. This chapter applies to the extent that this chapter is not in conflict with chapter 4.</p>
|
||||
</content><sourceCredit id="id7ca58237-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/101/369/s1">Pub. L. 101–369, § 1</ref>, <date date="1990-08-15">Aug. 15, 1990</date>, <ref href="/us/stat/104/449">104 Stat. 449</ref>; amended <ref href="/us/pl/117/90/s2/b/1/C">Pub. L. 117–90, § 2(b)(1)(C)</ref>, <date date="2022-03-03">Mar. 3, 2022</date>, <ref href="/us/stat/136/27">136 Stat. 27</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca58238-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="editorialNotes" id="id7ca58239-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Editorial Notes</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="amendments" id="id7ca5823a-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Amendments</heading><p style="-uslm-lc:I21" class="indent0">2022—<ref href="/us/pl/117/90">Pub. L. 117–90</ref> substituted “Application” for “Chapter 1; residual application” in section catchline and inserted at end “This chapter applies to the extent that this chapter is not in conflict with chapter 4.”</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca5823b-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDateOfAmendment" id="id7ca5823c-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date of 2022 Amendment</heading><p style="-uslm-lc:I21" class="indent0">Amendment by <ref href="/us/pl/117/90">Pub. L. 117–90</ref> applicable with respect to any dispute or claim that arises or accrues on or after <date date="2022-03-03">Mar. 3, 2022</date>, see <ref href="/us/pl/117/90/s3">section 3 of Pub. L. 117–90</ref>, set out as an Effective Date note under <ref href="/us/usc/t9/s401">section 401 of this title</ref>.</p>
|
||||
</note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca5823d-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section effective upon the entry into force of the Inter-American Convention on International Commercial Arbitration of <date date="1975-01-30">January 30, 1975</date>, with respect to the United States (<date date="1990-10-27">Oct. 27, 1990</date>), see <ref href="/us/pl/101/369/s3">section 3 of Pub. L. 101–369</ref>, set out as a note under <ref href="/us/usc/t9/s301">section 301 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
</chapter>
|
||||
<chapter style="-uslm-lc:I81" id="id7ca5823e-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/ch4"><num value="4">CHAPTER 4—</num><heading>ARBITRATION OF DISPUTES INVOLVING SEXUAL ASSAULT AND SEXUAL HARASSMENT</heading>
|
||||
<toc role="twoColumnTOC" id="id7ca5823f-76cd-11f0-b8ae-e369934592a4">
|
||||
<layout>
|
||||
<header style="-uslm-lc:I70" role="tocColumnHeader">
|
||||
<column class="tocHeaderLeft">Sec.</column>
|
||||
</header>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s401">401.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">Definitions.</column>
|
||||
</tocItem>
|
||||
<tocItem>
|
||||
<column style="-uslm-lc:I20" class="twoColumnLeft"><ref href="/us/usc/t9/s402">402.</ref></column><column style="-uslm-lc:I46" class="twoColumnRight">No validity or enforceability.</column>
|
||||
</tocItem>
|
||||
</layout>
|
||||
</toc>
|
||||
<section style="-uslm-lc:I80" id="id7ca58240-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s401"><num value="401">§ 401.</num><heading> Definitions</heading>
|
||||
<chapeau style="-uslm-lc:I11" class="indent0">In this chapter:</chapeau><paragraph style="-uslm-lc:I12" class="indent1" id="id7ca58241-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s401/1"><num value="1">(1)</num><heading> <inline class="small-caps">Predispute arbitration agreement</inline>.—</heading><content>The term “predispute arbitration agreement” means any agreement to arbitrate a dispute that had not yet arisen at the time of the making of the agreement.</content>
|
||||
</paragraph>
|
||||
<paragraph style="-uslm-lc:I12" class="indent1" id="id7ca58242-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s401/2"><num value="2">(2)</num><heading> <inline class="small-caps">Predispute joint-action waiver</inline>.—</heading><content>The term “predispute joint-action waiver” means an agreement, whether or not part of a predispute arbitration agreement, that would prohibit, or waive the right of, one of the parties to the agreement to participate in a joint, class, or collective action in a judicial, arbitral, administrative, or other forum, concerning a dispute that has not yet arisen at the time of the making of the agreement.</content>
|
||||
</paragraph>
|
||||
<paragraph style="-uslm-lc:I12" class="indent1" id="id7ca58243-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s401/3"><num value="3">(3)</num><heading> <inline class="small-caps">Sexual assault dispute</inline>.—</heading><content>The term “sexual assault dispute” means a dispute involving a nonconsensual sexual act or sexual contact, as such terms are defined in <ref href="/us/usc/t18/s2246">section 2246 of title 18</ref> or similar applicable Tribal or State law, including when the victim lacks capacity to consent.</content>
|
||||
</paragraph>
|
||||
<paragraph style="-uslm-lc:I12" class="indent1" id="id7ca58244-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s401/4"><num value="4">(4)</num><heading> <inline class="small-caps">Sexual harassment dispute</inline>.—</heading><content>The term “sexual harassment dispute” means a dispute relating to conduct that is alleged to constitute sexual harassment under applicable Federal, Tribal, or State law.</content>
|
||||
</paragraph>
|
||||
<sourceCredit id="id7ca58245-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/117/90/s2/a">Pub. L. 117–90, § 2(a)</ref>, <date date="2022-03-03">Mar. 3, 2022</date>, <ref href="/us/stat/136/26">136 Stat. 26</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca58246-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca58247-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca58248-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p><ref href="/us/pl/117/90/s3">Pub. L. 117–90, § 3</ref>, <date date="2022-03-03">Mar. 3, 2022</date>, <ref href="/us/stat/136/28">136 Stat. 28</ref>, provided that: <quotedContent origin="/us/pl/117/90/s3">“This Act [see Short Title of 2022 Amendment note set out under <ref href="/us/usc/t9/s1">section 1 of this title</ref>], and the amendments made by this Act, shall apply with respect to any dispute or claim that arises or accrues on or after the date of enactment of this Act [<date date="2022-03-03">Mar. 3, 2022</date>].”</quotedContent>
|
||||
</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
<section style="-uslm-lc:I80" id="id7ca58249-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s402"><num value="402">§ 402.</num><heading> No validity or enforceability</heading><subsection style="-uslm-lc:I11" class="indent0" id="id7ca5824a-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s402/a"><num value="a">(a)</num><heading> <inline class="small-caps">In General</inline>.—</heading><content>Notwithstanding any other provision of this title, at the election of the person alleging conduct constituting a sexual harassment dispute or sexual assault dispute, or the named representative of a class or in a collective action alleging such conduct, no predispute arbitration agreement or predispute joint-action waiver shall be valid or enforceable with respect to a case which is filed under Federal, Tribal, or State law and relates to the sexual assault dispute or the sexual harassment dispute.</content>
|
||||
</subsection>
|
||||
<subsection style="-uslm-lc:I11" class="indent0" id="id7ca5824b-76cd-11f0-b8ae-e369934592a4" identifier="/us/usc/t9/s402/b"><num value="b">(b)</num><heading> <inline class="small-caps">Determination of Applicability</inline>.—</heading><content>An issue as to whether this chapter applies with respect to a dispute shall be determined under Federal law. The applicability of this chapter to an agreement to arbitrate and the validity and enforceability of an agreement to which this chapter applies shall be determined by a court, rather than an arbitrator, irrespective of whether the party resisting arbitration challenges the arbitration agreement specifically or in conjunction with other terms of the contract containing such agreement, and irrespective of whether the agreement purports to delegate such determinations to an arbitrator.</content>
|
||||
</subsection>
|
||||
<sourceCredit id="id7ca5824c-76cd-11f0-b8ae-e369934592a4">(Added <ref href="/us/pl/117/90/s2/a">Pub. L. 117–90, § 2(a)</ref>, <date date="2022-03-03">Mar. 3, 2022</date>, <ref href="/us/stat/136/27">136 Stat. 27</ref>.)</sourceCredit>
|
||||
<notes type="uscNote" id="id7ca5824d-76cd-11f0-b8ae-e369934592a4">
|
||||
<note style="-uslm-lc:I74" role="crossHeading" topic="statutoryNotes" id="id7ca5824e-76cd-11f0-b8ae-e369934592a4"><heading class="centered"><b>Statutory Notes and Related Subsidiaries</b></heading></note>
|
||||
<note style="-uslm-lc:I74" topic="effectiveDate" id="id7ca5824f-76cd-11f0-b8ae-e369934592a4"><heading class="centered smallCaps">Effective Date</heading><p style="-uslm-lc:I21" class="indent0">Section applicable with respect to any dispute or claim that arises or accrues on or after <date date="2022-03-03">Mar. 3, 2022</date>, see <ref href="/us/pl/117/90/s3">section 3 of Pub. L. 117–90</ref>, set out as a note under <ref href="/us/usc/t9/s401">section 401 of this title</ref>.</p>
|
||||
</note>
|
||||
</notes>
|
||||
</section>
|
||||
</chapter>
|
||||
</title>
|
||||
</main>
|
||||
</uscDoc>
|
||||
BIN
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
+6
-3
@@ -5,9 +5,11 @@ An honest account of what exists, what's next, and what's further out. This repo
|
||||
## Done
|
||||
|
||||
- **The substrate** — repo-canonical, OKF markdown + YAML frontmatter, JSON-Schema validated, deterministic build (byte-identical on rerun).
|
||||
- **Four entity types, 17,506 files** — Person (11,285), Body (233), Candidate (2,494), Jurisdiction (3,494).
|
||||
- **Five entity types, 37,667 files** — Person (13,329), Body (233), Candidate (2,494), Jurisdiction (10,390), LegalText (11,221).
|
||||
- **The federal government, structurally** — every member of Congress, the chambers, 49 committees and 181 subcommittees with their leadership, and every member's committee seats.
|
||||
- **The nationwide county skeleton** — all 3,131 U.S. counties as demographic nodes, plus 363 congressional districts, from Census ACS.
|
||||
- **The nationwide county skeleton** — all 3,131 U.S. counties as demographic nodes, plus all 435 congressional districts (Census ACS demographics on 363).
|
||||
- **The authority layer** — every state legislative district (4,927 house, 1,897 senate) linked county↔district↔legislator, nationwide.
|
||||
- **The legal corpus, seeded wide** — U.S. Code Titles 1–11 and 52 as 11,221 per-section records, mirrored from pinned OLRC XML (release 119-100) with manifests and checksums. Titles 12–54 pending an OLRC XML retry (the GovInfo HTML fallback is not source-quality).
|
||||
- **The 2026 federal candidate field** — every FEC filing as a Candidate.
|
||||
- **Florida to the ground** — officeholders down to the municipal level across all 67 counties.
|
||||
- **The pipeline** — `make build` / `validate` / `changelog` / `check`, standard-library only.
|
||||
@@ -16,7 +18,8 @@ An honest account of what exists, what's next, and what's further out. This repo
|
||||
|
||||
## Next
|
||||
|
||||
- **Self-updating mirror** — a GitHub Action running `make check` on every push, then a scheduled job that pulls a fresh Atlas export, rebuilds, and commits the changelog automatically. This is the point where the mirror maintains itself and the daily civic changelog becomes real (the first *re-sync* diff, where only genuine government changes surface).
|
||||
- **Self-updating mirror** — the `make check` GitHub Action now guards every push; next is the scheduled job that pulls a fresh Atlas export, rebuilds, and commits the changelog automatically. That is the point where the mirror maintains itself and the daily civic changelog becomes real (the first *re-sync* diff, where only genuine government changes surface).
|
||||
- **The full U.S. Code** — titles 12–54 as OLRC USLM XML at the same release point (retry in progress on Atlas; the WAF-blocked titles currently exist only as GovInfo HTML, which stays a secondary snapshot).
|
||||
- **The demographic choropleth** — the Board already has ACS data for every county; shade the map by population, income, and poverty, turning it from a coverage indicator into an instrument.
|
||||
- **State and local bodies** — Bodies currently exist only at the federal level. Mint them for state legislatures and, following the Florida depth, county commissions and city councils.
|
||||
- **Graph export** — a loader that walks the tree and builds the relationship graph (Memgraph) as a materialized view, so the repo can rehydrate the graph rather than the reverse.
|
||||
|
||||
@@ -0,0 +1,153 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 1"
|
||||
description: "Words denoting number, gender, and so forth"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "RULES OF CONSTRUCTION"
|
||||
section: "1"
|
||||
citation: "1 U.S.C. § 1"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s1"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "3decb507fd0569e24c3cf5ce5b3e86c44cf3aae2db06166f9e0c9f16148fe38a"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "84e8fb1772862de53b3d01a52c4a7a9ffac560be103d64bc1299fffbdefae2b3"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 1 - Words denoting number, gender, and so forth
|
||||
|
||||
## Text
|
||||
|
||||
In determining the meaning of any Act of Congress, unless the context indicates otherwise— words importing the singular include and apply to several persons, parties, or things; words importing the plural include the singular; words importing the masculine gender include the feminine as well; words used in the present tense include the future as well as the present; the words “insane” and “insane person” shall include every idiot, insane person, and person non compos mentis; the words “person” and “whoever” include corporations, companies, associations, firms, partnerships, societies, and joint stock companies, as well as individuals; “officer” includes any person authorized by law to perform the duties of the office; “signature” or “subscription” includes a mark when the person making the same intended it as such; “oath” includes affirmation, and “sworn” includes affirmed; “writing” includes printing and typewriting and reproductions of visual symbols by photographing, multigraphing, mimeographing, manifolding, or otherwise.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 633; June 25, 1948, ch. 645, § 6, 62 Stat. 859; Oct. 31, 1951, ch. 655, § 1, 65 Stat. 710; Pub. L. 112–231, § 2(a), Dec. 28, 2012, 126 Stat. 1619.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Amendments2012—Pub. L. 112–231, in fifth clause after opening clause, struck out “and ‘lunatic’ ” before “shall include every” and “lunatic,” before “insane person,”. 1951—Act Oct. 31, 1951, substituted, in fourth clause after opening clause, “used” for “use”. 1948—Act June 25, 1948, included “tense”, “whoever”, “signature”, “subscription”, “writing” and a broader definition of “person”.
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Short Title of 2022 AmendmentPub. L. 117–228, § 1, Dec. 13, 2022, 136 Stat. 2305, provided that: “This Act [enacting section 1738C of Title 28, Judiciary and Judicial Procedure, amending section 7 of this title, repealing section 1738C of Title 28, and enacting provisions set out as notes under section 7 of this title] may be cited as the ‘Respect for Marriage Act’.”
|
||||
|
||||
Short Title of 2012 AmendmentPub. L. 112–231, § 1, Dec. 28, 2012, 126 Stat. 1619, provided that: “This Act [amending this section and sections 92a, 215, and 215a of Title 12, Banks and Banking] may be cited as the ‘21st Century Language Act of 2012’.”
|
||||
|
||||
Short Title of 2002 AmendmentPub. L. 107–207, § 1, Aug. 5, 2002, 116 Stat. 926, provided that: “This Act [enacting section 8 of this title] may be cited as the ‘Born-Alive Infants Protection Act of 2002’.”
|
||||
|
||||
Short Title of 1996 AmendmentPub. L. 104–199, § 1, Sept. 21, 1996, 110 Stat. 2419, provided that: “This Act [enacting section 7 of this title and section 1738C of Title 28, Judiciary and Judicial Procedure] may be cited as the ‘Defense of Marriage Act’.”
|
||||
|
||||
References in Pub. L. 119–86Pub. L. 119–86, § 3, Apr. 30, 2026, 140 Stat. 773, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Homeland Security and Further Additional Continuing Appropriations Act, 2026, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 119–75Pub. L. 119–75, § 3, Feb. 3, 2026, 140 Stat. 174, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2026, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 119–74Pub. L. 119–74, § 3, Jan. 23, 2026, 140 Stat. 5, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Commerce, Justice, Science; Energy and Water Development; and Interior and Environment Appropriations Act, 2026, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 119–60Pub. L. 119–60, § 3(1), Dec. 18, 2025, 139 Stat. 748, provided that: “In this Act [National Defense Authorization Act for Fiscal Year 2026, see Tables for classification]: “(1) In divisions A through D, the term ‘this Act’ refers to divisions A through D.”
|
||||
|
||||
References in Pub. L. 119–37Pub. L. 119–37, § 3, Nov. 12, 2025, 139 Stat. 496, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Continuing Appropriations, Agriculture, Legislative Branch, Military Construction and Veterans Affairs, and Extensions Act, 2026, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 119–4Pub. L. 119–4, § 3, Mar. 15, 2025, 139 Stat. 10, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Full-Year Continuing Appropriations and Extensions Act, 2025, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 118–159Pub. L. 118–159, § 3(1), Dec. 23, 2024, 138 Stat. 1799, provided that: “In this Act [Servicemember Quality of Life Improvement and National Defense Authorization Act for Fiscal Year 2025, see Tables for classification]: “(1) In divisions A through D, the term ‘this Act’ refers to divisions A through D.”
|
||||
|
||||
References in Pub. L. 118–158Pub. L. 118–158, § 3, Dec. 21, 2024, 138 Stat. 1723, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Further Continuing Appropriations Act, 2025, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 118–83Pub. L. 118–83, § 3, Sept. 26, 2024, 138 Stat. 1524, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Continuing Appropriations and Extensions Act, 2025, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 118–47Pub. L. 118–47, § 3, Mar. 23, 2024, 138 Stat. 461, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Further Consolidated Appropriations Act, 2024, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 118–42Pub. L. 118–42, § 3, Mar. 9, 2024, 138 Stat. 26, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2024, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 117–328Pub. L. 117–328, § 3, Dec. 29, 2022, 136 Stat. 4461, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2023, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 117–229Pub. L. 117–229, § 3, Dec. 16, 2022, 136 Stat. 2308, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Further Continuing Appropriations and Extensions Act, 2023, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 117–103Pub. L. 117–103, § 3, Mar. 15, 2022, 136 Stat. 51, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2022, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 117–58Pub. L. 117–58, § 2, Nov. 15, 2021, 135 Stat. 442, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Infrastructure Investment and Jobs Act, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 117–43Pub. L. 117–43, § 3, Sept. 30, 2021, 135 Stat. 344, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Extending Government Funding and Delivering Emergency Assistance Act, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 116–260Pub. L. 116–260, § 3, Dec. 27, 2020, 134 Stat. 1185, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2021, see Tables for classification] shall be treated as referring only to the provisions of that division.” Pub. L. 116–260, div. K, title VII, § 7034(q)(7), Dec. 27, 2020, 134 Stat. 1754, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in titles I through VII [of div. K of Pub. L. 116–260, see Tables for classification] shall be treated as referring only to the provisions of such titles.”
|
||||
|
||||
References in Pub. L. 116–159Pub. L. 116–159, § 3, Oct. 1, 2020, 134 Stat. 709, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Continuing Appropriations Act, 2021 and Other Extensions Act, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 116–136Pub. L. 116–136, § 3, Mar. 27, 2020, 134 Stat. 285, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Coronavirus Aid, Relief, and Economic Security Act or the CARES Act, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 116–127Pub. L. 116–127, § 3, Mar. 18, 2020, 134 Stat. 178, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Families First Coronavirus Response Act, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 116–94Pub. L. 116–94, § 3, Dec. 20, 2019, 133 Stat. 2536, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Further Consolidated Appropriations Act, 2020, see Tables for classification] shall be treated as referring only to the provisions of that division.” Pub. L. 116–94, div. F, title VI, § 612, Dec. 20, 2019, 133 Stat. 2815, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in this division [div. F of Pub. L. 116–94, see Tables for classification] shall be treated as referring only to the provisions of this division.” Pub. L. 116–94, div. H, title IV, § 420, Dec. 20, 2019, 133 Stat. 3017, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in this division [div. H of Pub. L. 116–94, see Tables for classification] shall be treated as referring only to the provisions of this division.”
|
||||
|
||||
References in Pub. L. 116–93Pub. L. 116–93, § 3, Dec. 20, 2019, 133 Stat. 2318, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2020, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 116–6Pub. L. 116–6, § 3, Feb. 15, 2019, 133 Stat. 14, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2019, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 115–245Pub. L. 115–245, § 3, Sept. 28, 2018, 132 Stat. 2981, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Department of Defense and Labor, Health and Human Services, and Education Appropriations Act, 2019 and Continuing Appropriations Act, 2019, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 115–244Pub. L. 115–244, § 3, Sept. 21, 2018, 132 Stat. 2897, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Energy and Water, Legislative Branch, and Military Construction and Veterans Affairs Appropriations Act, 2019, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 115–141Pub. L. 115–141, § 3, Mar. 23, 2018, 132 Stat. 350, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2018, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 115–56Pub. L. 115–56, § 3, Sept. 8, 2017, 131 Stat. 1129, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Continuing Appropriations Act, 2018 and Supplemental Appropriations for Disaster Relief Requirements Act, 2017, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 115–31Pub. L. 115–31, § 3, May 5, 2017, 131 Stat. 137, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2017, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 114–113Pub. L. 114–113, § 3, Dec. 18, 2015, 129 Stat. 2244, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2016, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 114–94Pub. L. 114–94, div. A, § 1004, Dec. 4, 2015, 129 Stat. 1322, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in this division [see Tables for classification] shall be treated as referring only to the provisions of this division.”
|
||||
|
||||
References in Pub. L. 113–235Pub. L. 113–235, § 3, Dec. 16, 2014, 128 Stat. 2132, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated and Further Continuing Appropriations Act, 2015, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 113–76Pub. L. 113–76, § 3, Jan. 17, 2014, 128 Stat. 7, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2014, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 113–67Pub. L. 113–67, div. A, § 1(c), Dec. 26, 2013, 127 Stat. 1166, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Bipartisan Budget Act of 2013, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 113–6Pub. L. 113–6, § 3, Mar. 26, 2013, 127 Stat. 199, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in division A, B, C, D, or E of this Act [Consolidated and Further Continuing Appropriations Act, 2013, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 112–74Pub. L. 112–74, § 3, Dec. 23, 2011, 125 Stat. 787, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2012, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 112–55Pub. L. 112–55, § 3, Nov. 18, 2011, 125 Stat. 552, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated and Further Continuing Appropriations Act, 2012, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 112–10Pub. L. 112–10, div. A, title IX, § 9015, Apr. 15, 2011, 125 Stat. 102, provided that: “Any reference to ‘this Act’ in this division [Department of Defense Appropriations Act, 2011, see Tables for classification] shall apply solely to this division.”
|
||||
|
||||
References in Pub. L. 111–118Pub. L. 111–118, § 3, Dec. 19, 2009, 123 Stat. 3409, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Department of Defense Appropriations Act, 2010, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 111–117Pub. L. 111–117, § 3, Dec. 16, 2009, 123 Stat. 3035, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2010, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 111–8Pub. L. 111–8, § 3, Mar. 11, 2009, 123 Stat. 525, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Omnibus Appropriations Act, 2009, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 111–5Pub. L. 111–5, § 4, Feb. 17, 2009, 123 Stat. 116, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [American Recovery and Reinvestment Act of 2009, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 110–329Pub. L. 110–329, § 3, Sept. 30, 2008, 122 Stat. 3574, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ or ‘this joint resolution’ contained in any division of this Act [Consolidated Security, Disaster Assistance, and Continuing Appropriations Act, 2009, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 110–161Pub. L. 110–161, § 3, Dec. 26, 2007, 121 Stat. 1845, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2008, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 110–116Pub. L. 110–116, § 2, Nov. 13, 2007, 121 Stat. 1295, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [see Tables for classification] shall be treated as referencing only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 109–289Pub. L. 109–289, div. A, title VIII, § 8112, Sept. 29, 2006, 120 Stat. 1299, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in this division [Department of Defense Appropriations Act, 2007, see Tables for classification] shall be referring only to the provisions of this division.”
|
||||
|
||||
References in Pub. L. 109–148Pub. L. 109–148, div. B, title V, § 5002, Dec. 30, 2005, 119 Stat. 2813, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in either division A [Department of Defense Appropriations Act, 2006, see Tables for classification] or division B [Emergency Supplemental Appropriations Act to Address Hurricanes in the Gulf of Mexico and Pandemic Influenza, 2006, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 109–115Pub. L. 109–115, div. A, title VIII, § 847, Nov. 30, 2005, 119 Stat. 2507, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in this division [Transportation, Treasury, Housing and Urban Development, the Judiciary, and Independent Agencies Appropriations Act, 2006, see Tables for classification] shall be treated as referring only to the provisions of this division.”
|
||||
|
||||
References in Pub. L. 108–447Pub. L. 108–447, § 3, Dec. 8, 2004, 118 Stat. 2810, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2005, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 108–199Pub. L. 108–199, § 3, Jan. 23, 2004, 118 Stat. 4, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this Act [Consolidated Appropriations Act, 2004, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
References in Pub. L. 108–7Pub. L. 108–7, § 3, Feb. 20, 2003, 117 Stat. 12, provided that: “Except as expressly provided otherwise, any reference to ‘this Act’ contained in any division of this joint resolution [Consolidated Appropriations Resolution, 2003, see Tables for classification] shall be treated as referring only to the provisions of that division.”
|
||||
|
||||
Continental United StatesPub. L. 86–70, § 48, June 25, 1959, 73 Stat. 154, provided that: “Whenever the phrase ‘continental United States’ is used in any law of the United States enacted after the date of enactment of this Act [June 25, 1959], it shall mean the 49 States on the North American Continent and the District of Columbia, unless otherwise expressly provided.”
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 2"
|
||||
description: "“County” as including “parish”, and so forth"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "RULES OF CONSTRUCTION"
|
||||
section: "2"
|
||||
citation: "1 U.S.C. § 2"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s2"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "4bc86b53f1c7265f959bdaa1ffff2981ffd18162535109dadd7f901662bc5e6d"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "86f7123688c7293e33d86dd6835c61fec7a1185d743ceddeeeafb6c8c5edae62"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 2 - “County” as including “parish”, and so forth
|
||||
|
||||
## Text
|
||||
|
||||
The word “county” includes a parish, or any other equivalent subdivision of a State or Territory of the United States.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 633.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 3"
|
||||
description: "“Vessel” as including all means of water transportation"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "RULES OF CONSTRUCTION"
|
||||
section: "3"
|
||||
citation: "1 U.S.C. § 3"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s3"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "0990c7a590770b3691e1d35b12aa440dda1f5f3ae1d9fe3e994753e6943b170e"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "958d512010b088e5dec0265d5c99609cab7025387eeb5428d7e1cd376717d1ce"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 3 - “Vessel” as including all means of water transportation
|
||||
|
||||
## Text
|
||||
|
||||
The word “vessel” includes every description of watercraft or other artificial contrivance used, or capable of being used, as a means of transportation on water.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 633.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 4"
|
||||
description: "“Vehicle” as including all means of land transportation"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "RULES OF CONSTRUCTION"
|
||||
section: "4"
|
||||
citation: "1 U.S.C. § 4"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s4"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "39efe8636174df863bac9e717f7f116607a729458fc1f6f9d75645a8d48b015d"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "ee35afce8336a31237f78470f1c84998a48bf1687530b8c311841f3942672cbb"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 4 - “Vehicle” as including all means of land transportation
|
||||
|
||||
## Text
|
||||
|
||||
The word “vehicle” includes every description of carriage or other artificial contrivance used, or capable of being used, as a means of transportation on land.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 633.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 5"
|
||||
description: "“Company” or “association” as including successors and assigns"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "RULES OF CONSTRUCTION"
|
||||
section: "5"
|
||||
citation: "1 U.S.C. § 5"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s5"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "d5701df0a6c86cd323d5dbdda8aa105b42e7e92fe6a407ea1c88c58773701cf7"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "9e95c65b906bdefadc87f340df468903bd2cccd8aa7a82a86c48c6418b96fa44"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 5 - “Company” or “association” as including successors and assigns
|
||||
|
||||
## Text
|
||||
|
||||
The word “company” or “association”, when used in reference to a corporation, shall be deemed to embrace the words “successors and assigns of such company or association”, in like manner as if these last-named words, or words of similar import, were expressed.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 633.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 6"
|
||||
description: "Limitation of term “products of American fisheries”"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "RULES OF CONSTRUCTION"
|
||||
section: "6"
|
||||
citation: "1 U.S.C. § 6"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s6"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "de75b5a5e9d523c8759861b50a299c61e9c13f581f8028c3be7b8a48c98bd34a"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "f9c59ae7386e82a5d9b45b10cd6b87a78bf83bede0e12aaf57fda832428e3cbe"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 6 - Limitation of term “products of American fisheries”
|
||||
|
||||
## Text
|
||||
|
||||
Wherever, in the statutes of the United States or in the rulings, regulations, or interpretations of various administrative bureaus and agencies of the United States there appears or may appear the term “products of American fisheries” said term shall not include fresh or frozen fish fillets, fresh or frozen fish steaks, or fresh or frozen slices of fish substantially free of bone (including any of the foregoing divided into sections), produced in a foreign country or its territorial waters, in whole or in part with the use of the labor of persons who are not residents of the United States.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 634.)
|
||||
@@ -0,0 +1,55 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 7"
|
||||
description: "Marriage"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "RULES OF CONSTRUCTION"
|
||||
section: "7"
|
||||
citation: "1 U.S.C. § 7"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s7"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "d51de36d19c4f7ce3d9ae2f008dd8041dfd853f41c0b4d8f265c86732581c069"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "0497be23d1b7314845fa31935753f8a85d19a21c18e76101826a2cf4ba9d1d11"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 7 - Marriage
|
||||
|
||||
## Text
|
||||
|
||||
(a) For the purposes of any Federal law, rule, or regulation in which marital status is a factor, an individual shall be considered married if that individual’s marriage is between 2 individuals and is valid in the State where the marriage was entered into or, in the case of a marriage entered into outside any State, if the marriage is between 2 individuals and is valid in the place where entered into and the marriage could have been entered into in a State.
|
||||
|
||||
(b) In this section, the term “State” means a State, the District of Columbia, the Commonwealth of Puerto Rico, or any other territory or possession of the United States.
|
||||
|
||||
(c) For purposes of subsection (a), in determining whether a marriage is valid in a State or the place where entered into, if outside of any State, only the law of the jurisdiction applicable at the time the marriage was entered into may be considered.
|
||||
|
||||
(Added Pub. L. 104–199, § 3(a), Sept. 21, 1996, 110 Stat. 2419; amended Pub. L. 117–228, § 5, Dec. 13, 2022, 136 Stat. 2306.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Amendments2022—Pub. L. 117–228 amended section generally. Prior to amendment, text read as follows: “In determining the meaning of any Act of Congress, or of any ruling, regulation, or interpretation of the various administrative bureaus and agencies of the United States, the word ‘marriage’ means only a legal union between one man and one woman as husband and wife, and the word ‘spouse’ refers only to a person of the opposite sex who is a husband or a wife.”
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
SeverabilityPub. L. 117–228, § 8, Dec. 13, 2022, 136 Stat. 2307, provided that: “If any provision of this Act [see Short Title of 2022 Amendment note set out under section 1 of this title], or any amendment made by this Act, or the application of such provision to any person, entity, government, or circumstance, is held to be unconstitutional, the remainder of this Act, or any amendment made thereby, or the application of such provision to all other persons, entities, governments, or circumstances, shall not be affected thereby.”
|
||||
|
||||
FindingsPub. L. 117–228, § 2, Dec. 13, 2022, 136 Stat. 2305, provided that: “Congress finds the following: “(1) No union is more profound than marriage, for it embodies the highest ideals of love, fidelity, devotion, sacrifice, and family. “(2) Diverse beliefs about the role of gender in marriage are held by reasonable and sincere people based on decent and honorable religious or philosophical premises. Therefore, Congress affirms that such people and their diverse beliefs are due proper respect. “(3) Millions of people, including interracial and same-sex couples, have entered into marriages and have enjoyed the rights and privileges associated with marriage. Couples joining in marriage deserve to have the dignity, stability, and ongoing protection that marriage affords to families and children.”
|
||||
|
||||
No Impact on Religious Liberty and ConsciencePub. L. 117–228, § 6, Dec. 13, 2022, 136 Stat. 2306, provided that: “(a) In General.—Nothing in this Act [see Short Title of 2022 Amendment note set out under section 1 of this title], or any amendment made by this Act, shall be construed to diminish or abrogate a religious liberty or conscience protection otherwise available to an individual or organization under the Constitution of the United States or Federal law. “(b) Goods or Services.—Consistent with the First Amendment to the Constitution, nonprofit religious organizations, including churches, mosques, synagogues, temples, nondenominational ministries, interdenominational and ecumenical organizations, mission organizations, faith-based social agencies, religious educational institutions, and nonprofit entities whose principal purpose is the study, practice, or advancement of religion, and any employee of such an organization, shall not be required to provide services, accommodations, advantages, facilities, goods, or privileges for the solemnization or celebration of a marriage. Any refusal under this subsection to provide such services, accommodations, advantages, facilities, goods, or privileges shall not create any civil claim or cause of action.”
|
||||
|
||||
Statutory ProhibitionPub. L. 117–228, § 7, Dec. 13, 2022, 136 Stat. 2306, provided that: “(a) No Impact on Status and Benefits Not Arising From a Marriage.—Nothing in this Act [see Short Title of 2022 Amendment note set out under section 1 of this title], or any amendment made by this Act, shall be construed to deny or alter any benefit, status, or right of an otherwise eligible entity or person which does not arise from a marriage, including tax-exempt status, tax treatment, educational funding, or a grant, contract, agreement, guarantee, loan, scholarship, license, certification, accreditation, claim, or defense. “(b) No Federal Recognition of Polygamous Marriages.—Nothing in this Act, or any amendment made by this Act, shall be construed to require or authorize Federal recognition of marriages between more than 2 individuals.”
|
||||
@@ -0,0 +1,39 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 8"
|
||||
description: "“Person”, “human being”, “child”, and “individual” as including born-alive infant"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "RULES OF CONSTRUCTION"
|
||||
section: "8"
|
||||
citation: "1 U.S.C. § 8"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s8"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "3a2f3bda38addc9634036c26238514cd6dca3940fc11e1c27a1935aaa0e44537"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "9839c8c4179f9e260d9b3678e3164c48fff6debba4c893d66d8265da40e7debb"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 8 - “Person”, “human being”, “child”, and “individual” as including born-alive infant
|
||||
|
||||
## Text
|
||||
|
||||
(a) In determining the meaning of any Act of Congress, or of any ruling, regulation, or interpretation of the various administrative bureaus and agencies of the United States, the words “person”, “human being”, “child”, and “individual”, shall include every infant member of the species homo sapiens who is born alive at any stage of development.
|
||||
|
||||
(b) As used in this section, the term “born alive”, with respect to a member of the species homo sapiens, means the complete expulsion or extraction from his or her mother of that member, at any stage of development, who after such expulsion or extraction breathes or has a beating heart, pulsation of the umbilical cord, or definite movement of voluntary muscles, regardless of whether the umbilical cord has been cut, and regardless of whether the expulsion or extraction occurs as a result of natural or induced labor, cesarean section, or induced abortion.
|
||||
|
||||
(c) Nothing in this section shall be construed to affirm, deny, expand, or contract any legal status or legal right applicable to any member of the species homo sapiens at any point prior to being “born alive” as defined in this section.
|
||||
|
||||
(Added Pub. L. 107–207, § 2(a), Aug. 5, 2002, 116 Stat. 926.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 101"
|
||||
description: "Enacting clause"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "101"
|
||||
citation: "1 U.S.C. § 101"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s101"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "06a52d3375448de28ecbac5e979e790d87cdb014cab7bcd33544bd9725b93aea"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "a2e719b18e09f7232551b2e6335babcd3925f16777bab510bf092f7ce4a19d16"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 101 - Enacting clause
|
||||
|
||||
## Text
|
||||
|
||||
The enacting clause of all Acts of Congress shall be in the following form: “Be it enacted by the Senate and House of Representatives of the United States of America in Congress assembled.”
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 634.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 102"
|
||||
description: "Resolving clause"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "102"
|
||||
citation: "1 U.S.C. § 102"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s102"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "6bc625ab1777ce0a67bcb0884825986ff2f8f2c3da05951ade69bd93c8a28cb0"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "14a331f5d7eba6f13509ae42062d4a7a4de1dadfd1a43fb7891bc40cd27e1c7f"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 102 - Resolving clause
|
||||
|
||||
## Text
|
||||
|
||||
The resolving clause of all joint resolutions shall be in the following form: “Resolved by the Senate and House of Representatives of the United States of America in Congress assembled.”
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 634.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 103"
|
||||
description: "Enacting or resolving words after first section"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "103"
|
||||
citation: "1 U.S.C. § 103"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s103"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "9dfad03aefd79e0a9cf65be9112fb390384e9165c1c01f0b699a037eb424ec95"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "5c3fcea9234568ce1ce924eca8d8b66f53b909cd395a266be0447c972d1d2712"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 103 - Enacting or resolving words after first section
|
||||
|
||||
## Text
|
||||
|
||||
No enacting or resolving words shall be used in any section of an Act or resolution of Congress except in the first.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 634.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 104"
|
||||
description: "Numbering of sections; single proposition"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "104"
|
||||
citation: "1 U.S.C. § 104"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s104"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "4b7906d6193def0526daf827e7df2b95dfdc50792dc012d0dba80e642e939fa6"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "fd84c03d454a8d88f42010ea89076b5ecaf6e9e1d65128642a228932e94a8d67"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 104 - Numbering of sections; single proposition
|
||||
|
||||
## Text
|
||||
|
||||
Each section shall be numbered, and shall contain, as nearly as may be, a single proposition of enactment.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 634.)
|
||||
@@ -0,0 +1,45 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 105"
|
||||
description: "Title of appropriation Acts"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "105"
|
||||
citation: "1 U.S.C. § 105"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s105"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "0b0b66e7aff58f346fddef20087ea8e5512264cd6e9541bc716c80764c5314d2"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "c6ad7e9687a487f31e97d8e5250bb1ab054a2a90f16d94b360f3a593323a0577"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 105 - Title of appropriation Acts
|
||||
|
||||
## Text
|
||||
|
||||
The style and title of all Acts making appropriations for the support of Government shall be as follows: “An Act making appropriations (here insert the object) for the year ending September 30 (here insert the calendar year).”
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 634; Pub. L. 93–344, title V, § 506(a), July 12, 1974, 88 Stat. 322.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Amendments1974—Pub. L. 93–344 substituted “September 30” for “June 30”.
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Effective Date of 1974 AmendmentPub. L. 93–344, title V, § 506(b), July 12, 1974, 88 Stat. 322, which provided that the amendment of this section by Pub. L. 93–344 was effective with respect to Acts making appropriations for the support of the Government for any fiscal year commencing on or after Oct. 1, 1976, was omitted in the complete revision of title V of Pub. L. 93–344 by Pub. L. 101–508, title XIII, § 13201(a), Nov. 5, 1990, 104 Stat. 1388–609.
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,47 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 106a"
|
||||
description: "Promulgation of laws"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "106a"
|
||||
citation: "1 U.S.C. § 106a"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s106a"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "b036fdd9dfa1429338c21750eae4507d3157ed2e3533fdacac3547ad8a9b23c0"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "cc19cde446dc5a3b87f1b0386acb436ac66cc4bc8f7dc2060e002a60cb80feab"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 106a - Promulgation of laws
|
||||
|
||||
## Text
|
||||
|
||||
Whenever a bill, order, resolution, or vote of the Senate and House of Representatives, having been approved by the President, or not having been returned by him with his objections, becomes a law or takes effect, it shall forthwith be received by the Archivist of the United States from the President; and whenever a bill, order, resolution, or vote is returned by the President with his objections, and, on being reconsidered, is agreed to be passed, and is approved by two-thirds of both Houses of Congress, and thereby becomes a law or takes effect, it shall be received by the Archivist of the United States from the President of the Senate, or Speaker of the House of Representatives in whichsoever House it shall last have been so approved, and he shall carefully preserve the originals.
|
||||
|
||||
(Added Oct. 31, 1951, ch. 655, § 2(b), 65 Stat. 710; amended Pub. L. 98–497, title I, § 107(d), Oct. 19, 1984, 98 Stat. 2291.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Amendments1984—Pub. L. 98–497 substituted “Archivist of the United States” for “Administrator of General Services” in two places.
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Effective Date of 1984 AmendmentAmendment by Pub. L. 98–497 effective Apr. 1, 1985, see section 301 of Pub. L. 98–497, set out as a note under section 2102 of Title 44, Public Printing and Documents.
|
||||
|
||||
Similar Provisions; Repeal; Saving Clause; Delegation of Functions; Transfer of Property and Personnel Similar provisions were contained in R.S. § 204; act Dec. 28, 1874, ch. 9, § 2, 18 Stat. 294; 1950 Reorg. Plan No. 20, § 1, eff. May 24, 1950, 15 F.R. 3178, 64 Stat. 1272, which with the exception of the reorganization plan, were repealed by section 56(h) of act Oct. 31, 1951. Subsec. (l) of that section 56 provided that the repeal should not affect any rights or liabilities existing under those statutes on the effective date of the repeal (Oct. 31, 1951). For delegation of functions under the repealed statutes, and transfer of records, property, personnel, and funds, see sections 3 and 4 of 1950 Reorg. Plan No. 20, set out in the Appendix to Title 5, Government Organization and Employees.
|
||||
@@ -0,0 +1,47 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 106b"
|
||||
description: "Amendments to Constitution"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "106b"
|
||||
citation: "1 U.S.C. § 106b"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s106b"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "852186ba8b358c0d72e7eab375764bc75c58a08884ad2edb6d93f55ab0801376"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "f060ec4568d4a7abeb868610840e118ad7a9af4f30c89fc23d2bc036bc7a0ad1"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 106b - Amendments to Constitution
|
||||
|
||||
## Text
|
||||
|
||||
Whenever official notice is received at the National Archives and Records Administration that any amendment proposed to the Constitution of the United States has been adopted, according to the provisions of the Constitution, the Archivist of the United States shall forthwith cause the amendment to be published, with his certificate, specifying the States by which the same may have been adopted, and that the same has become valid, to all intents and purposes, as a part of the Constitution of the United States.
|
||||
|
||||
(Added Oct. 31, 1951, ch. 655, § 2(b), 65 Stat. 710; amended Pub. L. 98–497, title I, § 107(d), Oct. 19, 1984, 98 Stat. 2291.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Amendments1984—Pub. L. 98–497 substituted “National Archives and Records Administration” and “Archivist of the United States” for “General Services Administration” and “Administrator of General Services”, respectively.
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Effective Date of 1984 AmendmentAmendment by Pub. L. 98–497 effective Apr. 1, 1985, see section 301 of Pub. L. 98–497, set out as a note under section 2102 of Title 44, Public Printing and Documents.
|
||||
|
||||
Similar Provisions; Repeal; Saving Clause; Delegation of Functions; Transfer of Property and Personnel Similar provisions were contained in R.S. § 205; 1950 Reorg. Plan No. 20, § 1, eff. May 24, 1950, 15 F.R. 3178, 64 Stat. 1272. R.S. § 205 was repealed by section 56(h) of act Oct. 31, 1951. Subsec. (l) of section 56 provided that the repeal should not affect any rights or liabilities existing under the repealed statute on the effective date of the repeal (Oct. 31, 1951). For delegation of functions under the repealed statute, and transfer of records, property, personnel, and funds, see sections 3 and 4 of 1950 Reorg. Plan No. 20, set out in the Appendix to Title 5, Government Organization and Employees.
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 107"
|
||||
description: "Parchment or paper for printing enrolled bills or resolutions"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "107"
|
||||
citation: "1 U.S.C. § 107"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s107"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "ee54744a8ea93f181aa73719ccd143388161ff6c5f83ecf635cc74c7d777719c"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "68425156a8a12b87bbe272a9422a3c293145c1fe6b64fa26cddcb860440256c1"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 107 - Parchment or paper for printing enrolled bills or resolutions
|
||||
|
||||
## Text
|
||||
|
||||
Enrolled bills and resolutions of either House of Congress shall be printed on parchment or paper of suitable quality as shall be determined by the Joint Committee on Printing.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 635.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 108"
|
||||
description: "Repeal of repealing act"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "108"
|
||||
citation: "1 U.S.C. § 108"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s108"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "46c30c6d6b9816a1b4880a7fb3bf61902b429e290e480a5557e124ac780cf9d4"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "8bec6d7f2baa1bd55d1202e591c45f389d664f2737c262b12d8578037bc711f0"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 108 - Repeal of repealing act
|
||||
|
||||
## Text
|
||||
|
||||
Whenever an Act is repealed, which repealed a former Act, such former Act shall not thereby be revived, unless it shall be expressly so provided.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 635.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 109"
|
||||
description: "Repeal of statutes as affecting existing liabilities"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "109"
|
||||
citation: "1 U.S.C. § 109"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s109"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "b6afec33c84ff011b71d1026b88d44a22f701d546463ff054434c45c32d80a74"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "17f003dad76fb17fbb84241d58afbdada05b33e2eced4825e5e284454f4dd47b"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 109 - Repeal of statutes as affecting existing liabilities
|
||||
|
||||
## Text
|
||||
|
||||
The repeal of any statute shall not have the effect to release or extinguish any penalty, forfeiture, or liability incurred under such statute, unless the repealing Act shall so expressly provide, and such statute shall be treated as still remaining in force for the purpose of sustaining any proper action or prosecution for the enforcement of such penalty, forfeiture, or liability. The expiration of a temporary statute shall not have the effect to release or extinguish any penalty, forfeiture, or liability incurred under such statute, unless the temporary statute shall so expressly provide, and such statute shall be treated as still remaining in force for the purpose of sustaining any proper action or prosecution for the enforcement of such penalty, forfeiture, or liability.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 635.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 110"
|
||||
description: "Saving clause of Revised Statutes"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "110"
|
||||
citation: "1 U.S.C. § 110"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s110"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "90c4e1a3c786b68d3a87dd1a8b8aa293b066dd8a3341382e1a5d8e1a1e1b8be2"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "f40da12675bf3fd6154207671c4da94ae4efa479e2be0ef11d6dbac65d241b0e"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 110 - Saving clause of Revised Statutes
|
||||
|
||||
## Text
|
||||
|
||||
All acts of limitation, whether applicable to civil causes and proceedings, or to the prosecution of offenses, or for the recovery of penalties or forfeitures, embraced in the Revised Statutes and covered by the repeal contained therein, shall not be affected thereby, but all suits, proceedings, or prosecutions, whether civil or criminal, for causes arising, or acts done or committed prior to said repeal, may be commenced and prosecuted within the same time as if said repeal had not been made.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 635.)
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 111"
|
||||
description: "Repeals as evidence of prior effectiveness"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "111"
|
||||
citation: "1 U.S.C. § 111"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s111"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "194cd725e04eb63b76d365835f9f6e6ef859316488cefdc1dd8772a5cd477cae"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "47c797f11804c20b24e427abc2f72685bdc01a4f91328b09f32c64af34e324eb"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 111 - Repeals as evidence of prior effectiveness
|
||||
|
||||
## Text
|
||||
|
||||
No inference shall be raised by the enactment of the Act of March 3, 1933 (ch. 202, 47 Stat. 1431), that the sections of the Revised Statutes repealed by such Act were in force or effect at the time of such enactment: Provided, however, That any rights or liabilities existing under such repealed sections shall not be affected by their repeal.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 635.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
References in TextAct of March 3, 1933, referred to in text, was repealed by section 2 of act July 30, 1947, section 1 of which enacted this title.
|
||||
@@ -0,0 +1,55 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 112"
|
||||
description: "Statutes at Large; contents; admissibility in evidence"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "112"
|
||||
citation: "1 U.S.C. § 112"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s112"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "bd5bde6059af62f1bbd886ce00af7bafd243438c1d946fdcb010d966be42c2e5"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "9f21c131f881c03d88de132c5f4ba4231f04c2acc77cc0c211e6f97d34a7b0c2"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 112 - Statutes at Large; contents; admissibility in evidence
|
||||
|
||||
## Text
|
||||
|
||||
The Archivist of the United States shall cause to be compiled, edited, indexed, and published, the United States Statutes at Large, which shall contain all the laws and concurrent resolutions enacted during each regular session of Congress; all proclamations by the President in the numbered series issued since the date of the adjournment of the regular session of Congress next preceding; and also any amendments to the Constitution of the United States proposed or ratified pursuant to article V thereof since that date, together with the certificate of the Archivist of the United States issued in compliance with the provision contained in section 106b of this title. In the event of an extra session of Congress, the Archivist of the United States shall cause all the laws and concurrent resolutions enacted during said extra session to be consolidated with, and published as part of, the contents of the volume for the next regular session. The United States Statutes at Large shall be legal evidence of laws, concurrent resolutions, treaties, international agreements other than treaties, proclamations by the President, and proposed or ratified amendments to the Constitution of the United States therein contained, in all the courts of the United States, the several States, and the Territories and insular possessions of the United States.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 636; Sept. 23, 1950, ch. 1001, § 1, 64 Stat. 979; Oct. 31, 1951, ch. 655, § 3, 65 Stat. 710; Pub. L. 98–497, title I, § 107(d), Oct. 19, 1984, 98 Stat. 2291.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Amendments1984—Pub. L. 98–497 substituted “Archivist of the United States” for “Administrator of General Services” in three places. 1951—Act Oct. 31, 1951, substituted “106b of this title” for “205 of the Revised Statutes” in first sentence. 1950—Act Sept. 23, 1950, amended section generally to implement 1950 Reorg. Plan No. 20, § 1, eff. May 24, 1950, 15 F.R. 3178, 64 Stat. 1272, which transferred to the Administrator of General Services certain duties formerly performed by the Secretary of State.
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Effective Date of 1984 AmendmentAmendment by Pub. L. 98–497 effective Apr. 1, 1985, see section 301 of Pub. L. 98–497, set out as a note under section 2102 of Title 44, Public Printing and Documents.
|
||||
|
||||
Publishing Pub. L. 115–141 in Statutes at LargePub. L. 115–141, div. G, title I, § 121(c), Mar. 23, 2018, 132 Stat. 662, provided that: “In publishing this Act in slip form and in the United States Statutes at large pursuant to section 112 of title 1, United States Code, the Archivist of the United States shall include after the date of approval at the end an appendix setting forth the text of the sections of the bill and the bills referred to in subsections (a) [enacting into law from the 115th Congress sections 7130 and 7134 of S. 1460, as placed on the calendar of the Senate on June 29, 2017] and (b) [enacting into law from the 115th Congress H.R. 1281, as introduced on Mar. 1, 2017, and H.R. 4134, as introduced on Oct. 25, 2017], respectively.”
|
||||
|
||||
Publishing Pub. L. 115–31 in Statutes at LargePub. L. 115–31, div. G, title IV, § 431(b), May 5, 2017, 131 Stat. 502, provided that: “In publishing this Act in slip form and in the United States Statutes at Large pursuant to section 112 of title 1, United States Code, the Archivist of the United States shall include after the date of approval at the end an appendix setting forth the text of the bills referred to in subsection (a) [enacting into law from the 115th Congress H.R. 2104, as introduced on Apr. 20, 2017; S. 131, as ordered to be reported on Mar. 30, 2017, by the Committee on Energy and Natural Resources of the Senate; and S. 847, as introduced on Apr. 5, 2017].”
|
||||
|
||||
Publishing Pub. L. 107–206 in Statutes at LargePub. L. 107–206, title III, § 3002(h), Aug. 2, 2002, 116 Stat. 924, provided that: “In publishing the Act in slip form and in the United States Statutes at Large pursuant to section 112, of title 1, United States Code, the Archivist of the United States shall include after the date of approval at the end an appendix setting forth the text of the bill referred to in subsection (a) [set out as a Short Title of 2002 Amendment note under section 101 of Title 39, Postal Service].”
|
||||
|
||||
Publication of Certain Laws of 106th CongressPub. L. 106–554, § 1(b), Dec. 21, 2000, 114 Stat. 2763, provided that: “In publishing this Act in slip form and in the United States Statutes at Large pursuant to section 112 of title 1, United States Code, the Archivist of the United States shall include after the date of approval at the end appendixes setting forth the texts of the bills referred to in subsection (a) of this section [enacting into law H.R. 5656, H.R. 5657, H.R. 5658, H.R. 5660, H.R. 5661, H.R. 5662, and H.R. 5663 of the 106th Congress, as introduced on Dec. 14, 2000, and H.R. 5666 and H.R. 5667 of the 106th Congress, as introduced on Dec. 15, 2000, except that the text of H.R. 5666, as so enacted, shall not include section 123] and the text of any other bill enacted into law by reference by reason of the enactment of this Act.” Pub. L. 106–553, § 1(b), Dec. 21, 2000, 114 Stat. 2762, provided that: “In publishing this Act in slip form and in the United States Statutes at Large pursuant to section 112 of title 1, United States Code, the Archivist of the United States shall include after the date of approval at the end appendixes setting forth the texts of the bills referred to in subsection (a) of this section [enacting into law H.R. 5547 and H.R. 5548 of the 106th Congress, as introduced on Oct. 25, 2000].” Pub. L. 106–429, § 101(a) [title V, § 595(b)], Nov. 6, 2000, 114 Stat. 1900, 1900A–60, provided that: “In publishing the Act in slip form and in the United States Statutes at Large pursuant to section 112, of title 1, United States Code, the Archivist of the United States shall include after the date of approval at the end appendixes setting forth the texts of the bill referred to in subsection (a) of this section [enacting into law S. 3140 of the 106th Congress, as introduced on Sept. 28, 2000].” Pub. L. 106–429, § 101(b), Nov. 6, 2000, 114 Stat. 1900, provided that: “In publishing this Act in slip form and in the United States Statutes at Large pursuant to section 112 of title 1, United States Code, the Archivist of the United States shall include after the date of approval at the end an appendix setting forth the text of the bill referred to in subsection (a) of this section [enacting into law H.R. 5526 of the 106th Congress, as introduced on Oct. 24, 2000].” Pub. L. 106–398, § 2, Oct. 30, 2000, 114 Stat. 1654, provided that: “In publishing this Act in slip form and in the United States Statutes at Large pursuant to section 112 of title 1, United States Code, the Archivist of the United States shall include after the date of approval an appendix setting forth the text of the bill referred to in section 1 [enacting into law H.R. 5408 of the 106th Congress, as introduced on Oct. 6, 2000].” Pub. L. 106–387, § 1(b), Oct. 28, 2000, 114 Stat. 1549, provided that: “In publishing this Act in slip form and in the United States Statutes at Large pursuant to section 112 of title 1, United States Code, the Archivist of the United States shall include after the date of approval at the end an appendix setting forth the text of the bill referred to in subsection (a) of this section [enacting into law H.R. 5426 of the 106th Congress, as introduced on Oct. 6, 2000].” Pub. L. 106–377, § 1(b), Oct. 27, 2000, 114 Stat. 1441, provided that: “In publishing this Act in slip form and in the United States Statutes at Large pursuant to section 112 of title 1, United States Code, the Archivist of the United States shall include after the date of approval at the end appendixes setting forth the texts of the bills referred to in subsection (a) of this section [enacting into law H.R. 5482 and 5483 of the 106th Congress, as introduced on Oct. 18, 2000].” Pub. L. 106–346, § 101(b), Oct. 23, 2000, 114 Stat. 1356, provided that: “In publishing the Act in slip form and in the United States Statutes at Large pursuant to section 112 of title 1, United States Code, the Archivist of the United States shall include after the date of approval at the end an appendix setting forth the text of the bill referred to in subsection (a) of this section [enacting into law H.R. 5394 of the 106th Congress, as introduced on Oct. 5, 2000].” Pub. L. 106–113, div. B, § 1000(b), Nov. 29, 1999, 113 Stat. 1536, provided that: “In publishing the Act in slip form and in the United States Statutes at Large pursuant to section 112, of title 1, United States Code, the Archivist of the United States shall include after the date of approval at the end appendixes setting forth the texts of the bills referred to in subsection (a) of this section [enacting into law H.R. 3421, H.R. 3422, H.R. 3423, H.R. 3424, H.R. 3425, H.R. 3426, H.R. 3427 (as amended), H.R. 3428, and S. 1948 of the 106th Congress, as introduced on Nov. 17, 1999].”
|
||||
|
||||
Effect of Repeal of Section 73 of Act Jan. 12, 1895This section and section 112a of this title as not affected by the repeal of section 73 of act Jan. 12, 1895, ch. 23, 28 Stat. 615, which related to the same subject matter, see section 56(i) of act Oct. 31, 1951, ch. 655, 65 Stat. 729.
|
||||
@@ -0,0 +1,53 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 112a"
|
||||
description: "United States Treaties and Other International Agreements; contents; admissibility in evidence"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "112a"
|
||||
citation: "1 U.S.C. § 112a"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s112a"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "f32b579e09fa77c6865683c7729feac4617890ae6628a33f2adf97863ce51785"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "080b58ec3e0f61920fab19e3b16458c3ead340774e0db4e3dd7468188468daba"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 112a - United States Treaties and Other International Agreements; contents; admissibility in evidence
|
||||
|
||||
## Text
|
||||
|
||||
(a) The Secretary of State shall cause to be compiled, edited, indexed, and published, beginning as of January 1, 1950, a compilation entitled “United States Treaties and Other International Agreements,” which shall contain all treaties to which the United States is a party that have been proclaimed during each calendar year, and all international agreements other than treaties to which the United States is a party that have been signed, proclaimed, or with reference to which any other final formality has been executed, during each calendar year. The said United States Treaties and Other International Agreements shall be legal evidence of the treaties, international agreements other than treaties, and proclamations by the President of such treaties and agreements, therein contained, in all the courts of the United States, the several States, and the Territories and insular possessions of the United States.
|
||||
|
||||
(b) Copies of international agreements and qualifying non-binding instruments in the possession of the Department of State, but not published, other than the agreements described in section 112b(b)(3)(A), shall be made available by the Department of State upon request.
|
||||
|
||||
(Added Sept. 23, 1950, ch. 1001, § 2, 64 Stat. 980; amended Pub. L. 103–236, title I, § 138, Apr. 30, 1994, 108 Stat. 397; Pub. L. 108–458, title VII, § 7121(a), Dec. 17, 2004, 118 Stat. 3807; Pub. L. 117–263, div. E, title LIX, § 5947(b), Dec. 23, 2022, 136 Stat. 3482.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Amendments2022—Subsecs. (b) to (d). Pub. L. 117–263 added subsec. (b) and struck out former subsecs. (b) to (d) which related to determination that publication of certain categories of agreements is not required, publication of such determination in the Federal Register, and timely availability of certain treaties and international agreements on the Department of State website. 2004—Subsec. (d). Pub. L. 108–458 added subsec. (d). 1994—Pub. L. 103–236 designated existing provisions as subsec. (a) and added subsecs. (b) and (c).
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Effective Date of 2022 AmendmentPub. L. 117–263, div. E, title LIX, § 5947(c), Dec. 23, 2022, 136 Stat. 3482, provided that: “The amendments made by this section [amending this section, section 112b of this title, and section 195c of Title 6, Domestic Security] shall take effect on the date that is 270 days after the date of the enactment of this Act [Dec. 23, 2022].”
|
||||
|
||||
Effective Date of 2004 AmendmentPub. L. 108–458, title VII, § 7122, Dec. 17, 2004, 118 Stat. 3808, provided that: “Notwithstanding any other provision of this Act [see Tables for classification], this subtitle [subtitle A (§§ 7101–7122) of title VII of Pub. L. 108–458, enacting sections 2228, 2732, 3922b, 4029, 7536a, and 7555 of Title 22, Foreign Relations and Intercourse, amending this section, section 112b of this title, section 1189 of Title 8, Aliens and Nationality, sections 2651a, 2656f, 4003, 7513, 7514, 7518, 7536, 7537, 7538, and 7554 of Title 22, and section 4605 of Title 50, War and National Defense, repealing section 2374 of Title 22, enacting provisions set out as notes under section 1189 of Title 8, sections 1431, 2451, 2452, 2651a, 2656, 2656f, 7501, 7511, 7513, 7514, and 7536 of Title 22, and section 4605 of Title 50, and amending provisions set out as a note under section 112b of this title] shall take effect on the date of enactment of this Act [Dec. 17, 2004].”
|
||||
|
||||
Effect of Repeal of Section 73 of Act Jan. 12, 1895This section and section 112 of this title as not affected by the repeal of section 73 of act Jan. 12, 1895, ch. 23, 28 Stat. 615, which related to the same subject matter, see section 56(i) of act Oct. 31, 1951, ch. 655, 65 Stat. 729.
|
||||
|
||||
Written Requests for DocumentsCopies of United States Treaties and Other International Agreements not available to Senators or Representatives unless specifically requested by them, in writing, see Pub. L. 94–59, title VIII, § 801, July 25, 1975, 89 Stat. 296, set out as a note under section 1317 of Title 44, Public Printing and Documents.
|
||||
@@ -0,0 +1,183 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 112b"
|
||||
description: "United States international agreements and non-binding instruments; transparency provisions"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "112b"
|
||||
citation: "1 U.S.C. § 112b"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s112b"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "ba8b404b1d9dc583ca94b7ed8a090c9052940d8ba8d0f21990bf6ffe74430146"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "b4eab4602b4965b69a53372c9c2b54d2a1831acefe7c25b18b59dc3f64637402"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 112b - United States international agreements and non-binding instruments; transparency provisions
|
||||
|
||||
## Text
|
||||
|
||||
(a) (1) Not less frequently than once each month, the Secretary shall provide in writing to the Majority Leader of the Senate, the Minority Leader of the Senate, the Speaker of the House of Representatives, the Minority Leader of the House of Representatives, and the appropriate congressional committees the following:
|
||||
|
||||
(A) (i) A list of all international agreements and qualifying non-binding instruments signed, concluded, or otherwise finalized during the prior month.
|
||||
|
||||
(ii) The text of all international agreements and qualifying non-binding instruments described in clause (i).
|
||||
|
||||
(iii) A detailed description of the legal authority that, in the view of the Secretary, provides authorization for each international agreement and that, in the view of the appropriate department or agency, provides authorization for each qualifying non-binding instrument provided under clause (ii) to become operative. If multiple authorities are relied upon in relation to an international agreement, the Secretary shall cite all such authorities, and if multiple authorities are relied upon in relation to a qualifying non-binding instrument, the appropriate department or agency shall cite all such authorities. All citations to the Constitution of the United States, a treaty, or a statute shall include the specific article or section and subsection reference whenever available and, if not available, shall be as specific as possible. If the authority relied upon is or includes article II of the Constitution of the United States, the Secretary or appropriate department or agency shall explain the basis for that reliance.
|
||||
|
||||
(B) (i) A list of all international agreements that entered into force and qualifying non-binding instruments that became operative for the United States or an agency of the United States during the prior month.
|
||||
|
||||
(ii) The text of all international agreements and qualifying non-binding instruments described in clause (i) if such text differs from the text of the agreement or instrument previously provided pursuant to subparagraph (A)(ii).
|
||||
|
||||
(iii) A statement describing any new or amended statutory or regulatory authority anticipated to be required to fully implement each proposed international agreement and qualifying non-binding instrument included in the list described in clause (i).
|
||||
|
||||
(2) The information and text required by paragraph (1) shall be submitted in unclassified form, but may include a classified annex.
|
||||
|
||||
(b) (1) Not later than 120 days after the date on which an international agreement enters into force, the Secretary shall make the text of the agreement, and the information described in subparagraphs (A)(iii) and (B)(iii) of subsection (a)(1) relating to the agreement, available to the public on the website of the Department of State.
|
||||
|
||||
(2) Not less frequently than once every 120 days, the Secretary shall make the text of each qualifying non-binding instrument that became operative during the preceding 120 days, and the information described in subparagraphs (A)(iii) and (B)(iii) of subsection (a)(1) relating to each such instrument, available to the public on the website of the Department of State.
|
||||
|
||||
(3) The requirements under paragraphs (1) and (2) shall not apply to the following categories of international agreements or qualifying non-binding instruments, or to information described in subparagraphs (A)(iii) and (B)(iii) of subsection (a)(1) relating to such agreements or qualifying non-binding instruments:
|
||||
|
||||
(A) International agreements and qualifying non-binding instruments that contain information that has been given a national security classification pursuant to Executive Order 13526 (50 U.S.C. 3161 note; relating to classified national security information) or any predecessor or successor order, or that contain any information that is otherwise exempt from public disclosure pursuant to United States law.
|
||||
|
||||
(B) International agreements and qualifying non-binding instruments that address military operations, military exercises, acquisition and cross servicing, logistics support, military personnel exchange or education programs, or the provision of health care to military personnel on a reciprocal basis.
|
||||
|
||||
(C) International agreements and qualifying non-binding instruments that establish the terms of grant or other similar assistance, including in-kind assistance, financed with foreign assistance funds pursuant to the Foreign Assistance Act of 1961 (22 U.S.C. 2151 et seq.) or the Food for Peace Act (7 U.S.C. 1691 et seq.).
|
||||
|
||||
(D) International agreements and qualifying non-binding instruments, such as project annexes and other similar instruments, for which the principal function is to establish technical details for the implementation of a specific project undertaken pursuant to another agreement or qualifying non-binding instrument that has been published in accordance with paragraph (1) or (2).
|
||||
|
||||
(E) International agreements and qualifying non-binding instruments that have been separately published by a depositary or other similar administrative body, except that the Secretary shall make the information described in subparagraphs (A)(iii) and (B)(iii) of subsection (a)(1), relating to such agreements or qualifying non-binding instruments, available to the public on the website of the Department of State within the timeframes required by paragraph (1) or (2).
|
||||
|
||||
(c) For any international agreement or qualifying non-binding instrument for which an implementing agreement or arrangement, or any document of similar purpose or function to the aforementioned regardless of the title of the document, is not otherwise required to be submitted to the Majority Leader of the Senate, the Minority Leader of the Senate, the Speaker of the House of Representatives, the Minority Leader of the House of Representatives, and the appropriate congressional committees under subparagraphs (A)(ii) or (B)(ii) of subsection (a)(1), not later than 30 days after the date on which the Secretary receives a written communication from the Chair or Ranking Member of either of the appropriate congressional committees requesting the text of any such implementing agreements or arrangements, whether binding or non-binding, the Secretary shall submit such implementing agreements or arrangements to the Majority Leader of the Senate, the Minority Leader of the Senate, the Speaker of the House of Representatives, the Minority Leader of the House of Representatives, and the appropriate congressional committees.
|
||||
|
||||
(d) Any department or agency of the United States Government that enters into any international agreement or qualifying non-binding instrument on behalf of itself or the United States shall—
|
||||
|
||||
(1) provide to the Secretary the text of each international agreement not later than 15 days after the date on which such agreement is signed or otherwise concluded;
|
||||
|
||||
(2) provide to the Secretary the text of each qualifying non-binding instrument not later than 15 days after the date on which such instrument is concluded or otherwise becomes finalized;
|
||||
|
||||
(3) provide to the Secretary a detailed description of the legal authority that provides authorization for each qualifying non-binding instrument to become operative not later than 15 days after such instrument is signed or otherwise becomes finalized; and
|
||||
|
||||
(4) on an ongoing basis, provide any implementing material to the Secretary for transmittal to the Majority Leader of the Senate, the Minority Leader of the Senate, the Speaker of the House of Representatives, the Minority Leader of the House of Representatives, and the appropriate congressional committees as needed to satisfy the requirements described in subsection (c).
|
||||
|
||||
(e) (1) Each department or agency of the United States Government that enters into any international agreement or qualifying non-binding instrument on behalf of itself or the United States shall designate a Chief International Agreements Officer, who shall—
|
||||
|
||||
(A) be selected from among employees of such department or agency;
|
||||
|
||||
(B) serve concurrently as the Chief International Agreements Officer; and
|
||||
|
||||
(C) subject to the authority of the head of such department or agency, have department- or agency-wide responsibility for efficient and appropriate compliance with this section.
|
||||
|
||||
(2) There shall be a Chief International Agreements Officer who serves at the Department of State with the title of International Agreements Compliance Officer.
|
||||
|
||||
(f) The substance of oral international agreements shall be reduced to writing for the purpose of meeting the requirements of subsections (a) and (b).
|
||||
|
||||
(g) Notwithstanding any other provision of law, an international agreement may not be signed or otherwise concluded on behalf of the United States without prior consultation with the Secretary. Such consultation may encompass a class of agreements rather than a particular agreement.
|
||||
|
||||
(h) (1) Not later than 3 years after the date of the enactment of this section, and not less frequently than once every 3 years thereafter during the 9-year period beginning on the date of the enactment of this section, the Comptroller General of the United States shall conduct an audit of the compliance of the Secretary with the requirements of this section.
|
||||
|
||||
(2) In any instance in which a failure by the Secretary to comply with such requirements is determined by the Comptroller General to have been due to the failure or refusal of another agency to provide information or material to the Department of State, or the failure to do so in a timely manner, the Comptroller General shall engage such other agency to determine—
|
||||
|
||||
(A) the cause and scope of such failure or refusal;
|
||||
|
||||
(B) the specific office or offices responsible for such failure or refusal; and
|
||||
|
||||
(C) recommendations for measures to ensure compliance with statutory requirements.
|
||||
|
||||
(3) The Comptroller General shall submit to the Majority Leader of the Senate, the Minority Leader of the Senate, the Speaker of the House of Representatives, the Minority Leader of the House of Representatives, and the appropriate congressional committees in writing the results of each audit required by paragraph (1).
|
||||
|
||||
(4) The Comptroller General and the Secretary shall make the results of each audit required by paragraph (1) publicly available on the websites of the Government Accountability Office and the Department of State, respectively.
|
||||
|
||||
(i) The President shall, through the Secretary, promulgate such rules and regulations as may be necessary to carry out this section.
|
||||
|
||||
(j) It is the sense of Congress that the executive branch should not prescribe or otherwise commit to or include specific legislative text in a treaty, executive agreement, or non-binding instrument unless Congress has authorized such action.
|
||||
|
||||
(k) In this section:
|
||||
|
||||
(1) The term “appropriate congressional committees” means—
|
||||
|
||||
(A) the Committee on Foreign Relations of the Senate; and
|
||||
|
||||
(B) the Committee on Foreign Affairs of the House of Representatives.
|
||||
|
||||
(2) The term “appropriate department or agency” means the department or agency of the United States Government that negotiates and enters into a qualifying non-binding instrument on behalf of itself or the United States.
|
||||
|
||||
(3) The term “intelligence community” has the meaning given that term in section 3(4) of the National Security Act of 1947 (50 U.S.C. 3003(4)).
|
||||
|
||||
(4) The term “international agreement” includes—
|
||||
|
||||
(A) any treaty that requires the advice and consent of the Senate, pursuant to article II of the Constitution of the United States; and
|
||||
|
||||
(B) any other international agreement to which the United States is a party and that is not subject to the advice and consent of the Senate.
|
||||
|
||||
(5) The term “qualifying non-binding instrument”—
|
||||
|
||||
(A) except as provided in subparagraph (B), means a non-binding instrument that—
|
||||
|
||||
(i) is or will be under negotiation, is signed or otherwise becomes operative, or is implemented with one or more foreign governments, international organizations, or foreign entities, including non-state actors; and
|
||||
|
||||
(ii) (I) could reasonably be expected to have a significant impact on the foreign policy of the United States; or
|
||||
|
||||
(II) is the subject of a written communication from the Chair or Ranking Member of either of the appropriate congressional committees to the Secretary; and
|
||||
|
||||
(B) does not include any non-binding instrument that is signed or otherwise becomes operative or is implemented pursuant to the authorities relied upon by the Department of Defense, the Armed Forces of the United States, or any element of the intelligence community.
|
||||
|
||||
(6) The term “Secretary” means the Secretary of State.
|
||||
|
||||
(7) (A) The term “text” with respect to an international agreement or qualifying non-binding instrument includes—
|
||||
|
||||
(i) any annex, appendix, codicil, side agreement, side letter, or any document of similar purpose or function to the aforementioned, regardless of the title of the document, that is entered into contemporaneously and in conjunction with the international agreement or qualifying non-binding instrument; and
|
||||
|
||||
(ii) any implementing agreement or arrangement, or any document of similar purpose or function to the aforementioned regardless of the title of the document, that is entered into contemporaneously and in conjunction with the international agreement or qualifying non-binding instrument.
|
||||
|
||||
(B) As used in subparagraph (A), the term “contemporaneously and in conjunction with”—
|
||||
|
||||
(i) shall be construed liberally; and
|
||||
|
||||
(ii) may not be interpreted to require any action to have occurred simultaneously or on the same day.
|
||||
|
||||
(l) Nothing in this section may be construed—
|
||||
|
||||
(1) to authorize the withholding from disclosure to the public of any record if such disclosure is required by law; or
|
||||
|
||||
(2) to require the provision of any implementing agreement or arrangement, or any document of similar purpose or function regardless of its title, which was entered into by the Department of Defense, the Armed Forces of the United States, or any element of the intelligence community or any implementing material originating with the aforementioned agencies, if such implementing agreement, arrangement, document, or material was not required to be provided to the Majority Leader of the Senate, the Minority Leader of the Senate, the Speaker of the House of Representatives, the Minority Leader of the House of Representatives, or the appropriate congressional committees prior to the date of the enactment of the James M. Inhofe National Defense Authorization Act for Fiscal Year 2023.
|
||||
|
||||
(Added Pub. L. 92–403, § 1, Aug. 22, 1972, 86 Stat. 619; amended Pub. L. 95–45, § 5, June 15, 1977, 91 Stat. 224; Pub. L. 95–426, title VII, § 708, Oct. 7, 1978, 92 Stat. 993; Pub. L. 103–437, § 1, Nov. 2, 1994, 108 Stat. 4581; Pub. L. 108–458, title VII, § 7121(b)–(d), Dec. 17, 2004, 118 Stat. 3807, 3808; Pub. L. 116–260, div. FF, title XVII, § 1708(b), Dec. 27, 2020, 134 Stat. 3298; Pub. L. 117–263, div. E, title LIX, § 5947(a)(1), Dec. 23, 2022, 136 Stat. 3476.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
References in TextExecutive Order 13526, referred to in subsec. (b)(3)(A), is Ex. Ord. No. 13526, Dec. 29, 2009, 75 F.R. 707, 1013, which is set out as a note under section 3161 of Title 50, War and National Defense. The Foreign Assistance Act of 1961, referred to in subsec. (b)(3)(C), is Pub. L. 87–195, Sept. 4, 1961, 75 Stat. 424, which is classified principally to chapter 32 (§ 2151 et seq.) of Title 22, Foreign Relations and Intercourse. For complete classification of this Act to the Code, see Short Title note set out under section 2151 of Title 22 and Tables. The Food for Peace Act, referred to in subsec. (b)(3)(C), is act July 10, 1954, ch. 469, 68 Stat. 454, which is classified principally to chapter 41 (§ 1691 et seq.) of Title 7, Agriculture. For complete classification of this Act to the Code, see Short Title note set out under section 1691 of Title 7 and Tables. The date of the enactment of this section, and the date of the enactment of the James M. Inhofe National Defense Authorization Act for Fiscal Year 2023, referred to in subsecs. (h)(1) and (l)(2), are the date of enactment of Pub. L. 117–263, which was approved Dec. 23, 2022.
|
||||
|
||||
Amendments2022—Pub. L. 117–263 amended section generally. Prior to amendment, section related to requirements for transmitting the text of United States international agreements and various reports to Congress. 2020—Subsec. (g). Pub. L. 116–260 added subsec. (g). 2004—Subsec. (a). Pub. L. 108–458, § 7121(b), substituted “Committee on International Relations” for “Committee on Foreign Affairs”. Subsec. (d). Pub. L. 108–458, § 7121(c), added subsec. (d). Former subsec. (d) redesignated (e). Subsec. (e). Pub. L. 108–458, § 7121(d), designated existing provisions as par. (1), substituted “Subject to paragraph (2), the Secretary of State” for “The Secretary of State”, and added par. (2). Pub. L. 108–458, § 7121(c)(1), redesignated subsec. (d) as (e). Former subsec. (e) redesignated (f). Subsec. (f). Pub. L. 108–458, § 7121(c)(1), redesignated subsec. (e) as (f). 1994—Subsec. (a). Pub. L. 103–437 substituted “Committee on Foreign Affairs” for “Committee on International Relations”. 1978—Pub. L. 95–426 designated existing provisions as subsec. (a), inserted “(including the text of any oral international agreement, which agreement shall be reduced to writing)”, and added subsecs. (b) to (e). 1977—Pub. L. 95–45 substituted “Committee on International Relations of the House of Representatives” for “Committee on Foreign Affairs of the House of Representatives” and inserted requirement that any department or agency of the United States Government which enters into any international agreement on behalf of the United States transmit to the Department of State the text of such agreement not later than twenty days after the agreement has been signed.
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Change of Name Committee on International Relations of House of Representatives changed to Committee on Foreign Affairs of House of Representatives by House Resolution No. 6, One Hundred Tenth Congress, Jan. 5, 2007.
|
||||
|
||||
Effective Date of 2022 AmendmentAmendment by Pub. L. 117–263 effective 270 days after Dec. 23, 2022, see section 5947(c) of Pub. L. 117–263, set out as a note under section 112a of this title.
|
||||
|
||||
Short TitleThis section is popularly known as the Case-Zablocki Act.
|
||||
|
||||
Rules and RegulationsPub. L. 117–263, div. E, title LIX, § 5947(a)(5), Dec. 23, 2022, 136 Stat. 3482, provided that: “Not later than 180 days after the date of the enactment of this Act [Dec. 23, 2022], the President, through the Secretary of State, shall promulgate such rules and regulations as may be necessary to carry out section 112b of title 1, United States Code, as amended by paragraph (1).”
|
||||
|
||||
Mechanism for ReportingPub. L. 117–263, div. E, title LIX, § 5947(a)(4), Dec. 23, 2022, 136 Stat. 3481, provided that: “Not later than 270 days after the date of the enactment of this Act [Dec. 23, 2022], the Secretary of State shall establish a mechanism for personnel of the Department of State who become aware or who have reason to believe that the requirements under section 112b of title 1, United States Code, as amended by paragraph (1), have not been fulfilled with respect to an international agreement or qualifying non-binding instrument (as such terms are defined in such section) to report such instances to the Secretary.”
|
||||
|
||||
Consultation and Briefing RequirementPub. L. 117–263, div. E, title LIX, § 5947(a)(6), Dec. 23, 2022, 136 Stat. 3482, provided that: “(A) Consultation.—The Secretary of State shall consult with the Committee on Foreign Relations of the Senate and the Committee on Foreign Affairs of the House of Representatives on matters related to the implementation of this section [amending this section, section 112a of this title, and section 195c of Title 6, Domestic Security, and enacting provisions set out as notes under this section and section 112a of this title] and the amendments made by this section before and after the effective date described in subsection (c) [see Effective Date of 2022 Amendment note set out under section 112a of this title]. “(B) Briefing.—Not later than 90 days after the date of the enactment of this Act [Dec. 23, 2022], and once every 90 days thereafter for 1 year, the Secretary shall brief the Committee on Foreign Relations of the Senate, the Committee on Appropriations of the Senate, the Committee on Foreign Affairs of the House of Representatives, and the Committee on Appropriations of the House of Representatives regarding the status of efforts to implement this section and the amendments made by this section.”
|
||||
|
||||
EnforcementPub. L. 100–204, title I, § 139, Dec. 22, 1987, 101 Stat. 1347, as amended by Pub. L. 108–458, title VII, § 7121(e), Dec. 17, 2004, 118 Stat. 3808, restricted the use of funds during fiscal years 2005, 2006, and 2007 to implement international agreements whose text was not transmitted to Congress within 60 days pursuant to former section 112b.
|
||||
@@ -0,0 +1,45 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 113"
|
||||
description: "“Little and Brown’s” edition of laws and treaties; slip laws; Treaties and Other International Acts Series; admissibility in evidence"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "113"
|
||||
citation: "1 U.S.C. § 113"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s113"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "fa89986e2fbfb5ceec1203e7833f94674ffc9cc5185d024f3829031b2ca3d7ee"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "b41c5d3397f448f3548c1bc765ade90c742208f06000b29ac0fb7f76906a389e"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 113 - “Little and Brown’s” edition of laws and treaties; slip laws; Treaties and Other International Acts Series; admissibility in evidence
|
||||
|
||||
## Text
|
||||
|
||||
The edition of the laws and treaties of the United States, published by Little and Brown, and the publications in slip or pamphlet form of the laws of the United States issued under the authority of the Archivist of the United States, and the Treaties and Other International Acts Series issued under the authority of the Secretary of State shall be competent evidence of the several public and private Acts of Congress, and of the treaties, international agreements other than treaties, and proclamations by the President of such treaties and international agreements other than treaties, as the case may be, therein contained, in all the courts of law and equity and of maritime jurisdiction, and in all the tribunals and public offices of the United States, and of the several States, without any further proof or authentication thereof.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 636; Pub. L. 89–497, § 1, July 8, 1966, 80 Stat. 271; Pub. L. 98–497, title I, § 107(d), Oct. 19, 1984, 98 Stat. 2291.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Amendments1984—Pub. L. 98–497 substituted “Archivist of the United States” for “Administrator of General Services”. 1966—Pub. L. 89–497 made slip laws and the Treaties and Other International Acts Series competent legal evidence of the several acts of Congress and the treaties and other international agreements contained therein.
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Effective Date of 1984 AmendmentAmendment by Pub. L. 98–497 effective Apr. 1, 1985, see section 301 of Pub. L. 98–497, set out as a note under section 2102 of Title 44, Public Printing and Documents.
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 114"
|
||||
description: "Sealing of instruments"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "2"
|
||||
chapter_name: "ACTS AND RESOLUTIONS; FORMALITIES OF ENACTMENT; REPEALS; SEALING OF INSTRUMENTS"
|
||||
section: "114"
|
||||
citation: "1 U.S.C. § 114"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s114"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "8464109a44a5a8cf47f4596f0c8b272e88cf8ea931f44192479226d902eaf75b"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "a7e6d7ce5776c3a83c4310f83465076194e2abed7972cc3fedf4230eea76dff5"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 114 - Sealing of instruments
|
||||
|
||||
## Text
|
||||
|
||||
In all cases where a seal is necessary by law to any commission, process, or other instrument provided for by the laws of Congress, it shall be lawful to affix the proper seal by making an impression therewith directly on the paper to which such seal is necessary; which shall be as valid as if made on wax or other adhesive substance.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 636.)
|
||||
@@ -0,0 +1,53 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 201"
|
||||
description: "Publication and distribution of Code of Laws of United States and Supplements and District of Columbia Code and Supplements"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "201"
|
||||
citation: "1 U.S.C. § 201"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s201"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "5653922d585b4a40b04daf0fff6000efbf3c0bb60c77908809e4e860c026f559"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "9ca4b45b86ad7ce3980c14fae715871260be0244cda1e61f967338ec55485cd2"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 201 - Publication and distribution of Code of Laws of United States and Supplements and District of Columbia Code and Supplements
|
||||
|
||||
## Text
|
||||
|
||||
In order to avoid duplication and waste—
|
||||
|
||||
(a) Publishing in slip or pamphlet form or in Statutes at Large.— Publication in slip or pamphlet form or in the Statutes at Large of any of the volumes or publications enumerated in sections 202 and 203 of this title, shall, in event of enactment, be dispensed with whenever the Committee on the Judiciary of the House of Representatives so directs the Archivist of the United States;
|
||||
|
||||
(b) Curtailing number of copies published.— Curtailment of the number provided by law to be printed and distributed of the volumes or publications enumerated in sections 202 and 203 of this title may be directed by such committee, except that the Director of the Government Publishing Office shall print such numbers as are necessary for depository library distribution and for sale; and
|
||||
|
||||
(c) Dispensing with publication of more than one Supplement for each Congress.— Such committee may direct that the printing and distribution of any supplement to the Code of Laws of the United States or to the Code of the District of Columbia be dispensed with entirely, except that there shall be printed and distributed for each Congress at least one supplement to each such code, containing the legislation of such Congress.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 637; Sept. 3, 1954, ch. 1263, § 1, 68 Stat. 1226; Pub. L. 98–497, title I, § 107(d), Oct. 19, 1984, 98 Stat. 2291; Pub. L. 113–235, div. H, title I, § 1301(d), Dec. 16, 2014, 128 Stat. 2537.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Amendments1984—Subsec. (a). Pub. L. 98–497 substituted “Archivist of the United States” for “Administrator of General Services”. 1954—Subsec. (a). Act Sept. 3, 1954, substituted “Administrator of General Services” for “Secretary of State”.
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Change of Name “Director of the Government Publishing Office” substituted for “Public Printer” in subsec. (b) on authority of section 1301(d) of Pub. L. 113–235, set out as a note under section 301 of Title 44, Public Printing and Documents.
|
||||
|
||||
Effective Date of 1984 AmendmentAmendment by Pub. L. 98–497 effective Apr. 1, 1985, see section 301 of Pub. L. 98–497, set out as a note under section 2102 of Title 44, Public Printing and Documents.
|
||||
@@ -0,0 +1,47 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 202"
|
||||
description: "Preparation and publication of Codes and Supplements"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "202"
|
||||
citation: "1 U.S.C. § 202"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s202"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "4bcf04ec5473f44f2019eb3a426a984f3d50f7ae8b86162ec510ef60f4568f25"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "b14154dbb2dd6f2a290c8dc120db660b960bf61e778da9ea5d157937f38cab38"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 202 - Preparation and publication of Codes and Supplements
|
||||
|
||||
## Text
|
||||
|
||||
There shall be prepared and published under the supervision of the Committee on the Judiciary of the House of Representatives—
|
||||
|
||||
(a) Cumulative Supplements to Code of Laws of United States for each session of Congress.— A supplement for each session of the Congress to the then current edition of the Code of Laws of the United States, cumulatively embracing the legislation of the then current supplement, and correcting errors in such edition and supplement;
|
||||
|
||||
(b) Cumulative Supplement to District of Columbia Code for each session of Congress.— A supplement for each session of the Congress to the then current edition of the Code of the District of Columbia, cumulatively embracing the legislation of the then current supplement, and correcting errors in such edition and supplement;
|
||||
|
||||
(c) New editions of Codes and Supplements.— New editions of the Code of Laws of the United States and of the Code of the District of Columbia, correcting errors and incorporating the then current supplement. In the case of each code new editions shall not be published oftener than once in each five years. Copies of each such edition shall be distributed in the same manner as provided in the case of supplements to the code of which it is a new edition. Supplements published after any new edition shall not contain the legislation of supplements published before such new edition.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 637.)
|
||||
|
||||
## Notes
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Cross References Council of the District of Columbia, functions respecting, see section 2 of Pub. L. 94–386, Aug. 14, 1976, 90 Stat. 1170, set out as a note under section 285b of Title 2, The Congress. Office of the Law Revision Counsel, functions respecting preparation, revision, publication, etc., see section 285b of Title 2.
|
||||
@@ -0,0 +1,43 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 203"
|
||||
description: "District of Columbia Code; preparation and publication; cumulative supplements"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "203"
|
||||
citation: "1 U.S.C. § 203"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s203"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "9bb0c77fad48f0b624f3171fedf0038a547f18c18205909bf2ed3e6aa418baa1"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "2f6ff4c50e39d4f4f9501cdbe9cd3f68dc1dbc915f3a41c4d069f668bafa27a0"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 203 - District of Columbia Code; preparation and publication; cumulative supplements
|
||||
|
||||
## Text
|
||||
|
||||
The Committee on the Judiciary of the House of Representatives is authorized to print bills to codify, revise, and reenact the general and permanent laws relating to the District of Columbia and cumulative supplements thereto, similar in style, respectively, to the Code of Laws of the United States, and supplements thereto, and to so continue until final enactment thereof in both Houses of the Congress of the United States.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 638.)
|
||||
|
||||
## Notes
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Commission on Revision of the Criminal Laws of the District of ColumbiaPub. L. 90–226, title X, Dec. 27, 1967, 81 Stat. 742, provided for creation and operation of a commission to study and make recommendations with reference to a revised code of criminal law and procedure for the District of Columbia, prior to repeal by Pub. L. 91–358, title VI, § 601, July 29, 1970, 84 Stat. 667, as amended by Pub. L. 91–530, § 2(b)(1), Dec. 7, 1970, 84 Stat. 1390.
|
||||
|
||||
Cross References Council of the District of Columbia, functions respecting, see section 2 of Pub. L. 94–386, Aug. 14, 1976, 90 Stat. 1170, set out as a note under section 285b of Title 2, The Congress. Office of the Law Revision Counsel, functions respecting, see section 285b of Title 2.
|
||||
@@ -0,0 +1,53 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 204"
|
||||
description: "Codes and Supplements as evidence of the laws of United States and District of Columbia; citation of Codes and Supplements"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "204"
|
||||
citation: "1 U.S.C. § 204"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s204"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "c61dbe3eb0655ff0f6626f4cdebf5afa3ae1398c0c82f1e80c4200a0ee6de7ab"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "c050e83e79d89108a460a764e7126f6080af3d29a4018d23d3269cfe62d1d785"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 204 - Codes and Supplements as evidence of the laws of United States and District of Columbia; citation of Codes and Supplements
|
||||
|
||||
## Text
|
||||
|
||||
In all courts, tribunals, and public offices of the United States, at home or abroad, of the District of Columbia, and of each State, Territory, or insular possession of the United States—
|
||||
|
||||
(a) United States Code.— The matter set forth in the edition of the Code of Laws of the United States current at any time shall, together with the then current supplement, if any, establish prima facie the laws of the United States, general and permanent in their nature, in force on the day preceding the commencement of the session following the last session the legislation of which is included: Provided, however, That whenever titles of such Code shall have been enacted into positive law the text thereof shall be legal evidence of the laws therein contained, in all the courts of the United States, the several States, and the Territories and insular possessions of the United States.
|
||||
|
||||
(b) District of Columbia Code.— The matter set forth in the edition of the Code of the District of Columbia current at any time shall, together with the then current supplement, if any, establish prima facie the laws, general and permanent in their nature, relating to or in force in the District of Columbia on the day preceding the commencement of the session following the last session the legislation of which is included, except such laws as are of application in the District of Columbia by reason of being laws of the United States general and permanent in their nature.
|
||||
|
||||
(c) District of Columbia Code; citation.— The Code of the District of Columbia may be cited as “D.C. Code”.
|
||||
|
||||
(d) Supplements to Codes; citation.— Supplements to the Code of Laws of the United States and to the Code of the District of Columbia may be cited, respectively, as “U.S.C., Sup. ”, and “D.C. Code, Sup. ”, the blank in each case being filled with Roman figures denoting the number of the supplement.
|
||||
|
||||
(e) New edition of Codes; citation.— New editions of each of such codes may be cited, respectively, as “U.S.C., ed.”, and “D.C. Code, ed.”, the blank in each case being filled with figures denoting the last year the legislation of which is included in whole or in part.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 638.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
United States Code Titles as Positive LawThe following titles of the United States Code were enacted into positive law by the acts enumerated below: Title 1, General Provisions—Act July 30, 1947, ch. 388, § 1, 61 Stat. 633. Title 3, The President—Act June 25, 1948, ch. 644, § 1, 62 Stat. 672. Title 4, Flag and Seal, Seat of Government, and the States—Act July 30, 1947, ch. 389, § 1, 61 Stat. 641. Title 5, Government Organization and Employees—Pub. L. 89–554, § 1, Sept. 6, 1966, 80 Stat. 378; Pub. L. 117–286, § 3, Dec. 27, 2022, 136 Stat. 4197. Title 9, Arbitration—Act July 30, 1947, ch. 392, § 1, 61 Stat. 669. Title 10, Armed Forces—Act Aug. 10, 1956, ch. 1041, § 1, 70 Stat. 1126, set out beginning at 70A Stat. 1. Title 11, Bankruptcy—Pub. L. 95–598, title I, § 101, Nov. 6, 1978, 92 Stat. 2549. Title 13, Census—Act Aug. 31, 1954, ch. 1158, 68 Stat. 1012. Title 14, Coast Guard—Act Aug. 4, 1949, ch. 393, § 1, 63 Stat. 495. Title 17, Copyrights—Act July 30, 1947, ch. 391, § 1, 61 Stat. 652, as amended Oct. 19, 1976, Pub. L. 94–553, title I, § 101, 90 Stat. 2541. Title 18, Crimes and Criminal Procedure—Act June 25, 1948, ch. 645, § 1, 62 Stat. 683. Title 23, Highways—Pub. L. 85–767, § 1, Aug. 27, 1958, 72 Stat. 885. Title 28, Judiciary and Judicial Procedure—Act June 25, 1948, ch. 646, § 1, 62 Stat. 869. Title 31, Money and Finance—Pub. L. 97–258, § 1, Sept. 13, 1982, 96 Stat. 877. Title 32, National Guard—Act Aug. 10, 1956, ch. 1041, § 2, 70A Stat. 596. Title 34, Navy—See Title 10, Armed Forces. Title 35, Patents—Act July 19, 1952, ch. 950, § 1, 66 Stat. 792. Title 36, Patriotic and National Observances, Ceremonies, and Organizations—Pub. L. 105–225, § 1, Aug. 12, 1998, 112 Stat. 1253. Title 37, Pay and Allowances of the Uniformed Services—Pub. L. 87–649, § 1, Sept. 7, 1962. 76 Stat. 451. Title 38, Veterans’ Benefits—Pub. L. 85–857, § 1, Sept. 2, 1958, 72 Stat. 1105. Title 39, Postal Service—Pub. L. 86–682, § 1, Sept. 2, 1960, 74 Stat. 578, as revised Pub. L. 91–375, § 2, Aug. 12, 1970, 84 Stat. 719. Title 40, Public Buildings, Property, and Works—Pub. L. 107–217, § 1, Aug. 21, 2002, 116 Stat. 1062. Title 41, Public Contracts—Pub. L. 111–350, § 3, Jan. 4, 2011, 124 Stat. 3677. Title 44, Public Printing and Documents—Pub. L. 90–620, § 1, Oct. 22, 1968, 82 Stat. 1238. Title 46, Shipping—Pub. L. 98–89, § 1, Aug. 26, 1983, 97 Stat. 500; Pub. L. 99–509, title V, subtitle B, § 5101, Oct. 21, 1986, 100 Stat. 1913; Pub. L. 100–424, § 6, Sept. 9, 1988, 102 Stat. 1591; Pub. L. 100–710, title I, § 102, Nov. 23, 1988, 102 Stat. 4738; Pub. L. 109–304, Oct. 6, 2006, 120 Stat. 1485. Title 49, Transportation—Pub. L. 95–473, § 1, Oct. 17, 1978, 92 Stat. 1337; Pub. L. 97–449, § 1, Jan. 12, 1983, 96 Stat. 2413; Pub. L. 103–272, § 1, July 5, 1994, 108 Stat. 745. Title 51, National and Commercial Space Programs—Pub. L. 111–314, § 3, Dec. 18, 2010, 124 Stat. 3328. Title 54, National Park Service and Related Programs—Pub. L. 113–287, § 3, Dec. 19, 2014, 128 Stat. 3094.
|
||||
|
||||
Title 26, Internal Revenue CodeThe Internal Revenue Code of 1954 was enacted in the form of a separate code by act Aug. 16, 1954, ch. 736, 68A Stat. 1. Pub. L. 99–514, § 2(a), Oct. 22, 1986, 100 Stat. 2095, provided that the Internal Revenue Title enacted Aug. 16, 1954, as heretofore, hereby, or hereafter amended, may be cited as the “Internal Revenue Code of 1986”. The sections of Title 26, United States Code, are identical to the sections of the Internal Revenue Code.
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 205"
|
||||
description: "Codes and Supplement; where printed; form and style; ancillaries"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "205"
|
||||
citation: "1 U.S.C. § 205"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s205"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "883d69a811c9df149d2cd8e1cc0d8015f794c82405b4beb5c77021e516d056ed"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "b7c584a0fd6897809b10a5fd56955986a487c35a0e33ab55c0f0fc0772d97093"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 205 - Codes and Supplement; where printed; form and style; ancillaries
|
||||
|
||||
## Text
|
||||
|
||||
The publications provided for in sections 202, 203 of this title shall be printed at the Government Publishing Office and shall be in such form and style and with such ancillaries as may be prescribed by the Committee on the Judiciary of the House of Representatives. The Librarian of Congress is directed to cooperate with such committee in the preparation of such ancillaries. Such publications shall be furnished with such thumb insets and other devices to distinguish parts, with such facilities for the insertion of additional matter, and with such explanatory and advertising slips, and shall be printed on such paper and bound in such material, as may be prescribed by such committee.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 639; Pub. L. 113–235, div. H, title I, § 1301(b), Dec. 16, 2014, 128 Stat. 2537.)
|
||||
|
||||
## Notes
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Change of Name “Government Publishing Office” substituted for “Government Printing Office” in text on authority of section 1301(b) of Pub. L. 113–235, set out as a note preceding section 301 of Title 44, Public Printing and Documents.
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 206"
|
||||
description: "Bills and resolutions of Committee on the Judiciary of House of Representatives; form and style; ancillaries; curtailment of copies"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "206"
|
||||
citation: "1 U.S.C. § 206"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s206"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "128e48fc144cd31bb86e24bb2c155737f78b62dfe8319c26b1fbc3fc045067ba"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "98308ef3155080cb2091f375274de455bad0e31025fb085b3662830b4a55c6d2"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 206 - Bills and resolutions of Committee on the Judiciary of House of Representatives; form and style; ancillaries; curtailment of copies
|
||||
|
||||
## Text
|
||||
|
||||
All bills and resolutions relating to the revision of the laws referred to or reported by the Committee on the Judiciary of the House of Representatives shall be printed in such form and style, and with such ancillaries, as such committee may prescribe as being economical and suitable, to so continue until final enactment thereof in both Houses of Congress; and such committee may also curtail the number of copies of such bills to be printed in the various parliamentary stages in the House of Representatives.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 639.)
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 207"
|
||||
description: "Copies of acts and resolutions in slip form; additional number printed for Committee on the Judiciary of House of Representatives"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "207"
|
||||
citation: "1 U.S.C. § 207"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s207"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "8f0abe4e71dfaddc74af206b6dd7332bee6443c55dba4c3136f5df607a9dc507"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "e63b16e1c77741acb0e77b4a0718171b3b6f826bc20a41a680bc14c4bdcc7a0f"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 207 - Copies of acts and resolutions in slip form; additional number printed for Committee on the Judiciary of House of Representatives
|
||||
|
||||
## Text
|
||||
|
||||
The Director of the Government Publishing Office is directed to print, in addition to the number provided by existing law, and, as soon as printed, to distribute in such manner as the Committee on the Judiciary of the House of Representatives shall determine, twenty copies in slip form of each public Act and joint resolution.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 639; Pub. L. 113–235, div. H, title I, § 1301(d), Dec. 16, 2014, 128 Stat. 2537.)
|
||||
|
||||
## Notes
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Change of Name “Director of the Government Publishing Office” substituted for “Public Printer” in text on authority of section 1301(d) of Pub. L. 113–235, set out as a note under section 301 of Title 44, Public Printing and Documents.
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 208"
|
||||
description: "Delegation of function of Committee on the Judiciary to other agencies; printing, and so forth, under direction of Joint Committee on Printing"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "208"
|
||||
citation: "1 U.S.C. § 208"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s208"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "bbf6e8955651d7d66548b5a5ff113f6d19bbc1e14ceb667d9f50ffc26d4e7abb"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "8d39f1ee8f4d51882c10619abdf36d51c10d30e8394d7413cdb90b06ae5a7ddb"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 208 - Delegation of function of Committee on the Judiciary to other agencies; printing, and so forth, under direction of Joint Committee on Printing
|
||||
|
||||
## Text
|
||||
|
||||
The functions vested by sections 201, 202, 204–207 of this title in the Committee on the Judiciary of the House of Representatives may from time to time be vested in such other agency as the Congress may by concurrent resolution provide: Provided, That the printing, binding, and distribution of the volumes and publications enumerated in sections 202, 203 of this title shall be done under the direction of the Joint Committee on Printing.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 639.)
|
||||
@@ -0,0 +1,45 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 209"
|
||||
description: "Copies of Supplements to Code of Laws of United States and of District of Columbia Code and Supplements; conclusive evidence of original"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "209"
|
||||
citation: "1 U.S.C. § 209"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s209"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "d25fd58ba34a0279db57351bc95823aaa71f0b01c1b6aa537f629abd7c58312a"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "0363c818389ba749989723ba7c53abbb857e1ca01d50a89beb83a47a46a40dae"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 209 - Copies of Supplements to Code of Laws of United States and of District of Columbia Code and Supplements; conclusive evidence of original
|
||||
|
||||
## Text
|
||||
|
||||
Copies of the Code of Laws relating to the District of Columbia and copies of the supplements provided for by sections 202 and 203 of this title printed at the Government Publishing Office and bearing its imprint, shall be conclusive evidence of the original of such code and supplements in the custody of the Administrator of General Services.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 639; Sept. 3, 1954, ch. 1263, § 2, 68 Stat. 1226; Pub. L. 113–235, div. H, title I, § 1301(b), Dec. 16, 2014, 128 Stat. 2537.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Amendments1954—Act Sept. 3, 1954, substituted “Administrator of General Services” for “Secretary of State”.
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Change of Name “Government Publishing Office” substituted for “Government Printing Office” in text on authority of section 1301(b) of Pub. L. 113–235, set out as a note preceding section 301 of Title 44, Public Printing and Documents.
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 210"
|
||||
description: "Distribution of Supplements to Code of Laws of United States and of District of Columbia Code and Supplements; slip and pamphlet copies"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "210"
|
||||
citation: "1 U.S.C. § 210"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s210"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "ad6570ddd3bee30f920d699dd3d8aa4dfeb314610bf7c6a28b92028d9a3e6dd1"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "c469d481c9a76faafb7ca9f98f40de3a00cb95964be1b3b3fb7d9e2cdcf280d0"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 210 - Distribution of Supplements to Code of Laws of United States and of District of Columbia Code and Supplements; slip and pamphlet copies
|
||||
|
||||
## Text
|
||||
|
||||
Copies of the Code of Laws relating to the District of Columbia, and of the supplements provided for by sections 202, 203 of this title shall be distributed by the Superintendent of Documents in the same manner as bound volumes of the Statutes at Large: Provided, That no slip or pamphlet copies of the Code of Laws relating to the District of Columbia, and of the supplements provided for by sections 202, 203 of this title need be printed or distributed.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 640.)
|
||||
|
||||
## Notes
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Cross References Distribution of Statutes at Large, see section 728 of Title 44, Public Printing and Documents.
|
||||
@@ -0,0 +1,43 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 211"
|
||||
description: "Copies to Members of Congress"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "211"
|
||||
citation: "1 U.S.C. § 211"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s211"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "800e9d2bc422886449e5b82f7cccfb303c2743f6d87a5adc96d745e9bb242124"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "b2498119025b442e28ea7f45de87de815b52116ec20f9947aad4664c99e0c142"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 211 - Copies to Members of Congress
|
||||
|
||||
## Text
|
||||
|
||||
In addition to quotas provided for by section 210 of this title there shall be printed, published, and distributed of the Code of Laws relating to the District of Columbia with tables, index, and other ancillaries, suitably bound and with thumb inserts and other convenient devices to distinguish the parts, and of the supplements to both codes as provided for by sections 202, 203 of this title, ten copies of each for each Member of the Senate and House of Representatives of the Congress in which the original authorized publication is made, for his use and distribution, and in addition for the Committee on the Judiciary of the House of Representatives and the Committee on the Judiciary of the Senate a number of bound copies of each equal to ten times the number of members of such committees, and one bound copy of each for the use of each committee of the Senate and House of Representatives.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 640.)
|
||||
|
||||
## Notes
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Limitation on Copies of New Editions for House of RepresentativesPub. L. 92–342, § 101, July 10, 1972, 86 Stat. 447, provided that: “Hereafter, appropriations for authorized printing and binding for the Congress shall not be available under the authority of the Act of July 30, 1947 (1 U.S.C. 211) for the printing, publication, and distribution of more than two copies of new editions of the Code of Laws of the United States and of the Code of the District of Columbia for each Member of the House of Representatives.”
|
||||
|
||||
Written Requests for DocumentsCopies of District of Columbia Code and Supplements not available to Senators or Representatives unless specifically requested by them, in writing, see Pub. L. 94–59, title VIII, § 801, July 25, 1975, 89 Stat. 296, set out as a note under section 1317 of Title 44, Public Printing and Documents.
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 212"
|
||||
description: "Additional distribution at each new Congress"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "212"
|
||||
citation: "1 U.S.C. § 212"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s212"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "095e50e35470955fdabe0b9c6f8ed431fedb7606b7d9e41f4289eba551ae6859"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "ca2ba935bf7829b292f76fbcbe3e4c1fb6658054a247934ad3ac210f6c2431a4"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 212 - Additional distribution at each new Congress
|
||||
|
||||
## Text
|
||||
|
||||
In addition the Superintendent of Documents shall, at the beginning of the first session of each Congress, supply to each Senator and Representative in such Congress, who may in writing apply for the same, one copy each of the Code of Laws of the United States, the Code of Laws relating to the District of Columbia, and the latest supplement to each code: Provided, That such applicant shall certify in his written application for the same that the volume or volumes for which he applies is intended for his personal use exclusively: And provided further, That no Senator or Representative during his term of service shall receive under this section more than one copy each of the volumes enumerated herein.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 640.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "1 U.S.C. § 213"
|
||||
description: "Appropriation for preparing and editing supplements"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 1
|
||||
title_name: "GENERAL PROVISIONS"
|
||||
chapter_number: "3"
|
||||
chapter_name: "CODE OF LAWS OF UNITED STATES AND SUPPLEMENTS; DISTRICT OF COLUMBIA CODE AND SUPPLEMENTS"
|
||||
section: "213"
|
||||
citation: "1 U.S.C. § 213"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc01@119-100.zip"
|
||||
source_identifier: "/us/usc/t1/s213"
|
||||
source_file: "data/legal/raw/us/code/title-01/usc01.xml"
|
||||
source_hash: "10f610353cf2778b03e0d88d8bce3f7bd203f35e243661148b169dfc480a4fed"
|
||||
raw_snapshot_hash: "ff7e36cffdfd7bef32c5cb81e5a475b6b2ae23a1441e5508d5b5ea103349a812"
|
||||
text_hash: "0796e78228448b58efe1f0665cb0b33eb343738c81459ace9a69ed2c5ff1f06a"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 1 U.S.C. § 213 - Appropriation for preparing and editing supplements
|
||||
|
||||
## Text
|
||||
|
||||
For preparation and editing an annual appropriation of $6,500 is authorized to carry out the purposes of sections 202 and 203 of this title.
|
||||
|
||||
(July 30, 1947, ch. 388, 61 Stat. 640.)
|
||||
@@ -0,0 +1,43 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 1"
|
||||
description: "Time for election of Senators"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "ELECTION OF SENATORS AND REPRESENTATIVES"
|
||||
section: "1"
|
||||
citation: "2 U.S.C. § 1"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s1"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "0b60662643ac658ad173b12803acd7cfba48883520cd66d0e54776771391d03a"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "a6f9027b147ff80f3087caf5406c2aa7a36b5bd67c4878ab3f9728095d89938e"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 1 - Time for election of Senators
|
||||
|
||||
## Text
|
||||
|
||||
At the regular election held in any State next preceding the expiration of the term for which any Senator was elected to represent such State in Congress, at which election a Representative to Congress is regularly by law to be chosen, a United States Senator from said State shall be elected by the people thereof for the term commencing on the 3d day of January next thereafter.
|
||||
|
||||
(June 4, 1914, ch. 103, § 1, 38 Stat. 384; June 5, 1934, ch. 390, § 3, 48 Stat. 879.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Amendments1934—Act June 5, 1934, substituted “3d day of January” for “fourth day of March”.
|
||||
|
||||
Constitutional ProvisionsThe first section of Amendment XX to the Constitution provides in part: “* * * the terms of Senators and Representatives [shall end] at noon on the 3d day of January, of the years in which such terms would have ended if this article had not been ratified; and the terms of their successors shall then begin.” Time for election of Senators, see Const. Art. I, § 4, cl. 1. Vacancies in the Senate, see Const. Amend. XVII.
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 1a"
|
||||
description: "Election to be certified by governor"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "ELECTION OF SENATORS AND REPRESENTATIVES"
|
||||
section: "1a"
|
||||
citation: "2 U.S.C. § 1a"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s1a"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "2305a8363c998e7218eebda74cb3a669a8b2e34a82da1c697dc0e5caa7d29dce"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "96fe00e5b18cd68c14feb97694f756646d7f52ee95562daa31d87a9c2ca5307f"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 1a - Election to be certified by governor
|
||||
|
||||
## Text
|
||||
|
||||
It shall be the duty of the executive of the State from which any Senator has been chosen to certify his election, under the seal of the State, to the President of the Senate of the United States.
|
||||
|
||||
(R.S. § 18.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Codification R.S. § 18 derived from act July 25, 1866, ch. 245, § 3, 14 Stat. 244.
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 1b"
|
||||
description: "Countersignature of certificate of election"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "ELECTION OF SENATORS AND REPRESENTATIVES"
|
||||
section: "1b"
|
||||
citation: "2 U.S.C. § 1b"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s1b"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "36f56ae10e523110d0bae6df8f9a0a12a5f4f1a7d0f068af9a5d4675aeec386d"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "8cfc7337bff07d4ba56112d0bea89d6b983068bf29c060cd73cd0bd1baf4ebdc"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 1b - Countersignature of certificate of election
|
||||
|
||||
## Text
|
||||
|
||||
The certificate mentioned in section 1a of this title shall be countersigned by the secretary of state of the State.
|
||||
|
||||
(R.S. § 19.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Codification R.S. § 19 derived from act July 25, 1866, ch. 245, § 3, 14 Stat. 244.
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 2"
|
||||
description: "Omitted"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "ELECTION OF SENATORS AND REPRESENTATIVES"
|
||||
section: "2"
|
||||
citation: "2 U.S.C. § 2"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s2"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "2c01be74740a1fa43f37b73882b54e7a9272680f736eb03cedc8c1c2790e9ec3"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "bc42a8ea8ddd39a8c9ae1e02e90b9dde3d4617d4ae6298042e289b4d2ea69347"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 2 - Omitted
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Codification Section, act Aug. 8, 1911, ch. 5, §§ 1, 2, 37 Stat. 13, 14, fixed composition of House of Representatives at 435 Members, to be apportioned to the States therein enumerated. For provisions dealing with reapportionment of Representatives and manner of election, etc., see sections 2a and 2b of this title.
|
||||
@@ -0,0 +1,53 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 2a"
|
||||
description: "Reapportionment of Representatives; time and manner; existing decennial census figures as basis; statement by President; duty of clerk"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "ELECTION OF SENATORS AND REPRESENTATIVES"
|
||||
section: "2a"
|
||||
citation: "2 U.S.C. § 2a"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s2a"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "86198430a4f19091f8df949819f9a3659ca9547ddbfb5f6f08761f64d3aa9f77"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "2101996831e3c633428454fe48d0bbad22a5cfd704c4860d728e6c86f3008b11"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 2a - Reapportionment of Representatives; time and manner; existing decennial census figures as basis; statement by President; duty of clerk
|
||||
|
||||
## Text
|
||||
|
||||
(a) On the first day, or within one week thereafter, of the first regular session of the Eighty-second Congress and of each fifth Congress thereafter, the President shall transmit to the Congress a statement showing the whole number of persons in each State, excluding Indians not taxed, as ascertained under the seventeenth and each subsequent decennial census of the population, and the number of Representatives to which each State would be entitled under an apportionment of the then existing number of Representatives by the method known as the method of equal proportions, no State to receive less than one Member.
|
||||
|
||||
(b) Each State shall be entitled, in the Eighty-third Congress and in each Congress thereafter until the taking effect of a reapportionment under this section or subsequent statute, to the number of Representatives shown in the statement required by subsection (a) of this section, no State to receive less than one Member. It shall be the duty of the Clerk of the House of Representatives, within fifteen calendar days after the receipt of such statement, to send to the executive of each State a certificate of the number of Representatives to which such State is entitled under this section. In case of a vacancy in the office of Clerk, or of his absence or inability to discharge this duty, then such duty shall devolve upon the Sergeant at Arms of the House of Representatives.
|
||||
|
||||
(c) Until a State is redistricted in the manner provided by the law thereof after any apportionment, the Representatives to which such State is entitled under such apportionment shall be elected in the following manner: (1) If there is no change in the number of Representatives, they shall be elected from the districts then prescribed by the law of such State, and if any of them are elected from the State at large they shall continue to be so elected; (2) if there is an increase in the number of Representatives, such additional Representative or Representatives shall be elected from the State at large and the other Representatives from the districts then prescribed by the law of such State; (3) if there is a decrease in the number of Representatives but the number of districts in such State is equal to such decreased number of Representatives, they shall be elected from the districts then prescribed by the law of such State; (4) if there is a decrease in the number of Representatives but the number of districts in such State is less than such number of Representatives, the number of Representatives by which such number of districts is exceeded shall be elected from the State at large and the other Representatives from the districts then prescribed by the law of such State; or (5) if there is a decrease in the number of Representatives and the number of districts in such State exceeds such decreased number of Representatives, they shall be elected from the State at large.
|
||||
|
||||
(June 18, 1929, ch. 28, § 22, 46 Stat. 26; Apr. 25, 1940, ch. 152, 54 Stat. 162; Nov. 15, 1941, ch. 470, § 1, 55 Stat. 761; Pub. L. 104–186, title II, § 201, Aug. 20, 1996, 110 Stat. 1724.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Amendments1996—Subsec. (b). Pub. L. 104–186 struck out at end “; and in case of vacancies in the offices of both the Clerk and the Sergeant at Arms, or the absence or inability of both to act, such duty shall devolve upon the Doorkeeper of the House of Representatives”. 1941—Act Nov. 15, 1941, provided for reapportionment based on seventeenth and subsequent decennial censuses. 1940—Act Apr. 25, 1940, provided for reapportionment based on sixteenth decennial census.
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Termination of Reporting RequirementsFor termination, effective May 15, 2000, of provisions of law requiring submittal to Congress of any annual, semiannual, or other regular periodic report listed in House Document No. 103–7 (in which the report required by subsec. (a) of this section is listed on page 17), see section 3003 of Pub. L. 104–66, as amended, set out as a note under section 1113 of Title 31, Money and Finance.
|
||||
|
||||
Constitutional ProvisionsApportionment of Representatives among the several States, see Const. Art. I, § 2, cl. 3, and Amend. XIV, § 2.
|
||||
|
||||
Temporary Increase in MembershipRepresentation of States of Alaska and Hawaii in House of Representatives as not affecting basis of apportionment established by this section, see section 9 of Pub. L. 85–508, July 7, 1958, 72 Stat. 339, set out as a note preceding section 21 of Title 48, Territories and Insular Possessions, and section 8 of Pub. L. 86–3, Mar. 18, 1959, 73 Stat. 4, set out as a note preceding section 491 of Title 48.
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 2b"
|
||||
description: "Number of Representatives from each State in 78th and subsequent Congresses"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "ELECTION OF SENATORS AND REPRESENTATIVES"
|
||||
section: "2b"
|
||||
citation: "2 U.S.C. § 2b"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s2b"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "3178da2a1b716fa0b20bc7d5cd312e32b66e7b1d3c4197ce4b14dbf4c9bf2a45"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "0a7039b1fff9d2945d135e73eeb4bfe428f9ad58700a0a109ec2e330c6dc004a"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 2b - Number of Representatives from each State in 78th and subsequent Congresses
|
||||
|
||||
## Text
|
||||
|
||||
Each State shall be entitled, in the Seventy-eighth and in each Congress thereafter until the taking effect of a reapportionment under a subsequent statute or section 2a of this title, to the number of Representatives shown in the statement transmitted to the Congress on January 8, 1941, based upon the method known as the method of equal proportions, no State to receive less than one Member.
|
||||
|
||||
(Nov. 15, 1941, ch. 470, § 2(a), 55 Stat. 762.)
|
||||
|
||||
## Notes
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Certificates to Executives of StatesAct Nov. 15, 1941, ch. 470, § 2(b), 55 Stat. 762, required Clerk of House of Representatives, within 15 days of Nov. 15, 1941, to send a new certificate of entitlement of a State to Representatives, if such a certificate had been sent prior to Nov. 15, 1941, under provisions of section 2a of this title.
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 2c"
|
||||
description: "Number of Congressional Districts; number of Representatives from each District"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "ELECTION OF SENATORS AND REPRESENTATIVES"
|
||||
section: "2c"
|
||||
citation: "2 U.S.C. § 2c"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s2c"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "7509cbf2c6a6f7aded329a7086234adb15d7214dc980159f4b4ae14fd4ec23ed"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "d0c2b4a880c5fbc38bb524133dc46b24a518217266f461ce5e1d4ff276ee60c6"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 2c - Number of Congressional Districts; number of Representatives from each District
|
||||
|
||||
## Text
|
||||
|
||||
In each State entitled in the Ninety-first Congress or in any subsequent Congress thereafter to more than one Representative under an apportionment made pursuant to the provisions of section 2a(a) of this title, there shall be established by law a number of districts equal to the number of Representatives to which such State is so entitled, and Representatives shall be elected only from districts so established, no district to elect more than one Representative (except that a State which is entitled to more than one Representative and which has in all previous elections elected its Representatives at Large may elect its Representatives at Large to the Ninety-first Congress).
|
||||
|
||||
(Pub. L. 90–196, Dec. 14, 1967, 81 Stat. 581.)
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 5"
|
||||
description: "Nominations for Representatives at large"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "ELECTION OF SENATORS AND REPRESENTATIVES"
|
||||
section: "5"
|
||||
citation: "2 U.S.C. § 5"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s5"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "050fb7428fc45df0db8a49ad9d1908178e7506d3507593ad9a30f595aefc3e72"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "ea0a4e8b5549c882f3d4d9f563cc16e7243f8466040f27a7d27a8f5ad10031e8"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 5 - Nominations for Representatives at large
|
||||
|
||||
## Text
|
||||
|
||||
Candidates for Representative or Representatives to be elected at large in any State shall be nominated in the same manner as candidates for governor, unless otherwise provided by the laws of such State.
|
||||
|
||||
(Aug. 8, 1911, ch. 5, § 5, 37 Stat. 14.)
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 6"
|
||||
description: "Reduction of representation"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "ELECTION OF SENATORS AND REPRESENTATIVES"
|
||||
section: "6"
|
||||
citation: "2 U.S.C. § 6"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s6"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "6da5e06bb405285dbdc1316a8d804ced3658d83dd50d2afb8e639b607f40ebfc"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "ae2b06c6c3dc6d84c075fbbca513988c701c8656dfb02a0052e935891580d2c1"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 6 - Reduction of representation
|
||||
|
||||
## Text
|
||||
|
||||
Should any State deny or abridge the right of any of the male inhabitants thereof, being twenty-one years of age, and citizens of the United States, to vote at any election named in the amendment to the Constitution, article 14, section 2, except for participation in the rebellion or other crime, the number of Representatives apportioned to such State shall be reduced in the proportion which the number of such male citizens shall have to the whole number of male citizens twenty-one years of age in such State.
|
||||
|
||||
(R.S. § 22.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Codification R.S. § 22 derived from act Feb. 2, 1872, ch. 11, § 6, 17 Stat. 29.
|
||||
@@ -0,0 +1,45 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 7"
|
||||
description: "Time of election"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "ELECTION OF SENATORS AND REPRESENTATIVES"
|
||||
section: "7"
|
||||
citation: "2 U.S.C. § 7"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s7"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "cc33e4739a3842b59a3c8bf782225fb08d484dee7b7c94a2de1d01e50f860ae1"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "5823a88433b20272c17c61135a35808fb782c7bf706b90b20476168988e2c138"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 7 - Time of election
|
||||
|
||||
## Text
|
||||
|
||||
The Tuesday next after the 1st Monday in November, in every even numbered year, is established as the day for the election, in each of the States and Territories of the United States, of Representatives and Delegates to the Congress commencing on the 3d day of January next thereafter.
|
||||
|
||||
(R.S. § 25; Mar. 3, 1875, ch. 130, § 6, 18 Stat. 400; June 5, 1934, ch. 390, § 2, 48 Stat. 879.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Codification R.S. § 25 derived from act Feb. 2, 1872, ch. 11, § 3, 17 Stat. 28. The second sentence of this section, which was based on section 6 of the act Mar. 3, 1875 and made this section inapplicable to any State that had not yet changed its day of election and whose constitution required an amendment to change the day of election of its State officers, was omitted.
|
||||
|
||||
Amendments1934—Act June 5, 1934, substituted “3d day of January” for “fourth day of March”.
|
||||
|
||||
Constitutional ProvisionsThe first section of Amendment XX to the Constitution provides: “The terms of Senators and Representatives [shall end] at noon on the 3d day of January, of the years in which such terms would have ended if this article had not been ratified; and the terms of their successors shall then begin.” Time for election of Representatives, see Const. Art. I, § 4, cl. 1.
|
||||
@@ -0,0 +1,99 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 8"
|
||||
description: "Vacancies"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "ELECTION OF SENATORS AND REPRESENTATIVES"
|
||||
section: "8"
|
||||
citation: "2 U.S.C. § 8"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s8"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "e17d28545b4442b2033484b0456b6e1200f883afabc2c6ef193e17fb50dce128"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "46f61f80e6717bb59b67b94125e6ebe1948f102ddd9b9c453aaf996f19f18043"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 8 - Vacancies
|
||||
|
||||
## Text
|
||||
|
||||
(a) In general Except as provided in subsection (b), the time for holding elections in any State, District, or Territory for a Representative or Delegate to fill a vacancy, whether such vacancy is caused by a failure to elect at the time prescribed by law, or by the death, resignation, or incapacity of a person elected, may be prescribed by the laws of the several States and Territories respectively.
|
||||
|
||||
(b) Special rules in extraordinary circumstances (1) In general In extraordinary circumstances, the executive authority of any State in which a vacancy exists in its representation in the House of Representatives shall issue a writ of election to fill such vacancy by special election.
|
||||
|
||||
(2) Timing of special election A special election held under this subsection to fill a vacancy shall take place not later than 49 days after the Speaker of the House of Representatives announces that the vacancy exists, unless, during the 75-day period which begins on the date of the announcement of the vacancy—
|
||||
|
||||
(A) a regularly scheduled general election for the office involved is to be held; or
|
||||
|
||||
(B) another special election for the office involved is to be held, pursuant to a writ for a special election issued by the chief executive of the State prior to the date of the announcement of the vacancy.
|
||||
|
||||
(3) Nominations by parties If a special election is to be held under this subsection, the determination of the candidates who will run in such election shall be made—
|
||||
|
||||
(A) by nominations made not later than 10 days after the Speaker announces that the vacancy exists by the political parties of the State that are authorized by State law to nominate candidates for the election; or
|
||||
|
||||
(B) by any other method the State considers appropriate, including holding primary elections, that will ensure that the State will hold the special election within the deadline required under paragraph (2).
|
||||
|
||||
(4) Extraordinary circumstances (A) In general In this subsection, “extraordinary circumstances” occur when the Speaker of the House of Representatives announces that vacancies in the representation from the States in the House exceed 100.
|
||||
|
||||
(B) Judicial review If any action is brought for declaratory or injunctive relief to challenge an announcement made under subparagraph (A), the following rules shall apply:
|
||||
|
||||
(i) Not later than 2 days after the announcement, the action shall be filed in the United States District Court having jurisdiction in the district of the Member of the House of Representatives whose seat has been announced to be vacant and shall be heard by a 3-judge court convened pursuant to section 2284 of title 28.
|
||||
|
||||
(ii) A copy of the complaint shall be delivered promptly to the Clerk of the House of Representatives.
|
||||
|
||||
(iii) A final decision in the action shall be made within 3 days of the filing of such action and shall not be reviewable.
|
||||
|
||||
(iv) The executive authority of the State that contains the district of the Member of the House of Representatives whose seat has been announced to be vacant shall have the right to intervene either in support of or opposition to the position of a party to the case regarding the announcement of such vacancy.
|
||||
|
||||
(5) Protecting ability of absent military and overseas voters to participate in special elections (A) Deadline for transmittal of absentee ballots In conducting a special election held under this subsection to fill a vacancy in its representation, the State shall ensure to the greatest extent practicable (including through the use of electronic means) that absentee ballots for the election are transmitted to absent uniformed services voters and overseas voters (as such terms are defined in the Uniformed and Overseas Citizens Absentee Voting Act [52 U.S.C. 20301 et seq.]) not later than 15 days after the Speaker of the House of Representatives announces that the vacancy exists.
|
||||
|
||||
(B) Period for ballot transit time Notwithstanding the deadlines referred to in paragraphs (2) and (3), in the case of an individual who is an absent uniformed services voter or an overseas voter (as such terms are defined in the Uniformed and Overseas Citizens Absentee Voting Act), a State shall accept and process any otherwise valid ballot or other election material from the voter so long as the ballot or other material is received by the appropriate State election official not later than 45 days after the State transmits the ballot or other material to the voter.
|
||||
|
||||
(6) Application to District of Columbia and territories This subsection shall apply—
|
||||
|
||||
(A) to a Delegate or Resident Commissioner to the Congress in the same manner as it applies to a Member of the House of Representatives; and
|
||||
|
||||
(B) to the District of Columbia, the Commonwealth of Puerto Rico, American Samoa, Guam, and the United States Virgin Islands in the same manner as it applies to a State, except that a vacancy in the representation from any such jurisdiction in the House shall not be taken into account by the Speaker in determining whether vacancies in the representation from the States in the House exceed 100 for purposes of paragraph (4)(A).
|
||||
|
||||
(7) Rule of construction regarding Federal election laws Nothing in this subsection may be construed to affect the application to special elections under this subsection of any Federal law governing the administration of elections for Federal office (including any law providing for the enforcement of any such law), including, but not limited to, the following:
|
||||
|
||||
(A) The Voting Rights Act of 1965 (42 U.S.C. 1973 et seq.) [now 52 U.S.C. 10301 et seq.], as amended.
|
||||
|
||||
(B) The Voting Accessibility for the Elderly and Handicapped Act (42 U.S.C. 1973ee et seq.) [now 52 U.S.C. 20101 et seq.], as amended.
|
||||
|
||||
(C) The Uniformed and Overseas Citizens Absentee Voting Act (42 U.S.C. 1973ff et seq.) [now 52 U.S.C. 20301 et seq.], as amended.
|
||||
|
||||
(D) The National Voter Registration Act of 1993 (42 U.S.C. 1973gg et seq.) [now 52 U.S.C. 20501 et seq.], as amended.
|
||||
|
||||
(E) The Americans With Disabilities Act of 1990 (42 U.S.C. 12101 et seq.), as amended.
|
||||
|
||||
(F) The Rehabilitation Act of 1973 (29 U.S.C. 701 et seq.), as amended.
|
||||
|
||||
(G) The Help America Vote Act of 2002 (42 U.S.C. 15301 et seq.) [now 52 U.S.C. 20901 et seq.], as amended.
|
||||
|
||||
(R.S. § 26; Pub. L. 109–55, title III, § 301, Aug. 2, 2005, 119 Stat. 588.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
References in TextThe Uniformed and Overseas Citizens Absentee Voting Act, referred to in subsec. (b)(5), (7)(C), is Pub. L. 99–410, Aug. 28, 1986, 100 Stat. 924, which was formerly classified principally to subchapter I–G (§ 1973ff et seq.) of chapter 20 of Title 42, The Public Health and Welfare, prior to editorial reclassification and renumbering in Title 52, Voting and Elections, and is now classified principally to chapter 203 (§ 20301 et seq.) of Title 52. For complete classification of this Act to the Code, see Tables. The Voting Rights Act of 1965, referred to in subsec. (b)(7)(A), is Pub. L. 89–110, Aug. 6, 1965, 79 Stat. 437, which was formerly classified generally to subchapters I–A (§ 1973 et seq.), I–B (§ 1973aa et seq.), and I–C (§ 1973bb et seq.) of chapter 20 of Title 42, The Public Health and Welfare, prior to editorial reclassification and renumbering in Title 52, Voting and Elections, and is now classified generally to chapters 103 (§ 10301 et seq.), 105 (§ 10501 et seq.), and 107 (§ 10701 et seq.) of Title 52. For complete classification of this Act to the Code, see Tables. The Voting Accessibility for the Elderly and Handicapped Act, referred to in subsec. (b)(7)(B), is Pub. L. 98–435, Sept. 28, 1984, 98 Stat. 1678, which was formerly classified generally to subchapter I–F (§ 1973ee et seq.) of chapter 20 of Title 42, The Public Health and Welfare, prior to editorial reclassification and renumbering in Title 52, Voting and Elections, and is now classified generally to chapter 201 (§ 20101 et seq.) of Title 52. For complete classification of this Act to the Code, see Tables. The National Voter Registration Act of 1993, referred to in subsec. (b)(7)(D), is Pub. L. 103–31, May 20, 1993, 107 Stat. 77, which was formerly classified principally to subchapter I–H (§ 1973gg et seq.) of chapter 20 of Title 42, The Public Health and Welfare, prior to editorial reclassification and renumbering in Title 52, Voting and Elections, and is now classified principally to chapter 205 (§ 20501 et seq.) of Title 52. For complete classification of this Act to the Code, see Tables. The Americans with Disabilities Act of 1990, referred to in subsec. (b)(7)(E), is Pub. L. 101–336, July 26, 1990, 104 Stat. 327, which is classified principally to chapter 126 (§ 12101 et seq.) of Title 42, The Public Health and Welfare. For complete classification of this Act to the Code, see Short Title note set out under section 12101 of Title 42 and Tables. The Rehabilitation Act of 1973, referred to in subsec. (b)(7)(F), is Pub. L. 93–112, Sept. 26, 1973, 87 Stat. 355, as amended, which is classified generally to chapter 16 (§ 701 et seq.) of Title 29, Labor. For complete classification of this Act to the Code, see Short Title note set out under section 701 of Title 29 and Tables. The Help America Vote Act of 2002, referred to in subsec. (b)(7)(G), is Pub. L. 107–252, Oct. 29, 2002, 116 Stat. 1666, which was formerly classified principally to chapter 146 (§ 15301 et seq.) of Title 42, The Public Health and Welfare, prior to editorial reclassification and renumbering in Title 52, Voting and Elections, and is now classified principally to chapter 209 (§ 20901 et seq.) of Title 52. For complete classification of this Act to the Code, see Tables.
|
||||
|
||||
Codification R.S. § 26 derived from act Feb. 2, 1872, ch. 11, § 4, 17 Stat. 28.
|
||||
|
||||
Amendments2005—Pub. L. 109–55 designated existing provisions as subsec. (a), inserted heading, substituted “Except as provided in subsection (b), the time” for “The time”, and added subsec. (b).
|
||||
|
||||
Constitutional ProvisionsVacancies in the House of Representatives, see Const. Art. I, § 2, cl. 4.
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 9"
|
||||
description: "Voting for Representatives"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "1"
|
||||
chapter_name: "ELECTION OF SENATORS AND REPRESENTATIVES"
|
||||
section: "9"
|
||||
citation: "2 U.S.C. § 9"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s9"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "a5382e024057f5bb42be6be7f64063f27a78a11ebf8ac3f7efc26440d4a38dc3"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "1f579a02c4cc6a54bc194aa9f8ca653f5098d20d2388f5c051d7b4fcc5a250d3"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 9 - Voting for Representatives
|
||||
|
||||
## Text
|
||||
|
||||
All votes for Representatives in Congress must be by written or printed ballot, or voting machine the use of which has been duly authorized by the State law; and all votes received or recorded contrary to this section shall be of no effect.
|
||||
|
||||
(R.S. § 27; Feb. 14, 1899, ch. 154, 30 Stat. 836.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
Codification R.S. § 27 derived from acts Feb. 28, 1871, ch. 99, § 19, 16 Stat. 440, and May 30, 1872, ch. 239, 17 Stat. 192.
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: "LegalText"
|
||||
title: "2 U.S.C. § 291"
|
||||
description: "Congressional declaration of purpose"
|
||||
jurisdiction: "us"
|
||||
corpus: "united_states_code"
|
||||
kind: "code_section"
|
||||
title_number: 2
|
||||
title_name: "THE CONGRESS"
|
||||
chapter_number: "10"
|
||||
chapter_name: "CLASSIFICATION OF EMPLOYEES OF HOUSE OF REPRESENTATIVES"
|
||||
section: "291"
|
||||
citation: "2 U.S.C. § 291"
|
||||
status: "current"
|
||||
release_point: "119-100"
|
||||
release_date: "2026-06-26"
|
||||
source: "official"
|
||||
source_url: "https://uscode.house.gov/download/releasepoints/us/pl/119/100/xml_usc02@119-100.zip"
|
||||
source_identifier: "/us/usc/t2/s291"
|
||||
source_file: "data/legal/raw/us/code/title-02/usc02.xml"
|
||||
source_hash: "ce56f3418082585dd8f6e38718bf1f8849c2be0e40235c89a9b5dc79b477d8af"
|
||||
raw_snapshot_hash: "ec6910a011de0a97d11b263bbcd649766188311e429ae6bdb5fc2cf5e6ebbb9e"
|
||||
text_hash: "b076f73dda1322d8156058d9cf7bb10abf3226bceab161e3aaba3d662dffe0f6"
|
||||
retrieved_at: "2026-07-04"
|
||||
confidence: "official"
|
||||
tags: ["legal", "us-code"]
|
||||
---
|
||||
|
||||
# 2 U.S.C. § 291 - Congressional declaration of purpose
|
||||
|
||||
## Text
|
||||
|
||||
It is the purpose of this chapter to provide a classification system for the equitable establishment and adjustment of rates of compensation for, and for the efficient utilization of personnel in, certain positions under the House of Representatives to which this chapter applies, through—
|
||||
|
||||
(1) the creation and maintenance of orderly and equitable compensation relationships for such positions—
|
||||
|
||||
(A) in accordance with the principle of equal pay for substantially equal work, and
|
||||
|
||||
(B) with due regard to (i) differences in the levels of difficulty, responsibility, and qualification requirements of the work, (ii) the kind of work performed, (iii) satisfactory performance, and (iv) length of service;
|
||||
|
||||
(2) the application of appropriate position standards and position descriptions for such positions; and
|
||||
|
||||
(3) the adoption of organization and position titles in the House which accurately reflect the respective functions, duties, and responsibilities of those organizations and positions in the House to which this chapter applies.
|
||||
|
||||
(Pub. L. 88–652, § 2, Oct. 13, 1964, 78 Stat. 1079.)
|
||||
|
||||
## Notes
|
||||
|
||||
Editorial Notes
|
||||
|
||||
References in TextThis chapter, referred to in text, was in the original “this Act”, meaning Pub. L. 88–652, Oct. 13, 1964, 78 Stat. 1079, known as the House Employees Position Classification Act, which is classified principally to this chapter. For complete classification of this Act to the Code, see Short Title note set out below and Tables.
|
||||
|
||||
Statutory Notes and Related Subsidiaries
|
||||
|
||||
Effective DatePub. L. 88–652, § 17, Oct. 13, 1964, 78 Stat. 1084, provided that: “This Act [enacting this chapter and amending sections 88c and 4131 of this title] shall become effective on January 1, 1965.”
|
||||
|
||||
Short TitlePub. L. 88–652, § 1, Oct. 13, 1964, 78 Stat. 1079, provided that: “This Act [see Tables for classification] may be cited as the ‘House Employees Position Classification Act’.”
|
||||
|
||||
Savings ProvisionPub. L. 88–652, § 15, Oct. 13, 1964, 78 Stat. 1084, provided that: “(a) Notwithstanding any provision of this Act [this chapter], the aggregate (gross) rate of compensation of any employee immediately prior to the effective date of this Act [Jan. 1, 1965] shall not be reduced by reason of the enactment of this Act. “(b) For the purposes of applicable law relating to the payment to any individual of compensation from more than one civilian office or position, each employee of the House to whom this Act applies who, immediately prior to the effective date of this Act—“(1) is receiving basic compensation from more than one civilian office or position and “(2) is in compliance with such law shall be held and considered to be in compliance with such law on and after such effective date, notwithstanding the enactment of this Act, so long as such employee continues to receive, without break in service of more than thirty days, the same or lower rate of basic compensation in a position to which this Act does not apply.”
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user