Skip to content

Commit dc7014c

Browse files
committed
add python authoring informations
1 parent 3984a31 commit dc7014c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dalidock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/usr/bin/python3 -u
22
# -*- coding: utf-8 -*-
33

4+
__author__ = "Lionel Nicolas"
5+
__copyright__ = "Copyright 2016-2018 Lionel Nicolas"
6+
__license__ = "Apache License Version 2.0"
7+
48
import docker
59
import json
610
import os

0 commit comments

Comments
 (0)