smb3: Cleanup license mess
authorThomas Gleixner <tglx@linutronix.de>
Thu, 17 Jan 2019 23:14:23 +0000 (00:14 +0100)
committerSteve French <stfrench@microsoft.com>
Thu, 24 Jan 2019 15:37:33 +0000 (09:37 -0600)
commitb0b2cac7e244629e1a84a26d7eabb885fed7ff68
tree39d341b368ac44113c67b35b42a48edc048a7ca7
parentacc58d0bab55a50e02c25f00bd6a210ee121595f
smb3: Cleanup license mess

Precise and non-ambiguous license information is important. The recently
added aegis header file has a SPDX license identifier, which is nice, but
at the same time it has a contradictionary license boiler plate text.

  SPDX-License-Identifier: GPL-2.0

versus

  *   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
  *   the Free Software Foundation; either version 2 of the License, or
  *   (at your option) any later version.

Oh well.

Assuming that the SPDX identifier is correct and according to x86/hyper-v
contributions from Microsoft GPL V2 only is the usual license.

Remove the boiler plate as it is wrong and even if correct it is redundant.

Fixes: eccb4422cf97 ("smb3: Add ftrace tracepoints for improved SMB3 debugging")
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Steve French <sfrench@samba.org>
Cc: linux-cifs@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/trace.c
fs/cifs/trace.h