summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-05-09 15:20:51 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-05-09 15:21:34 -0600
commit74b84d702b461203f80ca6f45fb6482190089559 (patch)
tree7190e892a149d0745128ca3aa7a9eee01bac0589
parent9b1ca8f9b54fae974a8794a5c530832032cc88a7 (diff)
rename LICENSE file from LICENSE.adoc to LICENSE [skip ci]
-rw-r--r--LICENSE (renamed from LICENSE.adoc)5
-rw-r--r--README.adoc2
-rw-r--r--asciidoctor-pdf.gemspec2
3 files changed, 4 insertions, 5 deletions
diff --git a/LICENSE.adoc b/LICENSE
index d323e896..b0b5b97b 100644
--- a/LICENSE.adoc
+++ b/LICENSE
@@ -1,5 +1,5 @@
-.The MIT License
-....
+MIT License
+
Copyright (C) 2014-2020 OpenDevise Inc. and the Asciidoctor Project
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-....
diff --git a/README.adoc b/README.adoc
index 3bfe2cea..8cf890ec 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1112,5 +1112,5 @@ To help develop {project-name}, or to simply use the development version, refer
Copyright (C) 2014-2020 OpenDevise Inc. and the Asciidoctor Project.
Free use of this software is granted under the terms of the MIT License.
-For the full text of the license, see the <<LICENSE.adoc#,LICENSE>> file.
+For the full text of the license, see the link:LICENSE[] file.
Refer to the <<NOTICE.adoc#,NOTICE>> file for information about third-party Open Source software in use.
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec
index 9a3bf2e7..0b979767 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
rescue
files = Dir['**/*']
end
- s.files = files.grep %r/^(?:(?:data|lib)\/.+|docs\/theming-guide\.adoc|(?:CHANGELOG|LICENSE|NOTICE|README)\.adoc|\.yardopts|#{s.name}\.gemspec)$/
+ s.files = files.grep %r/^(?:(?:data|lib)\/.+|docs\/theming-guide\.adoc|LICENSE|(?:CHANGELOG|NOTICE|README)\.adoc|\.yardopts|#{s.name}\.gemspec)$/
s.executables = (files.grep %r/^bin\//).map {|f| File.basename f }
s.require_paths = ['lib']
#s.test_files = files.grep %r/^(?:test|spec|feature)\/.*$/