[FFmpeg-soc] [soc]: r3758 - dcaenc/dcaenc.c
diego
subversion at mplayerhq.hu
Sun Oct 5 17:33:46 CEST 2008
Author: diego
Date: Sun Oct 5 17:33:46 2008
New Revision: 3758
Log:
Relicense as LGPL v2.1 or later with the author's permission.
Modified:
dcaenc/dcaenc.c
Modified: dcaenc/dcaenc.c
==============================================================================
--- dcaenc/dcaenc.c (original)
+++ dcaenc/dcaenc.c Sun Oct 5 17:33:46 2008
@@ -2,9 +2,21 @@
* DCA encoder
* Copyright (C) 2008 Alexander E. Patrakov
*
- * This file is not yet part of FFmpeg.
+ * This file is part of FFmpeg.
*
- * When this file is part of FFmpeg it can be licensed under the LGPL version 2.1 or later
+ * 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
*/
/* FFmpeg port by Benjamin Larsson */
More information about the FFmpeg-soc
mailing list