*.c: add SPDX-License-Identifier

This commit is contained in:
Johan Malm 2021-09-24 21:45:48 +01:00
parent bdcb502631
commit ebb632419b
33 changed files with 33 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <strings.h> #include <strings.h>
#include <wlr/util/log.h> #include <wlr/util/log.h>
#include "common/spawn.h" #include "common/spawn.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L
#include <assert.h> #include <assert.h>
#include <glib.h> #include <glib.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <ctype.h> #include <ctype.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <stdlib.h> #include <stdlib.h>
#include "common/zfree.h" #include "common/zfree.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L
#include <glib.h> #include <glib.h>
#include <stdio.h> #include <stdio.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L
#include <assert.h> #include <assert.h>
#include <linux/input-event-codes.h> #include <linux/input-event-codes.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L
#include <assert.h> #include <assert.h>
#include <ctype.h> #include <ctype.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L
#include <ctype.h> #include <ctype.h>
#include <stdbool.h> #include <stdbool.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <assert.h> #include <assert.h>
#include <linux/input-event-codes.h> #include <linux/input-event-codes.h>
#include <sys/time.h> #include <sys/time.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include "labwc.h" #include "labwc.h"
void void

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include "config.h" #include "config.h"
#include <assert.h> #include <assert.h>
#include "labwc.h" #include "labwc.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include "labwc.h" #include "labwc.h"
static void static void

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include "labwc.h" #include "labwc.h"
void void

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <wlr/backend/multi.h> #include <wlr/backend/multi.h>
#include <wlr/backend/session.h> #include <wlr/backend/session.h>
#include "labwc.h" #include "labwc.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* layers.c - layer-shell implementation * layers.c - layer-shell implementation
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include "common/font.h" #include "common/font.h"
#include "common/spawn.h" #include "common/spawn.h"
#include "config/session.h" #include "config/session.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L
#include <assert.h> #include <assert.h>
#include <ctype.h> #include <ctype.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include "config.h" #include "config.h"
#include <cairo.h> #include <cairo.h>
#include <drm_fourcc.h> #include <drm_fourcc.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* output.c: labwc output and rendering * output.c: labwc output and rendering
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <assert.h> #include <assert.h>
#include <wlr/backend/libinput.h> #include <wlr/backend/libinput.h>
#include <wlr/util/log.h> #include <wlr/util/log.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L
#include "config.h" #include "config.h"
#include <signal.h> #include <signal.h>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2020 the sway authors * Copyright (C) 2020 the sway authors
* This file is only needed in support of tracking damage * This file is only needed in support of tracking damage

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Theme engine for labwc * Theme engine for labwc
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2020 the sway authors * Copyright (C) 2020 the sway authors
* This file is only needed in support of tracking damage * This file is only needed in support of tracking damage

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <stdio.h> #include <stdio.h>
#include <strings.h> #include <strings.h>
#include "labwc.h" #include "labwc.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Parse xbm token to create pixmap * Parse xbm token to create pixmap
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* XBM file tokenizer * XBM file tokenizer
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Create wlr textures based on xbm data * Create wlr textures based on xbm data
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include "labwc.h" #include "labwc.h"
struct xdg_deco { struct xdg_deco {

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2020 the sway authors * Copyright (C) 2020 the sway authors
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <assert.h> #include <assert.h>
#include "labwc.h" #include "labwc.h"
#include "ssd.h" #include "ssd.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include "labwc.h" #include "labwc.h"
static void static void

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <assert.h> #include <assert.h>
#include "labwc.h" #include "labwc.h"
#include "ssd.h" #include "ssd.h"