[devdocsgjs/main: 555/1867] Add license info




commit b7a6c66043eb2c271aa509f85477ee1f315a838b
Author: Jed Fox <git twopointzero us>
Date:   Tue Dec 18 16:37:30 2018 -0500

    Add license info

 lib/docs/scrapers/pony.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/lib/docs/scrapers/pony.rb b/lib/docs/scrapers/pony.rb
index 702bc1ef..5f1bbc04 100644
--- a/lib/docs/scrapers/pony.rb
+++ b/lib/docs/scrapers/pony.rb
@@ -7,7 +7,9 @@ module Docs
     html_filters.push 'pony/container', 'pony/entries'
 
     options[:attribution] = <<-HTML
-      &copy; 2018 Pony Developers
+      &copy; 2016-2018, The Pony Developers<br>
+      &copy; 2014-2015, Causality Ltd.<br>
+      Licensed under the <a href="https://github.com/ponylang/ponyc/blob/master/LICENSE";>BSD 2-Clause 
License</a>
     HTML
 
     options[:trailing_slash] = false


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]