aboutsummaryrefslogtreecommitdiff
path: root/cros_utils/file_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cros_utils/file_utils.py')
-rw-r--r--cros_utils/file_utils.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/cros_utils/file_utils.py b/cros_utils/file_utils.py
index 777e6251..fe6fc16f 100644
--- a/cros_utils/file_utils.py
+++ b/cros_utils/file_utils.py
@@ -1,4 +1,8 @@
-# Copyright 2011 Google Inc. All Rights Reserved.
+# -*- coding: utf-8 -*-
+# Copyright 2019 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.
+
"""Utilities for operations on files."""
from __future__ import print_function