aboutsummaryrefslogtreecommitdiff
path: root/core/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'core/drivers')
-rw-r--r--core/drivers/dra7_rng.c1
-rw-r--r--core/drivers/hi16xx_rng.c1
-rw-r--r--core/drivers/hi16xx_uart.c1
-rw-r--r--core/drivers/pl011.c1
-rw-r--r--core/drivers/pl022_spi.c1
-rw-r--r--core/drivers/pl061_gpio.c1
-rw-r--r--core/drivers/serial8250_uart.c1
-rw-r--r--core/drivers/stih_asc.c1
8 files changed, 0 insertions, 8 deletions
diff --git a/core/drivers/dra7_rng.c b/core/drivers/dra7_rng.c
index df56a4a9..59bd403b 100644
--- a/core/drivers/dra7_rng.c
+++ b/core/drivers/dra7_rng.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2016, Linaro Limited
- * All rights reserved.
*/
#include <initcall.h>
diff --git a/core/drivers/hi16xx_rng.c b/core/drivers/hi16xx_rng.c
index 26c40b64..7da53204 100644
--- a/core/drivers/hi16xx_rng.c
+++ b/core/drivers/hi16xx_rng.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2016, Linaro Limited
- * All rights reserved.
*/
/* Driver for the internal Random Number Generator of HiSilicon P660/Hi16xx */
diff --git a/core/drivers/hi16xx_uart.c b/core/drivers/hi16xx_uart.c
index a4933473..0673af18 100644
--- a/core/drivers/hi16xx_uart.c
+++ b/core/drivers/hi16xx_uart.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2016, Linaro Limited
- * All rights reserved.
*/
#include <assert.h>
#include <drivers/hi16xx_uart.h>
diff --git a/core/drivers/pl011.c b/core/drivers/pl011.c
index b33f33a2..267144fe 100644
--- a/core/drivers/pl011.c
+++ b/core/drivers/pl011.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2014, Linaro Limited
- * All rights reserved.
*/
#include <assert.h>
#include <drivers/pl011.h>
diff --git a/core/drivers/pl022_spi.c b/core/drivers/pl022_spi.c
index 9250802d..c7d21060 100644
--- a/core/drivers/pl022_spi.c
+++ b/core/drivers/pl022_spi.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2016, Linaro Limited
- * All rights reserved.
*
*/
diff --git a/core/drivers/pl061_gpio.c b/core/drivers/pl061_gpio.c
index 33bcbc23..a4bdb35b 100644
--- a/core/drivers/pl061_gpio.c
+++ b/core/drivers/pl061_gpio.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2016, Linaro Limited
- * All rights reserved.
*/
#include <assert.h>
diff --git a/core/drivers/serial8250_uart.c b/core/drivers/serial8250_uart.c
index 0d0bf62a..a29e8898 100644
--- a/core/drivers/serial8250_uart.c
+++ b/core/drivers/serial8250_uart.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2015, Linaro Limited
- * All rights reserved.
*/
#include <compiler.h>
diff --git a/core/drivers/stih_asc.c b/core/drivers/stih_asc.c
index 8e5d7086..c1a921f4 100644
--- a/core/drivers/stih_asc.c
+++ b/core/drivers/stih_asc.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2017, Linaro Limited
- * All rights reserved.
*/
#include <drivers/stih_asc.h>
#include <io.h>