WorldWindEarth / WorldWindJava

A community supported fork of the NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
https://worldwind.earth/WorldWindJava/
49 stars 14 forks source link

Removed execute permissions from files. #29

Closed wcmatthysen closed 5 years ago

wcmatthysen commented 5 years ago

Description of the Change

Removed the execute permissions from some files that do not require these permissions to be set. Execute permissions should only be set where it makes sense (such as scripts).

Why Should This Be In Core?

General cleanup of the code-base keeps it tidy.

Benefits

Less confusion as to which files can be executed (especially on Linux and MacOS).

Potential Drawbacks

None

Applicable Issues

None