From f2af1d09679e371f079d8c5f88fc204a6ca92cfe Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Thu, 13 Dec 2018 08:22:31 +0000 Subject: [PATCH] micropip: add licensing and upip attribution details. --- micropip/micropip.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/micropip/micropip.py b/micropip/micropip.py index 6924c81..b5479f5 100755 --- a/micropip/micropip.py +++ b/micropip/micropip.py @@ -1,5 +1,17 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- + +# This is a port of upip to CPython +# Port Cpoyright (c) Peter Hinch +# Licensed under the MIT license. + +# upip licensing/attribution +# upip - Package manager for MicroPython +# +# Copyright (c) 2015-2018 Paul Sokolovsky +# +# Licensed under the MIT license. +# import sys import os import errno