Rename LICENSE.md to LICENSE, make the other changes that requires

The license text is not actually in Markdown, and adding the .md
extension actually makes it render a little differently than intended.
pull/113/head
Jeremy Frasier 5 years ago
parent 1843ca0b48
commit 3fee0b8687
No known key found for this signature in database
GPG Key ID: 285B4A02F4305C09
  1. 4
      .pre-commit-config.yaml
  2. 4
      CONTRIBUTING.md
  3. 0
      LICENSE
  4. 4
      README.md

@ -26,10 +26,6 @@ repos:
rev: v0.17.0 rev: v0.17.0
hooks: hooks:
- id: markdownlint - id: markdownlint
# The LICENSE.md must match the license text exactly for
# GitHub's autorecognition fu to work, so we should leave it
# alone.
exclude: LICENSE.md
args: args:
- --config=.mdl_config.json - --config=.mdl_config.json
- repo: https://github.com/adrienverge/yamllint - repo: https://github.com/adrienverge/yamllint

@ -8,8 +8,8 @@ of contribution, and don't want a wall of rules to get in the way of
that. that.
Before contributing, we encourage you to read our CONTRIBUTING policy Before contributing, we encourage you to read our CONTRIBUTING policy
(you are here), our [LICENSE](LICENSE.md), and our (you are here), our [LICENSE](LICENSE), and our [README](README.md),
[README](README.md), all of which should be in this repository. all of which should be in this repository.
## Issues ## ## Issues ##

@ -4,7 +4,7 @@
This is a generic skeleton project that can be used to quickly get a This is a generic skeleton project that can be used to quickly get a
new [cisagov](https://github.com/cisagov) GitHub project started. new [cisagov](https://github.com/cisagov) GitHub project started.
This skeleton project contains [licensing information](LICENSE.md), as This skeleton project contains [licensing information](LICENSE), as
well as [pre-commit hooks](https://pre-commit.com) and a [Travis well as [pre-commit hooks](https://pre-commit.com) and a [Travis
CI](https://travis-ci.com) configuration appropriate for the major CI](https://travis-ci.com) configuration appropriate for the major
languages that we use. languages that we use.
@ -19,7 +19,7 @@ details.
## License ## ## License ##
This project is in the worldwide [public domain](LICENSE.md). This project is in the worldwide [public domain](LICENSE).
This project is in the public domain within the United States, and This project is in the public domain within the United States, and
copyright and related rights in the work worldwide are waived through copyright and related rights in the work worldwide are waived through

Loading…
Cancel
Save