Add the project information to each file's header comment.

BUG=None
TEST=None

Change-Id: I362bfbf18c42025a0248714aa5d69ecfaa1daa2b
Reviewed-on: https://gerrit-int.chromium.org/40826
Reviewed-by: Luis Lozano <llozano@chromium.org>
Commit-Queue: Yuheng Long <yuhenglong@google.com>
Tested-by: Yuheng Long <yuhenglong@google.com>
diff --git a/bestflags/pipeline_worker_test.py b/bestflags/pipeline_worker_test.py
index 340b301..3c2b913 100644
--- a/bestflags/pipeline_worker_test.py
+++ b/bestflags/pipeline_worker_test.py
@@ -1,5 +1,7 @@
 """Unittest for the pipeline_worker functions in the build/test stage.
 
+Part of the Chrome build flags optimization.
+
 This module tests the helper method and the worker method.
 """