aboutsummaryrefslogtreecommitdiff
path: root/bestflags/pipeline_process_test.py
diff options
context:
space:
mode:
authorYuheng Long <yuhenglong@google.com>2013-07-19 16:29:13 -0700
committerChromeBot <chrome-bot@google.com>2013-07-22 09:33:33 -0700
commit16d7a5204e347855b1c3a68c982c22f931a12866 (patch)
tree65385b62fa87fc8b98a61430c5d99206f632b821 /bestflags/pipeline_process_test.py
parent8b9c0f140b48253cdbcc7c050f115c5e3bda6d88 (diff)
downloadtoolchain-utils-16d7a5204e347855b1c3a68c982c22f931a12866.tar.gz
Added the copyright information.
BUG=None TEST=unit testing for the pipeline stage, pipeline workers and generation. Change-Id: I1a4eb5e2759ea536fa6faee613199b8f679f586e Reviewed-on: https://gerrit-int.chromium.org/41357 Reviewed-by: Simon Que <sque@google.com> Tested-by: Yuheng Long <yuhenglong@google.com> Commit-Queue: Yuheng Long <yuhenglong@google.com>
Diffstat (limited to 'bestflags/pipeline_process_test.py')
-rw-r--r--bestflags/pipeline_process_test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bestflags/pipeline_process_test.py b/bestflags/pipeline_process_test.py
index b5956857..1d5af49f 100644
--- a/bestflags/pipeline_process_test.py
+++ b/bestflags/pipeline_process_test.py
@@ -1,3 +1,7 @@
+# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
"""Pipeline Process unittest.
Part of the Chrome build flags optimization.