From 63d4db6fca80dd0a558fb967df6b760bc6c6386c Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Sat, 1 Oct 2016 09:33:53 +0200 Subject: [PATCH] Fix FSF adress in GPLv2 files fix license issues for debian packaging: licensecheck --copyright -r target_firmware Signed-off-by: Oleksij Rempel --- target_firmware/magpie_fw_dev/target/cmnos/cmnos_printf.c | 2 +- target_firmware/magpie_fw_dev/target/cmnos/k2_fw_cmnos_printf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target_firmware/magpie_fw_dev/target/cmnos/cmnos_printf.c b/target_firmware/magpie_fw_dev/target/cmnos/cmnos_printf.c index 1f0a55e..c9a1826 100755 --- a/target_firmware/magpie_fw_dev/target/cmnos/cmnos_printf.c +++ b/target_firmware/magpie_fw_dev/target/cmnos/cmnos_printf.c @@ -15,7 +15,7 @@ // // You should have received a copy of the GNU General Public License along // with eCos; if not, write to the Free Software Foundation, Inc., -// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // As a special exception, if other files instantiate templates or use macros // or inline functions from this file, or you compile this file and link it diff --git a/target_firmware/magpie_fw_dev/target/cmnos/k2_fw_cmnos_printf.c b/target_firmware/magpie_fw_dev/target/cmnos/k2_fw_cmnos_printf.c index 32dc65e..4638423 100755 --- a/target_firmware/magpie_fw_dev/target/cmnos/k2_fw_cmnos_printf.c +++ b/target_firmware/magpie_fw_dev/target/cmnos/k2_fw_cmnos_printf.c @@ -15,7 +15,7 @@ // // You should have received a copy of the GNU General Public License along // with eCos; if not, write to the Free Software Foundation, Inc., -// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // As a special exception, if other files instantiate templates or use macros // or inline functions from this file, or you compile this file and link it -- 2.31.1