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/sys | |
| 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/sys')
| -rw-r--r-- | platform/common/sys/clint.c | 6 | ||||
| -rw-r--r-- | platform/common/sys/objects.mk | 6 |
2 files changed, 6 insertions, 6 deletions
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 |
