From 892896c1d4d5c14ac2c8811f4984cf68b2d32b3f Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 18 Aug 2024 13:00:32 +0200 Subject: [PATCH] Revert "git: fix license" This reverts commit 6e5dd89eb515fea6eec04f2859380cb67168b4c5. --- lib/docs/scrapers/git.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/docs/scrapers/git.rb b/lib/docs/scrapers/git.rb index a6eea120..5b0d57c4 100644 --- a/lib/docs/scrapers/git.rb +++ b/lib/docs/scrapers/git.rb @@ -15,10 +15,11 @@ module Docs options[:only_patterns] = [/\A\/[^\/]+\z/] options[:skip] = %w(/howto-index.html) - # https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt + # https://github.com/git/git?tab=License-1-ov-file#readme + # NOT https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt options[:attribution] = <<-HTML - © 2012–2024 Scott Chacon and others
- Licensed under the MIT License. + © 2005–2024 Linus Torvalds and others
+ Licensed under the GNU General Public License version 2. HTML def get_latest_version(opts)