[MPlayer-cvslog] CVS: main/libaf af_hrtf.c, 1.4, 1.5 af_hrtf.h, 1.1, 1.2

Diego Biurrun diego at biurrun.de
Fri Jan 14 01:59:14 CET 2005


Jindrich Makovicka CVS writes:
> 
> Modified Files:
> 	af_hrtf.c af_hrtf.h 
> Log Message:
> license issues clarified
> 
> --- af_hrtf.c	29 Dec 2004 19:50:44 -0000	1.4
> +++ af_hrtf.c	6 Jan 2005 13:14:30 -0000	1.5
> @@ -340,15 +340,6 @@
>      af_hrtf_t *s;
>      float fc;
>  
> -    af_msg(AF_MSG_INFO,
> -	   "[hrtf] Head related impulse response (HRIR) derived from KEMAR measurement\n"
> -	   "[hrtf] data by Bill Gardner <billg at media.mit.edu>\n"
> -	   "[hrtf] and Keith Martin <kdm at media.mit.edu>.\n"
> -	   "[hrtf] This data is Copyright 1994 by the MIT Media Laboratory.  It is\n"
> -	   "[hrtf] provided free with no restrictions on use, provided the authors are\n"
> -	   "[hrtf] cited when the data is used in any research or commercial application.\n"
> -	   "[hrtf] URL: http://sound.media.mit.edu/KEMAR.html\n");
> -
>      af->control = control;
>      af->uninit = uninit;
>      af->play = play;
> 
> --- af_hrtf.h	20 Nov 2004 14:40:52 -0000	1.1
> +++ af_hrtf.h	6 Jan 2005 13:14:30 -0000	1.2
> @@ -31,6 +31,8 @@
>     application."
>  
>     URL: http://sound.media.mit.edu/KEMAR.html
> +
> +   Distributed under GPL with authors' permission

The above notice that you removed from af_hrtf.c is present in
af_hrtf.h as well.  You will need to remove it from there as well for
this to be GPL compatible.

Diego




More information about the MPlayer-cvslog mailing list