pdflib-lite: fix RuboCop Style/TrailingBodyOnMethodDefinition.

master
Mike McQuaid 2020-03-14 19:45:34 +00:00
parent e2bfc20f2a
commit 467932725d
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 5 deletions

View File

@ -36,10 +36,11 @@ class PdflibLite < Formula
system "make", "install"
end
def caveats; <<~EOS
pdflib-lite is not open source software; usage restrictions apply!
Be sure to understand and obey the license terms, which can be found at:
https://www.pdflib.com/download/free-software/pdflib-lite-7/pdflib-lite-licensing/
EOS
def caveats
<<~EOS
pdflib-lite is not open source software; usage restrictions apply!
Be sure to understand and obey the license terms, which can be found at:
https://www.pdflib.com/download/free-software/pdflib-lite-7/pdflib-lite-licensing/
EOS
end
end