Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: tools/code_coverage/croc_html.py

Issue 8678023: Fix python scripts in src/tools/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()
-

Powered by Google App Engine
This is Rietveld 408576698