diff --git a/LICENSE b/LICENSE index e0aba93..462eccf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020-2023 The Cagebreak authors +Copyright (c) 2020-2024 The Cagebreak authors Copyright (c) 2018-2020 Jente Hidskes Copyright (c) 2019 The Sway authors diff --git a/README.md b/README.md index 185f4ff..96d9262 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ independent of github. ## License -Copyright (c) 2020-2023 The Cagebreak authors +Copyright (c) 2020-2024 The Cagebreak authors Copyright (c) 2018-2020 Jente Hidskes Copyright (c) 2019 The Sway authors diff --git a/cagebreak.c b/cagebreak.c index 0621127..befec25 100644 --- a/cagebreak.c +++ b/cagebreak.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _DEFAULT_SOURCE diff --git a/example_scripts/cb_script_header.sh b/example_scripts/cb_script_header.sh index 770f075..4b17b9a 100644 --- a/example_scripts/cb_script_header.sh +++ b/example_scripts/cb_script_header.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT named_pipe_send="$(mktemp -u)" diff --git a/example_scripts/screenshot_script b/example_scripts/screenshot_script index 8e4deb5..fbd463b 100644 --- a/example_scripts/screenshot_script +++ b/example_scripts/screenshot_script @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo, sodface and the cagebreak contributors +# Copyright 2023 - 2024, project-repo, sodface and the cagebreak contributors # SPDX-License-Identifier: MIT # # Execute this script if you want to take a screenshot. diff --git a/example_scripts/show_workspace_views b/example_scripts/show_workspace_views index be6f0f9..2fd4465 100644 --- a/example_scripts/show_workspace_views +++ b/example_scripts/show_workspace_views @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2020 - 2023, project-repo and the cagebreak contributors +# Copyright 2020 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT # This script displays the process names of the views on the current workspace. diff --git a/examples/config b/examples/config index 9d0ff5a..baedf30 100644 --- a/examples/config +++ b/examples/config @@ -1,4 +1,4 @@ -# Copyright 2020 - 2023, project-repo and the cagebreak contributors +# Copyright 2020 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT ###################### # General settings an key bindings diff --git a/fuzz/execl_override.c b/fuzz/execl_override.c index 275d4f0..0f9a19f 100644 --- a/fuzz/execl_override.c +++ b/fuzz/execl_override.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT // This file is used by the fuzzer in order to prevent executing shell commands. diff --git a/fuzz/fuzz-lib.c b/fuzz/fuzz-lib.c index 1ad3a11..2d46e50 100644 --- a/fuzz/fuzz-lib.c +++ b/fuzz/fuzz-lib.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _POSIX_C_SOURCE 200812L diff --git a/fuzz/fuzz-lib.h b/fuzz/fuzz-lib.h index 46aefd2..2715978 100644 --- a/fuzz/fuzz-lib.h +++ b/fuzz/fuzz-lib.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef CG_FUZZ_LIB_H diff --git a/fuzz/fuzz-parse.c b/fuzz/fuzz-parse.c index d0bd5ab..9c35010 100644 --- a/fuzz/fuzz-parse.c +++ b/fuzz/fuzz-parse.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _POSIX_C_SOURCE 200812L diff --git a/idle_inhibit_v1.c b/idle_inhibit_v1.c index b408b7b..bc76ff7 100644 --- a/idle_inhibit_v1.c +++ b/idle_inhibit_v1.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #include diff --git a/idle_inhibit_v1.h b/idle_inhibit_v1.h index 74ae956..dc712bf 100644 --- a/idle_inhibit_v1.h +++ b/idle_inhibit_v1.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef CG_IDLE_INHIBIT_H #define CG_IDLE_INHIBIT_H diff --git a/input.h b/input.h index f45e735..358c385 100644 --- a/input.h +++ b/input.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef _CG_INPUT_H diff --git a/input_manager.c b/input_manager.c index fcdd684..47ce206 100644 --- a/input_manager.c +++ b/input_manager.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _POSIX_C_SOURCE 200812L diff --git a/input_manager.h b/input_manager.h index b3eb006..eb6f019 100644 --- a/input_manager.h +++ b/input_manager.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef CG_INPUT_MANAGER_H diff --git a/ipc_server.c b/ipc_server.c index 05614b3..37e59ad 100644 --- a/ipc_server.c +++ b/ipc_server.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _DEFAULT_SOURCE diff --git a/ipc_server.h b/ipc_server.h index 41d7b88..a8ae3ef 100644 --- a/ipc_server.h +++ b/ipc_server.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef CG_IPC_SERVER_H diff --git a/keybinding.c b/keybinding.c index 8d85390..2432e59 100644 --- a/keybinding.c +++ b/keybinding.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _POSIX_C_SOURCE 200809L diff --git a/keybinding.h b/keybinding.h index a5958f0..fca1271 100644 --- a/keybinding.h +++ b/keybinding.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef KEYBINDING_H diff --git a/libinput.c b/libinput.c index 6a87b06..b6244aa 100644 --- a/libinput.c +++ b/libinput.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #include "input.h" diff --git a/man/cagebreak-config.5.md b/man/cagebreak-config.5.md index f79a8e9..98e9d58 100644 --- a/man/cagebreak-config.5.md +++ b/man/cagebreak-config.5.md @@ -442,7 +442,7 @@ GPG Fingerprints: # LICENSE -Copyright (c) 2020-2023 The Cagebreak authors +Copyright (c) 2020-2024 The Cagebreak authors Copyright (c) 2018-2020 Jente Hidskes diff --git a/man/cagebreak-socket.7.md b/man/cagebreak-socket.7.md index 34e7d49..3988009 100644 --- a/man/cagebreak-socket.7.md +++ b/man/cagebreak-socket.7.md @@ -704,7 +704,7 @@ GPG Fingerprints: # LICENSE -Copyright (c) 2022 - 2023 The Cagebreak authors +Copyright (c) 2022 - 2024 The Cagebreak authors 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 diff --git a/man/cagebreak.1.md b/man/cagebreak.1.md index e45f44a..2712244 100644 --- a/man/cagebreak.1.md +++ b/man/cagebreak.1.md @@ -94,7 +94,7 @@ GPG Fingerprints: # LICENSE -Copyright (c) 2020-2023 The Cagebreak authors +Copyright (c) 2020-2024 The Cagebreak authors Copyright (c) 2018-2020 Jente Hidskes diff --git a/meson.build b/meson.build index c361395..2ccd5a2 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -# Copyright 2020 - 2023, project-repo and the cagebreak contributors +# Copyright 2020 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT project( 'cagebreak', diff --git a/meson_options.txt b/meson_options.txt index eba2f60..b65d3c4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ -# Copyright 2020 - 2023, project-repo and the cagebreak contributors +# Copyright 2020 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT option('xwayland', type: 'boolean', value: 'false', description: 'Enable support for X11 applications') option('man-pages', type: 'boolean', value: 'false', description: 'Build man pages (requires pandoc)') diff --git a/message.c b/message.c index 3fb0a6a..4b99aaf 100644 --- a/message.c +++ b/message.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #include diff --git a/message.h b/message.h index 1eb6664..a1b8f13 100644 --- a/message.h +++ b/message.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef MESSAGE_H diff --git a/output.c b/output.c index 078aebb..57c6e22 100644 --- a/output.c +++ b/output.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _POSIX_C_SOURCE 200809L diff --git a/output.h b/output.h index 5c9fb59..6212856 100644 --- a/output.h +++ b/output.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef CG_OUTPUT_H diff --git a/pango.c b/pango.c index 3af6f7f..3006f5b 100644 --- a/pango.c +++ b/pango.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #include diff --git a/pango.h b/pango.h index 53a78cc..5aa6c8d 100644 --- a/pango.h +++ b/pango.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef _SWAY_PANGO_H diff --git a/parse.c b/parse.c index b76e3ed..72d8295 100644 --- a/parse.c +++ b/parse.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _POSIX_C_SOURCE 200812L diff --git a/parse.h b/parse.h index 2949315..d78df94 100644 --- a/parse.h +++ b/parse.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef PARSE_H diff --git a/scripts/adjust-epoch b/scripts/adjust-epoch index 362c840..14b935c 100755 --- a/scripts/adjust-epoch +++ b/scripts/adjust-epoch @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT if [[ -n ${MESON_SOURCE_ROOT} ]] diff --git a/scripts/create-release-artefacts b/scripts/create-release-artefacts index 4b16167..05212a5 100755 --- a/scripts/create-release-artefacts +++ b/scripts/create-release-artefacts @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT if [[ -n ${MESON_SOURCE_ROOT} ]] diff --git a/scripts/create-signatures b/scripts/create-signatures index 3292374..958825f 100755 --- a/scripts/create-signatures +++ b/scripts/create-signatures @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT if [[ -n ${MESON_SOURCE_ROOT} ]] diff --git a/scripts/fuzz b/scripts/fuzz index 7f227ec..e90e17a 100755 --- a/scripts/fuzz +++ b/scripts/fuzz @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT readonly fuzzing_corpus="${1}" diff --git a/scripts/git-tag b/scripts/git-tag index bd8e541..4b5dbbc 100755 --- a/scripts/git-tag +++ b/scripts/git-tag @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT readonly gpg_id="${1}" diff --git a/scripts/install-development-environment b/scripts/install-development-environment index 1b71ce5..b799eec 100644 --- a/scripts/install-development-environment +++ b/scripts/install-development-environment @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT sudo pacman -Syu --noconfirm git grep sed xorg-xev meson ninja clang gcc shellcheck jq openbsd-netcat gnupg binutils alacritty wlroots wayland wayland-protocols libxkbcommon cairo pango fontconfig libinput libevdev pkgconf scdoc systemd-libs # systemd-libs is included because of libudev diff --git a/scripts/output-hashes b/scripts/output-hashes index cf7cacf..d18088b 100755 --- a/scripts/output-hashes +++ b/scripts/output-hashes @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT if [[ -n ${MESON_SOURCE_ROOT} ]] diff --git a/scripts/set-version b/scripts/set-version index f18988f..3f7875e 100755 --- a/scripts/set-version +++ b/scripts/set-version @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT if [[ -n ${MESON_SOURCE_ROOT} ]] diff --git a/seat.c b/seat.c index a44e424..a011251 100644 --- a/seat.c +++ b/seat.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _POSIX_C_SOURCE 200812L diff --git a/seat.h b/seat.h index 74f4092..135c06a 100644 --- a/seat.h +++ b/seat.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef CG_SEAT_H diff --git a/server.c b/server.c index 1bfb3b7..98c7630 100644 --- a/server.c +++ b/server.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _POSIX_C_SOURCE 200809L diff --git a/server.h b/server.h index 90fc117..3224174 100644 --- a/server.h +++ b/server.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef CG_SERVER_H diff --git a/test/arguments b/test/arguments index 3112ca4..c4a0c35 100644 --- a/test/arguments +++ b/test/arguments @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT testdir="${MESONCURRENTCONFIGDIR}/_build-arguments/" diff --git a/test/build-w-o-warnings b/test/build-w-o-warnings index 3866aff..5a34ddd 100644 --- a/test/build-w-o-warnings +++ b/test/build-w-o-warnings @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT RESULT=0 diff --git a/test/build-w-o-xwayland b/test/build-w-o-xwayland index 6164f6e..04752ff 100644 --- a/test/build-w-o-xwayland +++ b/test/build-w-o-xwayland @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT RESULT=0 diff --git a/test/check-artefacts b/test/check-artefacts index 9e62bb5..077e1c7 100644 --- a/test/check-artefacts +++ b/test/check-artefacts @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT RESULT=0 diff --git a/test/clang-format b/test/clang-format index cf7e553..a7db76f 100644 --- a/test/clang-format +++ b/test/clang-format @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT readonly declared_deps="${*}" diff --git a/test/copyright-license b/test/copyright-license index 4c630c8..1297607 100644 --- a/test/copyright-license +++ b/test/copyright-license @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT readonly declared_deps="${*}" diff --git a/test/environment-variables b/test/environment-variables index a3753b5..b11b693 100644 --- a/test/environment-variables +++ b/test/environment-variables @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT testdir="${MESONCURRENTCONFIGDIR}/_build-envvars" diff --git a/test/git-tag b/test/git-tag index f080060..ad48009 100644 --- a/test/git-tag +++ b/test/git-tag @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT VERSION=$1 diff --git a/test/gpg-signatures b/test/gpg-signatures index c5d63fd..e424048 100644 --- a/test/gpg-signatures +++ b/test/gpg-signatures @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT RESULT=0 diff --git a/test/gpg-validity b/test/gpg-validity index 6340105..e051730 100644 --- a/test/gpg-validity +++ b/test/gpg-validity @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT RESULT=0 diff --git a/test/hashes-md b/test/hashes-md index 30a5529..a768a30 100644 --- a/test/hashes-md +++ b/test/hashes-md @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT VERSION=$1 diff --git a/test/illegal-strings b/test/illegal-strings index ac7224b..4c885d3 100644 --- a/test/illegal-strings +++ b/test/illegal-strings @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT RESULT=0 diff --git a/test/non-auto-tests b/test/non-auto-tests index 470d494..524839c 100644 --- a/test/non-auto-tests +++ b/test/non-auto-tests @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT VERSION=$1 diff --git a/test/scan-build b/test/scan-build index 562fb42..aa59c21 100644 --- a/test/scan-build +++ b/test/scan-build @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT RESULT=0 diff --git a/test/shellcheck b/test/shellcheck index 8fa5f4e..2f68c48 100644 --- a/test/shellcheck +++ b/test/shellcheck @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT RESULT=0 diff --git a/test/testing-configurations/-c-config b/test/testing-configurations/-c-config index a769e73..8476149 100644 --- a/test/testing-configurations/-c-config +++ b/test/testing-configurations/-c-config @@ -1,4 +1,4 @@ -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT exec (echo "SUCCESS" > CONFIGPATH ) quit diff --git a/test/testing-configurations/config b/test/testing-configurations/config index 9925aec..268fe77 100644 --- a/test/testing-configurations/config +++ b/test/testing-configurations/config @@ -1,4 +1,4 @@ -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT exec (echo $CAGEBREAK_SOCKET > CONFIGPATH) quit diff --git a/test/testing-configurations/env-var-config b/test/testing-configurations/env-var-config index a769e73..8476149 100644 --- a/test/testing-configurations/env-var-config +++ b/test/testing-configurations/env-var-config @@ -1,4 +1,4 @@ -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT exec (echo "SUCCESS" > CONFIGPATH ) quit diff --git a/test/testing-configurations/my-scan-build b/test/testing-configurations/my-scan-build index 526f1dd..db3f3d0 100755 --- a/test/testing-configurations/my-scan-build +++ b/test/testing-configurations/my-scan-build @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT scan-build --status-bugs "$@" diff --git a/test/versions b/test/versions index b408c71..66b6d11 100644 --- a/test/versions +++ b/test/versions @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023, project-repo and the cagebreak contributors +# Copyright 2023 - 2024, project-repo and the cagebreak contributors # SPDX-License-Identifier: MIT readonly newversion="${1}" diff --git a/util.c b/util.c index f8c7a82..1f84bdc 100644 --- a/util.c +++ b/util.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #include diff --git a/util.h b/util.h index b509a00..b9a95ef 100644 --- a/util.h +++ b/util.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef CG_UTIL_H diff --git a/view.c b/view.c index ee28b75..1d2d9c3 100644 --- a/view.c +++ b/view.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _POSIX_C_SOURCE 200809L diff --git a/view.h b/view.h index b9ec0a1..b2ff05d 100644 --- a/view.h +++ b/view.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef CG_VIEW_H diff --git a/workspace.c b/workspace.c index 54046de..7d93183 100644 --- a/workspace.c +++ b/workspace.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _POSIX_C_SOURCE 200809L diff --git a/workspace.h b/workspace.h index f7e68ca..83b41a1 100644 --- a/workspace.h +++ b/workspace.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef CG_WORKSPACE_H diff --git a/xdg_shell.c b/xdg_shell.c index 030fa81..0b83bac 100644 --- a/xdg_shell.c +++ b/xdg_shell.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #define _POSIX_C_SOURCE 200809L diff --git a/xdg_shell.h b/xdg_shell.h index fd80b99..5f9456c 100644 --- a/xdg_shell.h +++ b/xdg_shell.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef CG_XDG_SHELL_H diff --git a/xwayland.c b/xwayland.c index 261f9e6..5755148 100644 --- a/xwayland.c +++ b/xwayland.c @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #include "config.h" diff --git a/xwayland.h b/xwayland.h index 79c265a..6661f0e 100644 --- a/xwayland.h +++ b/xwayland.h @@ -1,4 +1,4 @@ -// Copyright 2020 - 2023, project-repo and the cagebreak contributors +// Copyright 2020 - 2024, project-repo and the cagebreak contributors // SPDX-License-Identifier: MIT #ifndef CG_XWAYLAND_H