Mercurial > mplayer.hg
changeset 35666:01ac3cd2f101
Cosmetic: Relocate and revise comments on code origin.
author | ib |
---|---|
date | Thu, 17 Jan 2013 15:04:41 +0000 |
parents | c31b82bd6092 |
children | 3ed198bf4f21 |
files | gui/wm/ws.c gui/wm/ws.h gui/wm/wsxdnd.c gui/wm/wsxdnd.h |
diffstat | 4 files changed, 12 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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 <X11/Xlib.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
--- 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 <X11/Xlib.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