# HG changeset patch # User diego # Date 1208856819 0 # Node ID b0a7b35b78d2e725681961d783fb39b7081a42c4 # Parent 9ba6d448729206e0964ed555e5d785dd8275d434 Add standard GPL header to individual files. diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/app.c --- a/gui/app.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/app.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,4 +1,20 @@ - +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/app.h --- a/gui/app.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/app.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_APP_H #define MPLAYER_GUI_APP_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/bitmap.c --- a/gui/bitmap.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/bitmap.c Tue Apr 22 09:33:39 2008 +0000 @@ -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. + */ + #include #include #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/bitmap.h --- a/gui/bitmap.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/bitmap.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_BITMAP_H #define MPLAYER_GUI_BITMAP_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/cfg.c --- a/gui/cfg.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/cfg.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/cfg.h --- a/gui/cfg.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/cfg.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_CFG_H #define MPLAYER_GUI_CFG_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/interface.c --- a/gui/interface.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/interface.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/interface.h --- a/gui/interface.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/interface.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_INTERFACE_H #define MPLAYER_GUI_INTERFACE_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gmplayer.h --- a/gui/mplayer/gmplayer.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gmplayer.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_GMPLAYER_H #define MPLAYER_GUI_GMPLAYER_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/about.c --- a/gui/mplayer/gtk/about.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/about.c Tue Apr 22 09:33:39 2008 +0000 @@ -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. + */ + #include "config.h" #include "gui/app.h" #include "help_mp.h" diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/about.h --- a/gui/mplayer/gtk/about.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/about.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_ABOUT_H #define MPLAYER_GUI_ABOUT_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/eq.c --- a/gui/mplayer/gtk/eq.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/eq.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/eq.h --- a/gui/mplayer/gtk/eq.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/eq.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_EQ_H #define MPLAYER_GUI_EQ_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/fs.c --- a/gui/mplayer/gtk/fs.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/fs.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/fs.h --- a/gui/mplayer/gtk/fs.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/fs.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_FS_H #define MPLAYER_GUI_FS_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/gtk_common.c --- a/gui/mplayer/gtk/gtk_common.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/gtk_common.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/gtk_common.h --- a/gui/mplayer/gtk/gtk_common.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/gtk_common.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_GTK_COMMON_H #define MPLAYER_GUI_GTK_COMMON_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/gtk_url.c --- a/gui/mplayer/gtk/gtk_url.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/gtk_url.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/gtk_url.h --- a/gui/mplayer/gtk/gtk_url.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/gtk_url.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_GTK_URL_H #define MPLAYER_GUI_GTK_URL_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/mb.c --- a/gui/mplayer/gtk/mb.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/mb.c Tue Apr 22 09:33:39 2008 +0000 @@ -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. + */ + #include "config.h" #include "gui/app.h" #include "help_mp.h" diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/mb.h --- a/gui/mplayer/gtk/mb.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/mb.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_MB_H #define MPLAYER_GUI_MB_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/menu.c --- a/gui/mplayer/gtk/menu.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/menu.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/menu.h --- a/gui/mplayer/gtk/menu.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/menu.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_MENU_H #define MPLAYER_GUI_MENU_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/opts.c --- a/gui/mplayer/gtk/opts.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/opts.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/opts.h --- a/gui/mplayer/gtk/opts.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/opts.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_OPTS_H #define MPLAYER_GUI_OPTS_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/pl.c --- a/gui/mplayer/gtk/pl.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/pl.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/pl.h --- a/gui/mplayer/gtk/pl.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/pl.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_PL_H #define MPLAYER_GUI_PL_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/sb.c --- a/gui/mplayer/gtk/sb.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/sb.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gtk/sb.h --- a/gui/mplayer/gtk/sb.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gtk/sb.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_SB_H #define MPLAYER_GUI_SB_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gui_common.c --- a/gui/mplayer/gui_common.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gui_common.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,5 +1,22 @@ - -// main window +/* + * main window + * + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/gui_common.h --- a/gui/mplayer/gui_common.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/gui_common.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_GUI_COMMON_H #define MPLAYER_GUI_GUI_COMMON_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/menu.c --- a/gui/mplayer/menu.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/menu.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/mw.c --- a/gui/mplayer/mw.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/mw.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,5 +1,22 @@ - -// main window +/* + * main window + * + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/pb.c --- a/gui/mplayer/pb.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/pb.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,5 +1,22 @@ - -// main window +/* + * main window + * + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/play.c --- a/gui/mplayer/play.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/play.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/play.h --- a/gui/mplayer/play.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/play.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_PLAY_H #define MPLAYER_GUI_PLAY_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/sw.c --- a/gui/mplayer/sw.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/sw.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,5 +1,22 @@ - -// sub window +/* + * sub window + * + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/widgets.c --- a/gui/mplayer/widgets.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/widgets.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/mplayer/widgets.h --- a/gui/mplayer/widgets.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/mplayer/widgets.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_WIDGETS_H #define MPLAYER_GUI_WIDGETS_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/skin/cut.c --- a/gui/skin/cut.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/skin/cut.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/skin/cut.h --- a/gui/skin/cut.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/skin/cut.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_CUT_H #define MPLAYER_GUI_CUT_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/skin/font.c --- a/gui/skin/font.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/skin/font.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/skin/font.h --- a/gui/skin/font.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/skin/font.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_FONT_H #define MPLAYER_GUI_FONT_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/skin/skin.c --- a/gui/skin/skin.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/skin/skin.c Tue Apr 22 09:33:39 2008 +0000 @@ -1,3 +1,20 @@ +/* + * 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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/skin/skin.h --- a/gui/skin/skin.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/skin/skin.h Tue Apr 22 09:33:39 2008 +0000 @@ -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_SKIN_H #define MPLAYER_GUI_SKIN_H diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/wm/ws.c --- a/gui/wm/ws.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/wm/ws.c Tue Apr 22 09:33:39 2008 +0000 @@ -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 #include diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/wm/ws.h --- a/gui/wm/ws.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/wm/ws.h Tue Apr 22 09:33:39 2008 +0000 @@ -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 -r 9ba6d4487292 -r b0a7b35b78d2 gui/wm/wskeys.h --- a/gui/wm/wskeys.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/wm/wskeys.h Tue Apr 22 09:33:39 2008 +0000 @@ -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 -r 9ba6d4487292 -r b0a7b35b78d2 gui/wm/wsmkeys.h --- a/gui/wm/wsmkeys.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/wm/wsmkeys.h Tue Apr 22 09:33:39 2008 +0000 @@ -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 -r 9ba6d4487292 -r b0a7b35b78d2 gui/wm/wsxdnd.c --- a/gui/wm/wsxdnd.c Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/wm/wsxdnd.c Tue Apr 22 09:33:39 2008 +0000 @@ -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 #include "ws.h" diff -r 9ba6d4487292 -r b0a7b35b78d2 gui/wm/wsxdnd.h --- a/gui/wm/wsxdnd.h Tue Apr 22 09:32:30 2008 +0000 +++ b/gui/wm/wsxdnd.h Tue Apr 22 09:33:39 2008 +0000 @@ -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