Set proper executable bits 33/93533/4
authorMichal Bloch <m.bloch@samsung.com>
Mon, 24 Oct 2016 20:08:17 +0000 (22:08 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Tue, 25 Oct 2016 17:28:33 +0000 (19:28 +0200)
commit3d11a8a3614cdb280f911558b4620dadf14cc9a5
tree11bcceabfc1b709bc3abc5240850ae4cbbaeb0e8
parent57733c4761960ee289d2d79e0abbc8856f9c3a20
Set proper executable bits

 * add to scripts/dlog_upgrade.sh

 * remove from plaintext files; this includes source code,
   configuration, header, image, manifest, service, and other
   miscellaneous (eg. license) files (specifically, all files
   touched by this commit except scripts/dlog_upgrade.sh)

Change-Id: Icc1496147c5e78347dff8af5eade3c6cfe13bffd
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
25 files changed:
.gitignore [changed mode: 0755->0644]
LICENSE.Apache-2.0 [changed mode: 0755->0644]
Makefile.am [changed mode: 0755->0644]
NOTICE [changed mode: 0755->0644]
configure.ac [changed mode: 0755->0644]
dlog.pc.in [changed mode: 0755->0644]
doc/dlog_doc.h [changed mode: 0755->0644]
image/SLP_Dlog_PG_image001.png [changed mode: 0755->0644]
include/dlog-internal.h [changed mode: 0755->0644]
include/dlog.h [changed mode: 0755->0644]
include/logconfig.h [changed mode: 0755->0644]
include/loglimiter.h [changed mode: 0755->0644]
include/logprint.h [changed mode: 0755->0644]
packaging/dlog.changes [changed mode: 0755->0644]
packaging/dlog.spec [changed mode: 0755->0644]
packaging/dlog_logger.service [changed mode: 0755->0644]
packaging/dlogbackend-kmsg.manifest [changed mode: 0755->0644]
packaging/dlogbackend-logger.manifest [changed mode: 0755->0644]
packaging/dlogutil.manifest [changed mode: 0755->0644]
packaging/libdlog.manifest [changed mode: 0755->0644]
scripts/dlog_upgrade.sh [changed mode: 0644->0755]
src/libdlog/log.c [changed mode: 0755->0644]
src/libdlog/loglimiter.c [changed mode: 0755->0644]
src/loginit/loginit.c [changed mode: 0755->0644]
src/shared/logprint.c [changed mode: 0755->0644]