Browse code

Clarify that some of the non-SIMD code is now LGPLed. All the authours of such code agreed.

Originally committed as revision 21045 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

Luca Abeni authored on 2006/11/19 19:38:12
Showing 7 changed files
... ...
@@ -22,6 +22,9 @@
22 22
  * You should have received a copy of the GNU General Public License
23 23
  * along with FFmpeg; if not, write to the Free Software
24 24
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25
+ * 
26
+ * the C code (not assembly, mmx, ...) of this file can be used
27
+ * under the LGPL license too
25 28
  */
26 29
 #include <inttypes.h>
27 30
 #include "config.h"
... ...
@@ -9,18 +9,18 @@
9 9
  *
10 10
  * This file is part of FFmpeg.
11 11
  *
12
- * FFmpeg is free software; you can redistribute it and/or modify
13
- * it under the terms of the GNU General Public License as published by
14
- * the Free Software Foundation; either version 2 of the License, or
15
- * (at your option) any later version.
12
+ * FFmpeg is free software; you can redistribute it and/or
13
+ * modify it under the terms of the GNU Lesser General Public
14
+ * License as published by the Free Software Foundation; either
15
+ * version 2.1 of the License, or (at your option) any later version.
16 16
  *
17 17
  * FFmpeg is distributed in the hope that it will be useful,
18 18
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
- * GNU General Public License for more details.
19
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20
+ * Lesser General Public License for more details.
21 21
  *
22
- * You should have received a copy of the GNU General Public License
23
- * along with FFmpeg; if not, write to the Free Software
22
+ * You should have received a copy of the GNU Lesser General Public
23
+ * License along with FFmpeg; if not, write to the Free Software
24 24
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25 25
  */
26 26
 
... ...
@@ -23,6 +23,9 @@
23 23
  * You should have received a copy of the GNU General Public License
24 24
  * along with FFmpeg; if not, write to the Free Software
25 25
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
+ * 
27
+ * the C code (not assembly, mmx, ...) of this file can be used
28
+ * under the LGPL license too
26 29
  */
27 30
 
28 31
 #include <stddef.h>
... ...
@@ -17,8 +17,8 @@
17 17
  * along with FFmpeg; if not, write to the Free Software
18 18
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 19
  *
20
- * the C code (not assembly, mmx, ...) of the swscaler which has been written
21
- * by Michael Niedermayer can be used under the LGPL license too
20
+ * the C code (not assembly, mmx, ...) of this file can be used
21
+ * under the LGPL license too
22 22
  */
23 23
 
24 24
 /*
... ...
@@ -3,22 +3,19 @@
3 3
  *
4 4
  * This file is part of FFmpeg.
5 5
  *
6
- * FFmpeg is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation; either version 2 of the License, or
9
- * (at your option) any later version.
6
+ * FFmpeg is free software; you can redistribute it and/or
7
+ * modify it under the terms of the GNU Lesser General Public
8
+ * License as published by the Free Software Foundation; either
9
+ * version 2.1 of the License, or (at your option) any later version.
10 10
  *
11 11
  * FFmpeg is distributed in the hope that it will be useful,
12 12
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
- * GNU General Public License for more details.
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
+ * Lesser General Public License for more details.
15 15
  *
16
- * You should have received a copy of the GNU General Public License
17
- * along with FFmpeg; if not, write to the Free Software
16
+ * You should have received a copy of the GNU Lesser General Public
17
+ * License along with FFmpeg; if not, write to the Free Software
18 18
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19
- *
20
- * the C code (not assembly, mmx, ...) of the swscaler which has been written
21
- * by Michael Niedermayer can be used under the LGPL license too
22 19
  */
23 20
 
24 21
 #ifndef SWSCALE_H
... ...
@@ -3,22 +3,19 @@
3 3
  *
4 4
  * This file is part of FFmpeg.
5 5
  *
6
- * FFmpeg is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation; either version 2 of the License, or
9
- * (at your option) any later version.
6
+ * FFmpeg is free software; you can redistribute it and/or
7
+ * modify it under the terms of the GNU Lesser General Public
8
+ * License as published by the Free Software Foundation; either
9
+ * version 2.1 of the License, or (at your option) any later version.
10 10
  *
11 11
  * FFmpeg is distributed in the hope that it will be useful,
12 12
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
- * GNU General Public License for more details.
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
+ * Lesser General Public License for more details.
15 15
  *
16
- * You should have received a copy of the GNU General Public License
17
- * along with FFmpeg; if not, write to the Free Software
16
+ * You should have received a copy of the GNU Lesser General Public
17
+ * License along with FFmpeg; if not, write to the Free Software
18 18
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19
- *
20
- * the C code (not assembly, mmx, ...) of the swscaler which has been written
21
- * by Michael Niedermayer can be used under the LGPL license too
22 19
  */
23 20
 
24 21
 #ifndef SWSCALE_INTERNAL_H
... ...
@@ -17,8 +17,8 @@
17 17
  * along with FFmpeg; if not, write to the Free Software
18 18
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 19
  *
20
- * the C code (not assembly, mmx, ...) of the swscaler which has been written
21
- * by Michael Niedermayer can be used under the LGPL license too
20
+ * the C code (not assembly, mmx, ...) of this file can be used
21
+ * under the LGPL license too
22 22
  */
23 23
 
24 24
 #undef REAL_MOVNTQ