diff options
-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. |