Skip to content

Commit b7a6c66

Browse files
authored
Add license info
1 parent d27c1c4 commit b7a6c66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/docs/scrapers/pony.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ class Pony < UrlScraper
77
html_filters.push 'pony/container', 'pony/entries'
88

99
options[:attribution] = <<-HTML
10-
&copy; 2018 Pony Developers
10+
&copy; 2016-2018, The Pony Developers<br>
11+
&copy; 2014-2015, Causality Ltd.<br>
12+
Licensed under the <a href="https://github.com/ponylang/ponyc/blob/master/LICENSE">BSD 2-Clause License</a>
1113
HTML
1214

1315
options[:trailing_slash] = false

0 commit comments

Comments
 (0)