glib/gio/gdbus-2.0/codegen
Simon McVittie fa32ee6481 Remove unnecessary +x permissions
None of these files starts with a #! line, and they are not native
binary executables, so if a user attempts to execute them as a program,
Unix shells will run them as /bin/sh scripts. This is not going to end
well, since none of them are shell scripts (the gio bash completion
is for bash, which is not a lowest-common-denominator POSIX shell, and
in any case is designed to be sourced rather than executed).

Fixes: #1539
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-09-23 17:01:04 +01:00
..
__init__.py gio/gdbus-2.0/codegen/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
.gitignore Git should ignore generated config.py file 2017-11-20 10:17:01 +00:00
codegen_docbook.py gdbus-codegen: Remove unnecessary parameters from the constructor 2018-01-15 16:10:12 +01:00
codegen_main.py Remove unnecessary +x permissions 2018-09-23 17:01:04 +01:00
codegen.py codegen: Change pointer casting to remove type-punning warnings 2018-09-07 10:19:05 +12:00
config.py.in meson: Improve MSVC and MinGW support and fix dependencies everywhere 2017-07-13 19:03:39 -04:00
dbustypes.py python: avoid equality check for None 2018-07-12 23:48:41 +02:00
gdbus-codegen.in gdbus-codegen: Call abspath() earlier 2017-11-06 11:57:52 +00:00
Makefile.am gdbus-codegen: Don't assume bindir and datadir share prefix 2017-10-11 09:48:38 +01:00
meson.build Merge branch 'meson-python-module' into 'master' 2018-07-23 11:17:47 +00:00
parser.py gdbus-codegen: Use Color's print_* methods 2018-01-15 16:03:03 +01:00
utils.py python: avoid equality check for None 2018-07-12 23:48:41 +02:00