From 20990ee0abaf286917b6e2aae992d4183ff695f6 Mon Sep 17 00:00:00 2001
From: Anup patel <anup.patel@wdc.com>
Date: Thu, 24 Jan 2019 11:41:10 +0530
Subject: 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>
---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 9823899..b362a56 100644
--- a/Makefile
+++ b/Makefile
@@ -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 <anup.patel@wdc.com>
 #
-# SPDX-License-Identifier: BSD-2-Clause
-#
 
 # Current Version
 MAJOR = 0
-- 
cgit v1.2.3