diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-22 01:21:36 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-22 01:21:36 +0000 |
commit | 2c86a5786aaee2eab16a5420ecd622699880a0ce (patch) | |
tree | 52db3ce598a95196d73469be5f91fc0d510f94a5 /libswscale/yuv2rgb_template.c | |
parent | b83e83b915d79a5ff9b71b75e7dfcb20851b6adf (diff) | |
download | ffmpeg-2c86a5786aaee2eab16a5420ecd622699880a0ce.tar.gz |
Fix license headers and FSF postal address.
Originally committed as revision 21994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/yuv2rgb_template.c')
-rw-r--r-- | libswscale/yuv2rgb_template.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/yuv2rgb_template.c b/libswscale/yuv2rgb_template.c index fd222350ef..615f083a22 100644 --- a/libswscale/yuv2rgb_template.c +++ b/libswscale/yuv2rgb_template.c @@ -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@gmx.at) * MMX/MMX2 Template stuff from Michael Niedermayer (needed for fast movntq support) |