Mercurial > mplayer.hg
changeset 26744:8e5f8d682700
10l: Revert license header cleanup on imported files.
author | diego |
---|---|
date | Wed, 14 May 2008 18:11:45 +0000 |
parents | 0f42fb42843c |
children | 3e373afedba2 |
files | libmpdemux/yuv4mpeg.c libmpdemux/yuv4mpeg.h |
diffstat | 2 files changed, 34 insertions(+), 35 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/yuv4mpeg.c Wed May 14 18:02:27 2008 +0000 +++ b/libmpdemux/yuv4mpeg.c Wed May 14 18:11:45 2008 +0000 @@ -1,26 +1,25 @@ /* - * functions for reading and writing "new" YUV4MPEG streams - * - * Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com> + * yuv4mpeg.c: Functions for reading and writing "new" YUV4MPEG streams * - * This file is ripped from the lavtools package (mjpeg.sourceforge.net) - * Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org> + * Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com> * - * This file is part of MPlayer. + * This file is ripped from the lavtools package (mjpeg.sourceforge.net) + * Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org> * - * 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 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. + * 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 MPlayer; 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * */ #include "config.h"
--- a/libmpdemux/yuv4mpeg.h Wed May 14 18:02:27 2008 +0000 +++ b/libmpdemux/yuv4mpeg.h Wed May 14 18:11:45 2008 +0000 @@ -1,27 +1,27 @@ /* - * functions for reading and writing "new" YUV4MPEG2 streams - * Stream format is described at the end of this file. + * yuv4mpeg.h: Functions for reading and writing "new" YUV4MPEG2 streams. + * + * Stream format is described at the end of this file. * - * Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com> + * + * Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com> * - * This file is ripped from the lavtools package (mjpeg.sourceforge.net) - * Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org> - * - * This file is part of MPlayer. + * This file is ripped from the lavtools package (mjpeg.sourceforge.net) + * Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org> * - * 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 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. + * 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 MPlayer; 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef MPLAYER_YUV4MPEG_H