Fix SPDX-License-Identifier typo

This commit is contained in:
project-repo 2023-02-02 10:41:24 +01:00
commit b32659963c
45 changed files with 48 additions and 51 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
# Copyright 2023, project-repo and the cagebreak contributors
# SPDX -License-Identifier: MIT
# SPDX-License-Identifier: MIT
named_pipe_send="$(mktemp -u)"
named_pipe_recv="$(mktemp -u)"