]> git.sesse.net Git - x264/blobdiff - common/ppc/deblock.c
Update file headers throughout x264
[x264] / common / ppc / deblock.c
index 33b653c05fee1784c8898ddad1f808f4e20e83b8..f127cec886c65fc4345241290c163d7efc2c4b0b 100644 (file)
@@ -1,10 +1,7 @@
 /*****************************************************************************
 * deblock.c: Altivec-accelerated deblocking for h264 encoder
 *****************************************************************************
-* Copyright (C) 2007 x264 project
-*
-* Authors: Guillaume Poirier <gpoirier CHEZ mplayerhq POINT hu>
-*          (based on code written by Graham Booker for FFmpeg)
+* Copyright (C) 2007-2008 Guillaume Poirier <gpoirier@mplayerhq.hu>
 *
 * 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
@@ -18,7 +15,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.
 *****************************************************************************/
 
 #if defined SYS_LINUX