Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 3d62100

Browse files
author
Alex Chi
authored
[CODE] Add the copyright information
1 parent 50db7b5 commit 3d62100

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

regenerateforue4.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright @ 2016, Code 4 Game, Under The MIT License.
2+
13
from datetime import *
24
import os
35
import sys
@@ -66,4 +68,4 @@ def Generate(_CodeFile):
6668
if len(sys.argv) <= 1:
6769
print "Usage: python regenerateforue4.py `code file`"
6870
else:
69-
Generate(sys.argv[1])
71+
Generate(sys.argv[1])

0 commit comments

Comments
 (0)