diff libswscale/rgb2rgb_template.c @ 21029:1f2ba24b4e47

Clarify that some of the non-SIMD code is now LGPLed. All the authours of such code agreed.
author lucabe
date Sun, 19 Nov 2006 10:38:12 +0000
parents b8fe18a742ce
children 2d1ad4285df4
line wrap: on
line diff
--- a/libswscale/rgb2rgb_template.c	Sun Nov 19 10:37:42 2006 +0000
+++ b/libswscale/rgb2rgb_template.c	Sun Nov 19 10:38:12 2006 +0000
@@ -23,6 +23,9 @@
  * You should have received a copy of the GNU General Public License
  * along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * 
+ * the C code (not assembly, mmx, ...) of this file can be used
+ * under the LGPL license too
  */
 
 #include <stddef.h>