[PATCH] gitweb: Update copyright information
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:43:13
Subsystem:
the rest · Maintainer:
Linus Torvalds
Update copyright information in file header, and remove obsolete copyright information from the comment in HTML head, in the output. Signed-off-by: Jakub Narebski <redacted> --- Just a thought... gitweb/gitweb.perl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index f73f184..d51ae84 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl@@ -2,6 +2,7 @@ # gitweb - simple web interface to track changes in git repositories # +# (C) 2006-2007, Git Development Community <git@vger.kernel.org> # (C) 2005-2006, Kay Sievers <kay.sievers@vrfy.org> # (C) 2005, Christian Gierke #
@@ -2072,7 +2073,7 @@ sub git_header_html { <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> -<!-- git web interface version $version, (C) 2005-2006, Kay Sievers <kay.sievers\@vrfy.org>, Christian Gierke --> +<!-- git web interface version $version --> <!-- git core binaries version $git_version --> <head> <meta http-equiv="content-type" content="$content_type; charset=utf-8"/>
--
1.5.2