Skip to content

Commit 892896c

Browse files
committed
Revert "git: fix license"
This reverts commit 6e5dd89.
1 parent 6978d9f commit 892896c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/docs/scrapers/git.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ 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
18+
# 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
1920
options[:attribution] = <<-HTML
20-
&copy; 2012&ndash;2024 Scott Chacon and others<br>
21-
Licensed under the MIT License.
21+
&copy; 2005&ndash;2024 Linus Torvalds and others<br>
22+
Licensed under the GNU General Public License version 2.
2223
HTML
2324

2425
def get_latest_version(opts)

0 commit comments

Comments
 (0)