From 5d6ac63496740c3985fe857d664baa69619b0391 Mon Sep 17 00:00:00 2001 From: Corey Lakey Date: Mon, 2 Aug 2021 11:39:54 -0700 Subject: [PATCH] PASS1-127: Fix `reuse lint` issues in the repo (#26) --- .githooks/commit-msg | 2 ++ .githooks/pre-commit | 2 ++ .reuse/dep5 | 5 ++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.githooks/commit-msg b/.githooks/commit-msg index 001d165..663188c 100755 --- a/.githooks/commit-msg +++ b/.githooks/commit-msg @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2021 Foundation Devices, Inc. +# SPDX-License-Identifier: GPL-3.0-or-later TEAM_PREFIX='PASS1' commit_regex="^($TEAM_PREFIX-[0-9]+:\ )" diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 080b9d7..33081b7 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -1,4 +1,6 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2021 Foundation Devices, Inc. +# SPDX-License-Identifier: GPL-3.0-or-later RESULTS=$(find . -name '*.py' -exec grep -H fake_it[\ ]*=[\ ]*True {} +) LEN=`expr length "$RESULTS"` diff --git a/.reuse/dep5 b/.reuse/dep5 index a406f22..8abc989 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,7 +3,7 @@ Upstream-Name: Passport Upstream-Contact: hello@foundationdevices.com Source: https://git.example.com/FoundationDevices/passport -Files: ACKNOWLEDGEMENTS *.md docs/* drivers/* examples/* extmod/* lib/* py/* tests/* tools/* .gitattributes .gitignore .gitmodules .travis.yml logo/* mpy-cross/* +Files: MP-ACKNOWLEDGEMENTS *.md docs/* drivers/* examples/* extmod/* lib/* py/* tests/* tools/* .gitattributes .gitignore .gitmodules .travis.yml logo/* mpy-cross/* Copyright: Copyright (c) 2016-2020 Damien P. George (http://micropython.org/) License: MIT @@ -17,3 +17,6 @@ License: MIT Copyright: 020 Foundation Devices, Inc. License: GPL-3.0-or-later +Files: SECURITY/*.png +Copyright: 020 Foundation Devices, Inc. +License: GPL-3.0-or-later \ No newline at end of file