Skip to content

Remove duplicated license templates

Friedrich W. H. Kossebau requested to merge work/kossebau/dropduplicates into master

Discovered while trying to find why some unit test fail on new licenses (coming up the next days in a separate MR), but unrelated to these duplicates.

Found by

find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD

Unit tests pass as before.

Kept the duplicated testdata files though, should they also be removed?

@cordlandwehr

Merge request reports