diff --git a/Cargo.toml b/Cargo.toml
old mode 100755
new mode 100644
diff --git a/README.md b/README.md
old mode 100755
new mode 100644
diff --git a/benches/bench.rs b/benches/bench.rs
old mode 100755
new mode 100644
diff --git a/benches/comparative/mod.rs b/benches/comparative/mod.rs
old mode 100755
new mode 100644
diff --git a/benches/comparative/predict.rs b/benches/comparative/predict.rs
old mode 100755
new mode 100644
diff --git a/benches/predict.rs b/benches/predict.rs
old mode 100755
new mode 100644
diff --git a/build.rs b/build.rs
old mode 100755
new mode 100644
diff --git a/src/bin/rav1e.rs b/src/bin/rav1e.rs
old mode 100755
new mode 100644
diff --git a/src/cdef.rs b/src/cdef.rs
old mode 100755
new mode 100644
diff --git a/src/context.rs b/src/context.rs
old mode 100755
new mode 100644
diff --git a/src/lib.rs b/src/lib.rs
old mode 100755
new mode 100644
diff --git a/src/partition.rs b/src/partition.rs
old mode 100755
new mode 100644
diff --git a/src/predict.rs b/src/predict.rs
old mode 100755
new mode 100644
diff --git a/src/quantize.rs b/src/quantize.rs
old mode 100755
new mode 100644
diff --git a/src/rdo.rs b/src/rdo.rs
old mode 100755
new mode 100644
diff --git a/src/transform.rs b/src/transform.rs
old mode 100755
new mode 100644
diff --git a/src/util.rs b/src/util.rs
old mode 100755
new mode 100644