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 9e6e937 commit 6e5dd89Copy full SHA for 6e5dd89
lib/docs/scrapers/git.rb
@@ -15,9 +15,10 @@ class Git < UrlScraper
15
options[:only_patterns] = [/\A\/[^\/]+\z/]
16
options[:skip] = %w(/howto-index.html)
17
18
+ # https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt
19
options[:attribution] = <<-HTML
- © 2005–2024 Linus Torvalds and others<br>
20
- Licensed under the GNU General Public License version 2.
+ © 2012–2024 Scott Chacon and others<br>
21
+ Licensed under the MIT License.
22
HTML
23
24
def get_latest_version(opts)
0 commit comments