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:
@@ -1,5 +1,6 @@
|
||||
#ifndef COMPTON_XRESCHECK_H
|
||||
#define COMPTON_XRESCHECK_H
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2014 Richard Grenville <pyxlcy@gmail.com>
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
#include "uthash.h"
|
||||
@@ -62,5 +63,3 @@ xcb_free_pixmap_(xcb_connection_t *c, xcb_pixmap_t pixmap, M_POS_DATA_PARAMS) {
|
||||
}
|
||||
|
||||
#define xcb_free_pixmap(c, pixmap) xcb_free_pixmap_(c, pixmap, M_POS_DATA);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user