diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/linux/rewrite_dirs.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/linux/rewrite_dirs.py b/build/linux/rewrite_dirs.py index 9a00f96..bb37b24 100755 --- a/build/linux/rewrite_dirs.py +++ b/build/linux/rewrite_dirs.py @@ -1,4 +1,7 @@ #!/usr/bin/python +# Copyright (c) 2009 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. """Rewrites paths in -I, -L and other option to be relative to a sysroot.""" |