Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The public domain source files usually contain a header comment
similar to the following to make it clear that the software is
public domain.

> ~~~
~~~
The author disclaims copyright to this source code. In place of
a legal notice, here is a blessing:

Expand All @@ -49,7 +49,7 @@ This repository contains a (relatively) small amount of non-public-domain
code used to help implement the configuration and build logic. In other
words, there are some non-public-domain files used to implement:

> ~~~
~~~
./configure && make
~~~

Expand Down Expand Up @@ -83,7 +83,7 @@ The following unix shell command is can be run from the top-level
of this source repository in order to remove all non-public-domain
code:

> ~~~
~~~
rm -rf configure autosetup autoconf
~~~

Expand Down