Mercurial > mplayer.hg
changeset 25529:867ee1c2114b
Relicense GPL v2 files as GPL v2+ and add proper license headers.
Done with permission from Michael Niedermayer, the author.
author | diego |
---|---|
date | Mon, 31 Dec 2007 10:41:20 +0000 |
parents | e3f6092fb640 |
children | 3658234e099b |
files | libaf/af_lavcresample.c libaf/af_sweep.c |
diffstat | 2 files changed, 38 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/af_lavcresample.c Mon Dec 31 01:20:50 2007 +0000 +++ b/libaf/af_lavcresample.c Mon Dec 31 10:41:20 2007 +0000 @@ -1,5 +1,22 @@ -// Copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at> -// #inlcude <GPL_v2.h> +/* + * Copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at> + * + * 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 <stdio.h> #include <stdlib.h>
--- a/libaf/af_sweep.c Mon Dec 31 01:20:50 2007 +0000 +++ b/libaf/af_sweep.c Mon Dec 31 10:41:20 2007 +0000 @@ -1,5 +1,22 @@ -// Copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at> -// #inlcude <GPL_v2.h> +/* + * Copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at> + * + * 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 <stdio.h> #include <stdlib.h>