diff options
| author | Anup patel <[email protected]> | 2019-01-24 11:41:10 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2019-01-24 14:07:47 +0530 |
| commit | 20990ee0abaf286917b6e2aae992d4183ff695f6 (patch) | |
| tree | 69597455ca5dbecf27fa9af7b58b0967e6cafba4 /platform/common | |
| parent | d68741d8b1ed50fb9a86a475074b6ddf1f818813 (diff) | |
all: Update copyright header in all files
This patch updates copyright header in all files as follows:
1. Makes "SPDX-License-Identifier: BSD-2-Clause" as first line
2. Change copyright year to 2019 for Western Digital
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'platform/common')
| -rw-r--r-- | platform/common/include/plat/irqchip/plic.h | 6 | ||||
| -rw-r--r-- | platform/common/include/plat/serial/sifive-uart.h | 6 | ||||
| -rw-r--r-- | platform/common/include/plat/serial/uart8250.h | 6 | ||||
| -rw-r--r-- | platform/common/include/plat/string.h | 6 | ||||
| -rw-r--r-- | platform/common/include/plat/sys/clint.h | 6 | ||||
| -rw-r--r-- | platform/common/include/plat/tinyfdt.h | 6 | ||||
| -rw-r--r-- | platform/common/irqchip/objects.mk | 6 | ||||
| -rw-r--r-- | platform/common/irqchip/plic.c | 6 | ||||
| -rw-r--r-- | platform/common/libc/objects.mk | 6 | ||||
| -rw-r--r-- | platform/common/libc/string.c | 6 | ||||
| -rw-r--r-- | platform/common/libfdt/objects.mk | 6 | ||||
| -rw-r--r-- | platform/common/objects.mk | 6 | ||||
| -rw-r--r-- | platform/common/serial/objects.mk | 6 | ||||
| -rw-r--r-- | platform/common/serial/sifive-uart.c | 6 | ||||
| -rw-r--r-- | platform/common/serial/uart8250.c | 6 | ||||
| -rw-r--r-- | platform/common/sys/clint.c | 6 | ||||
| -rw-r--r-- | platform/common/sys/objects.mk | 6 | ||||
| -rw-r--r-- | platform/common/tinyfdt.c | 6 |
18 files changed, 54 insertions, 54 deletions
diff --git a/platform/common/include/plat/irqchip/plic.h b/platform/common/include/plat/irqchip/plic.h index 79a8e544..6e18440f 100644 --- a/platform/common/include/plat/irqchip/plic.h +++ b/platform/common/include/plat/irqchip/plic.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018 Western Digital Corporation or its affiliates. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel <[email protected]> - * - * SPDX-License-Identifier: BSD-2-Clause */ #ifndef __IRQCHIP_PLIC_H__ diff --git a/platform/common/include/plat/serial/sifive-uart.h b/platform/common/include/plat/serial/sifive-uart.h index b932b166..2c4e7f3d 100644 --- a/platform/common/include/plat/serial/sifive-uart.h +++ b/platform/common/include/plat/serial/sifive-uart.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018 Western Digital Corporation or its affiliates. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel <[email protected]> - * - * SPDX-License-Identifier: BSD-2-Clause */ #ifndef __SERIAL_SIFIVE_UART_H__ diff --git a/platform/common/include/plat/serial/uart8250.h b/platform/common/include/plat/serial/uart8250.h index ca19a9f6..c1ffc0d7 100644 --- a/platform/common/include/plat/serial/uart8250.h +++ b/platform/common/include/plat/serial/uart8250.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018 Western Digital Corporation or its affiliates. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel <[email protected]> - * - * SPDX-License-Identifier: BSD-2-Clause */ #ifndef __SERIAL_UART8250_H__ diff --git a/platform/common/include/plat/string.h b/platform/common/include/plat/string.h index ab09f4ec..67ad3f24 100644 --- a/platform/common/include/plat/string.h +++ b/platform/common/include/plat/string.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018 Western Digital Corporation or its affiliates. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Atish Patra <[email protected]> - * - * SPDX-License-Identifier: BSD-2-Clause */ #ifndef __STRING_H__ diff --git a/platform/common/include/plat/sys/clint.h b/platform/common/include/plat/sys/clint.h index 7da8aad1..78e12099 100644 --- a/platform/common/include/plat/sys/clint.h +++ b/platform/common/include/plat/sys/clint.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018 Western Digital Corporation or its affiliates. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel <[email protected]> - * - * SPDX-License-Identifier: BSD-2-Clause */ #ifndef __SYS_CLINT_H__ diff --git a/platform/common/include/plat/tinyfdt.h b/platform/common/include/plat/tinyfdt.h index 246243f1..8d21262c 100644 --- a/platform/common/include/plat/tinyfdt.h +++ b/platform/common/include/plat/tinyfdt.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018 Western Digital Corporation or its affiliates. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel <[email protected]> - * - * SPDX-License-Identifier: BSD-2-Clause */ #ifndef __FDT_H__ diff --git a/platform/common/irqchip/objects.mk b/platform/common/irqchip/objects.mk index 84fffa60..041834da 100644 --- a/platform/common/irqchip/objects.mk +++ b/platform/common/irqchip/objects.mk @@ -1,10 +1,10 @@ # -# Copyright (c) 2018 Western Digital Corporation or its affiliates. +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2019 Western Digital Corporation or its affiliates. # # Authors: # Anup Patel <[email protected]> # -# SPDX-License-Identifier: BSD-2-Clause -# platform-common-objs-$(PLATFORM_IRQCHIP_PLIC) += irqchip/plic.o diff --git a/platform/common/irqchip/plic.c b/platform/common/irqchip/plic.c index ce2aafcd..3a0c93f5 100644 --- a/platform/common/irqchip/plic.c +++ b/platform/common/irqchip/plic.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018 Western Digital Corporation or its affiliates. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel <[email protected]> - * - * SPDX-License-Identifier: BSD-2-Clause */ #include <sbi/riscv_io.h> diff --git a/platform/common/libc/objects.mk b/platform/common/libc/objects.mk index 9da0b0e7..1dcfe8e8 100644 --- a/platform/common/libc/objects.mk +++ b/platform/common/libc/objects.mk @@ -1,11 +1,11 @@ # -# Copyright (c) 2018 Western Digital Corporation or its affiliates. +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2019 Western Digital Corporation or its affiliates. # # Authors: # Atish Patra<[email protected]> # -# SPDX-License-Identifier: BSD-2-Clause -# libc_files = string.o diff --git a/platform/common/libc/string.c b/platform/common/libc/string.c index 9c094458..7cc0fb7c 100644 --- a/platform/common/libc/string.c +++ b/platform/common/libc/string.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018 Western Digital Corporation or its affiliates. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Atish Patra <[email protected]> - * - * SPDX-License-Identifier: BSD-2-Clause */ /* diff --git a/platform/common/libfdt/objects.mk b/platform/common/libfdt/objects.mk index bd58e30d..e0451507 100644 --- a/platform/common/libfdt/objects.mk +++ b/platform/common/libfdt/objects.mk @@ -1,11 +1,11 @@ # -# Copyright (c) 2018 Western Digital Corporation or its affiliates. +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2019 Western Digital Corporation or its affiliates. # # Authors: # Atish Patra<[email protected]> # -# SPDX-License-Identifier: BSD-2-Clause -# libfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o \ fdt_empty_tree.o diff --git a/platform/common/objects.mk b/platform/common/objects.mk index b3e06fdf..49e96317 100644 --- a/platform/common/objects.mk +++ b/platform/common/objects.mk @@ -1,10 +1,10 @@ # -# Copyright (c) 2018 Western Digital Corporation or its affiliates. +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2019 Western Digital Corporation or its affiliates. # # Authors: # Anup Patel <[email protected]> # -# SPDX-License-Identifier: BSD-2-Clause -# platform-common-objs-y += tinyfdt.o diff --git a/platform/common/serial/objects.mk b/platform/common/serial/objects.mk index cb6062db..67f85b47 100644 --- a/platform/common/serial/objects.mk +++ b/platform/common/serial/objects.mk @@ -1,11 +1,11 @@ # -# Copyright (c) 2018 Western Digital Corporation or its affiliates. +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2019 Western Digital Corporation or its affiliates. # # Authors: # Anup Patel <[email protected]> # -# SPDX-License-Identifier: BSD-2-Clause -# platform-common-objs-$(PLATFORM_SERIAL_UART8250) += serial/uart8250.o platform-common-objs-$(PLATFORM_SERIAL_SIFIVE_UART) += serial/sifive-uart.o diff --git a/platform/common/serial/sifive-uart.c b/platform/common/serial/sifive-uart.c index 60eade3b..2c0e1f1e 100644 --- a/platform/common/serial/sifive-uart.c +++ b/platform/common/serial/sifive-uart.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018 Western Digital Corporation or its affiliates. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel <[email protected]> - * - * SPDX-License-Identifier: BSD-2-Clause */ #include <sbi/riscv_io.h> diff --git a/platform/common/serial/uart8250.c b/platform/common/serial/uart8250.c index 7a990459..02eabbe0 100644 --- a/platform/common/serial/uart8250.c +++ b/platform/common/serial/uart8250.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018 Western Digital Corporation or its affiliates. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel <[email protected]> - * - * SPDX-License-Identifier: BSD-2-Clause */ #include <sbi/riscv_io.h> diff --git a/platform/common/sys/clint.c b/platform/common/sys/clint.c index a518996b..78ea118c 100644 --- a/platform/common/sys/clint.c +++ b/platform/common/sys/clint.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018 Western Digital Corporation or its affiliates. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel <[email protected]> - * - * SPDX-License-Identifier: BSD-2-Clause */ #include <sbi/riscv_io.h> diff --git a/platform/common/sys/objects.mk b/platform/common/sys/objects.mk index 183d8db6..5cb98869 100644 --- a/platform/common/sys/objects.mk +++ b/platform/common/sys/objects.mk @@ -1,10 +1,10 @@ # -# Copyright (c) 2018 Western Digital Corporation or its affiliates. +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2019 Western Digital Corporation or its affiliates. # # Authors: # Anup Patel <[email protected]> # -# SPDX-License-Identifier: BSD-2-Clause -# platform-common-objs-$(PLATFORM_SYS_CLINT) += sys/clint.o diff --git a/platform/common/tinyfdt.c b/platform/common/tinyfdt.c index c3bf2100..e83f5406 100644 --- a/platform/common/tinyfdt.c +++ b/platform/common/tinyfdt.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 2018 Western Digital Corporation or its affiliates. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel <[email protected]> - * - * SPDX-License-Identifier: BSD-2-Clause */ #include <plat/string.h> |
