We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27c1c4 commit b7a6c66Copy full SHA for b7a6c66
lib/docs/scrapers/pony.rb
@@ -7,7 +7,9 @@ class Pony < UrlScraper
7
html_filters.push 'pony/container', 'pony/entries'
8
9
options[:attribution] = <<-HTML
10
- © 2018 Pony Developers
+ © 2016-2018, The Pony Developers<br>
11
+ © 2014-2015, Causality Ltd.<br>
12
+ Licensed under the <a href="https://github.com/ponylang/ponyc/blob/master/LICENSE">BSD 2-Clause License</a>
13
HTML
14
15
options[:trailing_slash] = false
0 commit comments