|
|
|
@ -17,12 +17,12 @@ module Docs
|
|
|
|
|
options[:attribution] = ->(filter) do
|
|
|
|
|
if filter.subpath.start_with?('classes')
|
|
|
|
|
<<-HTML
|
|
|
|
|
© 2014–2019 Juan Linietsky, Ariel Manzur, Godot Engine contributors<br>
|
|
|
|
|
© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors<br>
|
|
|
|
|
Licensed under the MIT License.
|
|
|
|
|
HTML
|
|
|
|
|
else
|
|
|
|
|
<<-HTML
|
|
|
|
|
© 2014–2019 Juan Linietsky, Ariel Manzur and the Godot community<br>
|
|
|
|
|
© 2014–2020 Juan Linietsky, Ariel Manzur and the Godot community<br>
|
|
|
|
|
Licensed under the Creative Commons Attribution Unported License v3.0.
|
|
|
|
|
HTML
|
|
|
|
|
end
|
|
|
|
|