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)"

View file

@ -1,6 +1,6 @@
#!/bin/bash
# Copyright 2023, project-repo and the cagebreak contributors
# SPDX -License-Identifier: MIT
# SPDX-License-Identifier: MIT
# This script uses the cagebreak socket to modify the compositor's behaviour in
# such a way that the currently focussed tile follows the cursor, i.e. that the

View file

@ -1,6 +1,6 @@
#!/bin/bash
# Copyright 2020 - 2023, project-repo and the cagebreak contributors
# SPDX -License-Identifier: MIT
# SPDX-License-Identifier: MIT
# This script displays the process names of the views on the current workspace.