Relicense to GPL3+, add REUSE compliance

https://reuse.software/spec/
This commit is contained in:
Jason Francis
2020-05-08 08:25:30 -04:00
parent 0faafdc04d
commit 596ed1c2a9
20 changed files with 1178 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (C) 2019 cyclopsian */
/* SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
* SPDX-License-Identifier: GPL-3.0-or-later */
#ifndef WDISPLAY_CONFIG_H
#define WDISPLAY_CONFIG_H

View File

@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (C) 2019 cyclopsian */
/* SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
* SPDX-License-Identifier: GPL-3.0-or-later */
#include "glviewport.h"

View File

@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (C) 2019 cyclopsian */
/* SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
* SPDX-License-Identifier: GPL-3.0-or-later */
#ifndef WDISPLAY_GLVIEWPORT_H
#define WDISPLAY_GLVIEWPORT_H

View File

@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (C) 2019 cyclopsian */
/* SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
* SPDX-License-Identifier: GPL-3.0-or-later */
#include <gtk/gtk.h>
#include <gdk/gdkwayland.h>

View File

@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
# SPDX-License-Identifier: CC0-1.0
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)

View File

@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (C) 2019 cyclopsian
* Copyright (C) 2017-2019 emersion */
/* SPDX-FileCopyrightText: 2019 Jason Francis <jason@cycles.network>
* SPDX-License-Identifier: GPL-3.0-or-later */
/* SPDX-FileCopyrightText: 2017-2019 Simon Ser
* SPDX-License-Identifier: MIT */
/*
* Parts of this file are taken from emersion/kanshi:

View File

@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (C) 2019 cyclopsian */
/* SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
* SPDX-License-Identifier: GPL-3.0-or-later */
#define _GNU_SOURCE
#include <string.h>

View File

@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (C) 2019 cyclopsian */
/* SPDX-FileCopyrightText: 2020 Jason Francis <jason@cycles.network>
* SPDX-License-Identifier: GPL-3.0-or-later */
#include "wdisplays.h"

View File

@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (C) 2019 cyclopsian
* Copyright (C) 2017-2019 emersion */
/* SPDX-FileCopyrightText: 2019 Jason Francis <jason@cycles.network>
* SPDX-License-Identifier: GPL-3.0-or-later */
/* SPDX-FileCopyrightText: 2017-2019 Simon Ser
* SPDX-License-Identifier: MIT */
/*
* Parts of this file are taken from emersion/kanshi: