]> git.sesse.net Git - x264/blobdiff - common/x86/dct-32.asm
Update file headers throughout x264
[x264] / common / x86 / dct-32.asm
index 5e45afb6048e32ddc7c44c300ed0818ad42e2c51..3c6df968121f46b4f49657261aebf5037a5fac6e 100644 (file)
@@ -4,9 +4,9 @@
 ;* Copyright (C) 2003-2008 x264 project
 ;*
 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr> (initial version)
+;*          Loren Merritt <lorenm@u.washington.edu> (misc)
 ;*          Min Chen <chenm001.163.com> (converted to nasm)
 ;*          Christian Heine <sennindemokrit@gmx.net> (dct8/idct8 functions)
-;*          Loren Merritt <lorenm@u.washington.edu> (misc)
 ;*
 ;* This program is free software; you can redistribute it and/or modify
 ;* it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
 ;*
 ;* You should have received a copy of the GNU General Public License
 ;* along with this program; if not, write to the Free Software
-;* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.
 ;*****************************************************************************
 
 %include "x86inc.asm"