Skip to content

Commit 94af132

Browse files
committed
upip: Add copyright header.
1 parent f0ed97a commit 94af132

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

upip/upip.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#
2+
# upip - Package manager for MicroPython
3+
#
4+
# Copyright (c) 2015-2018 Paul Sokolovsky
5+
#
6+
# Licensed under the MIT license.
7+
#
18
import sys
29
import gc
310
import uos as os

0 commit comments

Comments
 (0)