[PATCH rtems 1/8] bsps: Replace non-ASCII copyright character

Christian Mauderer oss at c-mauderer.de
Sat Nov 7 13:23:46 UTC 2020


From: Christian Mauderer <christian.mauderer at embedded-brains.de>

---
 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 <eugen at debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen at debian.org>
  *
  * 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 <eugen at debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen at debian.org>
  *
  * 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 <eugen at debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen at debian.org>
  *
  * 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 <eugen at debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen at debian.org>
  *
  * 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 <eugen at debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen at debian.org>
  *
  * 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 <eugen at debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen at debian.org>
  *
  * 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 <eugen at debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen at debian.org>
  *
  * 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 <eugen at debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen at debian.org>
  *
  * 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 <eugen at debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen at debian.org>
  *
  * 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 <eugen at debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen at debian.org>
  *
  * 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 <eugen at debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen at debian.org>
  *
  * The license and distribution terms for this file may be
  * found in the file LICENSE in this distribution or at
-- 
2.29.2



More information about the devel mailing list