Skip to content

Commit 3fee0b8

Browse files
committed
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.
1 parent 1843ca0 commit 3fee0b8

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.pre-commit-config.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ repos:
2626
rev: v0.17.0
2727
hooks:
2828
- id: markdownlint
29-
# The LICENSE.md must match the license text exactly for
30-
# GitHub's autorecognition fu to work, so we should leave it
31-
# alone.
32-
exclude: LICENSE.md
3329
args:
3430
- --config=.mdl_config.json
3531
- repo: https://github.com/adrienverge/yamllint

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ of contribution, and don't want a wall of rules to get in the way of
88
that.
99

1010
Before contributing, we encourage you to read our CONTRIBUTING policy
11-
(you are here), our [LICENSE](LICENSE.md), and our
12-
[README](README.md), all of which should be in this repository.
11+
(you are here), our [LICENSE](LICENSE), and our [README](README.md),
12+
all of which should be in this repository.
1313

1414
## Issues ##
1515

LICENSE.md renamed to LICENSE

File renamed without changes.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is a generic skeleton project that can be used to quickly get a
66
new [cisagov](https://github.com/cisagov) GitHub project started.
7-
This skeleton project contains [licensing information](LICENSE.md), as
7+
This skeleton project contains [licensing information](LICENSE), as
88
well as [pre-commit hooks](https://pre-commit.com) and a [Travis
99
CI](https://travis-ci.com) configuration appropriate for the major
1010
languages that we use.
@@ -19,7 +19,7 @@ details.
1919

2020
## License ##
2121

22-
This project is in the worldwide [public domain](LICENSE.md).
22+
This project is in the worldwide [public domain](LICENSE).
2323

2424
This project is in the public domain within the United States, and
2525
copyright and related rights in the work worldwide are waived through

0 commit comments

Comments
 (0)