1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Last-Update: 2015-09-29
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Bug-Upstream: https://github.com/aws/aws-sdk-go/issues/379
Description: re-create free portion of a non-DFSG file removed from source tarball
Taken from v0.9.9
--- /dev/null
+++ b/doc-src/plugin/templates/default/layout/html/footer.erb
@@ -0,0 +1,9 @@
+<div id="footer">
+ Generated on <%= Time.now.strftime("%c") %> by
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
+ <%= YARD::VERSION %> (ruby-<%= RUBY_VERSION %>).
+</div>
+
+<!-- BEGIN-SECTION -->
+<script type="text/javascript" src="https://media.amazonwebservices.com/amznUrchin.js"></script>
+<!-- END-SECTION -->
|