From 2fbc8897fa4fff67374a20d8dcaaed68020546ef Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Sat, 7 Nov 2020 11:03:29 +0100 Subject: bsps: Replace non-ASCII copyright character --- bsps/arm/lm3s69xx/console/console-config.c | 2 +- bsps/arm/lm3s69xx/console/uart.c | 2 +- bsps/arm/lm3s69xx/i2c/ssi.c | 2 +- bsps/arm/lm3s69xx/include/bsp/io.h | 2 +- bsps/arm/lm3s69xx/include/bsp/irq.h | 2 +- bsps/arm/lm3s69xx/include/bsp/lm3s69xx.h | 2 +- bsps/arm/lm3s69xx/include/bsp/ssi.h | 2 +- bsps/arm/lm3s69xx/include/bsp/syscon.h | 2 +- bsps/arm/lm3s69xx/start/bspstart.c | 2 +- bsps/arm/lm3s69xx/start/io.c | 2 +- bsps/arm/lm3s69xx/start/syscon.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bsps/arm/lm3s69xx/console/console-config.c b/bsps/arm/lm3s69xx/console/console-config.c index b702f0cd66..bce7a624aa 100644 --- a/bsps/arm/lm3s69xx/console/console-config.c +++ b/bsps/arm/lm3s69xx/console/console-config.c @@ -1,5 +1,5 @@ /* - * Copyright © 2013 Eugeniy Meshcheryakov + * Copyright (c) 2013 Eugeniy Meshcheryakov * * Copyright (c) 2011 Sebastian Huber. All rights reserved. * diff --git a/bsps/arm/lm3s69xx/console/uart.c b/bsps/arm/lm3s69xx/console/uart.c index 67a85f4e96..f9e55dd362 100644 --- a/bsps/arm/lm3s69xx/console/uart.c +++ b/bsps/arm/lm3s69xx/console/uart.c @@ -1,5 +1,5 @@ /* - * Copyright © 2013 Eugeniy Meshcheryakov + * Copyright (c) 2013 Eugeniy Meshcheryakov * * Copyright (c) 2011 Sebastian Huber. All rights reserved. * diff --git a/bsps/arm/lm3s69xx/i2c/ssi.c b/bsps/arm/lm3s69xx/i2c/ssi.c index 9469c611f0..3b4e8fca9c 100644 --- a/bsps/arm/lm3s69xx/i2c/ssi.c +++ b/bsps/arm/lm3s69xx/i2c/ssi.c @@ -1,5 +1,5 @@ /* - * Copyright © 2013 Eugeniy Meshcheryakov + * Copyright (c) 2013 Eugeniy Meshcheryakov * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/bsps/arm/lm3s69xx/include/bsp/io.h b/bsps/arm/lm3s69xx/include/bsp/io.h index 3e3846e1c6..6dea463a56 100644 --- a/bsps/arm/lm3s69xx/include/bsp/io.h +++ b/bsps/arm/lm3s69xx/include/bsp/io.h @@ -7,7 +7,7 @@ */ /* - * Copyright © 2013 Eugeniy Meshcheryakov + * Copyright (c) 2013 Eugeniy Meshcheryakov * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/bsps/arm/lm3s69xx/include/bsp/irq.h b/bsps/arm/lm3s69xx/include/bsp/irq.h index dd49728881..ca7a462f7f 100644 --- a/bsps/arm/lm3s69xx/include/bsp/irq.h +++ b/bsps/arm/lm3s69xx/include/bsp/irq.h @@ -7,7 +7,7 @@ */ /* - * Copyright © 2013 Eugeniy Meshcheryakov + * Copyright (c) 2013 Eugeniy Meshcheryakov * * Copyright (c) 2011 Sebastian Huber. All rights reserved. * diff --git a/bsps/arm/lm3s69xx/include/bsp/lm3s69xx.h b/bsps/arm/lm3s69xx/include/bsp/lm3s69xx.h index 623b6ca45e..0a4a80760d 100644 --- a/bsps/arm/lm3s69xx/include/bsp/lm3s69xx.h +++ b/bsps/arm/lm3s69xx/include/bsp/lm3s69xx.h @@ -7,7 +7,7 @@ */ /* - * Copyright © 2013 Eugeniy Meshcheryakov + * Copyright (c) 2013 Eugeniy Meshcheryakov * * Copyright (c) 2011 Sebastian Huber. All rights reserved. * diff --git a/bsps/arm/lm3s69xx/include/bsp/ssi.h b/bsps/arm/lm3s69xx/include/bsp/ssi.h index 66d5302655..7463a19825 100644 --- a/bsps/arm/lm3s69xx/include/bsp/ssi.h +++ b/bsps/arm/lm3s69xx/include/bsp/ssi.h @@ -7,7 +7,7 @@ */ /* - * Copyright © 2013 Eugeniy Meshcheryakov + * Copyright (c) 2013 Eugeniy Meshcheryakov * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/bsps/arm/lm3s69xx/include/bsp/syscon.h b/bsps/arm/lm3s69xx/include/bsp/syscon.h index 2904138f4d..67ff69c50e 100644 --- a/bsps/arm/lm3s69xx/include/bsp/syscon.h +++ b/bsps/arm/lm3s69xx/include/bsp/syscon.h @@ -7,7 +7,7 @@ */ /* - * Copyright © 2013 Eugeniy Meshcheryakov + * Copyright (c) 2013 Eugeniy Meshcheryakov * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/bsps/arm/lm3s69xx/start/bspstart.c b/bsps/arm/lm3s69xx/start/bspstart.c index da3029e58c..ea73b1e1c2 100644 --- a/bsps/arm/lm3s69xx/start/bspstart.c +++ b/bsps/arm/lm3s69xx/start/bspstart.c @@ -3,7 +3,7 @@ */ /* - * Copyright © 2013 Eugeniy Meshcheryakov + * Copyright (c) 2013 Eugeniy Meshcheryakov * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/bsps/arm/lm3s69xx/start/io.c b/bsps/arm/lm3s69xx/start/io.c index b476e7b6dd..0f41f137dd 100644 --- a/bsps/arm/lm3s69xx/start/io.c +++ b/bsps/arm/lm3s69xx/start/io.c @@ -1,5 +1,5 @@ /* - * Copyright © 2013 Eugeniy Meshcheryakov + * Copyright (c) 2013 Eugeniy Meshcheryakov * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/bsps/arm/lm3s69xx/start/syscon.c b/bsps/arm/lm3s69xx/start/syscon.c index 1f5a1a3596..60064c3102 100644 --- a/bsps/arm/lm3s69xx/start/syscon.c +++ b/bsps/arm/lm3s69xx/start/syscon.c @@ -1,5 +1,5 @@ /* - * Copyright © 2013 Eugeniy Meshcheryakov + * Copyright (c) 2013 Eugeniy Meshcheryakov * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at -- cgit v1.2.3