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 <jnareb@xxxxxxxxx> --- 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@xxxxxxxxxxxxxxx> # (C) 2005-2006, Kay Sievers <kay.sievers@xxxxxxxx> # (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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html