├── .gitattributes ├── .gitignore ├── CODEOWNERS ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── amend.dtd ├── bill.dtd └── res.dtd /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usgpo/bill-dtd/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usgpo/bill-dtd/HEAD/.gitignore -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usgpo/bill-dtd/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usgpo/bill-dtd/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usgpo/bill-dtd/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usgpo/bill-dtd/HEAD/README.md -------------------------------------------------------------------------------- /amend.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usgpo/bill-dtd/HEAD/amend.dtd -------------------------------------------------------------------------------- /bill.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usgpo/bill-dtd/HEAD/bill.dtd -------------------------------------------------------------------------------- /res.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usgpo/bill-dtd/HEAD/res.dtd --------------------------------------------------------------------------------