summaryrefslogtreecommitdiff
path: root/tools/pydfu.py
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-06-03 23:40:05 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2020-07-06 19:16:25 +0100
commit34b4993d63a6b576f29d624385c681f679b4124c (patch)
treeb97df586ef04e7158ede2fd9cc5be900bab6cafa /tools/pydfu.py
parentd7e57259f9d6c73dfba46a4710625bde4e50979a (diff)
Add license to some obvious files.
Diffstat (limited to 'tools/pydfu.py')
-rwxr-xr-xtools/pydfu.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/pydfu.py b/tools/pydfu.py
index a7adda37c..a6210c603 100755
--- a/tools/pydfu.py
+++ b/tools/pydfu.py
@@ -1,8 +1,9 @@
#!/usr/bin/env python
-# This file is part of the OpenMV project.
-# Copyright (c) 2013/2014 Ibrahim Abdelkader <i.abdalkader@gmail.com>
-# This work is licensed under the MIT license, see the file LICENSE for
-# details.
+
+# SPDX-FileCopyrightText: Copyright (c) 2013/2014 Ibrahim Abdelkader <i.abdalkader@gmail.com>
+# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
+#
+# SPDX-License-Identifier: MIT
"""This module implements enough functionality to program the STM32F4xx over
DFU, without requiring dfu-util.