Index: tools/code_coverage/croc_html.py |
diff --git a/tools/code_coverage/croc_html.py b/tools/code_coverage/croc_html.py |
index 79ec85d43396526c1caf656c858c7fda49bd72cf..9db71393e0aa25c46ecc292103116782c5c25472 100644 |
--- a/tools/code_coverage/croc_html.py |
+++ b/tools/code_coverage/croc_html.py |
@@ -1,6 +1,4 @@ |
-#!/usr/bin/python2.4 |
-# |
-# Copyright 2009, Google Inc. |
+# Copyright 2011, Google Inc. |
Alexander Potapenko
2011/11/24 07:53:02
How about fixing the copyright year in the rest of
M-A Ruel
2011/11/27 21:26:02
I wasn't sure about them but I traced these files
|
# All rights reserved. |
# |
# Redistribution and use in source and binary forms, with or without |
@@ -450,4 +448,3 @@ class CrocHtml(object): |
# Write files in root directory |
self.WriteRoot() |
- |