Skip to content

Commit 6e5dd89

Browse files
committed
git: fix license
1 parent 9e6e937 commit 6e5dd89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/docs/scrapers/git.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ class Git < UrlScraper
1515
options[:only_patterns] = [/\A\/[^\/]+\z/]
1616
options[:skip] = %w(/howto-index.html)
1717

18+
# https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt
1819
options[:attribution] = <<-HTML
19-
&copy; 2005&ndash;2024 Linus Torvalds and others<br>
20-
Licensed under the GNU General Public License version 2.
20+
&copy; 2012&ndash;2024 Scott Chacon and others<br>
21+
Licensed under the MIT License.
2122
HTML
2223

2324
def get_latest_version(opts)

0 commit comments

Comments
 (0)