diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-05 20:59:59 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-05 20:59:59 +0200 |
commit | f7951dee9c1d53289d95528b69b4083ef96a9522 (patch) | |
tree | 48f045c42506763e38e9486839da3cf501b29628 | |
parent | d738ebcf4aaa141dbd41f80844822971f5e8c228 (diff) |
-rw-r--r-- | .reuse/dep5 | 2 | ||||
-rwxr-xr-x | bin/msp430-etv | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index 2e16ade..9af6d5d 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,5 +1,5 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: README.md .gitlab-ci.yml test/* -Copyright: 2020 Daniel Friesel +Copyright: 2020 Birte Kristina Friesel License: CC0-1.0 diff --git a/bin/msp430-etv b/bin/msp430-etv index 597ddfb..e80c08e 100755 --- a/bin/msp430-etv +++ b/bin/msp430-etv @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # vim:tabstop=4 softtabstop=4 shiftwidth=4 textwidth=160 smarttab expandtab colorcolumn=160 # -# Copyright (C) 2020 Daniel Friesel +# Copyright (C) 2020 Birte Kristina Friesel # # SPDX-License-Identifier: GPL-2.0-or-later |