Skip to content

Commit

Permalink
crypto: s5p-sss - Add SPDX license identifier
Browse files Browse the repository at this point in the history
Replace GPL license statement with SPDX GPL-2.0 license identifier.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
krzk authored and herbertx committed Jan 18, 2018
1 parent 9f9cf04 commit 5c8d850
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions drivers/crypto/s5p-sss.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
/*
* Cryptographic API.
*
* Support for Samsung S5PV210 and Exynos HW acceleration.
*
* Copyright (C) 2011 NetUP Inc. All rights reserved.
* Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
* Hash part based on omap-sham.c driver.
*/
// SPDX-License-Identifier: GPL-2.0
//
// Cryptographic API.
//
// Support for Samsung S5PV210 and Exynos HW acceleration.
//
// Copyright (C) 2011 NetUP Inc. All rights reserved.
// Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved.
//
// Hash part based on omap-sham.c driver.

#include <linux/clk.h>
#include <linux/crypto.h>
Expand Down

0 comments on commit 5c8d850

Please sign in to comment.