summaryrefslogtreecommitdiffstats
path: root/gui/wm/ws.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/wm/ws.c')
-rw-r--r--gui/wm/ws.c25
1 files changed, 20 insertions, 5 deletions
diff --git a/gui/wm/ws.c b/gui/wm/ws.c
index f7091672e0..34aa58c842 100644
--- a/gui/wm/ws.c
+++ b/gui/wm/ws.c
@@ -1,8 +1,23 @@
-
-// --------------------------------------------------------------------------
-// AutoSpace Window System for Linux/Win32 v0.85
-// Writed by pontscho/fresh!mindworkz
-// --------------------------------------------------------------------------
+/*
+ * AutoSpace Window System for Linux/Win32 v0.85
+ * written by pontscho/fresh!mindworkz
+ *
+ * This file is part of MPlayer.
+ *
+ * MPlayer 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 of the License, or
+ * (at your option) any later version.
+ *
+ * MPlayer 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.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
#include <X11/Xlib.h>
#include <X11/Xproto.h>