Sort out license problems

IANAL, but I think I am allowed to add missing copyright notices for
someone else. And I did my best job using git history to figure out who
wrote which functions. So I hope everything is fine.
This commit is contained in:
Yuxuan Shui
2018-10-03 22:14:51 +01:00
parent 9e1422dc90
commit ee318582f5
26 changed files with 476 additions and 62 deletions

View File

@ -1,3 +1,7 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2011-2013, Christopher Jeffrey
// Copyright (c) 2013 Richard Grenville <pyxlcy@gmail.com>
#include <X11/Xlib.h>
#include <xcb/render.h>
#include <xcb/damage.h>