diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-10-04 22:41:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-10-04 22:41:21 +0000 |
commit | 98753e9c9c6b582fa4adfc3d8db27122a21c985a (patch) | |
tree | 02c5dfcb573c05d6c47ae5f808612f2f45a1a13b /libavcodec/bfin | |
parent | b9dc32799b93d5107266cbd5f973ce4fb62a9705 (diff) | |
download | ffmpeg-98753e9c9c6b582fa4adfc3d8db27122a21c985a.tar.gz |
license header consistency cosmetics.
Originally committed as revision 10668 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bfin')
-rw-r--r-- | libavcodec/bfin/vp3_bfin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/bfin/vp3_bfin.c b/libavcodec/bfin/vp3_bfin.c index cb30e4de5f..fce5668d07 100644 --- a/libavcodec/bfin/vp3_bfin.c +++ b/libavcodec/bfin/vp3_bfin.c @@ -1,7 +1,8 @@ /* - * This file is part of FFmpeg. * Copyright (C) 2007 Marc Hoffman <marc.hoffman@analog.com> * + * This file is part of FFmpeg. + * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either |