Change maintainer, and change licensing.

This commit is contained in:
2026-06-29 00:49:15 -04:00
parent 220c2b8feb
commit 291e277f6e
13 changed files with 9 additions and 1968 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
/*
* See LICENSE file and licenses/ directory for copyright and license details.
* See LICENSE file for copyright and license details.
* PeachWM is a fork of swindle, which is also GPLv3 licensed.
*/
#include <errno.h>
#include <getopt.h>
+1 -1
View File
@@ -1,4 +1,4 @@
/* See LICENSE.dwm file for copyright and license details. */
/* Copyright and license details as described in the LICENSE file. */
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
+1 -1
View File
@@ -1,4 +1,4 @@
/* See LICENSE.dwm file for copyright and license details. */
/* Copyright and license details as described in the LICENSE file. */
_Noreturn void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);