summaryrefslogtreecommitdiffstats
path: root/gui/wm
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 09:33:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 09:33:39 +0000
commit05bc68ae36ab3eb258e889f3d205a016fceae9a4 (patch)
treebee1bda565e6e5d6915fab0dcf47e05d81a249d0 /gui/wm
parente84b4b7686cdc16a0181c2f4290bcecb03437bf2 (diff)
downloadmpv-05bc68ae36ab3eb258e889f3d205a016fceae9a4.tar.bz2
mpv-05bc68ae36ab3eb258e889f3d205a016fceae9a4.tar.xz
Add standard GPL header to individual files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26490 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/wm')
-rw-r--r--gui/wm/ws.c25
-rw-r--r--gui/wm/ws.h25
-rw-r--r--gui/wm/wskeys.h18
-rw-r--r--gui/wm/wsmkeys.h18
-rw-r--r--gui/wm/wsxdnd.c21
-rw-r--r--gui/wm/wsxdnd.h18
6 files changed, 113 insertions, 12 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>
diff --git a/gui/wm/ws.h b/gui/wm/ws.h
index ee215ea61c..e782edd6d3 100644
--- a/gui/wm/ws.h
+++ b/gui/wm/ws.h
@@ -1,8 +1,23 @@
-
-// ----------------------------------------------------------------------------------------------
-// AutoSpace Window System for Linux/Win32 v0.61
-// Writed by pontscho / fresh!mindworkz
-// ----------------------------------------------------------------------------------------------
+/*
+ * AutoSpace Window System for Linux/Win32 v0.61
+ * 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.
+ */
#ifndef MPLAYER_GUI_WS_H
#define MPLAYER_GUI_WS_H
diff --git a/gui/wm/wskeys.h b/gui/wm/wskeys.h
index aa39bd6285..4f4a5e50e2 100644
--- a/gui/wm/wskeys.h
+++ b/gui/wm/wskeys.h
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
#ifndef MPLAYER_GUI_WSKEYS_H
#define MPLAYER_GUI_WSKEYS_H
diff --git a/gui/wm/wsmkeys.h b/gui/wm/wsmkeys.h
index 4843004161..86bd731369 100644
--- a/gui/wm/wsmkeys.h
+++ b/gui/wm/wsmkeys.h
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
#ifndef MPLAYER_GUI_WSMKEYS_H
#define MPLAYER_GUI_WSMKEYS_H
diff --git a/gui/wm/wsxdnd.c b/gui/wm/wsxdnd.c
index 976fd66b59..ba2236f868 100644
--- a/gui/wm/wsxdnd.c
+++ b/gui/wm/wsxdnd.c
@@ -1,5 +1,22 @@
-/* Took WindowMaker implementation and adopted for MPlayer */
-
+/*
+ * WindowMaker implementation adopted for MPlayer
+ *
+ * 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 "ws.h"
diff --git a/gui/wm/wsxdnd.h b/gui/wm/wsxdnd.h
index 6937497b68..9213c60a39 100644
--- a/gui/wm/wsxdnd.h
+++ b/gui/wm/wsxdnd.h
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
#ifndef MPLAYER_GUI_WSXDND_H
#define MPLAYER_GUI_WSXDND_H