]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/i420_rgb8.c
FSF address change.
[vlc] / modules / video_chroma / i420_rgb8.c
index 6939f5dc535e07076513686a03a37a244df826e3..fd477566ff28be42c912a966dc1a2afb5438dadc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * i420_rgb8.c : YUV to bitmap RGB conversion module for vlc
  *****************************************************************************
- * Copyright (C) 2000 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2000 the VideoLAN team
  * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
@@ -18,7 +18,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 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************