[MPlayer-cvslog] r21994 - in trunk/libswscale: yuv2rgb.c yuv2rgb_mlib.c yuv2rgb_template.c

diego subversion at mplayerhq.hu
Mon Jan 22 02:21:42 CET 2007


Author: diego
Date: Mon Jan 22 02:21:36 2007
New Revision: 21994

Modified:
   trunk/libswscale/yuv2rgb.c
   trunk/libswscale/yuv2rgb_mlib.c
   trunk/libswscale/yuv2rgb_template.c

Log:
Fix license headers and FSF postal address.


Modified: trunk/libswscale/yuv2rgb.c
==============================================================================
--- trunk/libswscale/yuv2rgb.c	(original)
+++ trunk/libswscale/yuv2rgb.c	Mon Jan 22 02:21:36 2007
@@ -22,8 +22,8 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with GNU Make; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with mpeg2dec; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  * MMX/MMX2 Template stuff from Michael Niedermayer (michaelni at gmx.at) (needed for fast movntq support)
  * 1,4,8bpp support by Michael Niedermayer (michaelni at gmx.at)

Modified: trunk/libswscale/yuv2rgb_mlib.c
==============================================================================
--- trunk/libswscale/yuv2rgb_mlib.c	(original)
+++ trunk/libswscale/yuv2rgb_mlib.c	Mon Jan 22 02:21:36 2007
@@ -17,9 +17,8 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with GNU Make; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
- *
+ *  along with mpeg2dec; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <mlib_types.h>

Modified: trunk/libswscale/yuv2rgb_template.c
==============================================================================
--- trunk/libswscale/yuv2rgb_template.c	(original)
+++ trunk/libswscale/yuv2rgb_template.c	Mon Jan 22 02:21:36 2007
@@ -20,8 +20,8 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with GNU Make; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with mpeg2dec; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  * 15,24 bpp and dithering from Michael Niedermayer (michaelni at gmx.at)
  * MMX/MMX2 Template stuff from Michael Niedermayer (needed for fast movntq support)



More information about the MPlayer-cvslog mailing list