On Mon, Mar 23, 2015 at 12:45 PM, Hendrik Leppkes <[email protected]> wrote: > diff --git a/libavcodec/libdcadec.c b/libavcodec/libdcadec.c > new file mode 100644 > index 0000000..7ca8942 > --- /dev/null > +++ b/libavcodec/libdcadec.c > @@ -0,0 +1,197 @@ > +/* > + * libdcadec decoder wrapper > + * Copyright (C) 2015 Hendrik Leppkes > + * > + * 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 > + */
Fixing the license header is left as an exercise to the commiter. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
