Commit graph

4 commits

Author SHA1 Message Date
Fini Jastrow
8d315f467c Fix access rights
[why]
For some unknown reason some files have the execute right bit set in
git. That is neither needed nor recommended.

The *.cfg files are pulled in with `source`, so they do not need to be
executable.

[note]
Example command to check
    find . -perm /111 -type f

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-03-08 08:39:15 +01:00
Ryan L McIntyre
5371994aa8 Adds license files back (just to complete folders) 2020-04-13 03:35:43 -07:00
Ryan L McIntyre
0424a126fe Revert "Add missing license files to patched font directories (fixes #463)"
This reverts commit 606db3752d.
2020-04-13 02:42:35 -07:00
Ryan L McIntyre
606db3752d Add missing license files to patched font directories (fixes #463) 2020-04-12 04:00:00 -07:00