summaryrefslogtreecommitdiff
path: root/platform/common/sys
diff options
context:
space:
mode:
Diffstat (limited to 'platform/common/sys')
-rw-r--r--platform/common/sys/clint.c6
-rw-r--r--platform/common/sys/objects.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/platform/common/sys/clint.c b/platform/common/sys/clint.c
index a518996..78ea118 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 <anup.patel@wdc.com>
- *
- * 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 183d8db..5cb9886 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 <anup.patel@wdc.com>
#
-# SPDX-License-Identifier: BSD-2-Clause
-#
platform-common-objs-$(PLATFORM_SYS_CLINT) += sys/clint.o