diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-22 01:16:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-22 01:16:42 +0000 |
commit | 9688979c51fdbe6c25543039509de0c178f5b2f0 (patch) | |
tree | db48944f497117ff20e5488b23ac75fd7c6f6a20 /libavcodec | |
parent | fc9eb137325f8166622b7c86c5cdb3170a2a7b14 (diff) | |
download | ffmpeg-9688979c51fdbe6c25543039509de0c178f5b2f0.tar.gz |
Fix some more license headers.
Originally committed as revision 7637 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/i386/idct_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/idct_mmx.c b/libavcodec/i386/idct_mmx.c index ba595845a4..4c548fdcee 100644 --- a/libavcodec/i386/idct_mmx.c +++ b/libavcodec/i386/idct_mmx.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * along with mpeg2dec; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ |