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

Unified Diff: tools/traceline/traceline/assembler_unittest.sh

Issue 174372: Add license information to our shell scripts. (Closed)
Patch Set: Created 11 years, 4 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 | « tools/purify/chrome_tests.sh ('k') | tools/valgrind/build-valgrind-for-chromium.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/traceline/traceline/assembler_unittest.sh
diff --git a/tools/traceline/traceline/assembler_unittest.sh b/tools/traceline/traceline/assembler_unittest.sh
index 2112d8bdbe40ee3eda289233e139eda21168db5a..6be6191bf128383b8d6903f511b3950295dbea5d 100755
--- a/tools/traceline/traceline/assembler_unittest.sh
+++ b/tools/traceline/traceline/assembler_unittest.sh
@@ -1,3 +1,7 @@
#!/bin/sh
+# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
./assembler_unittest.exe | ndisasm -u - | cut -c 11-
« no previous file with comments | « tools/purify/chrome_tests.sh ('k') | tools/valgrind/build-valgrind-for-chromium.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698