diff options
Diffstat (limited to 'tools/upip.py')
| -rw-r--r-- | tools/upip.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/upip.py b/tools/upip.py index a400c3174..27fbae272 100644 --- a/tools/upip.py +++ b/tools/upip.py @@ -1,10 +1,10 @@ -# # upip - Package manager for MicroPython + +# SPDX-FileCopyrightText: Copyright (c) 2015-2018 Paul Sokolovsky +# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors) # -# Copyright (c) 2015-2018 Paul Sokolovsky -# -# Licensed under the MIT license. -# +# SPDX-License-Identifier: MIT + import sys import gc import uos as os |
