Mercurial > libavutil.hg
changeset 263:4a904af6d8f4 libavutil
Add missing license headers.
author | diego |
---|---|
date | Tue, 27 Feb 2007 16:05:19 +0000 |
parents | dc2d5139af95 |
children | 73376a65f2e1 |
files | fifo.h intreadwrite.h |
diffstat | 2 files changed, 36 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/fifo.h Tue Feb 27 15:58:38 2007 +0000 +++ b/fifo.h Tue Feb 27 16:05:19 2007 +0000 @@ -1,3 +1,21 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef FIFO_H #define FIFO_H
--- a/intreadwrite.h Tue Feb 27 15:58:38 2007 +0000 +++ b/intreadwrite.h Tue Feb 27 16:05:19 2007 +0000 @@ -1,3 +1,21 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef INTREADWRITE_H #define INTREADWRITE_H