summaryrefslogtreecommitdiff
path: root/platform/sifive
diff options
context:
space:
mode:
authorAnup patel <anup.patel@wdc.com>2019-01-24 09:11:10 +0300
committerAnup Patel <anup@brainfault.org>2019-01-24 11:37:47 +0300
commit20990ee0abaf286917b6e2aae992d4183ff695f6 (patch)
tree69597455ca5dbecf27fa9af7b58b0967e6cafba4 /platform/sifive
parentd68741d8b1ed50fb9a86a475074b6ddf1f818813 (diff)
downloadopensbi-20990ee0abaf286917b6e2aae992d4183ff695f6.tar.xz
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 <anup.patel@wdc.com>
Diffstat (limited to 'platform/sifive')
-rw-r--r--platform/sifive/fu540/config.mk6
-rw-r--r--platform/sifive/fu540/objects.mk6
-rw-r--r--platform/sifive/fu540/platform.c6
3 files changed, 9 insertions, 9 deletions
diff --git a/platform/sifive/fu540/config.mk b/platform/sifive/fu540/config.mk
index ffcbff8..30f6413 100644
--- a/platform/sifive/fu540/config.mk
+++ b/platform/sifive/fu540/config.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 <atish.patra@wdc.com>
#
-# SPDX-License-Identifier: BSD-2-Clause
-#
# Compiler flags
platform-cppflags-y =
diff --git a/platform/sifive/fu540/objects.mk b/platform/sifive/fu540/objects.mk
index 0a4dfa7..e0d0585 100644
--- a/platform/sifive/fu540/objects.mk
+++ b/platform/sifive/fu540/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:
# Atish Patra <atish.patra@wdc.com>
#
-# SPDX-License-Identifier: BSD-2-Clause
-#
platform-objs-y += platform.o
diff --git a/platform/sifive/fu540/platform.c b/platform/sifive/fu540/platform.c
index 28b86ec..56ca666 100644
--- a/platform/sifive/fu540/platform.c
+++ b/platform/sifive/fu540/platform.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 <atish.patra@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#include <libfdt.h>