diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-23 18:07:54 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-23 18:07:54 +0000 |
commit | 3e5eb1076860d9b951a0882dfd31227bd32d732c (patch) | |
tree | ef46da7daf495cf409088a155c4809320bfaec58 /ppapi/generators | |
parent | c6e5570b969321941f34dfedf6d67d268dab0912 (diff) | |
download | chromium_src-3e5eb1076860d9b951a0882dfd31227bd32d732c.zip chromium_src-3e5eb1076860d9b951a0882dfd31227bd32d732c.tar.gz chromium_src-3e5eb1076860d9b951a0882dfd31227bd32d732c.tar.bz2 |
Set svn:executable bit on scripts that are executable.
R=viettrungluu@chromium.org
TEST=
BUG=
Review URL: http://codereview.chromium.org/10162022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/generators')
-rwxr-xr-x[-rw-r--r--] | ppapi/generators/idl_gen_pnacl.py | 5 | ||||
-rw-r--r-- | ppapi/generators/idl_gen_wrapper.py | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/ppapi/generators/idl_gen_pnacl.py b/ppapi/generators/idl_gen_pnacl.py index 8116ae8..db51427 100644..100755 --- a/ppapi/generators/idl_gen_pnacl.py +++ b/ppapi/generators/idl_gen_pnacl.py @@ -1,6 +1,5 @@ -#!/usr/bin/python -# -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +#!/usr/bin/env python +# Copyright (c) 2012 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. diff --git a/ppapi/generators/idl_gen_wrapper.py b/ppapi/generators/idl_gen_wrapper.py index 6d4b74a..36ed8b7 100644 --- a/ppapi/generators/idl_gen_wrapper.py +++ b/ppapi/generators/idl_gen_wrapper.py @@ -1,6 +1,4 @@ -#!/usr/bin/python -# -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 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. |