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,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#define _DEFAULT_SOURCE

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef CG_CONFIG_H
#define CG_CONFIG_H

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.

View file

@ -1,5 +1,5 @@
# Copyright 2020 - 2023, project-repo and the cagebreak contributors
# SPDX -License-Identifier: MIT
# SPDX-License-Identifier: MIT
######################
# General settings an key bindings
######################

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
// This file is used by the fuzzer in order to prevent executing shell commands.
#define _GNU_SOURCE

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#define _POSIX_C_SOURCE 200812L

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef CG_FUZZ_LIB_H
#define CG_FUZZ_LIB_H

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#define _POSIX_C_SOURCE 200812L

View file

@ -1,5 +1,5 @@
# Copyright 2020 - 2023, project-repo and the cagebreak contributors
# SPDX -License-Identifier: MIT
# SPDX-License-Identifier: MIT
fuzz_sources = [
'fuzz-parse.c',

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#include <wayland-server-core.h>
#include <wlr/types/wlr_idle.h>

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef CG_IDLE_INHIBIT_H
#define CG_IDLE_INHIBIT_H

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef _CG_INPUT_H
#define _CG_INPUT_H

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#define _POSIX_C_SOURCE 200812L

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef CG_INPUT_MANAGER_H
#define CG_INPUT_MANAGER_H

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#define _DEFAULT_SOURCE

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef CG_IPC_SERVER_H
#define CG_IPC_SERVER_H

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#define _POSIX_C_SOURCE 200809L

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef KEYBINDING_H

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#include "input.h"
#include "input_manager.h"

View file

@ -1,5 +1,5 @@
# Copyright 2020 - 2023, project-repo and the cagebreak contributors
# SPDX -License-Identifier: MIT
# SPDX-License-Identifier: MIT
project(
'cagebreak',
'c',

View file

@ -1,5 +1,5 @@
# Copyright 2020 - 2023, project-repo and the cagebreak contributors
# SPDX -License-Identifier: MIT
# 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)')
option('fuzz', type: 'boolean', value: 'false', description: 'Enable building fuzzer targets')

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#include <cairo/cairo.h>
#include <drm_fourcc.h>

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef MESSAGE_H

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#define _POSIX_C_SOURCE 200809L

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef CG_OUTPUT_H
#define CG_OUTPUT_H

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#include <cairo.h>
#include <cairo/cairo.h>

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef _SWAY_PANGO_H
#define _SWAY_PANGO_H

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#define _POSIX_C_SOURCE 200812L

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef PARSE_H

2
seat.c
View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#define _POSIX_C_SOURCE 200812L

2
seat.h
View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef CG_SEAT_H
#define CG_SEAT_H

View file

@ -1,11 +1,5 @@
/*
* Cagebreak: A Wayland tiling compositor.
*
* Copyright (C) 2020-2022 The Cagebreak Authors
* Copyright (C) 2018-2019 Jente Hidskes
*
* See the LICENSE file accompanying this file.
*/
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX-License-Identifier: MIT
#define _POSIX_C_SOURCE 200809L

View file

@ -1,3 +1,6 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX-License-Identifier: MIT
#ifndef CG_SERVER_H
#define CG_SERVER_H

2
util.c
View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#include <wlr/util/box.h>

2
util.h
View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef CG_UTIL_H
#define CG_UTIL_H

2
view.c
View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#define _POSIX_C_SOURCE 200809L

2
view.h
View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef CG_VIEW_H
#define CG_VIEW_H

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#define _POSIX_C_SOURCE 200809L

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef CG_WORKSPACE_H
#define CG_WORKSPACE_H

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#define _POSIX_C_SOURCE 200809L

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef CG_XDG_SHELL_H
#define CG_XDG_SHELL_H

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#include "config.h"

View file

@ -1,5 +1,5 @@
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX -License-Identifier: MIT
// SPDX-License-Identifier: MIT
#ifndef CG_XWAYLAND_H
#define CG_XWAYLAND_H