aboutsummaryrefslogtreecommitdiffstats
path: root/winspew.c
diff options
context:
space:
mode:
Diffstat (limited to 'winspew.c')
-rw-r--r--winspew.c14
1 files changed, 3 insertions, 11 deletions
diff --git a/winspew.c b/winspew.c
index 6cce391..e795c58 100644
--- a/winspew.c
+++ b/winspew.c
@@ -3,23 +3,15 @@
Copyright 2003 Matthew Allum
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
- any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
+ SPDX-License-Identifier: GPL-2.0-or-later
+
*/
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
-
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>