From a29445729ca5ee48d76fe142e859640050ffab79 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 13 May 2007 16:08:51 +0200 Subject: [PATCH 19/21] powerpc: BestComm FEC task microcode : insert copyright & licence The original licence is MIT/X11, so it's GPL compatible and allows to sublicence to GPL. Signed-off-by: Sylvain Munaut --- arch/powerpc/sysdev/bestcomm/bcom_fec_rx_task.c | 6 ++++++ arch/powerpc/sysdev/bestcomm/bcom_fec_tx_task.c | 6 ++++++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/sysdev/bestcomm/bcom_fec_rx_task.c b/arch/powerpc/sysdev/bestcomm/bcom_fec_rx_task.c index 48bae92..a1ad6a0 100644 --- a/arch/powerpc/sysdev/bestcomm/bcom_fec_rx_task.c +++ b/arch/powerpc/sysdev/bestcomm/bcom_fec_rx_task.c @@ -1,6 +1,12 @@ /* * Bestcomm FEC RX task microcode * + * Copyright (c) 2004 Freescale Semiconductor, Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published + * by the Free Software Foundation. + * * Automatically created based on BestCommAPI-2.2/code_dma/image_rtos1/dma_image.hex * on Tue Mar 22 11:19:38 2005 GMT */ diff --git a/arch/powerpc/sysdev/bestcomm/bcom_fec_tx_task.c b/arch/powerpc/sysdev/bestcomm/bcom_fec_tx_task.c index 8c5aa83..b1c495c 100644 --- a/arch/powerpc/sysdev/bestcomm/bcom_fec_tx_task.c +++ b/arch/powerpc/sysdev/bestcomm/bcom_fec_tx_task.c @@ -1,6 +1,12 @@ /* * Bestcomm FEC TX task microcode * + * Copyright (c) 2004 Freescale Semiconductor, Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published + * by the Free Software Foundation. + * * Automatically created based on BestCommAPI-2.2/code_dma/image_rtos1/dma_image.hex * on Tue Mar 22 11:19:29 2005 GMT */ -- 1.5.1.2