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

Unified Diff: tools/licenses.py

Issue 971903002: Remove comment from generated LICENSES.sky file (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/licenses.py
diff --git a/tools/licenses.py b/tools/licenses.py
index 00386c23c78be1e68a9b8432053db9668a0c49a9..6fd127528ec2bebd4c7dfb0fea1e70ccd861b8ed 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -439,7 +439,6 @@ def GenerateCredits():
file_template = open(os.path.join(templates_dir,
'about_credits.tmpl'), 'rb').read()
- template_contents = "<!-- Generated by licenses.py; do not edit. -->"
template_contents += EvaluateTemplate(file_template,
{'entries': '\n'.join(entries)},
escape=False)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698