summaryrefslogtreecommitdiff
path: root/mpy-cross/fmode.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-07-13 16:28:49 -0700
committerGitHub <noreply@github.com>2020-07-13 16:28:49 -0700
commit51c888d4be5ec0e0bc19a0de539f0f21a04da135 (patch)
treeb7ba99db56a8274a1cd61b3b65f973b024ea2996 /mpy-cross/fmode.c
parent3ddb598f0d3d7c9d36b619e753e3da5b904b212a (diff)
parent34b4993d63a6b576f29d624385c681f679b4124c (diff)
Merge pull request #3003 from Flameeyes/master
License tagging according to REUSE specifications.
Diffstat (limited to 'mpy-cross/fmode.c')
-rw-r--r--mpy-cross/fmode.c29
1 files changed, 4 insertions, 25 deletions
diff --git a/mpy-cross/fmode.c b/mpy-cross/fmode.c
index 33ba24ed1..b1fa3fc85 100644
--- a/mpy-cross/fmode.c
+++ b/mpy-cross/fmode.c
@@ -1,28 +1,7 @@
-/*
- * This file is part of the MicroPython project, http://micropython.org/
- *
- * The MIT License (MIT)
- *
- * Copyright (c) 2013-2016 Damien P. George
- *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
- */
+// SPDX-FileCopyrightText: Copyright (c) 2013-2016 Damien P. George
+// SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
+//
+// SPDX-License-Identifier: MIT
#include "fmode.h"
#include "py/mpconfig.h"