Skip to content

Commit ac999f1

Browse files
authored
convert LICENSE file to text format (PR #1834)
This commit allows GitHub to properly detect project license
1 parent f95a03a commit ac999f1

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.yardopts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
lib/**/*.rb
99
-
1010
CHANGELOG.adoc
11-
LICENSE.adoc
11+
LICENSE
1212
NOTICE.adoc

LICENSE.adoc LICENSE

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.The MIT License
2-
....
1+
MIT License
2+
33
Copyright (C) 2014-2020 OpenDevise Inc. and the Asciidoctor Project
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -18,5 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
22-
....
21+
THE SOFTWARE.

README.adoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ endif::[]
4040
ifdef::status[]
4141
image:{url-project-repo}/workflows/CI/badge.svg[Build Status (GitHub Actions),link={url-project-repo}/actions?query=workflow%3ACI+branch%3Amaster]
4242
image:https://img.shields.io/gem/v/asciidoctor-pdf.svg[Latest Release, link={url-gem}]
43-
image:https://img.shields.io/badge/license-MIT-blue.svg[MIT License, link=#copyright]
4443
endif::[]
4544

4645
Asciidoctor PDF is a native PDF converter for AsciiDoc.
@@ -1286,5 +1285,5 @@ To help develop {project-name}, or to simply use the development version, refer
12861285
Copyright (C) 2014-2020 OpenDevise Inc. and the Asciidoctor Project.
12871286
Free use of this software is granted under the terms of the MIT License.
12881287

1289-
For the full text of the license, see the <<LICENSE.adoc#,LICENSE>> file.
1288+
For the full text of the license, see the link:LICENSE[] file.
12901289
Refer to the <<NOTICE.adoc#,NOTICE>> file for information about third-party Open Source software in use.

0 commit comments

Comments
 (0)