aboutsummaryrefslogtreecommitdiff
path: root/crosperf/field.py
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2020-01-27 14:40:54 -0800
committerandroid-build-merger <android-build-merger@google.com>2020-01-27 14:40:54 -0800
commitb6ed922ff73f31b13749595f02b62a849a904dcc (patch)
tree2ead2b1ce7a70c34fe8be06e45a40d9e2f6358d0 /crosperf/field.py
parenta66e8cb1c5844178a629218dbf16f110f290bde4 (diff)
parent554bca16f807f8c79fef4cf5eaa95ffbdefb8c13 (diff)
downloadtoolchain-utils-b6ed922ff73f31b13749595f02b62a849a904dcc.tar.gz
Merging 11 commit(s) from Chromium's toolchain-utils
am: 554bca16f8 Change-Id: Ifac5abf90b057163dd29b19483a1375f9b57bb48
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."""