# HG changeset patch # User diego # Date 1210788111 0 # Node ID 0c1db5fd3f79e89b45356a2d8d222e7575203ab4 # Parent fc28868e54301324127b9e34f2bedf92a7bd0963 Use standard license headers with standard formatting. diff -r fc28868e5430 -r 0c1db5fd3f79 libmpdemux/demux_lavf.c --- a/libmpdemux/demux_lavf.c Wed May 14 17:28:50 2008 +0000 +++ b/libmpdemux/demux_lavf.c Wed May 14 18:01:51 2008 +0000 @@ -1,20 +1,22 @@ /* - Copyright (C) 2004 Michael Niedermayer - - This program 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. - - This program 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 this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -*/ + * Copyright (C) 2004 Michael Niedermayer + * + * 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 fc28868e5430 -r 0c1db5fd3f79 libmpdemux/demux_nemesi.c --- a/libmpdemux/demux_nemesi.c Wed May 14 17:28:50 2008 +0000 +++ b/libmpdemux/demux_nemesi.c Wed May 14 18:01:51 2008 +0000 @@ -1,19 +1,21 @@ /* - * Copyright (C) 2007 Alessandro Molina + * Copyright (C) 2007 Alessandro Molina * - * 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. + * This file is part of MPlayer. * - * 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. + * 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. * - * 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 + * 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 fc28868e5430 -r 0c1db5fd3f79 libmpdemux/demux_ty.c --- a/libmpdemux/demux_ty.c Wed May 14 17:28:50 2008 +0000 +++ b/libmpdemux/demux_ty.c Wed May 14 18:01:51 2008 +0000 @@ -11,21 +11,21 @@ * However, no code in the following subsection is directly copied from * either author. * + * This file is part of MPlayer. * - * This program 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 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. * - * This program is distributed in the hope that it will be useful, + * 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * 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. */ diff -r fc28868e5430 -r 0c1db5fd3f79 libmpdemux/demux_xmms.c --- a/libmpdemux/demux_xmms.c Wed May 14 17:28:50 2008 +0000 +++ b/libmpdemux/demux_xmms.c Wed May 14 18:01:51 2008 +0000 @@ -1,20 +1,21 @@ /* * Copyright (C) 2002-2004 Balatoni Denes and A'rpi * - * This program 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. + * This file is part of MPlayer. * - * This program is distributed in the hope that it will be useful, + * 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * 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. */ // This is not reentrant because of global static variables, but most of diff -r fc28868e5430 -r 0c1db5fd3f79 libmpdemux/mpeg_packetizer.c --- a/libmpdemux/mpeg_packetizer.c Wed May 14 17:28:50 2008 +0000 +++ b/libmpdemux/mpeg_packetizer.c Wed May 14 18:01:51 2008 +0000 @@ -1,25 +1,28 @@ /* - * Copyright (C) 2006 Benjamin Zores - * Set of helper routines for building MPEG 1/2 PS/PES packets. + * set of helper routines for building MPEG 1/2 PS/PES packets + * + * Copyright (C) 2006 Benjamin Zores * - * Based on various code bororwed from vo_mpegpes/vo_dxr2 : - * (C) 2000 Ralph Metzler - * Marcus Metzler - * Gerard Lantau + * Based on code borrowed from vo_mpegpes/vo_dxr2: + * (C) 2000 Ralph Metzler + * Marcus Metzler + * Gerard Lantau + * + * This file is part of MPlayer. * - * This program 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 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. * - * This program 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. + * 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 this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * 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 diff -r fc28868e5430 -r 0c1db5fd3f79 libmpdemux/mpeg_packetizer.h --- a/libmpdemux/mpeg_packetizer.h Wed May 14 17:28:50 2008 +0000 +++ b/libmpdemux/mpeg_packetizer.h Wed May 14 18:01:51 2008 +0000 @@ -1,25 +1,28 @@ /* - * Copyright (C) 2006 Benjamin Zores - * Set of helper routines for building MPEG 1/2 PS/PES packets. + * helper routines for building MPEG 1/2 PS/PES packets + * + * Copyright (C) 2006 Benjamin Zores * - * Based on various code bororwed from vo_mpegpes/vo_dxr2 : - * (C) 2000 Ralph Metzler - * Marcus Metzler - * Gerard Lantau + * based on code borrowed from vo_mpegpes/vo_dxr2: + * (C) 2000 Ralph Metzler + * Marcus Metzler + * Gerard Lantau + * + * This file is part of MPlayer. * - * This program 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 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. * - * This program 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. + * 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 this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * 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_MPEG_PACKETIZER_H diff -r fc28868e5430 -r 0c1db5fd3f79 libmpdemux/yuv4mpeg.c --- a/libmpdemux/yuv4mpeg.c Wed May 14 17:28:50 2008 +0000 +++ b/libmpdemux/yuv4mpeg.c Wed May 14 18:01:51 2008 +0000 @@ -1,25 +1,26 @@ /* - * yuv4mpeg.c: Functions for reading and writing "new" YUV4MPEG streams + * functions for reading and writing "new" YUV4MPEG streams + * + * Copyright (C) 2001 Matthew J. Marjanovic * - * Copyright (C) 2001 Matthew J. Marjanovic + * This file is ripped from the lavtools package (mjpeg.sourceforge.net) + * Ported to mplayer by Rik Snel * - * This file is ripped from the lavtools package (mjpeg.sourceforge.net) - * Ported to mplayer by Rik Snel + * This file is part of MPlayer. * - * This program 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 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. * - * This program 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. + * 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * 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" diff -r fc28868e5430 -r 0c1db5fd3f79 libmpdemux/yuv4mpeg.h --- a/libmpdemux/yuv4mpeg.h Wed May 14 17:28:50 2008 +0000 +++ b/libmpdemux/yuv4mpeg.h Wed May 14 18:01:51 2008 +0000 @@ -1,27 +1,27 @@ /* - * yuv4mpeg.h: Functions for reading and writing "new" YUV4MPEG2 streams. - * - * Stream format is described at the end of this file. + * functions for reading and writing "new" YUV4MPEG2 streams + * Stream format is described at the end of this file. * - * - * Copyright (C) 2001 Matthew J. Marjanovic + * Copyright (C) 2001 Matthew J. Marjanovic * - * This file is ripped from the lavtools package (mjpeg.sourceforge.net) - * Ported to mplayer by Rik Snel + * This file is ripped from the lavtools package (mjpeg.sourceforge.net) + * Ported to mplayer by Rik Snel + * + * This file is part of MPlayer. * - * This program 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 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. * - * This program 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. + * 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * 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_YUV4MPEG_H