Material: card header, use the same header in all code files

This commit is contained in:
Bernd Hahnebach
2019-02-19 07:06:11 +01:00
committed by Yorik van Havre
parent 6c33f44419
commit e6731765ff
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
; My new amazing material file
; (c) 2015 Your Name (CC-BY 3.0)
; Information about the content of such cards you can find here:
; information about the content of such cards you can find here:
; http://www.freecadweb.org/wiki/index.php?title=Material

View File

@@ -177,7 +177,7 @@ def write(filename, dictionary):
else:
f.write("; " + header["CardName"].encode("utf8") + "\n")
f.write("; " + header["AuthorAndLicense"].encode("utf8") + "\n")
f.write("; information about the content of this card can be found here:\n")
f.write("; information about the content of such cards you can find here:\n")
f.write("; http://www.freecadweb.org/wiki/index.php?title=Material\n")
f.write("; file produced by FreeCAD" + rev + "\n")
f.write("\n")