comparison ppc/idct_altivec.c @ 5215:2b72f9bc4f06 libavcodec

license header consistency cosmetics
author diego
date Thu, 05 Jul 2007 10:40:25 +0000
parents d5ba514e3f4a
children 55ed6dc5d476
comparison
equal deleted inserted replaced
5214:470601203f44 5215:2b72f9bc4f06
14 * Lesser General Public License for more details. 14 * Lesser General Public License for more details.
15 * 15 *
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 *
20 */ 19 */
21 20
22 /* 21 /*
23 * NOTE: This code is based on GPL code from the libmpeg2 project. The 22 * NOTE: This code is based on GPL code from the libmpeg2 project. The
24 * author, Michel Lespinasses, has given explicit permission to release 23 * author, Michel Lespinasses, has given explicit permission to release