mei/hdcp: Fix SPDX identifiers

1. Remove redundant parentheses around single license
2. Fix the license to GPL-2.0 and not GPL-2.0+ in mei_hdcp.h

Cc: Ramalingam C <ramalingam.c@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Tomas Winkler 2019-03-12 00:10:43 +02:00 committed by Greg Kroah-Hartman
parent 191b070072
commit 514c37e320
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0)
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright © 2019 Intel Corporation
*

View File

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: (GPL-2.0+) */
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright © 2019 Intel Corporation
*