[PATCH] net: ax25: Add SPDX License to fix missing License warning

From: Jules Irenge
Date: Sat Feb 23 2019 - 06:11:19 EST


Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx>
---
net/ax25/af_ax25.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c
index 5d01edf8d819..5048790a75f6 100644
--- a/net/ax25/af_ax25.c
+++ b/net/ax25/af_ax25.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
--
2.20.1