Convert all files with dos2unix
Some files were written with UTF-8 with BOM encoding. Now, all files should be UTF-8 only. The following shell script was used: while read f do dos2unix -- "$f" done <<EOF $(svn ls -R | grep \ -e '.\cpp$' \ -e '\.cmake$' \ -e '\.txt$' \ -e '\.cppcheck$' \ -e '\.frag$' \ -e '\.h$' \ -e '\.hpp$' \ -e '\.vert$' \ -e '\.xml$' \ -e '\.java$' \ -e '\.c$') EOF git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9508 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
parent
b9b1bb6647
commit
1eac7f27ce
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
Supercar Cavallo 360 model
|
||||
Supercar Cavallo 360 model
|
||||
--
|
||||
Copyright © 2002 Eric Espie, Jean-Christophe Durieu
|
||||
Copyright © 2006 Bernhard Wymann
|
||||
|
|
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2016, Jasper @ Cannot Into Space Fonts (cannotintospacefonts.blogspot.com|cannotintospacefonts@gmail.com),
|
||||
Copyright (c) 2016, Jasper @ Cannot Into Space Fonts (cannotintospacefonts.blogspot.com|cannotintospacefonts@gmail.com),
|
||||
with Reserved Font Names "Armata" (English), and "Армата" (Russian).
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
|
|
Loading…
Reference in a new issue