Remove redundant filename self-references inside files.

Filenames are brittle across renames and add no useful information.
This commit is contained in:
Diego Biurrun 2011-10-30 22:08:47 +01:00
parent 9412f81138
commit ce33320b30
8 changed files with 3 additions and 11 deletions

View File

@ -1,5 +1,4 @@
/*
* simple_idct_arm.S
* Copyright (C) 2002 Frederic 'dilb' Boulay
*
* Author: Frederic Boulay <dilb@handhelds.org>

View File

@ -1,6 +1,4 @@
/*
* jfdctfst.c
*
* This file is part of the Independent JPEG Group's software.
*
* The authors make NO WARRANTY or representation, either express or implied,

View File

@ -1,6 +1,4 @@
/*
* jfdctint.c
*
* This file is part of the Independent JPEG Group's software.
*
* The authors make NO WARRANTY or representation, either express or implied,

View File

@ -1,6 +1,4 @@
/*
* jrevdct.c
*
* This file is part of the Independent JPEG Group's software.
*
* The authors make NO WARRANTY or representation, either express or implied,

View File

@ -20,7 +20,7 @@
/**
* @file
* data structures common to libdiracenc.c and libdiracdec.c
* data structures common to libdirac encoder and decoder
*/
#ifndef AVCODEC_LIBDIRAC_H

View File

@ -20,7 +20,7 @@
/**
* @file
* function definitions common to libschroedingerdec.c and libschroedingerenc.c
* function definitions common to libschroedinger decoder and encoder
*/
#include "libdirac_libschro.h"

View File

@ -20,7 +20,7 @@
/**
* @file
* data structures common to libschroedingerdec.c and libschroedingerenc.c
* data structures common to libschroedinger decoder and encoder
*/
#ifndef AVCODEC_LIBSCHROEDINGER_H

View File

@ -1,5 +1,4 @@
/*
* idct_mmx.c
* Copyright (C) 1999-2001 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
*
* This file is part of mpeg2dec, a free MPEG-2 video stream decoder.