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 6978d9f commit 892896cCopy full SHA for 892896c
lib/docs/scrapers/git.rb
@@ -15,10 +15,11 @@ 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
+ # https://github.com/git/git?tab=License-1-ov-file#readme
19
+ # NOT https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt
20
options[:attribution] = <<-HTML
- © 2012–2024 Scott Chacon and others<br>
21
- Licensed under the MIT License.
+ © 2005–2024 Linus Torvalds and others<br>
22
+ Licensed under the GNU General Public License version 2.
23
HTML
24
25
def get_latest_version(opts)
0 commit comments