aboutsummaryrefslogtreecommitdiff
path: root/crosperf/field.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/field.py')
-rw-r--r--crosperf/field.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/crosperf/field.py b/crosperf/field.py
index 6821d4d3..f6300f9f 100644
--- a/crosperf/field.py
+++ b/crosperf/field.py
@@ -1,4 +1,8 @@
-# Copyright 2011 Google Inc. All Rights Reserved.
+# -*- coding: utf-8 -*-
+# Copyright 2011 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.
+
"""Module to represent a Field in an experiment file."""