Git development
 help / color / mirror / Atom feed
* [PATCH] gitweb: Update copyright information
@ 2007-05-28  9:58 Jakub Narebski
  2007-05-28 10:27 ` Jan-Benedict Glaw
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Narebski @ 2007-05-28  9:58 UTC (permalink / raw)
  To: git

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@gmail.com>
---
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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-05-28 13:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-28  9:58 [PATCH] gitweb: Update copyright information Jakub Narebski
2007-05-28 10:27 ` Jan-Benedict Glaw
2007-05-28 13:01   ` Petr Baudis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox