# HG changeset patch # User ib # Date 1358435081 0 # Node ID 01ac3cd2f1014fb5e6f50d2968d6479fdb58a2a7 # Parent c31b82bd609210e3d0d1c5d2f6567b5ae796a1e3 Cosmetic: Relocate and revise comments on code origin. diff -r c31b82bd6092 -r 01ac3cd2f101 gui/wm/ws.c --- a/gui/wm/ws.c Thu Jan 17 14:56:27 2013 +0000 +++ b/gui/wm/ws.c Thu Jan 17 15:04:41 2013 +0000 @@ -1,7 +1,4 @@ /* - * 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 @@ -17,6 +14,9 @@ * 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. + * + * based on: AutoSpace Window System for Linux/Win32, + * written by pontscho/fresh!mindworkz */ #include diff -r c31b82bd6092 -r 01ac3cd2f101 gui/wm/ws.h --- a/gui/wm/ws.h Thu Jan 17 14:56:27 2013 +0000 +++ b/gui/wm/ws.h Thu Jan 17 15:04:41 2013 +0000 @@ -1,7 +1,4 @@ /* - * 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 @@ -17,6 +14,9 @@ * 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. + * + * based on: AutoSpace Window System for Linux/Win32, + * written by pontscho/fresh!mindworkz */ #ifndef MPLAYER_GUI_WS_H diff -r c31b82bd6092 -r 01ac3cd2f101 gui/wm/wsxdnd.c --- a/gui/wm/wsxdnd.c Thu Jan 17 14:56:27 2013 +0000 +++ b/gui/wm/wsxdnd.c Thu Jan 17 15:04:41 2013 +0000 @@ -1,6 +1,4 @@ /* - * WindowMaker implementation adopted for MPlayer - * * This file is part of MPlayer. * * MPlayer is free software; you can redistribute it and/or modify @@ -16,6 +14,9 @@ * 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. + * + * based on: WindowMaker implementation, + * adopted for MPlayer */ #include diff -r c31b82bd6092 -r 01ac3cd2f101 gui/wm/wsxdnd.h --- a/gui/wm/wsxdnd.h Thu Jan 17 14:56:27 2013 +0000 +++ b/gui/wm/wsxdnd.h Thu Jan 17 15:04:41 2013 +0000 @@ -14,6 +14,9 @@ * 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. + * + * based on: WindowMaker implementation, + * adopted for MPlayer */ #ifndef MPLAYER_GUI_WSXDND_H