summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2020-11-07 11:03:29 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2020-12-14 10:48:57 +0100
commit2fbc8897fa4fff67374a20d8dcaaed68020546ef (patch)
treef57505e17d0ef55e4337fdeaddc1c0469a872f27
parentconfig: Fix invalid static assertions in C (diff)
downloadrtems-2fbc8897fa4fff67374a20d8dcaaed68020546ef.tar.bz2
bsps: Replace non-ASCII copyright character
-rw-r--r--bsps/arm/lm3s69xx/console/console-config.c2
-rw-r--r--bsps/arm/lm3s69xx/console/uart.c2
-rw-r--r--bsps/arm/lm3s69xx/i2c/ssi.c2
-rw-r--r--bsps/arm/lm3s69xx/include/bsp/io.h2
-rw-r--r--bsps/arm/lm3s69xx/include/bsp/irq.h2
-rw-r--r--bsps/arm/lm3s69xx/include/bsp/lm3s69xx.h2
-rw-r--r--bsps/arm/lm3s69xx/include/bsp/ssi.h2
-rw-r--r--bsps/arm/lm3s69xx/include/bsp/syscon.h2
-rw-r--r--bsps/arm/lm3s69xx/start/bspstart.c2
-rw-r--r--bsps/arm/lm3s69xx/start/io.c2
-rw-r--r--bsps/arm/lm3s69xx/start/syscon.c2
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@debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@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@debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@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@debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@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@debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@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@debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@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@debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@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@debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@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@debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@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@debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@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@debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@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@debian.org>
+ * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@debian.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at