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>
diff --git a/bestflags/generation_test.py b/bestflags/generation_test.py
index a8bdf59..748a988 100644
--- a/bestflags/generation_test.py
+++ b/bestflags/generation_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.
+
 """Generation unittest.
 
 Part of the Chrome build flags optimization.