mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 22:14:18 +02:00
Fix SPDX-License-Identifier typo
This commit is contained in:
parent
d7f58ce07f
commit
b32659963c
45 changed files with 48 additions and 51 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
|
||||
// SPDX -License-Identifier: MIT
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#define _DEFAULT_SOURCE
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
######################
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
input.h
2
input.h
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
|
||||
// SPDX -License-Identifier: MIT
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#define _DEFAULT_SOURCE
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
|
||||
// SPDX -License-Identifier: MIT
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#ifndef KEYBINDING_H
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright 2020 - 2023, project-repo and the cagebreak contributors
|
||||
# SPDX -License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT
|
||||
project(
|
||||
'cagebreak',
|
||||
'c',
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
|
||||
// SPDX -License-Identifier: MIT
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#ifndef MESSAGE_H
|
||||
|
||||
|
|
|
|||
2
output.c
2
output.c
|
|
@ -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
output.h
2
output.h
|
|
@ -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
|
||||
|
|
|
|||
2
pango.c
2
pango.c
|
|
@ -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>
|
||||
|
|
|
|||
2
pango.h
2
pango.h
|
|
@ -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
|
||||
|
|
|
|||
2
parse.c
2
parse.c
|
|
@ -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
parse.h
2
parse.h
|
|
@ -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
2
seat.c
|
|
@ -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
2
seat.h
|
|
@ -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
|
||||
|
|
|
|||
10
server.c
10
server.c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
3
server.h
3
server.h
|
|
@ -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
2
util.c
|
|
@ -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
2
util.h
|
|
@ -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
2
view.c
|
|
@ -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
2
view.h
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright 2020 - 2023, project-repo and the cagebreak contributors
|
||||
// SPDX -License-Identifier: MIT
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue