diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 20:17:11 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 20:17:11 +0000 |
commit | 377bf4a40c042fa205e60acbcd9ea25eab8c85ed (patch) | |
tree | 68637adca7d6b437afbce2cd6c1f6bec758dd38d /tools/sort-headers.py | |
parent | 3f7b725f345396cb155b53a5e0db90893289a59f (diff) | |
download | chromium_src-377bf4a40c042fa205e60acbcd9ea25eab8c85ed.zip chromium_src-377bf4a40c042fa205e60acbcd9ea25eab8c85ed.tar.gz chromium_src-377bf4a40c042fa205e60acbcd9ea25eab8c85ed.tar.bz2 |
Add a license header to sort-headers.py to make presubmit happy.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7048011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85959 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/sort-headers.py')
-rwxr-xr-x | tools/sort-headers.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/sort-headers.py b/tools/sort-headers.py index d7633e8..34bfeae 100755 --- a/tools/sort-headers.py +++ b/tools/sort-headers.py @@ -1,4 +1,7 @@ #!/usr/bin/python +# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. """Given a filename as an argument, sort the #include/#imports in that file. |