diff --git a/magic_spoiler/__main__.py b/magic_spoiler/__main__.py
index 5fb1ba21..ae0f135c 100644
--- a/magic_spoiler/__main__.py
+++ b/magic_spoiler/__main__.py
@@ -197,6 +197,14 @@ def open_header(card_xml_file: IO[Any]) -> None:
+ " \n"
+ " THIS FILE IS AUTOMATICALLY GENERATED & ALL EDITS WILL BE OVERRIDDEN.\n"
+ " -->\n"
+ + "\n"
+ + "Cockatrice/Magic-Spoiler\n"
+ #TODO, correct date format
+ + "" + datetime.datetime.utcnow().strftime("%a, %b %d %Y, %H:%M:%S") + "\n"
+ + "https://github.com/Cockatrice/Magic-Spoiler/blob/files/spoiler.xml\n"
+ #TODO, version schema
+ + "???\n"
+ + "\n"
+ "\n"
)