Skip to content

Commit e8a2ee4

Browse files
committed
add copyright
1 parent a17ede5 commit e8a2ee4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

exercises/utils/password_generator_util.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Author Steven Yeoh
2+
# Copyright (c) 2019. All rights reserved.
3+
14
import string
25
import random
36
import time

test/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Author Steven Yeoh
2+
# Copyright (c) 2019. All rights reserved.
3+

0 commit comments

Comments
 (0)