summaryrefslogtreecommitdiffstats
path: root/src/helper/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/window.h')
-rw-r--r--src/helper/window.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/helper/window.h b/src/helper/window.h
index a0efcd292..cd303d0b9 100644
--- a/src/helper/window.h
+++ b/src/helper/window.h
@@ -1,14 +1,16 @@
-#ifndef SEEN_SP_WINDOW_H
-#define SEEN_SP_WINDOW_H
-
-/**
- * Generic window implementation
+// SPDX-License-Identifier: GPL-2.0-or-later
+/** @file
+ * TODO: insert short description here
+ *//*
+ * Authors:
+ * see git history
+ * Lauris Kaplinski <lauris@kaplinski.com>
*
- * Author:
- * Lauris Kaplinski <lauris@kaplinski.com>
- *
- * This code is in public domain
+ * Copyright (C) 2014 Authors
+ * Released under GNU GPL v2+, read the file 'COPYING' for more information.
*/
+#ifndef SEEN_SP_WINDOW_H
+#define SEEN_SP_WINDOW_H
struct _GtkWidget;
typedef _GtkWidget GtkWidget;